/** 
File for edits on the site since style.css isn't loading on the site
This one is properly enqued through functions.php
*/

/** Single article disclaimer changes */
.disclaimerSingle span {
  color: #000 !important;
}

.disclaimerSingle a {
  color: #000 !important;
  text-decoration: underline !important;
}

.disclaimerSingle {
  background-color: rgba(255, 255, 255, 0.8); 
  padding: 0.5rem;
  max-width: 100%;
  font-size: 14px !important;
}

.hero-section {
	padding: 100px 0 0 0 !important;
}

.show-more-btn, .breadcrumb-toggle {
  text-decoration: underline;
}