/*ewb on July 7th 2021 - trying to keep the width to a human readable size*/
.guide__body {
  max-width: 35em;
  margin-top: 2em;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*ewb on July 8th 2020 - adding fix to prevent banner from overrunning - there is still a wider issue with the banner*/
.display-4 {
    font-size: 2.3rem;
}

/* add gradient overlay on our bg-secondary */
/*.guide-banner .bg-secondary {*/
/*  background-image: repeating-linear-gradient(90deg, hsla(263,0%,84%,0.06) 0px, hsla(263,0%,84%,0.06) 1px,transparent 1px, transparent 71px),*/
/*    repeating-linear-gradient(135deg, hsla(263,0%,84%,0.06) 0px, hsla(263,0%,84%,0.06) 1px,transparent 1px, transparent 71px),*/
/*    repeating-linear-gradient(45deg, hsla(263,0%,84%,0.05) 0px, hsla(263,0%,84%,0.05) 1px,transparent 1px, transparent 36px),*/
/*    repeating-linear-gradient(90deg, hsla(263,0%,84%,0.05) 0px, hsla(263,0%,84%,0.05) 1px,transparent 1px, transparent 36px),*/
/*    repeating-linear-gradient(45deg, hsla(263,0%,84%,0.05) 0px, hsla(263,0%,84%,0.05) 1px,transparent 1px, transparent 16px),*/
/*    repeating-linear-gradient(135deg, hsla(263,0%,84%,0.05) 0px, hsla(263,0%,84%,0.05) 1px,transparent 1px, transparent 16px),*/
/*    linear-gradient(90deg, transparent, rgba(0,0,0,.3));*/
/*}*/

.btn-link {
    color: #203a56;
}
.guide__field-sections ul li {
font-family: "Helvetica Neue",helvetica,arial,sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
}
.guide__field-class a {
  color:#f3f17f;
}

/*trying to create a higher-contrast sticky toc*/
.view-guide-ct-table-of-contents .views-row .btn {
    background: black;
    color: white;
}

.view-guide-ct-table-of-contents .views-row a{
    color: yellow;
}
.bg-light.view.view-eva.view-guide-ct-table-of-contents.view-id-guide_ct_table_of_contents {
    background-color:#000000 !important;
    color:orange;

}
svg.svg-inline--fa.fa-arrow-circle-up.fa-w-16 {
  color:#efe197;
}