






/* =====================================================
   SET COLOURS - START 
   ===================================================== */

body {
  /* color: #303030; */
  /* background: #f7f5f9; */

  color: var(--body-text-color);
  background: var(--page-background-color);
}

h1,h2,h3,h4,h5,h6,.spif-heading,.summary.subhead {
  color: var(--heading-color);
}

/* TO DO */
.article-category-location {
  /* color: #924DA7; */

  color: var(--muted-text-color);
}


.share-links-spif ul li a {
  background-color: #EBE0F5;
  background-color: var(--button-color);

  color: var(--button-text-color);
}

.share-links-spif ul li a:hover, .share-links-spif ul li a:focus {
  /* color: #f2a900; */
  /* background-color: #330072; */

  color: var(--button-text-color-hover);
  background-color: var(--button-color-hover);
}


/* ==== WHAT IS THIS ?? ==== */
/* .spif a:not(.spif-button):hover {
  color: #772583;
  color: var(--link-color-hover);
  
  background-color: red;
  font-size: 100px !important;
} */
/* ==== WHAT IS THIS ?? ==== */

figcaption {
  color: var(--heading-color);
}
.breadcrumbs>* a, .breadcrumbs>* span {
  color: var(--body-text-color);
}

.related-articles-spif ul li {
  /* border-bottom: 1px solid #f2a900; */

  border-bottom: 1px solid var(--divider-line-color);
}

.related-articles-spif ul li a {
  color: var(--sidebar-link-color);
}

.related-articles-spif ul li a:hover, .related-articles-spif ul li a:focus {
  /* color: #330072; */
  
  color: var(--sidebar-link-color-hover);
}

figure.spotlight img {
  /* background: linear-gradient(225deg, #33007224 0%, #ac4fc629 50%, #f2a90036 100%); */

  background: var(--spotlight-image-background-color);
}


.immediate-release {
  /* border-left: 3px solid #f2a900; */
  border-left: 4px solid var(--accent-color);
  color: var(--heading-color);
}

.mainContent hr {
  /* color: #f2a900; */

  color: var(--divider-line-color);
}

.block.purple {
  background: var(--blockquote-background-color);
  color: var(--blockquote-text-color);
  /* border: 1px solid var(--blockquote-border-color); */
}
.block.callout {
  background: var(--callout-background-color);
  border-left: 4px solid var(--callout-border-color);
}
.block.callout, .block.callout h2, .block.callout h3, .block.callout h4 {
  color: var(--callout-text-color);
}
.block.callout a {
  color: var(--callout-link-color);
}
.block.callout a:hover {
  color: var(--callout-link-hover-color);
}
.block.callout a:visited {
  color: var(--callout-link-visited-color);
}
.mainContent a, .modal-body a {
  color: var(--link-color);
}
.mainContent a:hover, .mainContent a:focus, .modal-body a:hover, .modal-body a:focus {
  /* color: #330072; */
  color: var(--link-color-hover);
}

.modal-button {
  /* color: #330072; */

  color: var(--button-text-color);
  background-color: var(--button-color);
}
.modal-button:hover {
  color: var(--button-text-color-hover);
  background-color: var(--button-color-hover);
}

::selection {
  background: var(--select-text-background-color); 
  color: var(--select-text-color);       
}
::-moz-selection {
  background: var(--select-text-background-color); 
  color: var(--select-text-color);       
}


/* =====================================================
   SET COLOURS - END 
   ===================================================== */







body {
    line-height: 1.44;
}



header.row {
  margin: 0 0 20px 0 !important;
}

.breadcrumbs {
  padding: 0;
  margin-bottom: 1em;
}

.breadcrumbs .current {
  display: inline-block;
  max-width: 300px;  /* adjust width as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.breadcrumbs>:before {
  margin: 0 .25em;
}


.spotlight-image-new {
  display: block;
}

#article-container {
  font-size: 20px;
}



/* HEADING FONT SIZES - DIFFERENT FOR ARTICLE */
#article-template h1 {
  margin-bottom: 8px;
}
#article-template h2 {
  font-size: 1.25em; /* 25px */
  line-height: 1.2;
  margin-top: 1.4em;
  margin-bottom: 0.35em;
}

#article-template h3 {
  font-size: 1.15em; /* 23px */
  margin-top: 1.2em;
  margin-bottom: 0.3em;
}

#article-template h4 {
  font-size: 1.08em; /* ~21.5px */
  margin-top: 1em;
  margin-bottom: 0.25em;
}

#article-template h5 {
  font-size: 1.04em; /* ~20.8px */
  margin-top: 0.9em;
  margin-bottom: 0.2em;
}

#article-template h6 {
  font-size: 1em; /* 20px */
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}

