/* Add your styles here */
:root {
  --black: #1e1e1c;
  --light-grey: #7a7a7a;
  --dark-grey: #393939;
  --pink: #ed208d;
  --cyan: #57dddd;
  --light-pink: #fde8f3;
  --light-cyan: #eefcfc;
}

::-moz-selection {
  background: #57dddd;
}

::selection {
  background: #57dddd;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #1e1e1c;
}

p {
  font-size: 1.1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
}

.display-5 {
  color: #1e1e1c;
  line-height: 1.05;
}

/* DAE Custom Login */
#login h1 a {
  background: url(../img/logo/dae-logo.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
  height: 200px;
  width: 300px;
}

.login .button-primary {
  float: right;
  background-color: #ed208d !important;
  color: #fff;
  border: 1px solid transparent;
}

/* Hidden */
#mepr-mailchimptags-privacy {
  display: none;
}

/* Color Overrides */
.pink, .has-magenta-color {
  color: #ed208d;
}

.pink-light, .has-light-magenta-color {
  color: #fde8f3;
}

.cyan, .has-cyan-color {
  color: #57dddd;
}

.cyan-light, .has-light-cyan-color {
  color: #eefcfc;
}

.black, .has-black-color {
  color: #1e1e1c;
}

.white {
  color: #fff;
}

.has-light-grey-color {
  color: #7a7a7a;
}

.has-dark-grey-color {
  color: #393939;
}

.bg-white {
  background-color: #fff;
}

.has-light-grey-background-color {
  background-color: #7a7a7a !important;
}

.bg-dark, .has-dark-grey-background-color {
  background-color: #393939 !important;
}

.bg-blk, .has-black-background-color {
  background-color: #1e1e1c !important;
}

.bg-pink, .has-magenta-background-color {
  background-color: #ed208d;
}

.bg-pink-light, .has-light-magenta-background-color {
  background-color: #fde8f3;
}

.bg-cyan, .has-cyan-background-color {
  background-color: #57dddd;
}

.bg-cyan-light, .has-light-cyan-background-color {
  background-color: var(--light-cyan);
}

.bg-light {
  background-color: #f4f4f4 !important;
}

/* Gutenber Colours */
.bg-primary {
  background-color: #ed208d !important;
}

.bg-secondary {
  background-color: #57dddd !important;
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* Card Overrides */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: transparent; */
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* Link Overrides */
a {
  color: #ed208d;
  text-decoration: underline;
}

a:hover {
  color: #57dddd;
}

a:active {
  color: #ed208d;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ed208d;
}

.btn-link {
  font-weight: 400;
  color: #ed208d;
  text-decoration: underline;
}

.btn-link:hover {
  color: #57dddd;
}

/* Social Circles */
.row.social-links a {
  text-decoration: none;
  font-size: 30px;
}

/* Debug Outlines */
.bootstrap-column-test {
  background-color: beige;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  outline: lightcyan solid 0px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  outline: lightyellow solid 0px;
}

.row {
  outline: grey solid 0px;
}

/* Experimental Titles */
.dae-over3 {
  position: absolute;
  z-index: 1;
  padding-left: 10px;
}

.dae-over2 {
  position: absolute;
  z-index: 2;
  padding-left: 20px;
}

.dae-over1 {
  position: absolute;
  z-index: 3;
  padding-left: 15px;
}

.dae-over {
  font-size: 10vmin;
  color: #1e1e1c;
  text-shadow: 0.5vmin 0vmin 0 #ed208d, -0.5vmin 0vmin 0 #57dddd;
}

h1.dae-over {
  font-size: 10vmin;
  color: #000;
  text-shadow: 0.5vmin 0vmin 0 #ed208d, -0.5vmin 0vmin 0 #57dddd;
}

span.dae-over {
  font-size: 10vmin;
  color: #000;
  text-shadow: 0.5vmin 0vmin 0 #ed208d, -0.5vmin 0vmin 0 #57dddd;
}

.backdrop-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Button Overrides */
#wpua-edit-1 .button {
  border: 2px solid transparent;
  color: #fff;
  background-color: #ed208d;
  border-color: #ed208d;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.button:hover {
  color: #ed208d;
  background-color: transparent;
  border-color: #ed208d;
}

.btn {
  border: 2px solid transparent;
}

