<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
*/
/* pagination */
/* shared pager */
.pagination .active a {
  background-color: #332e06;
}

.pagination li a {
  border: solid 1px #ddd;
}

.pagination .disabled a {
  color: #595959;
}

/* listing */
.alist {
  clear: both;
}

.alist .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}

.alist .title a, .alist .title a:visited, .alist .title a:link {
  color: #036;
}

.alist .poster {
  text-align: center;
}

.alist .poster img {
  max-height: 90px;
  box-shadow: 1px 1px 5px #888;
}

.alist hr {
  border: 0;
  height: 1px;
  background: #aaa;
  background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(20%, #dddddd), color-stop(80%, #dddddd), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
  margin-bottom: 13px;
  margin-top: 13px;
  padding-bottom: 1px;
}

.alist .more {
  font-weight: bold;
  white-space: nowrap;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .alist .title {
    font-size: 14px;
  }
}
.alist.bio {
  display: inline-block;
  width: 100%;
}

.alist.bio .item {
  padding: 0 0.5em 1em 0.5em;
  margin: 0;
  height: 290px;
  vertical-align: top;
}

.alist.bio .poster {
  float: none;
  padding: 0;
  height: 150px;
  min-width: inherit;
}

.alist.bio .info {
  text-align: center;
}

.alist.bio .info .name {
  font-size: 1.1em;
  text-transform: uppercase;
  padding-top: 5px;
  color: black;
  font-weight: bold;
}

.alist.bio .info .subtitle {
  font-size: 0.9em;
  font-weight: normal;
}

.alist.bio .poster img {
  max-height: 150px;
  max-width: 100%;
}

.alist.bio .info-bar {
  color: #900;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 767px) {
  .alist.bio .item {
    border: none;
  }
}
@media (max-width: 450px) {
  .alist.bio .item {
    width: 100%;
  }
}
#adetail-gallery {
  overflow: hidden;
  max-height: 100%;
}

.adetail .gallery .pager-left {
  cursor: pointer;
  height: 394px;
  width: 46px;
  position: absolute;
  background: transparent url(gallery-left.png) no-repeat left;
  opacity: 0.6;
  left: 0;
  z-index: 20;
}

.adetail .gallery .pager-right {
  cursor: pointer;
  height: 394px;
  width: 46px;
  position: absolute;
  background: transparent url(gallery-right.png) no-repeat right;
  opacity: 0.6;
  right: 0;
  z-index: 20;
}

/* detail */
.adetail h1 {
  font-size: 25px;
  font-weight: normal;
}

.adetail hr {
  width: 40%;
  margin: 10px auto 10px;
  border: 0;
  height: 1px;
  background: #eee;
  background: -moz-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eee), color-stop(20%, #dddddd), color-stop(80%, #dddddd), color-stop(100%, #eee));
  background: -webkit-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: -o-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: -ms-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: linear-gradient(to right, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eee", endColorstr="#eee",GradientType=1 );
}

.adetail .content {
  clear: both;
}

.adetail .task-bar {
  height: 22px;
  margin-bottom: 20px;
  padding-right: 10px;
  background: #036;
  background: -moz-linear-gradient(top, rgb(0, 51, 102) 0%, rgb(34, 76, 128) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 51, 102)), color-stop(80%, rgb(34, 76, 128)));
  background: -webkit-linear-gradient(top, rgb(0, 51, 102) 0%, rgb(34, 76, 128) 80%);
  background: -o-linear-gradient(top, rgb(0, 51, 102) 0%, rgb(34, 76, 128) 80%);
  background: -ms-linear-gradient(top, rgb(0, 51, 102) 0%, rgb(34, 76, 128) 80%);
  background: linear-gradient(to bottom, rgb(0, 51, 102) 0%, rgb(34, 76, 128) 80%);
  box-shadow: 2px 3px 3px silver;
  clear: both;
}

.adetail .task-item {
  float: right;
  margin-right: 20px;
}

.adetail .task-item a.link, .adetail .task-item a.link:link, .adetail .task-item a.link:hover, .adetail .task-item a.link:visited {
  color: #fff;
  text-decoration: none;
}

.adetail .contacts {
  clear: both;
  margin: 20px 0 20px 0;
}

.adetail .contacts .contact {
  border-left: 3px solid #990000;
  padding-left: 24px;
  margin-left: 20px;
  color: #35332C;
}

.adetail-block {
  width: 335px;
  margin-left: 20px;
  display: inline-block;
  background-color: #f3f3f3;
  border: 1px solid #dee3e7;
  margin-bottom: 20px;
  clear: both;
  float: right;
}

.adetail-block .inner {
  padding: 10px 15px 10px 15px;
  position: relative;
}

.adetail-block .header {
  background: #fafbfd; /* Old Browsers */
  background: -webkit-linear-gradient(top, #fafbfd, #e5e8ed); /*Safari 5.1-6*/
  background: -o-linear-gradient(top, #fafbfd, #e5e8ed); /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, #fafbfd, #e5e8ed); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, #fafbfd, #e5e8ed); /*Standard*/
  overflow: hidden;
  padding: 3px;
}

.adetail-block .header .btitle {
  float: left;
  font-weight: bold;
  padding-left: 10px;
}

.adetail-block .header .bpager {
  float: right;
  margin: 0;
}

.adetail-block .header .bpager li {
  float: left;
  list-style-type: none;
  padding: 0 10px 0 10px;
}

.adetail .gallery .action {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
}

.adetail .gallery .action li {
  float: left;
  list-style-type: none;
  padding: 0 10px 0 0;
}

.adetail .gallery .aimage {
  margin: 0 auto 10px;
}

.adetail-block hr {
  border: 0;
  height: 1px;
  background: #eee;
  background: -moz-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eee), color-stop(20%, #dddddd), color-stop(80%, #dddddd), color-stop(100%, #eee));
  background: -webkit-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: -o-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: -ms-linear-gradient(left, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  background: linear-gradient(to right, #eee 0%, #dddddd 20%, #dddddd 80%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eee", endColorstr="#eee",GradientType=1 );
  margin-bottom: 3px;
  margin-top: 3px;
  padding-bottom: 2px;
}

.adetail-block .poster img {
  max-height: 100px;
  box-shadow: 1px 1px 5px #888;
  margin: 5px auto 10px;
}

@media (max-width: 767px) {
  .adetail-block {
    float: none;
    width: 100%;
    margin-left: 0;
    order: 2;
  }
  .adetail .content {
    display: flex;
    flex-direction: column;
  }
  .adetail-block.gallery {
    order: 0;
  }
}
.adetail .gallery #dam {
  min-height: 400px;
  overflow: hidden;
}

.adetail .gallery #dam .item {
  max-width: 300px;
}

@media (max-width: 767px, print) {
  .adtail .gallery #dam {
    height: unset;
  }
}
.adetail .related-block,
.dod2-related-block {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
}

.dod2-related-block {
  background-color: transparent;
  padding: 0;
  margin-bottom: 16px;
}

.dod2-related-block h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin: 5px 0 8px 0;
  border-bottom: solid 2px rgb(34, 76, 128);
  color: rgb(34, 76, 128);
}