#article-template p + h2,
#article-template p + h3,
#article-template p + h4 {
  margin-top: 1.1em;
}

p.dash30 {
  font-family: callunaregular !important;
  font-style: italic;
}



.article-category-location {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
  padding: 4px;
  z-index: 1;
}



.sticky {
  position: -webkit-sticky; /* For Safari support */
  position: sticky;
  top: 2rem;
  z-index: 10;
}

.spif-new {
  margin-bottom: 3em;
}
.spif-new p {
  margin-bottom: .75em;
}

.share-links-spif ul {
  display: flex;
  gap: 8px;
  font-size: 20px;  
}

.share-links-spif ul li {
  list-style-type: none;
  margin: 0;
  line-height: 2.5;

}

.share-links-spif ul li a {
   padding: 12px;
   border-radius: 99999px;
}


.related-articles-spif ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.related-articles-spif ul li {
  list-style-type: none;
  margin: 0 0 0px;
  padding-bottom: 1.0rem; 
}


.related-articles-spif ul li:last-child {
border-bottom: none; 
}

.related-articles-spif ul li a {
  text-decoration: none;
  display: inline;
}
.related-articles-spif ul li a:hover, .related-articles-spif ul li a:focus {
  text-decoration: underline;
}




ul.tags {
  display: flex;
  flex-direction: row;
  gap: 1em;
}

ul.tags li {
  list-style-type: none;
  margin: 0;
}


figure img {
  width: 100%;
  border-radius: var(--border-radius);
}

.main-body figure {
  margin: 40px 0 40px;
}
.main-body figure.spotlight {
  margin: 0 0 44px;
}

figure.spotlight img {
  background-size: 400% 400%;
  animation: gradientShift 6s ease infinite, gradientColors 6s ease alternate infinite;
}

/* Gradient animation */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


figcaption {
  margin-top: 8px; 
  font-size: 16px;
  text-wrap: pretty;
  /* z-index: -1; */
  position: relative;
  font-family: callunaregular, serif;
}

.noSpotlightAddGap {
  position: relative;
  padding-top: 1.5em;
  /* background-color: red; */
}

#immediate-release-date-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-date, .immediate-release {
  margin: 0;
  font-size: 16px;
}
.immediate-release {
  padding: 0 8px;
}


.mainContent hr {
  width: 50%;
  border: 4px dotted;
  border-style: none none dotted;
  margin: 35px auto;
}


.contact-spif *, .contact-spif .contact-info-field *, .contact-spif .socialMedia *, .spif ol li, .spif ul li, .standard-spif .spif-body *, .block p {
  font-size: 18px;
}
.contact-spif .contact-info-field {
  padding: 0;
}

h1, .summary, .article-category-location {
  position: relative;
}


/* BLOCKQUOTES and BLOCK CALLOUTS */
.row.featured.sub_header .block {
  /* padding: 20px 24px; */
  /* font-size: 1.4em; */
  margin: 0;
}
.row.featured.sub_header .block {
  border-radius: var(--border-radius);
}
.block.callout {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.row.featured.sub_header .block p {
  font-size: 1.4em;
  margin: 0;
}
.row.featured.sub_header .block p.credit {
  font-size: 1em;
  margin-top: 1em;
}
.featured.with_side_block.sub_header {
  padding: 0;
}
.featured.with_side_block.sub_header, .block.callout {
  margin: 16px 0 40px;
}
.block.purple {
  font-family: callunaregular, sans-serif;
  text-align: center;
}
.block.purple, .block.callout {
  padding: 20px 24px;
}

#article-template .block.callout h2 {
  margin-top: 0;
}
.block.callout > :last-child {
  margin-bottom: 0 !important;
}
.block.purple.quote:before {
    content: '\201C' / ""; /* accessibility fallback so screen reader ignores */
    position: absolute;
    left: -12px;
    font-size: 120px;
    line-height: 1;
    top: 6px;
    opacity: .4;
}



.mainContent a {
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.mainContent a:hover, .mainContent a:focus {
  text-decoration: none;
}


.date-and-media-contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 12px;
}


.media-contacts-area {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.media-contacts-area > .modal-button {
  margin: 0;
}

/* links that open modals */
.modal-button {
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    margin: 0;
    padding: 6px 12px;
    border-radius: var(--border-radius);
    line-height: 1.5;
}

.modal-button:hover .spif-heading {
  /* text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px; */
}

@media (max-width: 425px) {

/* media contacts area */
.date-and-media-contacts {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

  /* blockquotes */
  .row.featured.sub_header .block, .block.callout {
    padding: 16px 16px;
  }
  .row.featured.sub_header .block p {
    font-size: 1.2em;
  }
}