

/*      Request ID: dff747f3415b7ab0f1ae0238b9e6cda4_1751561272 (07/05/2025 1:51am) (minifier disabled) (VchBCsAwCATAFzU+qUizJII1oBLp79trb8PQZqeqIrYBXUfHbiobNVnRDEkz+7qCTrHh6ALLoJy4EVTskcvlY+Sjv2lxRbw=)      */

.media-image .lw_slideshow_wrapper {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 1em; }

.media-image .lw_slideshow {
  padding-bottom: 0;
  overflow: visible; }

.media-image .lw_slideshow_slide img {
  box-shadow: 0 0 10px #DDDDDD; }

a.lw_preview_image {
  position: relative;
  display: block;
  /* float: left; */ }

a.lw_preview_image:after {
  content: "\f00e";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 10px; }

a.lw_preview_image:hover:after {
  display: block; }

a.document-download {
  position: relative;
  padding: 15px 10px 15px 70px;
  overflow: hidden;
  display: block;
  font-size: 18px;
  font-weight: bold;
  background: #ddefff !important;
  margin-bottom: 1em;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

a.document-download:hover {
  background: #c1d9f0 !important; }

a.document-download .asu-icon-book {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  font-size: 2em;
  background-color: #c1d9f0; }

a.document-download .asu-icon-book:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #337ab7; }

a.document-download:after {
  font-size: 16px;
  margin-left: 10px; }

#transcript {
  margin-top: 1em; }

#transcript .toggle {
  font-size: 1em; }

a.photo:before,
a.letter:before,
a.audio:before,
a.document:before,
a.video:before,
a.map:before,
a.artifact:before,
a.person:before,
a.recollections:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px; }

a.photo:after,
a.letter:after,
a.audio:after,
a.document:after,
a.video:after,
a.map:after,
a.artifact:after,
a.person:after,
a.recollections:after {
  content: none; }

a.photo:before {
  content: "\f030"; }

a.letter:before {
  content: "\f658"; }

a.audio:before {
  content: "\f025"; }

a.document:before {
  content: "\f02d"; }

a.video:before {
  content: "\f144"; }

a.map:before {
  content: "\f279"; }

a.artifact:before {
  content: "\f5a2"; }

a.person:before {
  content: "\f007"; }

a.recollections:before {
  content: "\f5ac"; }

.war-stories-person img.portrait,
.portrait img {
  border: 1px solid #ddd;
  padding: 6px;
  box-shadow: 0 1px 2px #ddd;
  box-sizing: border-box; }

.war-stories-person h4 {
  /* margin-bottom: 0; */ }

.war-stories-person .branch {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0; }

.war-stories-person .branch img {
  float: right;
  margin: 5px 0 0 5px;
  opacity: .25; }

.war-stories-person .rank {
  margin-top: 0; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #337ab7;
  border-radius: 10px; }

/* Search Page Stuff */
.grid-list__header .grid-list__labels {
  align-items: end; }
  .grid-list__header .grid-list__labels > div {
    width: 20% !important; }
    @media (max-width: 699px) {
      .grid-list__header .grid-list__labels > div {
        width: 100% !important; } }

div[data-mediatype] {
  padding-left: 2rem;
  /* text-indent: -18px; */ }
  div[data-mediatype] a::before {
    margin-left: -2rem;
    width: 2rem; }
  div[data-mediatype] ul {
    text-indent: 0; }

span.branches {
  display: inline; }
  span.branches ul {
    margin: 0;
    display: inline;
    padding: 0; }
    span.branches ul li {
      display: inline; }
      span.branches ul li::after {
        content: ', '; }
      span.branches ul li:last-child::after {
        content: ''; }

/* Homepage Conflict Links */
.conflict-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem; }
  .conflict-links a {
    display: block;
    width: 100%;
    position: relative; }
    .conflict-links a img {
      display: block; }
    .conflict-links a span {
      position: absolute;
      top: 75%;
      bottom: 0;
      display: block;
      width: 100%;
      padding: 5px 5%;
      background: rgba(0, 82, 155, 0.75);
      color: white;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      word-wrap: break-word;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1rem; }
    .conflict-links a:hover span {
      top: 0;
      background: rgba(0, 82, 155, 0.9); }
