<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  This stylesheet needs to be compiled with a sass compiler.  You can conveniently
  use the Web Compiler extension included in the Web Essentials extention bundle
  or any other sass compiler.

  PLEASE DO NOT MODIFY STYLE.CSS.  CHANGES THERE WILL BE OVERWRITTEN WHEN THIS FILE IS COMPILED
*/
/************
    LISTING
*************/
.alist .subtitle:after {
  content: "";
  display: table;
  clear: both;
}

.alist &gt; ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.alist &gt; ul &gt; li {
  padding: 20px 0;
  margin: 0;
}

.alist &gt; ul &gt; li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.BH_HTML2 .alist &gt; ul &gt; li:first-child {
  padding-top: 0;
}

.alist .desc {
  min-height: 56px;
  padding-left: 80px;
  position: relative;
}

.alist.hydro .desc {
  padding-left: 0;
}

.alist h2 {
  margin: 0 0 5px;
}

.alist time.calendar {
  display: block;
  background-color: #020000;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  border: 3px solid #555;
}

.alist time.calendar span {
  display: block;
  text-align: center;
  color: #fff;
}

.alist time.calendar .day {
  font-size: 28px;
  padding: 8px 5px 0;
  font-weight: 900;
  line-height: 1;
}

.alist time.calendar .month-year {
  font-size: 9px;
  text-transform: uppercase;
  padding: 5px 5px 8px;
}

.alist a.thumb {
  display: inline-block;
  overflow: hidden;
  border: 3px solid #f5f5f5;
  transition: all 0.4s;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
}

.alist a.thumb img.article-thumb {
  transition: all 1s ease;
  width: 100%;
}

.alist a.thumb:hover img.article-thumb {
  transform: scale(1.1) rotate(0.5deg);
  transition: all 1s ease;
}

.alist a.title, .alist a.title:visited, .alist a.title:link {
  color: #123D63;
  font-weight: bold;
}

@media (max-width: 992px) {
  .alist a.thumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .alist a.thumb {
    display: block;
  }
  .alist a.thumb img {
    width: 100%;
  }
}
.alist-large-thumb a.thumb {
  text-align: center;
  background: #fff;
}

.alist .newmonth::before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #DE1E2E;
  z-index: 2;
}

.alist .newmonth h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.alist .filter-markers .filter {
  background-color: #020000;
  color: #fff;
}

.alist .rss {
  color: #ff6600;
  position: absolute;
  right: 0;
  top: 2px;
}

.alist .pager-section {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 30px;
}

.alist.biographies .desc {
  padding-left: 0;
}

/**new pager*/
.center-pager {
  display: flex;
  justify-content: center;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  color: #144a75;
}

.pagination &gt; .active &gt; .page-link, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
  background-color: #020000 !important;
  border-color: #144a75;
}

/*calendar*/
.badge.badge-success {
  background-color: #0a8927;
}

.badge.badge-primary {
  background-color: #0072ed;
}

.alist.events .fc-today {
  background-color: rgba(242, 39, 58, 0.33);
}

.alist.events .btn-primary {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.alist.events .btn-primary:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}

.alist.events .btn-primary.active {
  background-color: #777;
  border-color: #777;
  color: #fff;
}

.alist.events .poster {
  max-height: 200px;
  width: 100%;
  background-position: center;
  height: 100px;
}

.alist.events .fc-event-container:hover {
  cursor: pointer;
}

.alist.events h1.title {
  font-size: 1.6rem;
}

.alist .info {
  display: flex;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.alist .info div {
  margin-right: 20px;
  padding: 8px 16px;
}

@media (max-width: 992px) {
  .alist .info {
    flex-direction: column;
  }
  .alist .info div {
    margin-right: 0px;
  }
}
/**********
    Common
************/
.aframe .attachments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: baseline;
}

.aframe .attachments .title {
  font-weight: bold;
}

.aframe .attachments .sep {
  padding-right: 10px;
  padding-left: 10px;
}

.aframe .attachment {
  padding: 6px 12px;
  background-color: #555;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  word-break: break-word;
}

.aframe .attachment span {
  padding-left: 5px;
}

.aframe .attachment a {
  color: #fff;
}

.aframe.notices .event {
  font-weight: bold;
}

.aframe .standout {
  color: #DE1E2E;
  font-weight: bold;
}