/* blog */
.adetail.blog .header {
  height: 500px;
  margin-bottom: 32px;
  position: relative;
}

.adetail.blog #blog-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  z-index: 1;
}

.adetail.blog #blog-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.75;
}

.adetail.blog .blog-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.adetail.blog .header .title {
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #000;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
  line-height: 1em;
  padding: 24px 0;
}

.adetail.blog .header .subtitle {
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgb(255, 255, 255);
  line-height: 1em;
  padding: 24px 0;
}

.adetail.blog .category-date {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 32px 0;
}

.adetail .body .media-inline {
  width: 100% !important;
}

.adetail .media-inline .image-wrapper {
  border-radius: 6px;
}

.adetail .media-inline .image-wrapper img {
  border: none;
  border-radius: 6px;
}

.adetail .body .media-inline.media-inline-left,
.adetail .body .media-inline.media-inline-right,
.adetail .body .media-inline.media-inline-full {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.adetail .body .media-inline.media-inline-left.media-inline-thumb {
  float: left;
  display: inline-block;
  margin-right: 30px;
}

.adetail .body .media-inline.media-inline-right.media-inline-thumb {
  float: right;
  display: inline-block;
  margin-left: 30px;
}

.adetail .body {
  width: auto;
  margin: 0 32px;
}

.adetail .body .media-inline.media-inline-center.breakout {
  float: none;
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 640px) {
  .adetail .body {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .adetail.blog .header .title {
    font-size: 62px;
  }
  .adetail .body .media-inline.media-inline-left {
    float: left;
    display: inline-block;
    margin-right: 30px;
  }
  .adetail .body .media-inline.media-inline-right {
    float: right;
    display: inline-block;
    margin-left: 30px;
  }
  .adetail .body .media-inline.media-inline-center.breakout {
    width: 700px !important;
    margin-left: -62.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 700px !important;
  }
  .adetail .body .media-inline.media-inline-center.media-inline-xlarge.breakout .minfo {
    max-width: 700px !important;
  }
  .adetail .body .media-inline.media-inline-center.media-inline-large.breakout .minfo {
    max-width: 600px !important;
  }
}
@media screen and (min-width: 992px) {
  .adetail.blog .header .title {
    font-size: 70px;
  }
  .adetail .body .media-inline.media-inline-left {
    margin-left: -25%;
  }
  .adetail .body .media-inline.media-inline-right {
    margin-right: -25%;
  }
  .adetail .body .media-inline.media-inline-left.media-inline-small {
    margin-left: -32%;
  }
  .adetail .body .media-inline.media-inline-right.media-inline-small {
    margin-right: -32%;
  }
  .adetail .body .media-inline.media-inline-large,
  .adetail .body .media-inline.media-inline-xlarge {
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 575px;
  }
  .adetail .body .media-inline.media-inline-center.breakout {
    margin-left: -112.5px;
    width: 800px !important;
    max-width: 800px !important;
  }
  .adetail .body .media-inline.media-inline-center.media-inline-xlarge.breakout .minfo {
    max-width: 800px !important;
  }
  .adetail .body .media-inline.media-inline-center.media-inline-large.breakout .minfo {
    max-width: 600px !important;
  }
}
@media screen and (min-width: 1280px) {
  .adetail .body .media-inline.media-inline-left {
    float: left;
    margin-left: -45%;
    margin-right: 30px;
  }
  .adetail .body .media-inline.media-inline-right {
    float: right;
    margin-right: -45%;
    margin-left: 30px;
  }
  .adetail .body .media-inline.media-inline-left.media-inline-thumb {
    margin-left: -32%;
  }
  .adetail .body .media-inline.media-inline-right.media-inline-thumb {
    margin-right: -32%;
  }
  .adetail .body .media-inline.media-inline-left.media-inline-small {
    margin-left: -45%;
  }
  .adetail .body .media-inline.media-inline-right.media-inline-small {
    margin-right: -45%;
  }
}
.adetail .body .media-inline .minfo {
  border-bottom: none !important;
}

.adetail .body .media-inline .minfo .caption {
  line-height: 2em !important;
}

/* adetail.news */
.adetail.news h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
}

.adetail.news p.info {
  margin: 16px 0;
}

.adetail.news .adetail-block.gallery {
  margin: 0 0 20px 20px !important;
  font-size: 0.9em;
}

.adetail.news .adetail-block.gallery .actions {
  text-align: center;
  font-weight: 700;
}

.adetail.news .adetail-block.gallery .addthis-container {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.adetail.news .task-bar {
  background: none;
  text-align: center;
  box-shadow: none;
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.adetail.news .task-bar a {
  color: #003366 !important;
  font-weight: 700;
  font-size: 0.9em;
}

.adetail.news .task-bar .task-item {
  flex: 0 1 auto;
  float: none;
  margin: 0 4px;
}

.adetail.news .content p {
  line-height: 1.6em;
  margin-bottom: 18px;
}

.adetail.news .dateline-text {
  display: inline-block;
  float: left;
}

/* contact */
.adetail .contact {
  border-left: 4px solid #999;
  padding-left: 15px;
  margin: 10px 0 15px 0;
}

.adetail .contact li {
  list-style-type: none;
}

/* tags */
.adetail .tag {
  padding-right: 10px;
  float: left;
}

.adetail .tags {
  clear: both;
}

/* v2 updates */
.adetail.blog,
.adetail.news,
.adetail.transcript,
.adetail.speeches,
.adetail.bio,
.adetail.factsheet {
  position: relative;
}

.adetail.news .article-body,
.adetail.transcript .article-body,
.adetail.speeches .article-body,
.adetail.bio .article-body,
.adetail.factsheet .article-body {
  max-width: 575px;
  margin: 32px auto 0;
}

.adetail.blog .header,
.adetail.news .header,
.adetail.transcript .header,
.adetail.speeches .header,
.adetail.bio .header,
.adetail.factsheet .header {
  text-align: center;
  margin-bottom: 16px;
}

.adetail.news .header .title,
.adetail.transcript .header .title,
.adetail.speeches .header .title,
.adetail.bio .header .title,
.adetail.factsheet .header .title {
  font-size: 36px;
  margin: 16px 0 8px;
  font-weight: 700;
}

.adetail.news .header .subtitle,
.adetail.transcript .header .subtitle,
.adetail.speeches .header .subtitle,
.adetail.bio .header .subtitle,
.adetail.factsheet .header .subtitle {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 34px;
  color: #000;
}

.adetail.blog .header .date,
.adetail.news .header .date,
.adetail.transcript .header .date,
.adetail.speeches .header .date,
.adetail.bio .header .date,
.adetail.factsheet .header .date {
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 38px;
}

.adetail.news .header .category-date,
.adetail.transcript .header .category-date,
.adetail.speeches .header .category-date,
.adetail.bio .header .category-date,
.adetail.factsheet .header .category-date {
  font-size: 16px;
}

.adetail.blog .social-inner,
.adetail.news .social-inner,
.adetail.transcript .social-inner,
.adetail.speeches .social-inner,
.adetail.bio .social-inner,
.adetail.factsheet .social-inner {
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
}

.adetail.blog .social-inner a,
.adetail.news .social-inner a,
.adetail.transcript .social-inner a,
.adetail.speeches .social-inner a,
.adetail.bio .social-inner a,
.adetail.factsheet .social-inner a {
  border: 1px #717171 solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgb(128, 128, 128);
  text-decoration: none;
  margin: 10px 4px;
}

.adetail.blog .social,
.adetail.news .social,
.adetail.transcript .social,
.adetail.speeches .social,
.adetail.bio .social,
.adetail.factsheet .social {
  display: block !important;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  text-align: center !important;
  margin: 0 !important;
}

.adetail.blog .article-body &gt; div.body,
.adetail.news .article-body &gt; div.body,
.adetail.transcript .article-body &gt; div.body,
.adetail.speeches .article-body &gt; div.body,
.adetail.bio .article-body &gt; div.body,
.adetail.factsheet .article-body &gt; div.body {
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 0 0 32px !important;
  margin-bottom: 32px !important;
  font-size: 14px;
  line-height: 1.6em;
  max-width: 100%;
}

.adetail.blog .body {
  font-size: 16px;
  line-height: 1.8em;
  max-width: 575px;
}

.adetail.bio .body {
  max-width: 575px;
}

.adetail.blog .share-bottom,
.adetail.news .share-bottom,
.adetail.transcript .share-bottom,
.adetail.speeches .share-bottom,
.adetail.bio .share-bottom,
.adetail.factsheet .share-bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.adetail.blog .share-bottom &gt; div,
.adetail.news .share-bottom &gt; div,
.adetail.transcript .share-bottom &gt; div,
.adetail.speeches .share-bottom &gt; div,
.adetail.bio .share-bottom &gt; div,
.adetail.factsheet .share-bottom &gt; div {
  margin: 0 16px;
  text-align: center;
}

.adetail.blog .share-bottom &gt; div a,
.adetail.news .share-bottom &gt; div a,
.adetail.transcript .share-bottom &gt; div a,
.adetail.speeches .share-bottom &gt; div a,
.adetail.bio .share-bottom &gt; div a,
.adetail.factsheet .share-bottom &gt; div a {
  color: #000;
}

.adetail.blog .share-bottom &gt; div .fa-2x,
.adetail.news .share-bottom &gt; div .fa-2x,
.adetail.transcript .share-bottom &gt; div .fa-2x,
.adetail.speeches .share-bottom &gt; div .fa-2x,
.adetail.bio .share-bottom &gt; div .fa-2x,
.adetail.factsheet .share-bottom &gt; div .fa-2x {
  font-size: 3em;
  margin-bottom: 4px;
}

/* jcs */
.alist.jcsnews .item {
  padding-bottom: 10px;
}

.alist.jcsnews .title a, .alist.jcsnews .title a:visited, .alist.jcsnews .title a:link {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.adetail-block.jcs .header {
  background: #E8E8E8; /* Old Browsers */
  background: -webkit-linear-gradient(top, #E8E8E8, #C6C6C6); /*Safari 5.1-6*/
  background: -o-linear-gradient(top, #E8E8E8, #C6C6C6); /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, #E8E8E8, #C6C6C6); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, #E8E8E8, #C6C6C6); /*Standard*/
  overflow: hidden;
  padding: 3px;
}

.adetail.jcs .task-bar {
  background: none;
  box-shadow: none;
  margin-bottom: 16px;
  height: unset;
  display: inline-block;
  width: 100%;
}

.adetail.jcs.bio .subtitle {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}

.adetail.jcs.bio .image {
  float: right;
  max-width: 350px;
  text-align: center;
  padding: 0 0 15px 15px;
}

.adetail.jcs.bio img {
  box-shadow: 1px 1px 5px #888;
}

.adetail.jcs.bio li {
  list-style: none;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .adetail.jcs.bio .image {
    float: none;
    width: 100%;
    max-width: none;
    padding: 0 0 15px 0;
  }
  .adetail.jcs.bio .aimage {
    margin: 0 auto;
  }
}
/* dashboards */
/*generic dashboard classes*/
.adash {
  display: inline-block;
  width: 100%;
}

.adash .icon-vid {
  color: #E2380F;
  padding-left: 5px;
}

.adash .footer {
  float: right;
  font-size: 1em;
  padding-right: 10px;
  margin-top: 10px;
}

.adash .footer a {
  padding: 6px 0px;
  color: #084476;
  display: inline-block;
  font-weight: normal;
}

.adash hr {
  border: 0;
  height: 1px;
  background: #aaa;
  background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(20%, #dddddd), color-stop(80%, #dddddd), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #dddddd 20%, #dddddd 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
  margin-bottom: 13px;
  margin-top: 13px;
  padding-bottom: 2px;
}

.adash .poster {
  text-align: center;
  float: left;
  padding-right: 15px;
}

.adash .poster img {
  box-shadow: 1px 1px 5px #888888;
  max-width: 115px;
  max-height: 75px;
}

.adash .item {
  display: inline-block;
  width: 100%;
}

.adash a {
  font-weight: bold;
}

.adash .title {
  font-size: 16px;
  display: block;
}

.adash .rss {
  z-index: 999;
  text-align: right;
  width: 100%;
  padding: 10px;
}

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

.adash .rss-link {
  color: #F28422;
}

.adash .info {
  display: inline-block;
}

@media (max-width: 767px) {
  .adash .title {
    display: inline;
  }
}
.adash .links {
  font-size: 0.85em;
  display: inline-block;
}

.adash .links a {
  color: #479ACB;
}

.adash .links a:hover {
  color: #B41019;
}

/* explore */
.adash.adash-explore .item {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}

.adash.adash-explore .item &gt; div {
  flex: 1 0 auto;
}

.adash.adash-explore .item &gt; div:first-child {
  flex: 0 1 auto;
}

.adash.adash-explore .item .ex-image {
  margin-right: 16px;
  width: 100%;
  padding-bottom: 60%;
  background-position: center center;
  background-size: cover;
  border: 1px solid #000;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .adash.adash-explore .item {
    flex-direction: row;
  }
  .adash.adash-explore .item &gt; div {
    flex: 0 1 auto;
  }
  .adash.adash-explore .item &gt; div:first-child {
    flex: 0 1 285px;
  }
  .adash.adash-explore .item .ex-image {
    width: 275px;
    margin-bottom: 0;
  }
}
.adash.adash-explore .ex-meta .ex-cat {
  text-transform: uppercase;
}

.adash.adash-explore .ex-meta .ex-cat,
.adash.adash-explore .ex-meta .ex-date {
  font-size: 12px;
}

.adash.adash-explore .ex-title {
  font-size: 24px;
  color: #000;
  line-height: 1.3em;
  margin: 0;
}

.adash.adash-explore hr {
  background: #CCC;
  height: 1px;
  padding: 0;
  width: 80%;
  margin: 30px auto;
}

.adash.adash-explore .hasmore {
  text-align: center;
  margin: 30px auto 0 auto;
}

.adash.adash-explore .read-more-link {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  margin: 0;
  background: #fff;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #000;
  transition: all 200ms linear;
}

.adash.adash-explore .read-more-link:hover {
  background-color: #000;
  color: #FFF;
}

/* bio */
.adash-bio {
  display: block;
}

.adash-bio .flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.adash-bio .item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.adash-bio .dimg {
  margin: 0 auto;
}

.adash-bio .more {
  font-weight: bold;
}

@media (max-width: 767px) {
  .adash-bio .item {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .adash-bio .item {
    width: 50%;
  }
}
/* detailed */
.adash.adash-detailed .item {
  padding-bottom: 10px;
}

/* newsroom */
.adash.adash-newsroom .item {
  margin: 10px 0;
}

.adash.adash-newsroom .nr-meta .nr-cat {
  text-transform: uppercase;
}

.adash.adash-newsroom .nr-meta .nr-cat,
.adash.adash-newsroom .nr-meta .nr-date {
  font-size: 12px;
}

.adash.adash-newsroom .nr-title {
  font-size: 24px;
  color: #000;
  line-height: 1.3em;
  margin: 0;
}

.adash.adash-newsroom .hasmore {
  text-align: center;
  margin: 30px auto 0 auto;
}

.adash.adash-newsroom .read-more-link {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  margin: 0;
  background: #fff;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #000;
  transition: all 200ms linear;
}

.adash.adash-newsroom .read-more-link:hover {
  background-color: #000;
  color: #FFF;
}

/* factsheets */
.adash.adash-factsheets .item {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #dadada;
}

.adash.adash-factsheets a {
  margin-left: 10px;
}

/* image on right*/
.adash.adash-ir .poster {
  float: right;
  padding: 0 0 0 15px;
}

/* simple */
.adash.adash-simple .item {
  float: left;
  width: unset;
}

.adash.adash-simple .poster {
  padding-right: 5px;
}

/* archive yme*/
.adash.archiveYME .year {
  padding-bottom: 4px;
  display: inline-block;
}

.adash.archiveYME .month {
  font-weight: normal;
  padding-left: 20px;
  padding-bottom: 4px;
  display: inline-block;
}

/* Single Feature*/
.dash-single-feature .image-container {
  border: 1px solid black;
  position: relative;
  margin: 10px 10px 25px;
}

.dash-single-feature .img-group {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: #000;
}

.dash-single-feature .dash-temp-img {
  position: absolute;
  top: 0;
  left: 0;
}

.dash-single-feature .dash-blur-img {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.25);
  opacity: 0.7;
}

.dash-single-feature .image {
  margin: 0;
  max-height: 350px;
  background: #e4e9f0; /* Old browsers */
  background: -moz-linear-gradient(top, #e4e9f0 0%, #d8dde4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e4e9f0 0%, #d8dde4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4e9f0 0%, #d8dde4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e4e9f0", endColorstr="#d8dde4",GradientType=0 ); /* IE6-9 */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}

.dash-single-feature h2.thumb-title {
  text-align: center;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  color: #084476;
  margin: 0 16px 8px;
}

.dash-single-feature .summary {
  font-size: 14px !important;
  line-height: 1.5em;
  padding: 10px;
  display: block;
}

.dash-single-feature .story-tag {
  position: absolute;
  padding: 10px;
  left: 25px;
  bottom: -10px;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  text-align: center;
  background-color: #084476;
  z-index: 3;
}

#adash.dash-single-feature .story-tag a,
#adash.dash-single-feature .story-tag a:visited {
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: white !important;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}

#adash.dash-single-feature .story-tag a:hover,
#adash.dash-single-feature .story-tag a:active {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: white !important;
}

.dash-single-feature .hasmore {
  text-align: center;
  margin: 30px auto 6px auto;
}

#adash.dash-single-feature .read-more-link {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  margin: 0;
  background: #fff !important;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #000 !important;
  transition: all 200ms linear;
}

#adash.dash-single-feature .read-more-link:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

@media (max-width: 768px) {
  .dash-single-feature h2.thumb-title {
    font-size: 20px !important;
  }
  .dash-single-feature .story-tag a {
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  .dash-single-feature h2.thumb-title {
    font-size: 18px !important;
  }
  .dash-single-feature .story-tag a {
    font-size: 12px !important;
  }
}
.adetail-block.gallery {
  max-width: 35% !important;
  height: auto !important;
  margin: 5px !important;
  float: right !important;
}

@media (max-width: 767px) {
  .adetail-block.gallery {
    max-width: 95% !important;
    margin: 5px auto !important;
    float: none !important;
  }
}
.aprint.bio {
  padding: 10px !important;
}

@media print {
  .adetail-block.gallery {
    max-width: 35% !important;
    height: auto !important;
    margin: 5px !important;
    float: right !important;
  }
}
.adetail #adetail-slick-gallery {
  max-height: 500px;
  overflow: hidden;
  border-bottom: 1px solid #000;
  background-color: #000;
  position: relative;
}
.adetail #adetail-slick-gallery .item {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.adetail #adetail-slick-gallery .item .image, .adetail #adetail-slick-gallery .item .video {
  background-color: #000;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.adetail #adetail-slick-gallery .item .image .video-aspect-wrap, .adetail #adetail-slick-gallery .item .video .video-aspect-wrap {
  width: 889px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.adetail #adetail-slick-gallery .item .image .video-aspect-inner, .adetail #adetail-slick-gallery .item .video .video-aspect-inner {
  padding-bottom: 56.25%;
  position: relative;
}
.adetail #adetail-slick-gallery .item .image .mejs__container, .adetail #adetail-slick-gallery .item .video .mejs__container {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
}
.adetail #adetail-slick-gallery .item .image .mejs__container iframe, .adetail #adetail-slick-gallery .item .video .mejs__container iframe {
  height: 100% !important;
  width: 100% !important;
}
.adetail #adetail-slick-gallery .item .image video, .adetail #adetail-slick-gallery .item .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.adetail #adetail-slick-gallery .item .image .aimage, .adetail #adetail-slick-gallery .item .video .aimage {
  max-height: 500px;
  display: inline-block;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.adetail #adetail-slick-gallery .slide-info-hidden {
  display: none;
}
.adetail #adetail-slick-gallery .slide-info-button {
  background: #0c0c0d;
  display: flex;
  align-items: center;
  color: #FFF;
  position: absolute;
  height: 36px;
  bottom: 40px;
  left: 0;
  padding: 0 12px;
  line-height: 36px;
  cursor: pointer;
  font-size: 14px;
  z-index: 3;
  transition: all 0.2s 0.2s;
  opacity: 0.8;
}
.adetail #adetail-slick-gallery .slide-info-button i {
  display: inline-block;
}
.adetail #adetail-slick-gallery .slide-info-button span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  transition: all 0.2s 0.5s;
}
.adetail #adetail-slick-gallery .slide-info-button:hover {
  opacity: 1;
  padding: 0 16px;
  transition: all 0.2s;
}
.adetail #adetail-slick-gallery .slide-info-button:hover span {
  max-width: 200px;
  padding-left: 10px;
  transition: all 0.2s;
}
.adetail #adetail-slick-gallery .aimage {
  position: relative;
  z-index: 3;
}
.adetail #adetail-slick-gallery .blurred-bg {
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(20px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  transform: scale(1.2);
  opacity: 0.3;
}
.adetail #adetail-slick-gallery .slick-current .blurred-bg {
  z-index: 2;
}
.adetail #adetail-slick-gallery .slick-slide {
  min-height: 500px;
  overflow: hidden;
}
.adetail #adetail-slick-gallery .slick-prev, .adetail #adetail-slick-gallery .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
}
.adetail #adetail-slick-gallery .slick-prev:before, .adetail #adetail-slick-gallery .slick-next:before {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "FontAwesome";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity ease-in-out 300ms;
}
.adetail #adetail-slick-gallery .slick-prev:hover:before, .adetail #adetail-slick-gallery .slick-next:hover:before {
  opacity: 1;
}
.adetail #adetail-slick-gallery .slick-prev {
  left: 15px;
}
.adetail #adetail-slick-gallery .slick-prev:before {
  content: "\f053";
}
.adetail #adetail-slick-gallery .slick-next {
  right: 15px;
}
.adetail #adetail-slick-gallery .slick-next:before {
  content: "\f054";
}
.adetail #adetail-slick-gallery [dir=rtl] .slick-prev {
  right: 15px;
  left: auto;
}
.adetail #adetail-slick-gallery [dir=rtl] .slick-prev:before {
  content: "\f054";
}
.adetail #adetail-slick-gallery [dir=rtl] .slick-next {
  right: auto;
  left: 15px;
}
.adetail #adetail-slick-gallery [dir=rtl] .slick-next:before {
  content: "\f053";
}
.adetail #adetail-slick-gallery .fullwidth-image {
  background-size: cover;
  height: 500px;
}
.adetail #adetail-slick-gallery.open .item .slide-info-button {
  bottom: 0;
  opacity: 1;
  padding: 0 16px;
}
.adetail #adetail-slick-gallery.open .item .slide-info-button span {
  max-width: 200px;
  padding-left: 10px;
}
.adetail .slide-info {
  position: relative;
  background: #0c0c0d;
  width: 100%;
  color: #FFF;
  white-space: normal;
  transition: all 300ms ease-out;
  overflow: hidden;
}
.adetail .slide-info .image-title {
  font-size: 18px;
  margin: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.adetail .slide-info .image-caption {
  margin: 8px 0;
  line-height: 20px;
}
.adetail .slide-info .action-bar {
  display: flex;
  text-transform: uppercase;
}
.adetail .slide-info .action-bar &gt; div {
  margin-right: 20px;
}
.adetail .slide-info a.slide-info-link {
  color: #fff !important;
  font-size: 14px;
}
.adetail .slide-info a.slide-info-link .fa {
  color: #900;
  margin-right: 2px;
}
.adetail .slide-info-inner {
  padding: 16px;
}
.adetail #bio-gallery {
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  width: auto !important;
}
.adetail #bio-gallery .img-wrapper {
  border: 1px solid #000 !important;
  margin: 50px auto;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 402px;
}
.adetail #bio-gallery .img-wrapper img {
  height: 400px;
}
@media (max-width: 767px) {
  .adetail #bio-gallery .img-wrapper {
    height: 252px;
  }
  .adetail #bio-gallery .img-wrapper img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .adetail #bio-gallery .img-wrapper {
    height: 252px;
  }
  .adetail #bio-gallery .img-wrapper img {
    height: 250px;
  }
}
.adetail #bio-gallery .download-link {
  color: #FFF !important;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  left: 12px;
  text-shadow: 0 0 5px #000;
}
.adetail #bio-gallery .download-link a {
  color: #FFF !important;
  fill: #FFF !important;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.adetail #bio-gallery .download-link a svg {
  margin-right: 4px;
}
.adetail .gallery-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 32px;
}
.adetail .dod2-top-background-image,
.adetail .bg-image-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #000;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .adetail .dod2-top-background-image,
  .adetail .bg-image-fallback {
    height: 350px;
  }
}
.adetail .bg-image-fallback {
  opacity: 0.7;
}

