.clearfix {clear:both;}

.acc {
    margin: 50px;
  }
  .acc dt,
  .acc dd {
    padding: 10px;
    border: 1px solid black;
    border-bottom: 0;
  }
  .acc dt:last-of-type,
  .acc dd:last-of-type {
    border-bottom: 1px solid black;
  }
  .acc dt a,
  .acc dd a {
    display: block;
    color: black;
    font-weight: bold;
  }
  .acc dd {
    border-top: 0;
    font-size: 12px;
    margin:0;
  }
  .acc dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
  }
  
  .acc a {
    text-decoration: none;
    display:block;
  }


.text-center {text-align:center;}
.text-right {text-align:right;}

.acc span {display:block;}

/* Panel Headings */
.acc .veteran-dob, .acc .veteran-coordinates, .acc .veteran-launch {font-size:14px;}

/* Gallery */
.acc .veteran-gallery ul {margin:0;list-style:none;}
.acc .veteran-gallery ul li {margin:10px;display:inline-block;}
.acc .veteran-gallery ul li .gallery-caption {text-align:center;}

/* Awards */
.acc .veterans-awards .veterans-row ul {margin:0;list-style:none;justify-content: center;display: flex;}
.acc .veterans-awards .veterans-row ul li {margin:10px;display:inline-block;}
.acc .veterans-awards .veterans-row ul li img {max-width:200px;margin:0 auto;display:block;}
.acc .veterans-awards .veterans-row ul li .award-title {text-align:center;}

/* Accordion */
.acc-container {
  max-width: 700px;
  width: 100%;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  background-color: #1F3273;
  padding: 15px 10px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
 }

.acc-head span {
    color: #fff;
}

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
 }

 .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #fff;
  font-weight: bold;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}
        
.acc-head.active::before {
    transform: rotate(90deg);
}

.acc-column {
  float: left;
  width: 33.33%;
}

.fl-right.acc-column {
    padding-right: 50px;
}

.veterans-section {
    margin: 10px auto;
}
/* Clear floats after the columns */
.acc:after {
  content: "";
  display: table;
  clear: both;
}