.btn-primary {
  color: #fff;
  background-color: #ed208d;
  border-color: #ed208d;
}

.btn-primary:hover {
  color: #ed208d;
  background-color: transparent;
  border-color: #ed208d;
}

.btn-primary:active {
  color: #57dddd;
  background-color: transparent;
  border-color: #57dddd;
}

.btn-primary:focus {
  background-color: #ed208d9c;
  border-color: #ed208d;
  -webkit-box-shadow: 0 0 0 0.25rem #eefcfc;
          box-shadow: 0 0 0 0.25rem #eefcfc;
}

.btn-outline-primary {
  color: #ed208d;
  border-color: #ed208d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ed208d;
  border-color: #ed208d;
}

.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #eefcfc;
          box-shadow: 0 0 0 0.25rem #eefcfc;
}

.btn-secondary {
  color: #fff;
  background-color: #57dddd;
  border-color: #57dddd;
}

.btn-secondary:hover {
  color: #57dddd;
  background-color: transparent;
  border-color: #57dddd;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #eefcfc;
          box-shadow: 0 0 0 0.25rem #eefcfc;
}

.btn-outline-secondary {
  color: #57dddd;
  border-color: #57dddd;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #57dddd;
  border-color: #57dddd;
}

.top-button a.btn {
  border-radius: 50%;
}

/* Header */
nav#nav-main {
  background: #fff;
  /* clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); */
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #fde8f3;
}

/* Typography */
h1.display-2 {
  line-height: 3rem;
}

h1.display-3 {
  line-height: 3rem;
}

@media (min-width: 576px) {
  h1.display-3 {
    line-height: 3rem;
  }
}

@media (min-width: 768px) {
  h1.display-3 {
    line-height: 4rem;
  }
}

/* Home Page */
.dae-bg-0 {
  background: #393939;
  background-attachment: fixed;
  background-size: 30%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

div#section-who, .dae-bg-1 {
  background: #393939 url("../img/graphics/dot_cyan_800.svg") 110% 30% no-repeat;
  background-attachment: fixed;
  background-size: 30%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

div#section-welcome, .dae-bg-2 {
  background: #393939 url("../img/graphics/dot_cyan_800.svg") -10% 30% no-repeat;
  background-attachment: fixed;
  background-size: 30%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

div#section-slide {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100;
}

picture.dae-logo-main img.img-fluid {
  max-width: 80%;
}

div#section-slide .gfade-1 {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(35%, white), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, white 35%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  z-index: 999;
  width: 100vw;
  position: absolute;
  height: 110vh;
}

div#section-slide .gfade-2 {
  background: white;
  background: linear-gradient(357deg, white 0%, white 10%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, white 90%, white 100%);
  z-index: 999;
  width: 100vw;
  position: absolute;
  height: 110vh;
}

.dae-bg-5 {
  background: #393939 url("../img/graphics/ama-story-tile.png") -10% 30% repeat;
  background-attachment: fixed;
  background-size: 40%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.dae-bg-6 {
  background: #393939 url("../img/graphics/ama-story-tile-2.png") -10% 30% repeat;
  background-attachment: fixed;
  background-size: 40%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.dae-bg-7 {
  background: #393939 url("../img/graphics/off-record-tile-1.png") -10% 30% repeat;
  background-attachment: fixed;
  background-size: 40%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

@media (min-width: 576px) {
  .dae-bg-5, .dae-bg-6, .dae-bg-7 {
    background-size: 10%;
  }
}

div#section-blog {
  background-color: white;
}

div#section-why, .dae-bg-3 {
  background: #393939 url("../img/graphics/dot_pink_800.svg") -10% 50% no-repeat;
  background-attachment: fixed;
  background-size: 40%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

div#section-cta, .dae-bg-4 {
  background: #393939 url("../img/graphics/dot_pink_800.svg") 110% 30% no-repeat;
  background-attachment: fixed;
  background-size: 30%;
  max-width: 100vw;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

div.benefits {
  outline: cornflowerblue solid 0px;
}

div.benefits i {
  color: #1e1e1c;
}

div.benefits h4 {
  color: #1e1e1c;
}

/* About Page */
.fm-img-box img {
  max-height: 150px;
}

/* Partners Page */
.logo-box {
  min-height: 300px;
}

.logo-box-small {
  min-height: 150px;
}

/* Public Profile Page (Author / Member) */
.profile-img {
  max-width: 250px;
}

.contact-links ul {
  padding-left: 0;
  list-style: none;
}

.contact-links a {
  text-decoration: none;
}

/* List margins */
.content-area li {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

div#mepr-account-nav li {
  margin-bottom: 0;
}

.mepr-active-nav-tab {
  font-weight: normal;
}

/* Bootstrap Tables */
.table {
  color: #1e1e1c;
}

/* Footer */
.bootscore-footer {
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}

#footer-menu .nav-link {
  padding-left: 0;
  color: #ed208d;
}

#footer-menu .nav-link:hover {
  color: #57dddd;
}