/* print */
.aprint {
  font-family: Arial, sans-serif;
  margin: 0.3in 0.5in 0.8in 0.5in;
  line-height: 1.4em;
}

.aprint .banner {
  font-weight: bold;
  margin-bottom: 15px;
}

.aprint .title {
  line-height: 1em;
  margin: 0px;
}

.aprint .related .poster {
  float: right;
  width: 130px;
  text-align: center;
}

.aprint .related .poster img {
  max-width: 100%;
}

.aprint .related .item {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.aprint .heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 3em;
}

.aprint .main-image {
  float: right;
  margin: 0 0 16px 30px;
}

.aprint .gallery-bio {
  float: right;
  padding: 0 0 20px 20px;
}

.aprint.bio .header .title {
  padding-top: 22px;
}

.aprint.bio .body {
  border: none;
}

.aprint.bio .gallery {
  text-align: center;
}

.aprint.bio .gallery img {
  height: auto;
}

.aprint.newsrelease .title {
  line-height: 1.1em;
  margin-bottom: 0px;
}

.aprint.newsrelease .info {
  margin: 0px 0px 10px 0px;
}

.aprint .header {
  text-align: center;
  margin-bottom: 32px;
}

.aprint .header h2,
.aprint .header h3 {
  font-weight: 400;
}