.aframe .highlight {
  font-weight: bold;
}

.aframe .subtle {
  color: #767676;
}

.aframe .info-fields {
  display: flex;
  background-color: #f1f1f1;
  padding: 10px 16px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.01);
}

.aframe .info-fields .sep {
  color: #DE1E2E;
  margin: 0 10px;
  font-weight: 900;
}

.aframe .info-fields .sep:last-child {
  display: none;
}

@media (max-width: 992px) {
  .aframe .info-fields {
    flex-direction: column;
  }
  .aframe .info-fields .sep {
    display: none;
  }
}
/**********
    DETAIL
************/
/*Detail*/
.adetail {
  padding: 0 0 5px;
  margin-top: -3px;
  display: block;
  font-family: "Open Sans", Arial;
}

.adetail h1.title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 2px 0 20px 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #123D63;
}

.adetail h1.title:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #DE1E2E;
  z-index: 2;
}

.adetail .tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 30px 0;
}

.adetail .tags .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
}

.adetail .tags .tag a, .adetail .tags .tag a:link, .adetail .tags .tag a:visited {
  font-size: 18px;
  color: #fff;
  padding: 3px 10px;
  background-color: #3E6682;
}

.adetail .tags .tag a:hover {
  background-color: rgba(62, 102, 130, 0.9);
  text-decoration: none;
}

.adetail_center {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.adetail_center .inner {
  margin: 0 auto;
}

.adetail .subhead {
  color: #777;
}

.adetail .info {
  display: flex;
  padding-bottom: 5px;
}

.adetail .subtle {
  color: #767676;
}

.adetail .related h2:before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #DE1E2E;
  z-index: 2;
}

.adetail .related .item {
  padding-bottom: 8px;
  font-size: 1.1rem;
}

.adetail a.link, .adetail a.visited {
  color: #d31a29;
  font-weight: bold;
}

.adetail .infos-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.adetail .info div:not(:last-child):after {
  content: "/";
  color: #DE1E2E;
  margin: 0 10px;
  font-weight: 900;
}

.adetail .infos-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.adetail .info .org {
  text-transform: uppercase;
  font-weight: bold;
}

.adetail .media-inline .minfo {
  border-bottom-color: #DE1E2E;
  border-bottom-width: 2px;
}

.adetail .contacts {
  display: flex;
  align-items: center;
}

.adetail .contacts div {
  margin-right: 30px;
}

.adetail .contact-section {
  margin: 30px 0;
}

.adetail .dateline {
  font-weight: bold;
  float: left;
}

@media (max-width: 992px) {
  .adetail .infos-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .adetail .infos-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .adetail .info {
    flex-direction: column;
  }
  .adetail .info.fields .sep {
    display: none;
  }
}
.adetail.bio .photo {
  max-width: 40%;
  float: right;
  padding: 0 0 30px 30px;
}

.adetail.bio .photo .media-info {
  text-align: center;
}

.adetail.bio .photo .print .item img {
  max-width: 100%;
  height: auto;
  margin: 5px;
  clear: left;
}