/* Bootstrapp 5 Forms */
.form-control:focus .form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem #eefcfc;
          box-shadow: 0 0 0 0.25rem #eefcfc;
}

/* ACF Forms */
.acf-button.disabled {
  pointer-events: none;
}

.acf-loading, .acf-spinner {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  vertical-align: text-top;
  background: transparent url(/wp-admin/images/spinner.gif) no-repeat 50% 50%;
  display: none;
}

label.acf-basic-uploader {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

input.aiarc-upload.js-aiarc-upload {
  margin: 1rem 0;
}

.acf-field.acf-field-image-aspect-ratio-crop .acf-image-uploader-aspect-ratio-crop .image-wrap {
  position: relative;
  float: none !important;
}

.acf-field.acf-field-image-aspect-ratio-crop .acf-image-uploader-aspect-ratio-crop .image-wrap img {
  margin: 0.5rem 0 !important;
  border-radius: 50%;
  min-height: 300px !important;
}

ul.acf-radio-list.acf-hl.my-2.form-control {
  border: 0;
}

ul.acf-radio-list.acf-hl.my-2.form-control li {
  list-style: none;
}

.acf-form-submit {
  margin-top: 1rem;
}

.acf-notice.-error.acf-error-message {
  color: darkred;
}

/* Memberpress Forms */
.mp_wrapper textarea {
  outline-style: none;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 10px;
  resize: vertical;
}

.mp-form-label {
  margin-bottom: 0.5rem;
}

.mepr-form input.invalid, .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid {
  border: 2px solid red !important;
  background-color: transparent !important;
}

.mp_wrapper input[type=text],
.mp_wrapper input[type=url],
.mp_wrapper input[type=email],
.mp_wrapper input[type=tel],
.mp_wrapper input[type=number],
.mp_wrapper input[type=password],
.mp_wrapper textarea,
.mp_wrapper select {
  display: block;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.mp_wrapper input[type=text]:focus,
.mp_wrapper input[type=url]:focus,
.mp_wrapper input[type=email]:focus,
.mp_wrapper input[type=tel]:focus,
.mp_wrapper input[type=number]:focus,
.mp_wrapper input[type=password]:focus,
.mp_wrapper textarea:focus,
.mp_wrapper select:focus {
  border-color: var(--light-cyan);
  -webkit-box-shadow: 0px 1px 1px var(--light-cyan) inset, 0px 0px 8px #57dddd;
          box-shadow: 0px 1px 1px var(--light-cyan) inset, 0px 0px 8px #57dddd;
}

.mp_wrapper .mepr_payment_method {
  background-color: var(--light-cyan) !important;
  border-radius: .25rem;
}

.mepr-payment-method-desc-text {
  display: none;
}

.mepr-account-terms, .mepr-account-subscr-id, .mepr-account-rebill {
  font-size: 75%;
  font-weight: normal;
  font-style: italic;
  color: #7a7a7a;
}

.mepr_error {
  position: relative;
  padding: 1rem 1rem !important;
  margin-bottom: 1rem !important;
  color: #664d03 !important;
  background-color: #fff3cd !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
  padding-left: 3.25rem !important;
}

.mepr_error a {
  color: #523e02;
}

.mepr_updated {
  position: relative;
  padding: 1rem 1rem !important;
  margin-bottom: 1rem !important;
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border: 1px solid #badbcc !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
  padding-left: 3.25rem !important;
}

.mepr_updated a {
  color: #523e02;
}

.mepr_error::before, .mepr_updated::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mepr_error::before {
  content: "\f071";
}

.mepr_updated::before {
  content: "\f058";
}

.item {
  display: none;
}

.item.active {
  display: block;
}

#mepr-account-nav .nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

#mepr-account-nav .nav-tabs .nav-link:hover, #mepr-account-nav .nav-tabs .nav-link :active {
  color: rgba(0, 0, 0, 0.7);
}

#mepr-account-nav .nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* News Page  */
.card-img-top.wp-post-image {
  position: absolute;
  z-index: -1;
}

.news.card {
  background-color: transparent;
  overflow: hidden;
  min-height: 260px;
  border-radius: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(5, 171, 224, 0.3);
  -webkit-backdrop-filter: grayscale(50%) blur(5px);
          backdrop-filter: grayscale(50%) blur(5px);
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.card-img-overlay:hover {
  opacity: .8;
  -webkit-backdrop-filter: grayscale(50%) blur(2px);
          backdrop-filter: grayscale(50%) blur(2px);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.card-img-overlay:hover.card-content {
  opacity: 1;
}

.page-link {
  color: #57dddd;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #57dddd;
}

.page-link:hover {
  color: white;
  background-color: #57dddd;
  border: 2px solid #57dddd;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #57dddd;
  border-color: #57dddd;
}

.page-item:not(:first-child) .page-link {
  margin-left: -2px;
}

time.updated, span.time-updated-separator {
  display: none;
}

.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
  background: #ed208d;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  background-color: rgba(5, 171, 224, 0.3);
  -webkit-backdrop-filter: grayscale(50%) blur(5px);
          backdrop-filter: grayscale(50%) blur(5px);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.hovereffect:hover .overlay {
  background-color: rgba(5, 171, 224, 0.3);
  -webkit-backdrop-filter: grayscale(50%) blur(2px);
          backdrop-filter: grayscale(50%) blur(2px);
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.hovereffect:hover img {
  opacity: 0.9;
}

.hovereffect h4 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.hovereffect a, .hovereffect p {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
}

.page-id-2110 .hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
  background: transparent;
}

.page-id-2110 .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  background-color: rgba(237, 32, 141, 0.3);
  -webkit-backdrop-filter: grayscale(50%) blur(5px);
          backdrop-filter: grayscale(50%) blur(5px);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.page-id-2110 .hovereffect:hover .overlay {
  background-color: rgba(237, 32, 141, 0.3);
  -webkit-backdrop-filter: grayscale(50%) blur(2px);
          backdrop-filter: grayscale(50%) blur(2px);
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  border: 0.15em solid #ed208d !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
  text-indent: 0 !important;
  background-color: #ed208d !important;
}

table.dataTable > tbody > tr.child span.dtr-title, table.dataTable > tbody > tr.child span.dtr-data {
  font-weight: normal !important;
  font-size: 1rem !important;
}

table.dataTable > tbody > tr.child span.dtr-title::after {
  content: ":";
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 0px solid #efefef;
  padding: .1em 0;
}

table.dataTable > tbody > tr.child li {
  font-size: 1.1rem;
  margin-bottom: 0rem;
}

.have-coupon-link {
  display: none;
}

.mp-form-row.mepr_coupon {
  display: block;
}

#cookie-law-info-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cookie-law-info-again {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 0px 0px;
}

.cli-style-v2 {
  font-size: 1rem;
  line-height: 1.4;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #ed208d;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0.2rem;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0.2rem;
}

.wt-cli-ckyes-brand-logo {
  display: none;
}

.cli-switch input:checked + .cli-slider {
  background-color: #ed208d;
}

.cli-tab-header {
  border-radius: 0.2rem;
  background-color: #eefcfc;
}

.accordion-button:not(.collapsed) {
  color: #1e1e1c;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button {
  color: #1e1e1c;
  background-color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed208d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}


// Tabs navigation for Financial Companion
/* Override Bootstrap nav-tabs with DAE styling */
.nav-tabs {
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}

.nav-tabs .nav-link {
  border: none;
  background: transparent;
  color: #6b7280;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  position: relative;
}

.nav-tabs .nav-link:hover {
  color: #0d9488;
  background: transparent;
  border: none;
}

.nav-tabs .nav-link.active {
  color: #0d9488;
  background: transparent;
  border: none;
  font-weight: 600;
  border-bottom: 2px solid #0d9488;
}

/* Custom thumbnail image for DAE Insights section on homepage */
.thumbnail-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 0;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.thumbnail-wrapper img.post-thumb {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