.aprint #adetail-gallery.carousel {
  overflow: visible;
  max-height: none;
  float: right;
  margin: 0 0 16px 30px;
  width: 275px;
}

.aprint #adetail-gallery.carousel .item {
  margin-bottom: 32px;
}

.aprint #adetail-gallery.carousel .item .info {
  display: block !important;
  font-size: 12px;
}

.aprint #adetail-gallery.carousel .item img {
  position: static;
  height: auto !important;
  width: 275px !important;
  border: 1px solid #000;
}

.aprint .print-logo {
  margin-bottom: 32px;
}

/* print inline media for all content types */
.aprint .media-inline {
  width: 100% !important;
  max-width: 250px !important;
}

.aprint .media-inline .image-wrapper {
  border-radius: 6px;
}

.aprint .media-inline .image-wrapper img {
  border: none;
  border-radius: 6px;
  max-width: 250px !important;
}

.aprint .media-inline.media-inline-left,
.aprint .media-inline.media-inline-right,
.aprint .media-inline.media-inline-full {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aprint .media-inline.media-inline-left {
  float: left;
  display: inline-block;
  margin-right: 30px;
}

.aprint .media-inline.media-inline-right {
  float: right;
  display: inline-block;
  margin-left: 30px;
}

.aprint .media-inline.media-inline-center.breakout {
  float: none;
  width: 100% !important;
  max-width: 100% !important;
}

/* DOD2 Card Grid */
.joint2-card-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.joint2-card-grid-rows {
  display: inline-block;
  margin: 0 -16px;
  width: 100%;
}

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

@media only screen and (min-width: 768px) {
  .joint2-card-grid-row {
    display: flex;
    flex-direction: row;
  }
  .joint2-card-grid-row .joint2-card:first-child {
    margin-left: 0;
  }
  .joint2-card-grid-row .joint2-card:last-child {
    margin-right: 0;
  }
}
.joint2-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 32px);
  height: 33.4rem;
  margin: 8px;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  min-width: 230px;
  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 2.5rem;
  background-color: #FFF;
}

