@charset "utf-8";
/* CSS Document */

body,
td,
th {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 10pt;
}
.bodylarge {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11pt;
}

.clear {
  clear: both;
}

.white14 {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14pt;
}

.gold11 {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  color: #ff9900;
  font-size: 11pt;
}

.gold14 {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  color: #ff9900;
  font-size: 14pt;
}

.black {
  color: #000;
}

.pic-right {
  width: 25%;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

p.indent {
  margin-left: 24px;
}

/* image listings on junior page */
ul.gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

ul.gallery li {
  display: flex;
  flex-flow: column;
  margin-right: 8px;
}

ul.gallery img {
  width: auto;
  max-width: 375px;
}

ul.gallery p {
  font-style: italic;
}

ul.margin li {
  margin-bottom: 0.75rem;
}

ul.margin {
  margin-bottom: 1rem;
}

.orange {
  color: rgb(255, 153, 0);
}

div.column {
  display: flex;
  flex-flow: column nowrap;
  max-width: 70vw;
  padding-left: 12px;
}

div.img-box {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  justify-content: flex-start;
}

.img-box img {
  width: 100%;
  max-width: 850px;
}

.img-box p {
  font-style: italic;
}

img.small-img {
  max-width: 350px;
  width: 100%;
  margin: 4px 4px 4px 0px;
}
.dot-symble{
  font-size: 20px;
}
div.item {
  margin-bottom: 16px;
}

div.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

div.gallery .img-box {
  max-width: 345px;
  margin-right: 1rem;
}

div.gallery div.img-box.expanded {
  max-width: 600px;
}

div.column.borders {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.tight-margin {
  margin-bottom: 0.325rem;
  margin-top: 0.75rem;
}

h1.orange {
  margin-bottom: 0px;
}

/* FLEX TABLE STYLES */
div.table > div.row {
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0.25rem;
}

div.table .row span.flex-shrink {
  flex-shrink: 2;
  width: 2rem;
  margin-right: 1rem;
}

div.table {
  max-width: 450px;
}

.table .row span:nth-of-type(2) {
  margin-right: auto;
}
/* Mobile responsive images */
@media screen and (max-width: 768px) {
  img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }
  
  table {
    max-width: 100%;
  }
  
  .pic-right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  
  div.column {
    max-width: 95vw;
    padding-left: 8px;
    padding-right: 8px;
  }
  
  ul.gallery img {
    max-width: 100%;
  }
  
  .img-box img {
    max-width: 100%;
  }
}