main li a[href*=".pdf"]:before, main td a[href*=".pdf"]:before, main p a[href*=".pdf"]:before, main .panel-body a[href*=".pdf"]:before {
	 content: "";
	 display: inline-block;
	 margin-right: .2em;
	 background: url(/images/icons/pdf-icon-small.gif);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 width: 15px;
	 height: 15px;
}
blockquote p:first-child {margin-top:0;}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.thead-dark {
    color:#FFF !important;
}

.thead-dark th {
    background-color: #333 !important;
}

li > ul, li > ol, li > dl {
    margin-top: 0px;
}



@media screen and (min-width: 1300px){
    
	#article-content div.pull-right, #sidebar {
        width: 25%;
    }
    
	#article-content img.pull-right {
        width: 25%;
        border-radius:8px;
    }
    
	#article-content .pull-left {
        width: 30%;
    }
}

/* hiding publish date */
#article-content .pull-left {
	display:none;
}

/* DSA Stats styling */
#uh-locations {
  padding: 60px 0;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  color: #212529;
}

#uh-locations .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

#uh-locations .tour {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 20px;
  width: 48%;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
#uh-locations .tour:hover {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

#uh-locations .tour-img {
  width: 100%;
  height: auto;
  padding-top: 56.25%; /* 16:9 ratio */
  background-size: cover;
  background-position: center;
  border-radius: 0.375rem;
  margin-bottom: 15px;
  transition: transform 0.5s ease;
  position: relative;
}
#uh-locations .tour:hover .tour-img {
  transform: scale(1.05);
}

#uh-locations p.title-text {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 1.15rem;
  text-align: center;
}

#uh-locations p.preview-text {
  font-size: 1rem;
  line-height: 1.4;
  color: #4a4a4a;
  margin: 0 0 15px;
  text-align: center;
}

#uh-locations .section-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#uh-locations .section-links li {
  margin-bottom: 0;
}

#uh-locations .section-links a {
  color: #c8102e;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

#uh-locations .section-links a:hover,
#uh-locations .section-links a:focus {
  border-bottom-color: #c8102e;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Cougar Red Friday Dining Options */

#incentives h2 {
    display:block;
    margin:0;
}

#incentives .section-grid {
    text-align:center;
    margin-bottom:0;
}

#incentives .section-grid p.lead {
    font-size:30px;
    margin-bottom:15px;
}

#incentives .section-grid li {
    margin-bottom:0;
    padding:30px;
}

#incentives .bi {
    font-size: 50px;
    opacity: .5;
    margin:5px 0 15px 0;
    transition:.2s;
}

@media (min-width:992px){
    
#incentives li:nth-child(2) {
    border-left: 4px solid #f5f5f5;
    border-right: 4px solid #f5f5f5;
}


#incentives li:hover .bi {
    opacity: .7;
    margin:0 0 20px 0;
}

}

.asf {
    display: none;
}