@media only screen and (min-width: 992px) {
  .joint2-card {
    height: 40rem;
    margin: 16px;
  }
}
.joint2-card__image {
  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: 0;
  transition: height 0.3s ease-out;
}

.joint2-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%);
}

@media only screen and (min-width: 992px) {
  .joint2-card__image {
    height: 50%;
  }
}
.joint2-card__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-top: 16px;
  transition: all 300ms ease-out;
}

@media only screen and (min-width: 992px) {
  .joint2-card__content {
    margin-top: 200px;
  }
}
.joint2-card .joint2-object-eyebrow {
  display: flex;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  order: 2;
  font-size: 1.3rem;
  flex-direction: column;
}

.joint2-object-eyebrow-type {
  font-weight: 700;
}

.joint2-object-eyebrow-date {
  color: #999;
}

.joint2-card__title {
  order: 3;
  width: 100%;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1 0 auto;
}

@media only screen and (min-width: 992px) {
  .joint2-card__title {
    font-size: 2.2rem;
    line-height: 1.385;
    flex-grow: 0;
  }
  .joint2-card__title span {
    position: static;
    bottom: auto;
  }
}
.joint2-card__hr {
  order: 4;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
  transition: all 300ms ease-out;
  align-self: center;
  height: 3px;
  background-color: #FFF;
}