@media print {
  .adetail.bio .photo .print .item img {
    max-width: 35%;
    height: auto;
    clear: left;
    float: right;
  }
}
@media (max-width: 768px) {
  .adetail.bio .photo {
    max-width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
}
/********
    gallery
*********/
.adetail .slider-wrap {
  position: relative;
  clear: both;
  margin: 0 0 20px;
}

/**Wait for init to prevent FOUC. Hide non current items after init*/
.adetail .slider .item {
  position: absolute;
  visibility: hidden;
}

.adetail .caroufredsel_wrapper .slider .item {
  visibility: hidden;
  opacity: 0;
}

.adetail .slider .item:first-child, .caroufredsel_wrapper .slider .item.current, .print.slider .item {
  position: relative;
  visibility: visible;
  opacity: 1;
}

/*background only applies to landscape fit slides*/
.adetail .slider .slide {
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-color: #020000;
  position: relative;
  transition: opacity 0.2s;
}

.adetail .slider .slide:before {
  content: "";
  float: left; /*16:9 aspect*/
  padding-bottom: 56.25%;
}

.adetail .slider .slide:after {
  content: "";
  display: table;
  clear: both;
}

.adetail .slider .slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.adetail .slider .slide p.alt {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.adetail .slider-wrap .pager-left,
.adetail .slider-wrap .pager-right {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 20px;
  background: transparent url(gallery-left.png) no-repeat left;
  width: 30px !important;
  z-index: 20;
  opacity: 0.6;
  transition: opacity 0.2s; /*height of the slide container*/
  padding-bottom: 56.25%;
}

.adetail .slider-wrap .pager-right {
  left: auto;
  right: 20px;
  background: transparent url(gallery-right.png) no-repeat right;
}

.adetail .slider-wrap .pager-left:hover,
.adetail .slider-wrap .pager-right:hover {
  opacity: 1;
}

.adetail .slider .item .media-info {
  text-align: right;
  padding: 10px;
  font-weight: bold;
}

.adetail .slider .item .media-details, .slider .item .media-download {
  text-decoration: none;
  color: #d31a29;
}

.adetail .slider .item .media-download {
  margin-right: 5px;
}

.adetail .slider .item .media-caption p:last-child {
  margin-bottom: 0;
}

/**mejs stuff*/
.adetail .slider .mejs__container, .slider .mejs__overlay.load {
  width: 100% !important;
}

.adetail .slider.mejs__container {
  padding-top: 56.25%;
}

.adetail .slider video {
  max-width: 100% !important;
  position: relative;
}

.adetail .slider .mejs__mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.adetail .slider .mejs__controls {
  z-index: 23;
}

.adetail .slider .mejs__overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

/* edit */
.article-edit .dnnFormItem textarea {
  max-width: 100%;
}

/*print*/
.adetail .print-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
}

.adetail .print-header .right-side {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/****************************************************************/
/********
    dashboard
*******/
.ModArticleCSDashboardC .a {
  color: #0072ed;
}

.adash .subtle {
  color: #6b6b6b !important;
}

.adash .item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.adash .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.adash .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.adash a.tlink, .adash a.tlink:link, .adash a.tlink:visited {
  color: #000;
}

.adash .thumb {
  float: left;
}

.adash .updated {
  color: #D31D2C;
  font-weight: bold;
}

.adash .date {
  float: left;
  padding: 0 10px 0 0;
}

.adash .article-thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  border: 3px solid #f5f5f5;
}

.adash a.thumb {
  display: block;
  width: 20%;
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 20% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
  margin-right: 10px;
}

@media (max-width: 992px) {
  .adash a.thumb {
    width: 30%;
    padding-top: 30%;
  }
}
.adash .footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.adash .rss a {
  color: #F28422;
}

.adash a.link, .adash a.link:visited, .adash a.link:link {
  color: #D31D2C;
  font-weight: bold;
}

/*dateago*/
.adash.dateago-list .title {
  display: inline;
}

.adash.dateago-list .date {
  float: none;
  padding-left: 10px;
}

/*datefull*/
.adash.datefull-list .title {
  display: inline;
}

.adash.datefull-list .date {
  float: none;
  padding-left: 10px;
}

/*factsheets*/
.adash.factsheets ul {
  margin-bottom: 0;
}

/*biographies*/
.adash.biographies .thumb {
  width: 100%;
  padding: 100% 0 0;
}

.adash.biographies .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.adash.biographies .item {
  width: 25%;
  border-bottom: none;
  padding: 0 2% 2% 2%;
  text-align: center;
}

.adash.biographies img {
  border: 3px solid #f5f5f5;
  max-height: 200px;
}

.adash.biographies p {
  margin-bottom: 0.2rem;
}

@media (max-width: 992px) {
  .adash.biographies .item {
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  .adash.biographies .item {
    flex-basis: 50%;
  }
}
@media (max-width: 550px) {
  .adash.biographies img {
    max-height: 100px;
  }
  .adash.biographies .image {
    margin-right: 10px;
  }
  .adash.biographies .item {
    flex-basis: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4%;
    padding-bottom: 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
/* filter */
.afilter .drop-list { /*border: solid 1px rgb(0,59,79);*/
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  width: 100%;
  font-weight: normal;
}

.afilter .drop-list:after {
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f078";
  color: #ced4da;
  font-size: 20px;
  pointer-events: none;
  background-color: #fff;
}

.afilter .field-outer {
  width: 100%;
}

.afilter .tagit {
  border-radius: 0.25rem;
  padding: 0;
}

.afilter ul.tagit li.tagit-new {
  padding: 0;
  margin: 0;
}

.afilter ul.tagit input[type=text] {
  padding: 5px 10px;
}

.afilter input, .afilter select {
  background: #fff;
  padding: 5px 10px;
  height: 40px !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  color: #003b4f;
}

.afilter select {
  cursor: pointer;
  -webkit-appearance: none;
}

.afilter .filter-item {
  display: flex;
}

.afilter .dates {
  width: 50% !important;
}

.afilter .RadInput_Default .riTextBox {
  border-color: #ced4da;
}

.afilter .filter-item {
  margin-bottom: 20px;
}

/* News Feed Content Grid Dashboard */
.news-feed-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-feed-grid-item {
  width: 32%;
  background: #ededed;
  margin-bottom: 2%;
  padding: 15px;
}

.news-feed-grid h3 {
  margin: 0 0 5px;
  font-size: 19.2px;
  font-weight: 700;
}

.news-feed-grid .news-feed-grid-item ul {
  margin: 0;
  list-style: none;
}

.news-feed-grid .news-feed-grid-item li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.news-feed-grid .news-feed-grid-item .more {
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
}

.news-feed-grid h3 a .fa {
  font-size: 18px;
  color: #ccc;
}

.usace2-card-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.usace2-card-grid-rows {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 -16px;
  overflow: hidden;
  width: 100%;
}

.usace2-card-grid-row {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .usace2-card-grid-row {
    display: flex;
    flex-direction: row;
  }
  .usace2-card-grid-row .usace2-card:first-child {
    margin-left: 0;
  }
  .usace2-card-grid-row .usace2-card:last-child {
    margin-right: 0;
  }
}
.usace2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 32px);
  height: 32rem;
  margin: 8px 8px 0px 8px;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  min-width: 350px;
  word-wrap: break-word;
  background-clip: border-box;
  float: left;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
  color: #111111 !important;
  padding: 1.5rem 1rem;
  background-color: #FFF;
}

@media only screen and (min-width: 992px) {
  .usace2-card {
    height: 32rem;
    margin: 16px;
  }
}
.usace2-card__image {
  order: 1;
  flex: 0 0 45%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
  height: 15rem;
  transition: height 0.3s ease-out;
}

.usace2-card__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.35) 100%);
}

