@charset "UTF-8";
#ccpa-modal h2 {
    font-family: arial;
    font-size: 20px;
    text-align: center;
}
#ccpa-modal .modal-header {
border-bottom: none;
width: 100%;
}
.modal-custom {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*margin-top: 50px; */
  overflow: no-display; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  max-width: 100%;
}

.overlay-custom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  /*z-index: 100;*/
}

.modal-content {
  background-color: #FEFEFE;
  padding: 20px;
  border: 1px solid #888;
  z-index: 100 !important;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  max-width: 55%;
  display: flex; /* new */
  margin: auto; /* new */
  font-family: arial;
}

/* set the modal box width on mobile */
@media only screen and (max-width: 1024px) {
  .modal-content {
    max-width: 100%;
padding: 3px;
  }
.close {
    color: #999;
    float: right;
    font-size: 32px;
    opacity: 1;
    font-weight: bold;
    position: absolute;
  }
}

.modal-content {
  max-height: calc(100vh);
}


.modal-fix-desktop {
  margin-top: calc(30vh - 100px);
  margin-left: calc(50vh - 100px);
}


/* The Close Button */
.close {
    color: #999;
    float: right;
    font-size: 32px;
    opacity: 1;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.green.button {
  background-attachment:scroll;
  background-clip:border-box;
  background-color:#dc2427;
  background-image:none;
  background-origin:padding-box;
  background-position-x:0%;
  background-position-y:0%;
  background-repeat-x:;
  border-bottom-color:rgba(0, 0, 0, 0);
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-image-outset:0px;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgba(0, 0, 0, 0);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:rgba(0, 0, 0, 0);
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:rgba(0, 0, 0, 0);
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-top-style:solid;
  border-top-width:1px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  cursor:pointer;
  display:block;
  font-family:Lato, sans-serif;
  font-size:14px;
  font-weight:700;
  height:46px;
  line-height:14px;
  margin-bottom:14px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  position:relative;
  text-align:center;
  text-decoration-color:rgb(255, 255, 255);
  text-decoration-line:none;
  text-decoration-style:solid;
  text-size-adjust:100%;
  transition-delay:0s, 0s;
  transition-duration:0.125s, 0.125s;
  transition-property:background-color, color;
  transition-timing-function:ease-out, ease-out;
  vertical-align:middle;
  width:333px;
  -webkit-appearance:none;
  -webkit-font-smoothing:antialiased;
}
#ccpa-modal .ccpa-modal-inner a {
text-decoration: underline;
}
#ccpa-modal .ccpa-modal-inner h3 {
  padding-bottom: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: arial;
}

#ccpa-modal .ccpa-modal-inner>section> div {
  margin-left: 0;
  align-items: center; /* new */
  max-width: 100%;
 font-family: arial;
}

#ccpa-modal .modal-custom {
  max-width: 100%;
  width: 100%;
  overflow-y: auto;
}
#ccpa-modal b {
font-family: arial;
font-weight: bold;
}

.overlay-custom.modal-custom#ccpa-modal {
  width: 100%;
}

@media only screen and (max-width: 600px) {
#cmpbox:not(.cmpfullscreen) {
    overflow-y: scroll;
    max-height:70% !important;
}
.cmpboxtxt {
    margin-left: 8px;
    margin-right: 8px;
}
}

.shariff .theme-white .twitter a {
  color: #1a73e8;
}

.shariff .theme-white .reddit a {
  color: #d13800;
}

.shariff .theme-white .mail a {
  color: #767676;
}

div.author span a[title]{
  text-decoration: underline;
}
div.author:has(span a[title]) {
  color: black;
}

div[class*="author-content"] div.views-field.views-field-created > span.field-content {
  color: black;
  font-style: italic;
}