@media only screen and (min-width: 992px) {
  .joint2-card__hr {
    width: 0;
    opacity: 0;
  }
}
.joint2-card__overlay {
  position: absolute;
  height: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  display: block;
  z-index: 1;
  transition: all 0.3s;
}

.joint2-card__description {
  order: 6;
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  padding-top: 1.5rem;
  line-height: 2.3rem;
  height: 50%;
  padding-bottom: 1.6rem;
  max-height: 109px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .joint2-card__description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    height: auto;
  }
}
@media only screen and (max-width: 991.999px) {
  .joint2-card__description {
    opacity: 1;
    max-height: 109px;
  }
}
#joint2-card-grid .joint2-card:hover, #joint2-card-grid .joint2-card:focus, #joint2-card-grid .joint2-card:active {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 992px) {
  .joint2-card:hover .joint2-card__description, .joint2-card:focus .joint2-card__description, .joint2-card:active .joint2-card__description {
    max-height: 12rem;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .joint2-card .joint2-object-eyebrow {
    position: static;
    flex-direction: row;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .joint2-object-eyebrow-type {
    margin-right: 8px;
  }
}
.joint2-card:hover .joint2-card__image, .joint2-card:focus .joint2-card__image, .joint2-card:active .joint2-card__image {
  height: 0;
}

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

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

.joint2-card .joint2-card__hr {
  margin-left: 0;
  margin-right: 0;
}

.joint2-card .joint2-card__description {
  font-weight: 400;
  position: relative;
  text-align: center;
}

.joint2-card .joint2-card__description span {
  text-align: left;
  display: block;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .joint2-card .joint2-card__description {
    transform: translateY(100%);
  }
}
.joint2-card__read-more {
  opacity: 0;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  display: inline;
}

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

@media only screen and (min-width: 992px) {
  .joint2-card:hover .joint2-card__description, .joint2-card:focus .joint2-card__description, .joint2-card:active .joint2-card__description {
    transform: translateY(0);
  }
  .joint2-card:hover .joint2-card__content, .joint2-card:focus .joint2-card__content, .joint2-card:active .joint2-card__content {
    margin-top: 64px;
  }
  .joint2-card:hover .joint2-card__title, .joint2-card:focus .joint2-card__title, .joint2-card:active .joint2-card__title {
    height: auto;
  }
  .joint2-card:hover .joint2-card__title span, .joint2-card:focus .joint2-card__title span, .joint2-card:active .joint2-card__title span {
    position: static;
    bottom: auto;
  }
  .joint2-card:hover .joint2-card__read-more, .joint2-card:focus .joint2-card__read-more, .joint2-card:active .joint2-card__read-more {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .joint2-card:active .joint2-card__description, .joint2-card:focus .joint2-card__description, .joint2-card:hover .joint2-card__description {
    max-height: 17rem;
  }
}
@media only screen and (min-width: 992px) {
  .joint2-card:active .joint2-card__description, .joint2-card:focus .joint2-card__description, .joint2-card:hover .joint2-card__description {
    max-height: 15rem;
  }
}
@media only screen and (max-width: 991.999px) {
  .joint2-card .joint2-card__description {
    overflow: hidden;
  }
}
/* command news dashboard */
.dash-command-news .items-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.dash-command-news .item {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
}

.dash-command-news .image-container {
  border: 1px solid black;
  position: relative;
  margin: 10px 10px 40px;
}

.dash-command-news .img-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000;
  height: 350px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.dash-command-news .dash-temp-img {
  position: absolute;
  top: 0;
  left: 0;
}

.dash-command-news .dash-blur-img {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 66.66667%;
  height: 100%;
  z-index: 1;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.25);
  opacity: 0.7;
}

.dash-command-news .image {
  height: 100%;
  width: auto;
  max-width: none;
  margin: 0;
  background: #e4e9f0; /* Old browsers */
  background: -moz-linear-gradient(top, #e4e9f0 0%, #d8dde4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e4e9f0 0%, #d8dde4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4e9f0 0%, #d8dde4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e4e9f0", endColorstr="#d8dde4",GradientType=0 ); /* IE6-9 */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}

.dash-command-news h2.thumb-title {
  text-align: center;
  position: relative;
  top: -20px;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #084476;
  margin-left: 16px;
  margin-right: 16px;
}

.dash-command-news .story-tag {
  position: absolute;
  padding: 10px;
  bottom: -12px;
  right: 10%;
  display: inline-block;
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #084476;
  z-index: 3;
}

#adash.dash-command-news .story-tag a,
#adash.dash-command-news .story-tag a:visited {
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: white !important;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}

#adash.dash-command-news .story-tag a:hover,
#adash.dash-command-news .story-tag a:active {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: white !important;
}

.dash-command-news .hasmore {
  text-align: center;
  margin: 30px auto 0 auto;
}

#adash.dash-command-news .read-more-link {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  margin: 0;
  background: #fff !important;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #000 !important;
  transition: all 200ms linear;
}

