.orange-button {
	padding:11px 44px;
}

.fa-leanpub {
  font-size: .7em;
  color: #e57200;
}

.type--uva_front_page .field-field_sections {
	padding:50px 0 0;
}

.paragraph--type--three-column-content h3 {
	margin-bottom: 20px;
    line-height: .5;
}

.paragraph--type--three-column-content a {
	color:#232d4b;
}

.field-field_column_1 a:hover, 
.field-field_column_2 a:hover, 
.field-field_column_3 a:hover {
	color:#e57200 !important;
}

.acc-shortcode--title .fas {
	display:none;
}

h4 {
    font-weight: bold;
    font-size: 1.5em;
    text-transform:uppercase;
    background:#eee;
    border-radius:30px;
    text-align:center;
    padding:5px;
}

li::marker {
  color: #e57200;
}

.pdf-link {
	padding:15px;
}

a.pdf-icon {
	border:1px solid;
	border-radius:30px;
	padding:5px 20px;
	font-size:1vw;
}

a.pdf-icon:hover {
	background:#232d4b;
}


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;
}



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;
}

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

.layout--onecol .paragraph--type--content h3 {
	font-size:2.5em;
}

.type--uva_front_page .layout--twocol-section {
	max-width:90%;
	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;
  background:aliceblue;
}

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


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

.jump-menu li {
  margin-bottom: 10px;
  list-style: none;
  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;
}

.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;
}

.type--uva_front_page .layout--twocol-section h3 a {
	color:#666;
}

.type--uva_front_page .layout--twocol-section h3 a:after {
  content: "→";
  color: #e57200;
  padding-left:5px;
}

.type--uva_front_page .layout--twocol-section h3 a:hover,
.type--uva_front_page .layout--twocol-section h3 a:hover:after {
	color:white;
}
