li::marker {
  color: #e57200;
}

a.pdf-icon[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid icon style */
  content: "\f1c1"; /* file-pdf icon */
  margin-left: 0.4em;
  color: #e57200;
  pointer-events: none; /* so it doesn’t block the link */
}

table tr:nth-child(2n) {
	background:none;
}

table tr td {
	padding:10px 25px;
	vertical-align:top;
}
blockquote {
  position: relative;
  font-size: 1.2rem;
  font-style: italic;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  color: #444;
}

blockquote::before {
  content: "“";
  position: absolute;
  top: 24px;
  left: -16px;
  font-size: 8rem;
  font-weight: bold;
  color: #e57200;
  opacity: 0.4;
  line-height: 1;
  z-index: 0;
  font-family:'adobe-caslon-pro', serif, georgia;
}

blockquote p {
  position: relative;
  z-index: 1;
}


.feature {
  overflow: hidden;
}

.feature img {
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.feature img:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
  box-shadow: 0px 0px 15px #e57200;
}



.type--uva_front_page hr {
	width: 80px;
  margin: 40px 0 20px 0;
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 3px solid #F84C1E;
}

.type--uva_front_page .layout--twocol-section {
	max-width:1200px;
	margin:0 auto;
}

.type--uva_front_page .layout--twocol-section .layout__region--first {
	padding-right:80px;
}

.heading-band {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff !important;
  padding: 2rem 1rem .5rem;
  margin: 2.5rem 0;
  isolation: isolate;
  font-size:1.7em !important;
}

.heading-band::before {
  content: "";
  border-top: 8px solid #e57200;
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-band--green { background: #7a8e3a; }
.heading-band--blue { background: #222d4b; }
.heading-band--orange { background: #e57200; }
.heading-band--gray { background: #bcb8b1; }

.heading-band::after{
  content:"";
  position:absolute;
  right:1rem;
  top:50%;
  transform:translateY(-50%);
  width:38%;
  height:80%;
  background-repeat:no-repeat;
  background-position:right center;
  background-size:contain;
  opacity:.12;
  z-index:0;
  pointer-events:none;
  background-image:url("/path/to/icon-cubes.svg");
}


/* Responsive tweaks */
@media (max-width: 900px) {
  .heading-band { background-size: 46%, auto; }
}
@media (max-width: 600px) {
  .heading-band { background-size: 55%, auto; padding-right: 1.25rem; }
}


.type--uva_front_page .layout--twocol-section .layout__region--second {
	padding:80px 40px 60px;
	position: sticky;
  top: 24px;         
  align-self: flex-start;
  height: max-content;
  z-index: 2;
}

@media (max-width: 768px) {
  .layout__region--second { position: static; }
}


.jump-menu ul {
	padding-left:0;
}

.jump-menu li {
  margin-bottom: 10px;
  list-style: none !important;
  position: relative;
  padding-left: 1.6em;
}

.jump-menu li::before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e57200;
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 1em;
  margin-right:10px;
}

.jump-menu li a {
  color: #444;
  font-size: 1.1em;
  text-decoration: underline;
  text-underline-offset: 3px;
}



.type--uva_front_page .layout--twocol-section .layout__region--second .pdf-link:hover {
	box-shadow: 0px 0px 15px #e57200;
}

.layout--onecol .paragraph--type--content h3 {
	font-size:52px;
	font-weight:900;
}

.layout--onecol .paragraph--type--content {
    font-size: 1.3em;
    max-width: 75%;
    margin: 0 auto;
}

.svg-inline--fa.fa-leanpub {
	font-size:36.4px;
	color:#e57200;
}

.type--uva_front_page .layout--twocol-section h3 {
	font-family:'adobe-caslon-pro', serif, georgia;
	font-size:2.3em;
	color:#666;
}