#adash.dash-command-news .read-more-link:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

@media (max-width: 992px) {
  .dash-command-news .img-group {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .dash-command-news .items-container {
    display: flex;
    flex-direction: column;
  }
  .dash-command-news .item {
    width: 100%;
  }
  .dash-command-news h2.thumb-title {
    font-size: 18px !important;
  }
  .dash-command-news .story-tag a {
    font-size: 12px !important;
  }
}
/* Mobile screen */
@media (max-width: 480px) {
  .dash-command-news h2.thumb-title {
    font-size: 16px !important;
  }
  .dash-command-news .story-tag a {
    font-size: 12px !important;
  }
}
/* Focus Point Images */
.dod2-fixed-aspect {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.dod2-fixed-aspect img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
}

/* fallback */
.dod2-fixed-aspect .bg-image-fallback {
  background-size: cover;
}

.dod2-top-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #000;
}

.dod2-top-background-image img {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .dod2-top-background-image {
    height: 350px;
  }
}
#alist.alist.mosaic {
  position: relative;
  display: block;
}
#alist.alist.mosaic .pager {
  text-align: center;
  padding-top: 50px;
  flex: 1 0 100%;
  padding-bottom: 50px;
}
#alist.alist.mosaic .pager .load-more {
  padding: 20px;
}
#alist.alist.mosaic .alist-more-button {
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 8px;
  margin: 0;
  background: #fff;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #000 !important;
  transition: all 200ms linear;
}
#alist.alist.mosaic .alist-more-button:hover {
  background-color: #000;
  color: #FFF !important;
}
#alist.alist.mosaic .items {
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  width: 100%;
}
#alist.alist.mosaic .items .info-text {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0;
  color: #fff;
  line-height: 1.6;
  z-index: 3;
  opacity: 0;
  transition: all 350ms ease-out;
}
#alist.alist.mosaic .items .info-text a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 0;
  padding: 0.7rem;
  transition: all linear 300ms;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
}
#alist.alist.mosaic .item {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 500px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 450ms cubic-bezier(0, 0, 0.2, 1);
  background-color: #999;
}
#alist.alist.mosaic .item.animated {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #alist.alist.mosaic .item:nth-child(13n+1) {
    max-width: 100%;
    flex: 1 0 100%;
  }
  #alist.alist.mosaic .item:nth-child(13n+1) .info {
    padding-bottom: 50px;
  }
  #alist.alist.mosaic .item:nth-child(13n+1) .caption {
    width: 60%;
    max-height: 5.6em;
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 740px) {
  #alist.alist.mosaic .item:nth-child(13n+1) .caption {
    line-height: 1.4;
    max-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #alist.alist.mosaic .item:nth-child(13n+2), #alist.alist.mosaic .item:nth-child(13n+8), #alist.alist.mosaic .item:nth-child(13n+12) {
    max-width: 66.666667%;
    flex: 1 0 66.666667%;
    background-color: #777;
  }
  #alist.alist.mosaic .item:nth-child(13n+3), #alist.alist.mosaic .item:nth-child(13n+4), #alist.alist.mosaic .item:nth-child(13n+5), #alist.alist.mosaic .item:nth-child(13n+6), #alist.alist.mosaic .item:nth-child(13n+7), #alist.alist.mosaic .item:nth-child(13n+9), #alist.alist.mosaic .item:nth-child(13n+10), #alist.alist.mosaic .item:nth-child(13n+11), #alist.alist.mosaic .item:nth-child(13n+13) {
    max-width: 33.333333%;
    flex: 1 0 33.333333%;
  }
  #alist.alist.mosaic .item:nth-child(13n+3) .caption, #alist.alist.mosaic .item:nth-child(13n+4) .caption, #alist.alist.mosaic .item:nth-child(13n+5) .caption, #alist.alist.mosaic .item:nth-child(13n+6) .caption, #alist.alist.mosaic .item:nth-child(13n+7) .caption, #alist.alist.mosaic .item:nth-child(13n+9) .caption, #alist.alist.mosaic .item:nth-child(13n+10) .caption, #alist.alist.mosaic .item:nth-child(13n+11) .caption, #alist.alist.mosaic .item:nth-child(13n+13) .caption {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 740px) {
  #alist.alist.mosaic .item:nth-child(13n+3) .caption, #alist.alist.mosaic .item:nth-child(13n+4) .caption, #alist.alist.mosaic .item:nth-child(13n+5) .caption, #alist.alist.mosaic .item:nth-child(13n+6) .caption, #alist.alist.mosaic .item:nth-child(13n+7) .caption, #alist.alist.mosaic .item:nth-child(13n+9) .caption, #alist.alist.mosaic .item:nth-child(13n+10) .caption, #alist.alist.mosaic .item:nth-child(13n+11) .caption, #alist.alist.mosaic .item:nth-child(13n+13) .caption {
    line-height: 1.4;
    max-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#alist.alist.mosaic .item:nth-child(13n+4), #alist.alist.mosaic .item:nth-child(13n+6), #alist.alist.mosaic .item:nth-child(13n+9), #alist.alist.mosaic .item:nth-child(13n+11), #alist.alist.mosaic .item:nth-child(13n+13) {
  background-color: #555;
}
#alist.alist.mosaic .item a {
  text-decoration: none;
  color: #fff !important;
  font-weight: normal;
}
#alist.alist.mosaic .item .info {
  display: block;
  width: 100%;
  text-align: center;
  max-height: 570px;
  padding: 0 36px;
  z-index: 2;
  transition: all ease-out 300ms;
}
#alist.alist.mosaic .item .title {
  color: #fff !important;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
  transition: all linear 300ms;
  margin-top: 0;
}
#alist.alist.mosaic .item .title a {
  color: #FFF !important;
}
#alist.alist.mosaic .item .subtitle,
#alist.alist.mosaic .item .content-type {
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
  transition: all linear 300ms;
  opacity: 0;
  transform: translateY(-20px);
}
#alist.alist.mosaic .item .subtitle a,
#alist.alist.mosaic .item .content-type a {
  color: #FFF !important;
}
#alist.alist.mosaic .item .content-type {
  text-transform: uppercase;
}
#alist.alist.mosaic .item .caption {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 90%;
  color: #a7a7a7;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
}
#alist.alist.mosaic .item .poster {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding-top: 36px;
}
#alist.alist.mosaic .item .poster:hover .info {
  transform: translate3d(0, -30px, 0);
}
#alist.alist.mosaic .item .poster:hover .overlay,
#alist.alist.mosaic .item .poster:hover .subtitle,
#alist.alist.mosaic .item .poster:hover .content-type,
#alist.alist.mosaic .item .poster:hover .info-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#alist.alist.mosaic .item .poster &gt; a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#alist.alist.mosaic .item .poster a,
#alist.alist.mosaic .item .poster a:visited,
#alist.alist.mosaic .item .poster a:link {
  color: #fff !important;
}
#alist.alist.mosaic .item .poster .image {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.45s;
  transition-property: transform;
}
#alist.alist.mosaic .item .poster .image 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;
}
@media screen and (max-width: 992px) {
  #alist.alist.mosaic .item .info {
    padding-bottom: 40px;
  }
  #alist.alist.mosaic .item .title {
    font-size: 36px;
  }
  #alist.alist.mosaic .item .caption {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #alist.alist.mosaic .item .info {
    padding: 0 32px 32px;
  }
  #alist.alist.mosaic .item .caption {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 740px) {
  #alist.alist.mosaic .item &gt; .poster {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#alist.alist.mosaic .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  opacity: 0;
  transition: all 400ms linear;
}
</pre></body></html>