
.about-img, .about-img-cycle {float:right; width:400px; margin:0 0 15px 15px; border:3px solid #eee;}
.about-img-cycle {height:300px; overflow:hidden;}

.about-img p {padding:10px 10px 6px 10px; font-size:90%;}


table {}

dl {}
dd {margin-bottom:10px;}
dt {font-weight:bold; font-style:italic; border-top:1px solid #eee; padding-top:10px; margin-top:10px; color:#666;}


.mainPUBS {}
.mainPUBS a {border-bottom:none !important;}
.mainPUBS img {margin-right:5px; border:1px solid #aaa;}

.pubs .nest-img {width:150px;}
.pubs .nest-copy-only {width:650px;}

.nest-pubs {width:650px;}
.nest-pubs img {margin-right:5px; border:1px solid #aaa;}
.nest-pubs a {border-bottom:none !important;}



/* =====================================================
   WCAG AA CONTRAST FIXES
   Uses UTSA Accessible Orange: #D3430D (4.62:1 on white)
   Overrides old inaccessible orange #f47321 from
   master.css, template.css, and inline jQuery .css() calls
   ===================================================== */

/* Page title banner (white text on accessible orange) */
.pageTitle {
  background-color:#D3430D !important;
}

.pageTitle a,
.pageTitle a:hover,
.pageTitle a:visited {
  color:#ffffff !important;
  background:transparent !important;
}

/* Headings */
#content h1,
#content h2,
#content h3,
h1, h2, h3 {
  color:#D3430D !important;
}

/* Links inside content area */
#content a,
#content a:visited,
#col-main a,
#col-main a:visited {
  color:#D3430D !important;
}

#content a:hover,
#content a:focus,
#col-main a:hover,
#col-main a:focus {
  color:#a23209 !important;
}

/* Navigation links */
#col-navigation a,
#col-navigation a:visited,
.nav-page a,
.nav-page a:visited {
  color:#D3430D !important;
}

#col-navigation a:hover,
#col-navigation a:focus,
.nav-page a:hover,
.nav-page a:focus {
  color:#a23209 !important;
}

/* Chapter navigation triggers (chapters 1–12) */
#trigger-one,
#trigger-two,
#trigger-three,
#trigger-four,
#trigger-five,
#trigger-six,
#trigger-seven,
#trigger-eight,
#trigger-nine,
#trigger-ten,
#trigger-eleven,
#trigger-twelve {
  color:#D3430D !important;
}

/* Active section highlights (all chapter-section classes) */
[class*="one-"],
[class*="two-"],
[class*="three-"],
[class*="four-"],
[class*="five-"],
[class*="six-"],
[class*="seven-"],
[class*="eight-"],
[class*="nine-"],
[class*="ten-"],
[class*="eleven-"],
[class*="twelve-"] {
  color:#D3430D !important;
}

/* Catch-all for any orange utility classes */
.orange,
.orange-text {
  color:#D3430D !important;
}