.usace2-card__content {
  flex: 0 0 55%;
  order: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  transition: all 300ms ease-out;
}

.usace2-card .usace2-object-eyebrow {
  display: flex;
  text-transform: uppercase;
  margin-top: 0;
  order: 2;
  font-size: 1.2rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-top: 4px;
  margin-bottom: 0 !important;
}

.usace2-object-eyebrow-type {
  order: 2;
  color: #575757;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.usace2-object-eyebrow-date {
  order: 1;
  color: #575757;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.usace2-card__title {
  order: 1;
  color: #003087;
  width: 100%;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
  padding-top: 120px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
  .usace2-card__title {
    font-size: 1.1rem;
    line-height: 1.25;
    flex-grow: 0;
  }
  .usace2-card__title span {
    position: relative;
    bottom: auto;
  }
}
.usace2-card__overlay {
  position: absolute;
  height: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  display: block;
  z-index: 1;
  transition: all 0.3s;
}

.usace2-card__description {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
  font-weight: 500;
  font-size: 0.8rem;
  height: 8rem;
  line-height: 1.2rem;
  padding-right: 4px;
  max-height: 100px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .usace2-card__description {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .usace2-card-grid .usace2-card:hover, .usace2-card-grid .usace2-card:focus, .usace2-card-grid .usace2-card:active {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .usace2-card-grid .usace2-card:hover h3.usace2-card__title, .usace2-card-grid .usace2-card:focus h3.usace2-card__title, .usace2-card-grid .usace2-card:active h3.usace2-card__title {
    color: #fff !important;
  }
  .usace2-card:hover .usace2-card__description, .usace2-card:focus .usace2-card__description, .usace2-card:active .usace2-card__description {
    max-height: 12rem;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .usace2-card .usace2-object-eyebrow {
    position: static;
    flex-direction: row;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .usace2-object-eyebrow-type {
    margin-right: 8px;
  }
}
.usace2-card:hover .usace2-card__description {
  margin-top: 6px;
}

.usace2-card:hover .usace2-card__image, .usace2-card:focus .usace2-card__image, .usace2-card:active .usace2-card__image {
  height: 0;
}

.usace2-card:hover .usace2-card__hr, .usace2-card:focus .usace2-card__hr, .usace2-card:active .usace2-card__hr {
  width: 100%;
  opacity: 1;
  margin-bottom: 0 !important;
}

.usace2-card .usace2-card__overlay {
  display: none;
}

.usace2-card .usace2-card__description {
  font-weight: 500;
  position: relative;
  text-align: left;
}

.usace2-card .usace2-card__summary {
  order: 1;
  text-align: left;
  display: block;
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .usace2-card .usace2-card__description {
    transform: translateY(10%);
  }
}
.usace2-card__read-more {
  text-transform: uppercase;
  order: 2;
  display: block;
  color: #003087;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  position: absolute;
  bottom: -6px;
}

.usace2-card:hover .usace2-card__read-more {
  opacity: 0;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  position: absolute;
  bottom: -6px;
}

@media only screen and (min-width: 992px) {
  .usace2-card:hover .usace2-card__description, .usace2-card:focus .usace2-card__description, .usace2-card:active .usace2-card__description {
    transform: translateY(0);
  }
  .usace2-card:hover .usace2-card__content, .usace2-card:focus .usace2-card__content, .usace2-card:active .usace2-card__content {
    margin-top: 8px;
  }
  .usace2-card:hover .usace2-card__title, .usace2-card:focus .usace2-card__title, .usace2-card:active .usace2-card__title {
    height: auto;
  }
  .usace2-card:hover .usace2-card__title span, .usace2-card:focus .usace2-card__title span, .usace2-card:active .usace2-card__title span {
    position: static;
    bottom: auto;
  }
  .usace2-card:hover .usace2-card__read-more, .usace2-card:focus .usace2-card__read-more, .usace2-card:active .usace2-card__read-more {
    opacity: 1;
  }
}
.usace2-card:hover .usace2-card__content {
  flex: 0 0 0%;
  order: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  top: 0;
  transform: translateY(0);
}

.usace2-card:hover .usace2-card__title, .usace2-card:active .usace2-card__title, .usace2-card:focus .usace2-card__title {
  color: #6190FF;
}

.usace2-card:hover .usace2-object-eyebrow-type, usace2-card:active .usace2-object-eyebrow-type, usace2-card:focus .usace2-object-eyebrow-type {
  color: #B0B0B0;
}

.usace2-card:hover .usace2-object-eyebrow-date, usace2-card:active .usace2-object-eyebrow-date, usace2-card:focus .usace2-object-eyebrow-date {
  color: #B0B0B0;
}

.usace2-card:hover .usace2-card__description, .usace2-card:focus .usace2-card__description, .usace2-card:active .usace2-card__description {
  top: 0;
}

/*USACE2 Slideshow Hero (Dashboard)*/
.gallery-carousel-outer.loading {
  overflow: hidden;
  max-height: 500px;
}

.gallery-carousel-outer {
  position: relative;
}

.gallery-carousel-outer ul.slides {
  margin: 0;
  list-style: none;
}

.gallery-carousel-outer li {
  margin: 0;
  list-style: none;
}

.gallery-carousel-outer ul.slides li {
  background: #000;
  position: relative;
  overflow: hidden;
}

.gallery-carousel-outer figure &gt; a {
  display: inline-block;
  max-width: 100%;
}

.gallery-carousel-outer figure {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

/* image */
.gallery-carousel-outer li .blurred-bg {
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.3;
}

.gallery-carousel-outer .picture-wrap {
  width: 900px;
  max-width: 100%;
}

.gallery-carousel-outer .portrait-bg {
  width: 100%;
  max-width: 100%;
}

.gallery-carousel-outer picture.heropic {
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}

.gallery-carousel-outer .portrait-bg picture.portaitpic {
  display: block;
  position: inherit;
}

.gallery-carousel-outer picture.heropic img {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.gallery-carousel-outer .portrait-bg picture.portaitpic img {
  max-width: none !important;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

/* captions */
.gallery-carousel-outer figcaption {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px 20px;
  width: 100%;
  max-height: 100%;
}

.gallery-carousel-outer figure a:focus {
  font-weight: inherit;
}

.gallery-carousel-outer figure a:hover {
  text-decoration: none;
}

.gallery-carousel-outer figcaption h1 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gallery-carousel-outer figcaption a.more {
  color: #fff;
  display: inline-block;
  padding: 10px 0 0;
  position: relative;
}

.gallery-carousel-outer figcaption a.more:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #DE1E2E;
  z-index: 2;
  transition: width 0.2s;
}

.gallery-carousel-outer figcaption a.more:hover:before,
.gallery-carousel-outer figcaption a.more:focus:before {
  width: 100px;
}

.gallery-carousel-outer figcaption h1 a:hover,
.gallery-carousel-outer figcaption h1 a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.gallery-carousel-outer figcaption a[title=Edit] {
  position: absolute;
  top: 25px;
  right: 20px;
}

.gallery-carousel-outer figcaption .meta span {
  display: inline-block;
}

.gallery-carousel-outer figcaption .author:after {
  content: "/";
  color: #DE1E2E;
  margin: 0 5px 0 10px;
  font-weight: 900;
}

.gallery-carousel-outer figcaption .author a {
  font-weight: 700;
  color: #DE1E2E;
}

.gallery-carousel-outer figcaption .author a:hover,
.gallery-carousel-outer figcaption .author a:focus {
  text-decoration: underline;
}

.gallery-carousel-outer figcaption .organization {
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-carousel-outer figcaption .meta span.publish-date {
  display: block;
  margin-bottom: 5px;
}

.gallery-carousel-outer figcaption .summary {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 400;
  margin: 5px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  .gallery-carousel-outer figcaption {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.2s;
  }
  .gallery-carousel-outer figure:hover figcaption {
    background: rgba(0, 0, 0, 0.7);
  }
  .gallery-carousel-outer figcaption .summary {
    max-height: 0;
    transition: all 0.2s 1s;
    margin: 0;
  }
  .gallery-carousel-outer figure:hover figcaption .summary,
  .gallery-carousel-outer figcaption a.more:focus + .summary {
    max-height: 74px;
    margin: 5px 0 0;
    transition: all 0.2s;
  }
}
/* end captions */
/*slideshow controls*/
.gallery-carousel-outer .flex-direction-nav {
  margin: 0;
  padding: 0;
}

.gallery-carousel-outer .flex-direction-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-carousel-outer .flex-prev,
.gallery-carousel-outer .flex-next {
  position: absolute;
  left: 0;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  max-height: 30%;
  width: 10%;
  max-width: 100px;
  display: block;
  opacity: 0.9;
  text-indent: -999rem;
  transition: opacity 0.2s;
  z-index: 1;
}

.gallery-carousel-outer .flex-prev.flex-disabled,
.gallery-carousel-outer .flex-next.flex-disabled {
  display: none;
}

@media (min-width: 992px) {
  .gallery-carousel-outer .flex-prev,
  .gallery-carousel-outer .flex-next {
    opacity: 0.001;
  }
  .gallery-carousel-outer:hover .flex-prev:not(.flex-disabled),
  .gallery-carousel-outer:hover .flex-next:not(.flex-disabled) {
    opacity: 0.35;
  }
}
.gallery-carousel-outer .flex-prev::before,
.gallery-carousel-outer .flex-next::before {
  content: "\f053";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font: 700 2rem/1 "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  text-align: center;
  text-indent: 0;
  color: #fff;
  transition: left 0.2s, right 0.2s;
}

/* overrides for next */
.gallery-carousel-outer .flex-next {
  right: 0;
  left: auto;
}

.gallery-carousel-outer .flex-next::before {
  content: "\f054";
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -1rem;
}

.gallery-carousel-outer .flex-prev:hover:not(.flex-disabled),
.gallery-carousel-outer .flex-next:hover:not(.flex-disabled),
.gallery-carousel-outer .flex-prev:not(.flex-disabled):focus,
.gallery-carousel-outer .flex-next:not(.flex-disabled):focus {
  opacity: 0.9;
  text-decoration: none;
}

.gallery-carousel-outer .flex-prev:not(.flex-disabled):hover::before {
  left: 30%;
}

.gallery-carousel-outer .flex-next:hover:not(.flex-disabled)::before {
  right: 30%;
}

@media (min-width: 992px) {
  .gallery-carousel-outer .flex-prev,
  .gallery-carousel-outer .flex-next {
    display: block;
  }
}
/* end controls */
</pre></body></html>