@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("/DesktopModules/SharedLibrary/Plugins/font-awesome5/css/all.min.css");
}
/***** overrides *****/
.RadAjaxPanel, .ModDashboardC {
  margin: 0;
  font-size: 100%;
}

.fadeit {
  background: rgb(240, 240, 240);
  background: -moz-linear-gradient(top, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 750px, rgba(255, 255, 255, 0) 1000px); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 750px, rgba(255, 255, 255, 0) 1000px); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 750px, rgba(255, 255, 255, 0) 1000px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fadeit-dark {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 850px, rgba(36, 36, 36, 0) 1500px);
}

.acs-sr-only {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/************

    SHARED

*************/
/* social */
.social-inner {
  display: flex;
  font-size: 1.4rem;
}
.social-inner a {
  font-size: 18px;
  border: 1px #717171 solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search .item .social-inner a {
  width: 35px;
  height: 35px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .search .item .social-inner a {
    width: 50px;
    height: 50px;
  }
}
.social-inner a, .social-inner a:link {
  color: rgb(128, 128, 128);
  text-decoration: none;
}

.feature-grid-5 .social-inner a {
  width: 35px;
  height: 35px;
}

.social-inner a.a2a_button_facebook {
  margin-right: 15px;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_facebook:hover span {
  color: #fff;
}

.social-inner a.a2a_button_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-inner a.a2a_button_x:hover span {
  color: #fff;
}

.social-inner a.a2a_button_x:hover {
  background-color: #000;
  border-color: #000;
}

.social-inner a.a2a_button_x {
  padding-top: 2px;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_email:hover span {
  color: #fff;
  transition: all 0.2s ease-in;
}

.social-inner a.a2a_button_email:hover {
  background-color: #DD4B39;
  border-color: #DD4B39;
}

.social-inner a.a2a_button_email {
  margin-left: 15px;
  font-size: 18px;
  transition: all 0.2s ease-in;
}

/* category skew */
.acategory-skew,
article header .acategory-skew:link,
a.acategory-skew, article header a.acategory-skew:link {
  color: #fff;
}

.acategory-skew, a.acategory-skew {
  background-color: rgb(53, 94, 147);
  padding: 8px 25px;
  transform: skewX(-15deg);
  font-weight: normal;
  font-size: 0.85rem;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.acategory-skew span, a.acategory-skew span {
  transform: skewX(15deg);
  display: inline-block;
  color: #fff;
}

.acategory-skew a:hover span, a.acategory-skew:hover span {
  text-decoration: underline;
  color: #fff;
}

/* banner */
.abanner {
  overflow: hidden;
}

.abanner .banner-image {
  position: absolute;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center; /*background-color: #60a5ff*/
}

.abanner video.banner {
  position: absolute;
  width: 100%;
}

/*angle and page layouts*/
.abanner .banner-angle {
  position: absolute;
  width: 100%;
  height: 650px;
  display: inline-block;
  z-index: 2;
  overflow: hidden;
  background-image: none !important;
}

.abanner .banner-angle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 100%);
  background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 100%);
  background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgb(235, 235, 235) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ebebeb", endColorstr="#ebebeb",GradientType=0 );
  z-index: 3;
}

.abanner .banner-angle-header:after {
  border-width: 0 100vw 0 0;
  content: "";
  display: none;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -1px;
  border-bottom-width: 100px;
  border-bottom-color: #ebebeb;
}

.abanner .banner-angle-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
  background-repeat: no-repeat;
  content: "";
}

.abanner .banner-angle video {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.abanner .banner-angle-header.noimage {
  background-color: #254267;
  background-image: linear-gradient(-10deg, rgb(37, 66, 103) 0%, rgb(37, 66, 103) 49.95%, #354D6F 50%, #354D6F 100%);
}

.abanner header .maintitle {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 15px 0;
  color: #333;
  font-family: "Crimson Text", serif;
}

.abanner header .subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 30px 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.abanner header {
  z-index: 10;
  max-width: 900px !important;
  padding: calc(130px + 2rem) 0 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "Crimson Text", Lato, Arial, sans-serif;
}

.abanner.faq header {
  padding: calc(105px + 3rem) 0 3rem !important;
  max-width: 1150px !important;
}

.abanner.faq header .maintitle {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 30px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: Oswald, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.abanner.faq .banner-angle {
  height: 630px;
}

@media (max-width: 768px) {
  .abanner.faq header {
    padding: 85px 20px 30px;
  }
}
@media (max-width: 450px) {
  .abanner.faq header .maintitle {
    font-size: 2.6rem;
  }
}
/* aframe is basic article frame work*/
.aframe .content {
  position: relative;
  display: block;
  padding: 0 2rem 3rem;
  z-index: 10;
  overflow: hidden;
  background: #fff;
  font-family: Lato, Arial, sans-serif;
  line-height: 34px;
  background-color: #fff;
  min-height: 400px;
}

.aframe .content .inside {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.aframe .body p {
  color: #333;
  line-height: 1.7em;
  margin: 0 auto 30px;
}

.aframe .body .ntext {
  padding: 3rem 2rem 1rem;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.7em;
}

.aframe .body .related.ntext {
  border: 1px solid #aebfd4;
}

.aframe .body .ntext hr {
  border-top: 2px solid #eee;
  margin: 1.5rem 0;
  display: block;
}

.aframe .body ul, .aframe .body ol {
  margin: 2em 3em 1.5em 2.5em;
}

.aframe .body ul > li {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.aframe .body ul > li .media-inline,
.aframe .body ol > li .media-inline {
  margin-top: 1rem;
}

.aframe .body ol > li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
  line-height: 1.7em;
}

.aframe .body ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.aframe hr {
  color: #adadad;
  margin: 1.5rem 0;
}

.today.aframe hr {
  color: #adadad;
  margin: 1.2rem 0;
}

.adash.today .ntext {
  max-width: 900px;
}

.seamless:first-child .content {
  padding-bottom: 0;
}

.seamless:not(:first-child):not(:last-child) .content {
  padding-bottom: 0;
}

.seamless:last-child .content {
  padding-top: 0;
}

.aframe .body h1, .aframe .body h2, .aframe .body h3, .aframe .body h4, .aframe .body h5, .aframe .body h6 {
  font-family: "Crimson Text", serif;
}

.aframe .body h1 {
  font-size: 2rem;
}

.aframe .body h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 38px;
}

.aframe .body h3 {
  font-size: 1.6rem;
}

.aframe .body h4 {
  font-size: 1.4rem;
}

.aframe .body h5 {
  font-size: 1.3rem;
}

.aframe .body h6 {
  font-size: 1.2rem;
}

/* links */
a.article-link,
a.article-link:link,
a.article-link:visited,
.aframe .body a:not(.nlink),
.aframe .body a:link:not(.nlink),
.aframe .body a:visited:not(.nlink) {
  color: #000;
  padding-top: 2px;
  line-height: inherit;
  text-decoration: none !important;
  -webkit-box-shadow: inset 0 -2px 0 #0a856a;
  box-shadow: inset 0 -2px 0 #0a856a;
}

.aframe header.body a:not(.nlink),
.aframe header.body a:link:not(.nlink),
.aframe header.body a:visited:not(.nlink) {
  color: #fff;
}

a.article-link:hover,
.aframe .body.dark a:hover:not(.nlink),
.aframe .body.dark a:focus:not(.nlink),
.aframe .body.dark a:active:not(.nlink),
.aframe .body a:hover:not(.nlink),
.aframe .body a:focus:not(.nlink),
.aframe .body a:active:not(.nlink) {
  color: #000;
  background-color: #9dcec3;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.aframe header.body a:hover:not(.nlink),
.aframe header.body a:focus:link:not(.nlink),
.aframe header.body a:active:visited:not(.nlink) {
  color: #000;
}

@media (max-width: 1200px) {
  .abanner .banner-angle {
    height: 560px;
  }
  .abanner .banner-image {
    height: 560px;
  }
  .abanner header {
    padding: 120px 0 40px 0;
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .aframe .content {
    padding: 45px 45px 60px;
  }
}
@media (max-width: 768px) {
  .aframe .content {
    padding: 30px 15px 60px;
  }
  .abanner.content-type-800 header,
  .abanner.content-type-1 header,
  .abanner.content-type-515 header {
    padding: 85px 20px 30px;
    background-color: #fff;
  }
  .abanner.no-abanner-mobile .banner-angle {
    display: none;
  }
  .abanner.no-abanner-mobile .banner-image {
    display: none;
  }
  .abanner header .maintitle {
    font-size: 2.4rem;
  }
  .abanner.no-abanner-mobile header {
    color: #333;
    padding: calc(105px + 1rem) 0 2rem;
  }
  .abanner.no-abanner-mobile header .maintitle {
    text-shadow: none;
    line-height: 1em;
    margin: 20px 10px;
    color: #333;
  }
  .abanner.no-abanner-mobile header .subtitle {
    text-shadow: none;
    line-height: 1.2em;
    margin: 20px 0;
    color: #333;
  }
  .abanner.no-abanner-mobile a.article-link, .abanner a.article-link:link {
    color: #333;
  }
  .abanner.no-abanner-mobile a.article-link:hover {
    color: #fff;
  }
  .abanner.no-abanner-mobile .related a.article-link:hover {
    color: #000;
  }
  .abanner .maintitle {
    line-height: 1.2em;
    margin: 20px 0;
  }
  .abanner .subtitle {
    line-height: 1.2em;
    margin: 20px 0;
  }
  .aframe .body p {
    line-height: 1.5em;
  }
  .aframe .body .ntext {
    line-height: 1.5em;
  }
  .aframe .external-link a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aframe .body ul > li {
    line-height: 1.5em;
  }
  .aframe .body ol > li {
    line-height: 1.5em;
  }
  .aframe .body ul ul, .aframe .body ol ol {
    margin-top: 1.5em;
  }
  .aframe header.body a:not(.nlink),
  .aframe header.body a:link:not(.nlink),
  .aframe header.body a:visited:not(.nlink) {
    color: #000;
  }
  .aframe header.body a:hover:not(.nlink),
  .aframe header.body a:focus:link:not(.nlink),
  .aframe header.body a:active:visited:not(.nlink) {
    color: #fff;
  }
}
.aframe .media-inline a, .aframe .media-inline a:link {
  color: initial !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.aframe a.popup {
  text-decoration: initial !important;
  border: initial !important;
}

/************ end framework */
/* video icon */
.avideo-icon {
  transition: all 0.25s ease-out;
}

.avideo-icon, .adetail .mejs__overlay-button {
  z-index: 1;
  position: absolute;
  background: url("play-default.png") no-repeat !important;
  width: 16% !important;
  height: 16% !important;
  background-size: 100% 100% !important;
  margin: auto auto auto auto;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.avideo-icon:hover, .adetail .mejs__overlay:hover .mejs__overlay-button {
  background: url("play-hover.png") no-repeat !important;
  background-size: 100% 100% !important;
}

.adetail .media-inline-xlarge img.mejs__poster-img {
  width: auto;
}

.aframe .small-video-icon .avideo-icon {
  transform: scale(0.7);
}

@media (max-width: 992px) {
  .aframe .small-video-icon .avideo-icon {
    transform: scale(0.5);
  }
}
@media (max-width: 767px) {
  .aframe .small-video-icon .avideo-icon {
    transform: scale(0.4);
  }
}
@media (max-width: 550px) {
  .aframe .small-video-icon .avideo-icon {
    transform: scale(0.3);
  }
}
@media (max-width: 450px) {
  .avideo-icon, .adetail .mejs__overlay .mejs__overlay-button {
    width: 22% !important;
    height: 22% !important;
  }
  .aframe .small-video-icon .avideo-icon {
    transform: scale(0.3);
  }
}
/* drop down */
.aselect select {
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  font-family: Lato, Arial, sans-serif;
  padding: 10px 55px 10px 15px;
  width: 100%;
  height: 100%;
}

.aselect {
  display: inline-block;
  border: solid 1px rgb(115, 124, 128);
  font-size: 20px;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}

.aselect:after {
  position: absolute;
  right: 20px;
  top: 10px;
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  font-weight: bold;
  content: "\f078";
  color: rgb(115, 124, 128);
  font-size: 24px;
  pointer-events: none;
  background-color: transparent;
}

.aselect.heavy {
  border: solid 2px rgb(105, 105, 105);
  color: rgb(105, 105, 105);
  background-color: rgba(105, 105, 105, 0.2);
}

/* blue button */
.aframe a.big-link,
.aframe a.big-link:link,
.aframe a.big-link:visited,
.acs-blue-button,
.acs-blue-button:link,
.acs-blue-button:visited {
  box-shadow: none;
  border: 2px solid #355e93;
  color: #355e93;
  padding: 10px 55px;
  background-color: rgba(53, 94, 141, 0.05);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.5s;
}

.aframe a.big-link:hover,
.acs-blue-button:hover {
  background-color: #355e93;
  color: #fff;
  text-decoration: none;
}

.adetail {
  position: relative;
  overflow: hidden;
}
.adetail .pipe {
  padding: 0 5px;
}
.adetail header {
  z-index: 11;
}
.adetail header .date-line {
  max-width: 650px;
  line-height: 1.5rem;
  /*special date line for transcript (long authors)*/
}
.adetail header .date-line.two-liner .social-block .pipe {
  display: none;
}
.adetail header .date-line.two-liner .social-block > span > .social-link {
  position: relative;
  top: 6px;
}
.adetail header .date-line.two-liner .social-block > span > .social-link:nth-child(1) {
  margin-left: 0px;
}
.adetail header .date-line.two-liner .date {
  font-weight: 700;
  display: block;
}
.adetail header .date-line.two-liner .date .author-block {
  font-weight: 400;
  display: block;
}
.adetail header .date-line.two-liner .date .dateline {
  font-weight: 400;
}
.adetail header .date-line.two-liner .date:before {
  display: none;
}
.adetail header .immediate-flag {
  color: #858585;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 20px;
}
.adetail header .cont-type {
  color: #355e93;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .adetail header .cont-type {
    margin-top: 25px;
  }
}
.adetail header .cont-type a, .adetail header .cont-type a:link, .adetail header .cont-type a:visited {
  color: #355e93 !important;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
}
.adetail header .cont-type:hover {
  text-decoration: underline;
}
.adetail header .date {
  line-height: 1.6em;
  font-family: Lato, Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0;
  color: #717171;
  letter-spacing: 0.5px;
  position: relative;
  word-break: break-word;
  word-wrap: break-word;
}
.adetail header .date .author-block {
  position: relative;
}
.adetail header .date .dateline {
  color: #717171;
}
.adetail header a {
  color: #fff;
}
.adetail header a:link {
  color: #333;
  padding-bottom: 3px;
  font-size: 0.85rem;
  line-height: 1rem;
}
@media (max-width: 1200px) {
  .adetail header a:link {
    font-size: 1rem;
  }
}
.adetail header a:visited {
  color: #333;
}
.adetail header a.article-link:hover {
  background-color: #9dcec3;
  color: #333;
}
.adetail.faq a.acategory-skew {
  margin-bottom: 20px;
}
.adetail .gallery {
  padding-bottom: 30px;
}
.adetail .gallery .item img {
  border: 1px solid #9E9E9E;
  max-height: 1000px;
  margin: 0 auto;
}
.adetail .gallery .image {
  position: relative;
}
.adetail .gallery .duration {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 17px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  z-index: 2;
  padding: 3px 10px;
}
.adetail .mejs__poster {
  background-size: cover;
}
.adetail .body {
  margin-bottom: 1.5rem;
}
.adetail .tags {
  display: inline-block;
  margin: 0 0 1rem 0;
  padding-top: 0;
}
.adetail .tags a,
.adetail .tags a:link {
  display: inline-block;
  background-color: rgb(235, 239, 245);
  margin: 0 10px 10px 0;
  color: #333;
  font-family: Lato, Arial, sans-serif;
  transition: all 0.2s ease-in;
  font-size: 0.85rem;
  padding: 10px 25px;
  text-transform: lowercase;
}
.adetail .tags a {
  padding-bottom: 3px;
  padding: 5px 14px 7px 14px;
  font-size: 1rem;
  line-height: 1rem;
}
.adetail .tags a:hover {
  background: rgb(198, 212, 232);
  color: #333;
  text-decoration: none;
}
.adetail .social-block {
  display: inline-block;
}
.adetail .social-block span {
  font-size: 18px;
  color: #717171;
  cursor: pointer;
}
.adetail .social-block span.fa {
  font-size: 17px;
  cursor: pointer;
  color: #333;
}
.adetail .social-block span .a2a_button_facebook > span.fa {
  font-size: 16px;
}
.adetail .social-block span .a2a_button_x > span.fa-brands {
  font-size: 17px;
}
.adetail .social-block span.pipe {
  margin-left: 0px;
}
.adetail .social-block .social-link {
  opacity: 0.6;
  float: none;
}
.adetail .social-block .social-link:nth-child(1) {
  margin-left: 6px;
}
.adetail .social-block .social-link:nth-child(2) {
  margin-left: 14px;
}
.adetail .social-block .social-link:hover, .adetail .social-block .social-link:focus, .adetail .social-block .social-link:focus-within {
  opacity: 1;
  text-decoration: none;
}
.adetail .social-block .social-link img {
  width: 20px;
  margin-bottom: 4px;
  top: 0px;
  position: relative;
}
.adetail .social-block .social-link-more {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 10px;
  margin: 0;
}
.adetail .social-block .social-link-more > span {
  color: #333;
}
@media screen and (min-width: 769px) {
  .adetail .social-block .social-link-more:hover .more-share, .adetail .social-block .social-link-more:focus .more-share, .adetail .social-block .social-link-more:focus-within .more-share {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .adetail .social-block {
    display: block;
  }
  .adetail .social-block .pipe {
    display: none;
  }
  .adetail .social-block > span > .social-link.a2a_button_facebook span.fa {
    font-size: 25px;
  }
  .adetail .social-block > span > .social-link.a2a_button_x span.fa-brands {
    font-size: 26px;
  }
  .adetail .social-block > .social-link > span {
    font-size: 25px;
    margin-top: 25px;
  }
  .adetail .social-block .social-link-more {
    margin-left: 10px;
  }
  .adetail .social-block .social-link:nth-child(1) {
    margin-left: 0;
  }
  .adetail .social-block .social-link:nth-child(2) {
    margin-left: 25px;
  }
}
.adetail .related {
  position: relative;
  padding-bottom: 25px !important;
  margin-bottom: 0 !important;
}
.adetail .related::before {
  content: "Related Links";
  position: absolute;
  font-family: "Crimson Text", serif;
  font-size: 1.6rem;
  top: 0;
  margin-top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .adetail .related::before {
    font-size: 25px;
    margin-top: 21px;
  }
}
.adetail .related::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 90%;
  background: #eee;
  top: 69px;
  left: 50%;
  transform: translate(-50%, 0);
}
.adetail .related .item {
  padding-bottom: 20px;
  line-height: 1.2em;
  padding-left: 12px;
  position: relative;
}
.adetail .related .item:first-child {
  margin-top: 38px;
}
.adetail .related .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #333;
  border-radius: 10px;
  width: 4px;
  height: 4px;
}
.adetail .related .item .subtitle {
  color: #717171;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 15px;
}
.adetail .related .item .article-link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #355e93 !important;
  font-family: "Crimson Text", serif;
}
.adetail .related .item .article-link:hover {
  background: rgb(198, 212, 232) !important;
}

body .more-share {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  text-align: left;
  width: 180px;
  position: absolute;
  left: -6px;
  top: 46px;
  display: none;
}
body .more-share .social-link-more-close {
  display: none;
}
body .more-share.overlay {
  display: block;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto;
  background-color: #FFF !important;
  z-index: 10000;
  border: none;
}
body .more-share.overlay .social-link-more-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 16px;
  font-size: 32px;
}
body .more-share.overlay .social-link {
  color: #333 !important;
  display: block;
  height: 50px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  line-height: 50px !important;
  width: 100% !important;
  text-align: left;
  font-size: 18px !important;
  font-weight: 700;
  opacity: 1 !important;
  transition: all linear 200ms;
  border-radius: 0 !important;
}
body .more-share.overlay .social-link .social-link-inner {
  vertical-align: middle;
  color: #333;
}
body .more-share.overlay .social-link .social-link-inner span {
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 25px;
}
body .more-share.overlay div.title {
  font-size: 18px;
  padding: 12px;
}
body .more-share.overlay:before, body .more-share.overlay:after {
  display: none !important;
}
body .more-share:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-bottom: 10px solid #c6c6c6;
  width: 10px;
  height: 12px;
  position: absolute;
  top: -18px;
  left: 14px;
}
body .more-share:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-bottom: 10px solid #fff;
  width: 10px;
  height: 12px;
  position: absolute;
  top: -16px;
  left: 14px;
}
body .more-share div.title {
  text-align: left !important;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
  color: #333;
}
body .more-share .social-link {
  color: #333 !important;
  display: block;
  height: 34px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  line-height: 34px !important;
  width: 100% !important;
  text-align: left;
  font-size: 12px !important;
  font-weight: 700;
  opacity: 1 !important;
  transition: all linear 200ms;
  border-radius: 0 !important;
}
body .more-share .social-link-inner {
  border-bottom: 1px solid #c6c6c6;
}
body .more-share .social-link:hover, body .more-share .social-link:focus {
  background-color: #AEBFD4;
  text-decoration: none;
}
body .more-share .social-link .social-link-inner.last {
  border-bottom: none;
}
body .more-share .social-link > div.social-link-inner > span {
  margin-right: 16px;
  background-color: #000;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  opacity: 1;
}
body .more-share .social-link.social-link-link span.fa {
  background-color: #800080;
}
body .more-share .social-link.social-link-link.copied {
  color: #217F3E;
}
body .more-share .social-link.social-link-link.copied span.fa {
  background-color: #217F3E;
}
body .more-share .social-link.a2a_button_email span.fa {
  background-color: #DB4437;
}
body .more-share .social-link.a2a_button_facebook span.fa {
  background-color: #3B5998;
}
body .more-share .social-link.a2a_button_x span.fa-brands {
  background-color: #000;
}
body .more-share .social-link.a2a_button_linkedin span.fa {
  background-color: #007BB6;
}
body .more-share .social-link.a2a_button_whatsapp span.fa {
  background-color: #25D366;
}
@media screen and (max-width: 768px) {
  body .more-share {
    top: 72px;
  }
}

.media-inline .duration {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 17px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  z-index: 2;
  padding: 3px 10px;
}
.media-inline-popup {
  display: flex;
  margin: 20px;
}
.media-inline-popup.slideshow {
  display: initial;
}
.media-inline-popup.slideshow .caption {
  max-height: initial;
  overflow: auto;
}
.media-inline-popup.slideshow .media-inline-img-container img {
  max-height: 500px;
  height: auto;
}
.media-inline-popup.slideshow .action {
  flex-direction: row;
  padding: 0;
}
.media-inline-popup .caption {
  height: 100%;
  overflow-x: auto;
  padding: 0 0 20px 0;
  font-size: 17px;
  color: #fff;
  width: 280px;
}
.media-inline-popup .info {
  display: flex;
  flex-direction: column;
  background-color: #242424;
  margin-left: 20px;
  width: 300px;
  font-size: 15px;
}
.media-inline-popup .title {
  display: none;
}
.media-inline-popup .bottom {
  flex: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 0;
}
@media screen and (min-width: 1200px) {
  .media-inline-popup .bottom {
    padding: 20px 0 0;
  }
}
.media-inline-popup .social {
  border-top: 1px solid gray;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: -5px;
}
.media-inline-popup .social span.subhead {
  font-weight: bold;
  color: #adadad;
  margin-right: 10px;
}
.media-inline-popup .social .social-inner a {
  border: none;
  height: 30px;
  width: 30px;
  color: #adadad !important;
  margin-right: 5px;
  margin-bottom: 0;
}
.media-inline-popup .social .social-inner a:hover {
  background-color: rgba(173, 173, 173, 0.3) !important;
}
.media-inline-popup .social .social-inner a.a2a_button_email {
  margin-left: 5px;
}
.media-inline-popup .social .social-inner a.a2a_button_facebook {
  margin-right: 5px;
}
.media-inline-popup .social .social-link-more {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #adadad !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-inline-popup .social .social-link-more .title {
  display: block;
  color: #FFF;
  padding: 8px 12px 4px;
}
.media-inline-popup .social .social-link-more:hover {
  background-color: rgba(173, 173, 173, 0.3) !important;
}
.media-inline-popup .social .social-link-more:hover .fas {
  color: #FFF;
}
.media-inline-popup .social .social-link-more > span {
  color: #adadad;
}
@media screen and (min-width: 769px) {
  .media-inline-popup .social .social-link-more:hover .more-share, .media-inline-popup .social .social-link-more:focus .more-share, .media-inline-popup .social .social-link-more:focus-within .more-share {
    display: block;
  }
}
.media-inline-popup .social-inner {
  font-size: 17px;
}
.media-inline-popup .social-link {
  width: 35px;
  height: 35px;
}
.media-inline-popup .social-link:last-child {
  margin-bottom: 2px !important;
}
.media-inline-popup .action {
  color: #adadad;
  flex-direction: column;
  padding: 0;
  line-height: 1.5;
}
.media-inline-popup .action .icon {
  padding-right: 10px;
  width: 20px;
  height: 20px;
}
.media-inline-popup .action .action-item {
  padding: 6px 0 0 0;
  display: flex;
  align-items: center;
}
.media-inline-popup .action .action-item b {
  margin-right: 5px;
  white-space: nowrap;
  align-self: flex-start;
}
.media-inline-popup .action a {
  color: #adadad;
  font-size: 15px;
}
.media-inline-popup .action a:link {
  color: #adadad;
  font-size: 15px;
}
.media-inline-popup .action a:visited {
  color: #adadad;
  font-size: 15px;
}
.media-inline-popup .action a:hover {
  color: #adadad;
  font-size: 15px;
  background-color: #0a856a;
  color: #fff;
  text-decoration: none;
}
.media-inline-popup .action .detail-link {
  display: none;
}
.media-inline-popup .download-link .icon {
  background-image: none !important;
}
.media-inline-popup .download-link .icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  font-weight: bold;
}
.media-inline-popup .photographer .icon {
  background-image: none !important;
}
.media-inline-popup .photographer .icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f030";
  font-weight: bold;
}
.media-inline-popup .virin .icon {
  background-image: none !important;
  border: 1px solid #717171;
  border-radius: 50%;
  position: relative;
  width: 22px;
  height: 22px;
}
.media-inline-popup .virin .icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f129";
  position: absolute;
  top: 0;
  left: 8px;
  font-weight: bold;
  font-size: 0.85em;
}

.media-inline-popup .slick-arrow {
  position: absolute;
  background: #cbcbcb;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: 0.8;
}
.media-inline-popup .slick-arrow.slick-prev {
  left: -40px;
}
.media-inline-popup .slick-arrow.slick-next {
  right: -370px;
}
.media-inline-popup .slick-arrow:before, .media-inline-popup .slick-arrow:after {
  color: #000 !important;
  text-shadow: none !important;
  font-size: 20px !important;
}
.media-inline-popup .slick-arrow:focus {
  background: #cbcbcb;
}
.media-inline-popup .slick-arrow:hover {
  background: #FFF;
}
@media screen and (max-width: 1200px) {
  .media-inline-popup .slick-arrow.slick-prev {
    left: -20px;
  }
  .media-inline-popup .slick-arrow.slick-next {
    right: -20px;
  }
}

body .more-share.more-share-dark {
  background-color: #242424;
  border: 1px solid #999;
  left: -75px;
  top: -202px;
}
body .more-share.more-share-dark:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 10px solid #999;
  width: 10px;
  height: 12px;
  position: absolute;
  top: auto;
  bottom: -19px;
  left: 80px;
}
body .more-share.more-share-dark:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 10px solid #242424;
  width: 10px;
  height: 12px;
  top: auto;
  position: absolute;
  bottom: -18px;
  left: 80px;
}
body .more-share.more-share-dark .social-link-inner {
  color: #FFF;
}

#cboxOverlay {
  background: none !important;
  background-color: rgb(0, 0, 0) !important;
  opacity: 0.95 !important;
  right: 35px;
}

.inline-popup #cboxContent {
  background: #242424;
  color: #fff;
  overflow: visible;
  -webkit-transform: none;
}
.inline-popup #cboxWrapper {
  overflow: visible;
  -webkit-transform: none;
}
.inline-popup #cboxClose {
  color: #FFF;
  opacity: 0.5;
  background-image: none !important;
  top: 0;
  right: 0;
  width: auto;
  font-weight: 900;
  transition: all linear 250ms;
  text-indent: 0 !important;
  text-shadow: 0px 0px 3px black;
  font-size: 1.5em;
  padding: 5px 10px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .inline-popup #cboxClose {
    text-shadow: 0px 0px 3px black;
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1200px) {
  .inline-popup #cboxClose {
    font-size: 1.2em;
    text-shadow: none;
  }
}
.inline-popup #cboxLoadedContent {
  margin-bottom: 0;
  overflow: visible !important;
}
.inline-popup #cboxOverlay {
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxTopLeft {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxTopCenter {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxTopRight {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxMiddleLeft {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxMiddleRight {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxBottomLeft {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxBottomCenter {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup #cboxBottomRight {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.inline-popup::-webkit-scrollbar-thumb {
  background: rgb(53, 94, 147);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.inline-popup::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.inline-popup::-webkit-scrollbar {
  width: 8px;
}

#colorbox.inline-popup {
  overflow: visible;
  -webkit-transform: none;
}

.media-inline-popup img {
  max-height: calc(100vh - 100px);
}

@media (max-width: 1200px) {
  .media-inline-popup {
    padding-top: 40px;
  }
  .media-inline-popup img {
    height: auto !important;
    margin: 0 auto;
    max-height: 75vh;
  }
  .media-inline-popup .media-inline-img-container {
    min-height: 1px;
  }
  .media-inline-popup {
    flex-direction: column;
    margin: 0;
  }
  .media-inline-popup .info {
    background-color: #242424;
    margin-left: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .media-inline-popup .caption {
    height: auto;
    width: 100%;
    background-color: #242424;
    padding: 20px;
  }
  .media-inline-popup .action {
    font-size: 1rem;
  }
  .inline-popup #cboxWrapper {
    height: auto !important;
    width: 100% !important;
  }
  .media-inline-popup .bottom {
    padding: 0 20px 0;
  }
  .inline-popup #cboxContent {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: 100% !important;
  }
  .inline-popup #cboxLoadedContent {
    order: 2;
    width: 100% !important;
    height: 100% !important;
    overflow: visible;
  }
  #colorbox.inline-popup {
    position: fixed !important;
    height: auto !important;
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    overflow-y: auto !important;
    width: 100% !important;
  }
  #cboxWrapper {
    padding: 30px;
  }
}
.adetail .media-inline .overlay,
.ast-superslideshow .overlay {
  position: absolute;
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 15px;
  right: 15px;
  border: #fff solid 1px;
  color: #fff;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  line-height: 44px;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.adetail .media-inline .overlay:after {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  content: "\f129";
  font-size: 25px;
  font-weight: bold;
}

.ast-superslideshow .overlay:after {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  content: "\f129";
  font-size: 25px;
  font-weight: bold;
}

.ast-superslideshow .popup:hover .overlay {
  background-image: none !important;
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.adetail .media-inline:hover .overlay {
  background-image: none !important;
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.adetail .media-inline .linkoverlay {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 15px;
  right: 15px;
  border: #fff solid 1px;
  color: #fff;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  line-height: 44px;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.adetail .media-inline .linkoverlay:after {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  content: "\f35d";
  font-size: 25px;
  font-weight: bold;
}

.adetail .media-inline:hover .linkoverlay {
  background-image: none !important;
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.adetail .media-inline .minfo {
  padding-top: 10px;
  border-bottom: none;
  line-height: 1.3em;
}

.adetail .media-inline .mtitle, .adetail .media-inline .caption {
  color: #717171;
  font-size: 17px;
  margin-top: 0;
  padding-top: 0;
  line-height: inherit;
}

.adetail .media-inline a:hover, .adetail .media-inline a:link, .adetail .media-inline a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.adetail .media-inline .image-wrapper {
  display: block;
}

@media (max-width: 767px) {
  .adetail .media-inline .video-wrap-container {
    margin: 0 !important;
  }
}
.adetail .breakout {
  margin: 0 calc((40vw - 370px) * -1);
}

.adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
  margin: 0 -315px;
}

.adetail .media-inline.breakout {
  margin: 0 auto;
  width: 100%;
}

.adetail .media-inline.breakout .image-wrapper img {
  width: 100%;
}

.adetail .media-inline-xlarge img {
  width: 100%;
}

@media (max-width: 1556px) {
  .adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
    margin: 0 calc((45vw - 385px) * -1);
  }
}
@media (max-width: 1200px) {
  .adetail header .date {
    font-size: 1rem;
  }
  .adetail .tags a, .adetail .tags a:link {
    font-size: 1rem;
  }
}
/* 650px content body starts to shrink */
@media (max-width: 855px) {
  .adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .adetail.aframe .content {
    padding: 0;
  }
  .adetail.aframe .content .inside {
    padding: 30px 15px;
  }
  .adetail header.body a {
    color: #000;
  }
  article.no-abanner-mobile header .acategory-skew,
  article.no-abanner-mobile header a.acategory-skew {
    font-size: 1.1rem;
    box-shadow: none;
  }
  article.no-abanner-mobile header .date {
    font-size: 1.1rem;
  }
  .acategory-skew, a.acategory-skew {
    font-size: 1.1rem;
    box-shadow: none;
  }
  .adetail .tags a {
    margin: 0 7px 10px 0;
    font-size: 1.1rem;
  }
  .adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .adetail .gallery {
    padding-bottom: 0;
  }
  .ast-link.breakout {
    margin: 0;
    max-width: 100%;
  }
  .ast-split.breakout .body {
    margin: 0 15px;
    max-width: 100%;
  }
}
@media (max-width: 667px) {
  .adetail .media-inline-xlarge .image-wrapper.video {
    max-width: initial;
  }
  .adetail .media-inline-xlarge .image-wrapper, .adetail .media-inline .image-wrapper.breakout {
    margin: 0 -15px 0 -15px;
    max-width: 100vw;
  }
}
/*quiz*/
.adetail.quiz .body {
  text-align: center;
}

.adetail header.during {
  padding: 75px 0 25px 0;
  display: none;
  max-width: initial !important;
}

.adetail header.during .maintitle {
  color: #717171;
  text-shadow: none;
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 0 15px;
}

.adetail.aframe.quiz.during-state .content .inside {
  padding: 0;
}

.adetail.aframe.quiz .content .inside {
  max-width: none;
}

.adetail.during-state .body {
  display: none;
}

.adetail.during-state #omniquiz {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: white;
}

.adetail.during-state .banner-angle {
  display: none;
}

.adetail.during-state .banner-image {
  display: none;
}

.adetail.during-state header.start {
  display: none;
}

.adetail.during-state header.during {
  display: flex !important;
}

.adetail.during-state header.done {
  display: none;
}

.adetail.during-state .social-top {
  display: none;
}

.adetail.during-state .content {
  padding: 0;
}

.adetail.done-state header.start {
  display: none;
}

.adetail.done-state header.during {
  display: none;
}

.adetail.done-state header.done {
  display: flex !important;
}

.adetail.done-state header.done .maintitle.message {
  font-family: Lato, Arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 0;
}

@media (max-width: 768px) {
  .quiz.abanner.adetail {
    padding-top: 10%;
  }
}
@media (max-width: 535px) {
  .quiz.abanner.adetail {
    padding-top: 20%;
  }
}
/*quiz embed*/
.adetail .quiz-embed {
  background: rgb(242, 245, 246);
  background: radial-gradient(ellipse at center, rgb(242, 245, 246) 0%, rgb(227, 234, 237) 37%, rgb(200, 215, 220) 100%);
}

.adetail .quiz-embed .omniquizQuestionContainer {
  padding: 0;
}

/*******************

     LISTING

*********************/
.alist {
  position: relative;
}

.alist-inner {
  display: block;
}

.alist.stories {
  padding: 0;
  font-family: Lato, Arial, sans-serif;
}

.alist.stories .item {
  padding-bottom: 80px;
  position: relative;
}

.alist-more-button.btn-primary.disabled {
  opacity: 1;
  background-color: #355e93;
  border-color: #355e93;
  color: #fff;
}

.alist-more-button.btn-default-ghost.disabled {
  color: #333;
  opacity: 1;
}

/*category*/
.alist.stories .item a.category, .alist.stories .item a.category:link {
  margin-bottom: 10px;
  margin-top: 5px;
  color: #355e93;
  display: block;
  font-size: 20px;
  text-transform: none;
}

.alist.stories.search .item a.category, .alist.stories .item a.category:link {
  margin-bottom: 0;
  margin-top: 0;
}

.feature-grid-5.alist .item a.category, .feature-grid-5.alist .item a.category:link, .item .dgov-card-4 a.category {
  float: left;
}

.alist.stories.breaking .item a.category span {
  display: none;
}

.alist.stories.breaking .item a.category {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.alist.stories.breaking .item a.category:after {
  color: #B33F46;
  content: "BREAKING";
}

/*content type*/
.explore-item span.content-type {
  display: flex;
  margin: 10px 0 17px 0;
}

.alist.stories .item .content-type:not(span) {
  float: left;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
  font-size: 20px;
}

.alist.stories.search .item .content-type {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
}

.alist.stories.search .item span.content-type {
  width: 100%;
  margin-bottom: 10px;
  line-height: 24px;
}

.alist.stories .item .content-type a {
  font-size: 20px;
  color: #355e93;
}

.item .content-type span.separator {
  margin: 5px 7px;
  border-left: 2px solid #355e93;
  float: left;
  width: 2px;
  height: 16px;
}

.adetail .acategory-skew span.separator {
  margin: 0 5px 0;
  border-left: 2px solid #fff;
  width: 2px;
  line-height: 16px;
}

/*poster*/
.alist.stories .item.hover a.title {
  text-decoration: underline;
}

.alist.stories .item.hover .poster div {
  transform: scale(1.1);
}

.alist.stories .item .poster {
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border: #adadad solid 1px;
  display: inline-block;
  width: 60%;
}

.alist.stories .item .poster:after {
  padding-top: 66.66%; /* 6:4 ratio */
  display: block;
  content: "";
}

.alist.stories .item .poster div {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}

.alist.stories .item a.title, .alist.stories .item a.title:link {
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.search.alist.stories .item a.title, .alist.stories .item a.title:link {
  margin-bottom: 0;
}

.alist.stories.search .item a.title, .alist.stories .item a.title:link {
  clear: both;
  display: block;
}

.feature-grid-5.alist.stories .item a.title, .feature-grid-5.alist.stories .item a.title:link {
  font-size: 1.6rem;
  display: inline-block;
}

.alist.stories.breaking .item .poster {
  right: 10%;
}

.alist.stories .item.hover .poster .avideo-icon {
  background: url("play-hover.png") no-repeat !important;
  background-size: 100% 100% !important;
}

@media (max-width: 767px) {
  .alist.stories .item.explore-item .poster {
    border: none;
    border-radius: 0px;
  }
}
@media (max-width: 450px) {
  .alist.stories .item.hover .poster .avideo-icon {
    width: 22% !important;
    height: 22% !important;
  }
}
/*info block*/
.alist.stories .item .info {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  left: 14%;
  background: rgba(255, 255, 255, 0.9);
  width: 38%;
  padding: 20px 30px 30px;
  border-top: solid 8px #355D8E;
  border-radius: 3px;
  bottom: 120px;
  margin: 0 5px 0 5px;
}

.alist.stories .item .info .bar {
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
  color: #717171;
  align-items: center;
}

.alist.stories.breaking .item .info {
  border-color: #B33F46;
}

/*play button*/
.alist.stories .item .info a.play-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -33px;
  bottom: 30px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #355D8E;
  color: #fff;
  font-size: 1.6rem;
  padding: 2px 0 0 4px;
}

.alist.stories .item .info a.play-link:hover {
  text-decoration: none;
}

.alist.stories .item .info a.play-link span:after {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  content: "\f054";
}

.alist.stories.breaking .item .info a.play-link {
  background-color: #B33F46;
}

.alist.stories .item .info a.play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -33px;
  bottom: 30px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #355D8E;
  color: #fff;
  font-size: 1.6rem;
  padding: 2px 0 0 4px;
}

.alist.stories .item .info a.play:hover {
  text-decoration: none;
}

.alist.stories .item .info a.play span:after {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  content: "\f054";
}

.alist.stories.breaking .item .info a.play {
  background-color: #B33F46;
}

.alist.stories .item:nth-child(even) .info a.play {
  left: -33px;
  padding: 2px 4px 0 0;
}

/*date*/
.alist.stories .item time {
  order: 3;
  font-size: 18px;
  padding: 0 2rem;
}

.search.alist.stories .item time {
  font-size: 16px;
}

/*info - social icons*/
.alist.stories .item .info .social {
  order: 2;
}

/*1st item*/
.alist.stories .item:nth-child(even) .info {
  right: 14%;
  left: inherit;
}

.alist.stories .item:nth-child(even) .poster {
  float: left;
}

.alist.stories .item:nth-child(even) .info a.play-link {
  left: -33px;
  padding: 2px 4px 0 0;
}

.alist.stories .item:nth-child(even) .info a.play span:after {
  content: "\f053";
}

.alist.stories .item:nth-child(even) .info time {
  order: 1;
}

.alist.stories .item:nth-child(even) .info .bar {
  justify-content: flex-end;
}

.alist.stories.breaking .item:nth-child(even) .poster {
  left: 10%;
}

@media print {
  .press-page .page-banner, .press-page .subscribe {
    display: none !important;
  }
}
/*branded HR*/
section.gen-brandedhr {
  background: #355e93 !important;
}

/*pager*/
.alist .pager {
  position: relative;
  z-index: 10;
}

.alist .apager {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.alist .apager div {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 5px;
}

.alist .apager a {
  width: 55px;
  height: 55px;
  line-height: 53px;
  display: inline-block;
}

.alist .apager a, .alist .pager a:link {
  font-weight: 400;
  font-size: 20px;
  width: 44px;
  height: 54px;
  border-bottom: 4px solid transparent;
  transition: 0.15s all;
  color: #717171;
}

.alist .apager .active {
  border-radius: 0;
  background-color: transparent;
}

.alist .apager a:focus, .alist .apager a:hover {
  text-decoration: none;
}

.alist .apager :not(.active) a:hover {
  border-radius: 0;
  background-color: transparent;
  color: #222;
  border-bottom: 4px solid #ebebeb;
}

.alist .apager .active a, .alist.stories .pager .active a:link, .alist.stories .pager .active a:hover {
  color: #355e93;
  background: none;
  border-bottom: 4px solid #355e93;
}

.alist .apager .disabled, .alist .apager .disabled a, .alist.stories .apager .disabled a {
  color: rgba(105, 105, 105, 0.25);
}

.alist .apager .nextprev a {
  background: transparent;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

.alist .apager .nextprev:not(.active) a:hover {
  background-color: transparent;
  color: #333;
}

.alist .apager .nextprev.disabled {
  pointer-events: none;
  cursor: default;
}

.alist .apager .nextprev a:hover {
  border-bottom: 4px solid transparent;
}

.alist.no-items {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  .alist.stories .item .info {
    width: 46%;
    left: 8%;
  }
  .alist.stories .item:nth-child(even) .info {
    right: 8%;
  }
}
@media (max-width: 992px) {
  .alist.stories .item {
    padding-bottom: 0;
  }
  .alist.stories .item a.category {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .alist.stories .item .title {
    font-size: 1.6rem !important;
    line-height: 35px;
  }
  .alist.stories .item .info {
    position: relative;
    width: 90%;
    bottom: 80px;
    padding: 20px 24px 20px 24px;
    margin: 0 auto;
    left: 0;
  }
  .alist.stories .item .info a.play-link {
    display: none;
    top: -35px;
    right: 30px;
    bottom: initial;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
  .alist.stories .item .info a.play-link span {
    padding: 2px 0 0;
  }
  .alist.stories .item .info a.play {
    top: -35px;
    right: 30px;
    bottom: initial;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
  .alist.stories .item .info a.play span {
    padding: 2px 0 0;
  }
  .alist.stories .item .info .bar {
    justify-content: space-between;
    padding-top: 20px;
  }
  .alist.stories .item .info time {
    order: 3;
    font-size: 1rem;
    padding-right: 0;
  }
  .alist.stories .item .poster {
    text-align: center;
    width: 100%;
    float: none;
  }
  .alist.stories.breaking .item .poster {
    right: 0;
  }
  .alist.stories.breaking .item:nth-child(even) .poster {
    left: 0;
  }
  .alist.stories .item:nth-child(even) .poster {
    float: none;
    width: 100%;
  }
  .alist.stories .item:nth-child(even) .info {
    right: initial;
  }
  .alist.stories:not(.newsroom) .item:nth-child(even) .info .social {
    float: none;
    order: 0;
  }
  .alist.stories .item:nth-child(even) .info a.play-link {
    left: inherit;
  }
  .alist.stories .item:nth-child(even) .info a.play-link span {
    padding: 2px 0 0 4px;
  }
  .alist.stories .item:nth-child(even) .info a.play-link span:after {
    content: "\f054";
  }
  .alist.stories .item:nth-child(even) .info a.play {
    left: inherit;
  }
  .alist.stories .item:nth-child(even) .info a.play span {
    padding: 2px 0 0 4px;
  }
  .alist.stories .item:nth-child(even) .info a.play span:after {
    content: "\f054";
  }
  .alist.stories .item:nth-child(even) .info .bar {
    justify-content: space-between;
  }
}
.adetail .media-inline-large {
  width: 61%;
}

@media (max-width: 767px) {
  .alist.stories .item a.category {
    font-size: 1.4rem;
  }
  .alist.stories .item .info time {
    font-size: 16px;
  }
  .feature-grid-5 .item .info time {
    font-size: 18px;
  }
  .feature-grid-5.alist.stories .item .info {
    margin: 0 auto -40px;
  }
  .alist.stories .item .info a.play-link {
    font-size: 1.8rem;
  }
  .alist.stories .item .info a.play {
    font-size: 1.8rem;
  }
  /* This allows the image to breakout to full viewport in <767px mobile */
  .adetail .media-inline-small .image-wrapper,
  .adetail .media-inline-medium .image-wrapper,
  .adetail .media-inline-large .image-wrapper,
  .adetail .media-inline-xlarge .image-wrapper {
    margin: 0 -15px 0 -15px;
    max-width: 100vw;
  }
}
@media (max-width: 550px) {
  .alist.stories .item .info a.play-link {
    width: 50px;
    height: 50px;
    top: -30px;
    font-size: 1.6rem;
  }
  .alist.stories .item .info a.play {
    width: 50px;
    height: 50px;
    top: -30px;
    font-size: 1.6rem;
  }
  .feature-grid-5 .item a.category, .feature-grid-5 .item a.category:link {
    font-size: 18px;
  }
}
/* list view */
.alist.stories.list .item {
  padding-bottom: 30px;
}

.alist.stories.list .item .poster {
  display: none;
}

.alist.stories.list .item .info a.play-link {
  display: none;
}

.alist.stories.list .item .info a.play {
  display: none;
}

.alist.stories.list .item .info {
  position: relative;
  width: 99%;
  bottom: 0;
  left: inherit;
  right: inherit;
}

.alist.stories.list .item .info .bar {
  justify-content: flex-start;
}

.alist.stories.list .item .info time {
  order: 3;
  padding-left: 50px;
}

.alist.stories.list .item .info:hover {
  transform: none;
}

/* search view */
.alist.stories.list.search .item {
  display: flex;
}

.alist.stories.list.search .item .poster-outer {
  display: inline-block;
  flex: 0 0 30%;
  width: 100%;
}

.alist.stories.list.search .item .poster {
  float: none;
  display: inline-block;
  box-shadow: none;
  width: 100%;
}

.alist.stories.list.search .item .info {
  flex: 0 0 70%;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0 0 0 30px;
  cursor: auto;
}

.alist.stories.list.search .item .poster:hover div {
  transform: scale(1.1);
}

.alist.stories.list.search .item .info .bar {
  padding-top: 20px;
}

.alist.stories.list.search .item .info time {
  padding-left: 30px;
}

.alist.stories.list.search .item .avideo-icon {
  transform: scale(0.7);
}

.alist.stories.list.search header .maintitle {
  font-family: Lato, Arial, sans-serif;
  margin: 0;
}

.alist.stories.list.search header .subtitle {
  font-family: Lato, Arial, sans-serif;
  margin: 0;
}

.alist.stories.list.search .pager {
  margin: 4rem 0 1rem 0;
}

.alist.stories.list.search .content {
  min-height: 500px;
}

@media (max-width: 1200px) {
  .alist.stories.list.search .item .avideo-icon {
    transform: scale(0.5);
  }
  .alist.stories.list.search .item .poster:hover .avideo-icon {
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  .alist.stories.list.search .item {
    display: block;
  }
  .alist.stories.list.search .item .avideo-icon {
    transform: scale(0.8);
  }
  .alist.stories.list.search .item .poster {
    display: block;
    flex: none;
  }
  .alist.stories.list.search .item .info {
    flex: none;
    padding: 0 0 20px;
  }
  .alist.stories.list.search .item .info .bar {
    padding-top: 15px;
  }
  .alist.stories.list.search .item .poster:hover .avideo-icon {
    transform: scale(0.9);
  }
}
/*subtitle*/
.alist .subtitle span {
  font-size: 24px;
  color: rgb(195, 55, 56);
}

/* quiz listing */
.alist.quiz .alist-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px;
}

.alist.quiz .item {
  width: 33.33%;
  padding: 0 15px 60px;
}

.alist.quiz .quiz-image {
  border-radius: 4px;
  padding-top: 81.25%;
  background-size: cover;
  background-position: center center;
}

.alist.quiz .info {
  background: #fff;
  padding: 25px 25px 60px;
  position: relative;
  width: 85%;
  margin: -100px auto 0;
  min-height: 140px;
  border-radius: 0 0 4px 4px;
}

.alist.quiz .info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 11px;
  top: -10px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 10 10'%3E%3Cpolygon fill='white' points='10,10 10,0 0,10' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
}

.alist.quiz .info .title {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  word-break: break-word;
}

.alist.quiz .info .category {
  transform: skewX(-15deg);
  color: #fff;
  background: #355E92;
  position: absolute;
  bottom: calc(100% - 10px);
  right: 20px;
  text-transform: uppercase;
  padding: 8px 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: right;
  margin-left: 30px;
  font-size: 0.85rem;
}

.alist.quiz .info .category span {
  transform: skewX(15deg);
  display: block;
}

.alist.quiz .info .quiz-question-count {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #717171;
}

.alist.quiz .image-wrap {
  padding-top: 81.66%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.alist.quiz .image-wrap a {
  display: block;
}

.alist.quiz .image-wrap .zoom-bg {
  background-color: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.info .button-wrap {
  text-align: center;
  background: #1b8157;
  margin-left: auto;
  margin-top: -55px;
  margin-bottom: 15px;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  z-index: 9999;
  height: 45px;
  width: 79px;
  transition: all 0.2s;
  overflow: hidden;
  text-transform: uppercase;
}

.info .button-wrap .button-start {
  opacity: 0;
  position: absolute;
  transition: all 0.1s 0s;
}

.info .button-wrap .button-quiz {
  position: absolute;
  right: 15px;
  background: #1b8157;
}

.engage-item {
  cursor: pointer;
}

.engage-item:hover .info .button-wrap {
  width: 148px;
}

.engage-item:hover .info .button-wrap .button-start {
  opacity: 1;
}

.engage-item .info a:hover {
  text-decoration: none;
}

.engage-item .last-slide .contain {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.engage-item .last-slide .contain .txWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}

.engage-item .last-slide .contain .txWrapper .tx {
  transition: all 0.25s ease-out;
  margin-top: 1.5rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.engage-item .last-slide .contain .tx .plus {
  opacity: 0;
  transition: all 0.25s ease-out;
  height: 2.5rem;
  width: 2.5rem;
  margin: auto;
  margin-top: 20px;
}

.engage-item .last-slide .bg {
  box-shadow: 0 13px 20px -9px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  transition: all 0.25s ease-out;
}

.engage-item .last-slide:hover .contain .tx {
  margin-top: 0px;
  transition: all 0.25s ease-out;
}

.engage-item .last-slide:hover .contain .tx .plus {
  opacity: 1;
  transition: all 0.25s ease-out;
  transition-delay: 0.25s;
}

.engage-item .last-slide:hover .bg {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .info .button-wrap {
    width: 70px;
    height: 40px;
    font-size: 17px;
  }
  .engage-item:hover .info .button-wrap {
    width: 131px;
  }
}
@media (max-width: 1024px) {
  .info .button-wrap {
    width: 79px;
    height: 45px;
    font-size: 20px;
  }
  .engage-item:hover .info .button-wrap {
    width: 148px;
  }
}
@media (max-width: 991px) {
  .info .button-wrap {
    width: 148px;
  }
  .info .button-wrap .button-start {
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .info .button-wrap {
    width: 130px;
    height: 40px;
    font-size: 17px;
  }
  .engage-item:hover .info .button-wrap {
    width: 131px;
  }
}
.dgov-carousel-engage .pull-title {
  color: #1b8157 !important;
}

.dgov-carousel-engage .category {
  padding: 8px 20px;
  margin-left: 30px;
  bottom: calc(100% - 10px);
  text-align: right;
  font-size: 0.85rem;
}

.dgov-carousel-engage .info {
  padding: 25px 25px 60px;
}

.dgov-carousel-engage .quiz-question-count {
  color: #717171;
}

@media (max-width: 450px) {
  .dgov-carousel-engage .category {
    right: 10px;
    margin-left: 15px;
    padding: 8px 15px;
  }
  .dgov-carousel-engage .info {
    padding: 25px 20px 60px;
    margin: -1rem auto 0;
  }
  .dgov-carousel-engage a.title h2 {
    font-size: 1.4rem !important;
  }
}
.dgov-carousel .slick-slide .image-wrap, .dgov-carousel .slick-slide .last-slide {
  border-radius: 4px;
}

.dgov-carousel-engage a.title h2 {
  word-break: break-word;
}

@media (max-width: 1024px) {
  .dgov-carousel-engage .category {
    font-size: 1.2rem;
  }
}
@media (max-width: 776px) {
  .dgov-carousel-engage .category {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .dgov-carousel-engage a.title h2 {
    font-size: 1.6rem;
  }
  .dgov-carousel-engage .category {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .alist.quiz .item {
    width: 50%;
  }
  .alist.quiz .info .category {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .alist.quiz .item {
    width: 100%;
  }
  .alist.quiz .info .title {
    font-size: 2rem;
  }
  .alist.quiz .info {
    min-height: 0 !important;
  }
  .alist.quiz .info .category {
    font-size: 1.2rem;
  }
}
@media (max-width: 776px) {
  .alist.quiz .info .quiz-question-count {
    font-size: 1.2rem;
  }
  .alist.quiz .info .category {
    font-size: 1.2rem;
  }
}
.alist.quiz.list .alist-inner {
  display: block;
  margin: 60px 0 0;
}

.alist.quiz.list .item {
  width: 100%;
  padding: 0;
}

.alist.quiz.list .quiz-image {
  display: none;
}

.alist.quiz.list .info:before {
  display: none;
}

.alist.quiz.list .info {
  margin: 0 0 70px;
  padding: 40px 30px 30px;
  width: auto;
  border-top: solid 8px #355D8E;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}

.alist.quiz.list .info .title {
  font-size: 2rem;
  margin: 0 0 10px;
}

.alist.quiz.list .info .category {
  right: auto;
  left: 40px;
  top: -30px;
}

.alist.quiz.list .info .quiz-question-count {
  position: static;
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 450px) {
  .alist.quiz .info {
    padding: 25px 20px 60px;
    margin: -1rem auto 0;
  }
  .alist.quiz .info .title {
    font-size: 1.4rem;
  }
  .alist.quiz .info .category {
    right: 10px;
    margin-left: 15px;
    padding: 8px 15px;
  }
}
/********************* faq ***********************/
.alist.faq .subtitle {
  margin-bottom: 15px;
}

.alist.faq .item {
  padding-bottom: 0;
}

.alist.faq .item .info {
  cursor: pointer;
  width: 100%;
  padding: 30px 0px 30px;
  box-shadow: none;
  border-top: none;
  border-bottom: 1px solid #aeaeae;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.alist.faq .item .info .bar {
  padding-top: 20px;
}

.alist.faq .item:last-child .info {
  border: none;
}

.alist.faq .item time {
  font-size: 15px;
  color: #717171;
  margin-right: 30px;
}

.alist.faq .item .lside {
  padding-right: 45px;
}

.alist.faq .more-row {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.alist.faq .item .category {
  font-size: 1.2rem;
}

.alist.faq .item .title {
  font-family: Lato, Arial, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  margin: 0px;
}

.alist.faq .item .barlink:hover {
  text-decoration: none;
}

.alist.faq .item .plus-container {
  margin-left: 15px;
}

.alist.faq .item .plus-container .plus {
  height: 60px;
  width: 60px;
  background: #355E93;
  color: #fff;
  text-align: center;
  font-size: 39px;
  position: relative;
  border-radius: 100px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.alist.faq .item .plus-container .plus span {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.alist.faq .item .plus-container .plus span:before {
  content: "";
  display: block;
  width: 40%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transition: 0.3s ease;
  opacity: 1;
  margin-top: -2px;
}

.alist.faq .item .plus-container .plus span:after {
  content: "";
  display: block;
  width: 4px;
  height: 40%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 30%;
  transition: 0.3s ease;
  margin-left: -2px;
}

.alist.faq .item:hover .lside .title {
  text-decoration: underline !important;
}

.alist.faq .item:hover .plus-container .plus span:before {
  transform: rotate(45deg);
  width: 30%;
  top: 42%;
  left: 35%;
}

.alist.faq .item:hover .plus-container .plus span:after {
  margin-top: 8px;
  height: 30%;
  top: 30%;
  transform: rotate(45deg);
}

.adetail.faq .abanner .banner-angle-header.noimage {
  background-color: #254267;
  background-image: linear-gradient(-10deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 49.95%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.adetail.faq .content {
  padding-bottom: calc(60px + 5vw);
}

.adetail.faq .more-row {
  width: 100%;
  clear: both;
}

.adetail.faq .more-home {
  margin-top: 45px;
  text-align: center;
}

/* biography */
.alist.bio {
  margin: 0 -15px;
}

.alist.bio .items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.alist.bio .item-container {
  display: flex;
  flex: 1 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}

.alist.bio .item {
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  margin: 15px;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.alist.bio .item .poster-wrapper {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.alist.bio .item .poster-wrapper a {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  z-index: 99;
}

.alist.bio .item div.poster {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}

.alist.bio .item:hover div.poster {
  transform: scale(1.05);
}

.alist.bio .item:hover .bio-wrap .bio-center .rank {
  text-decoration: none;
}

.alist.bio .item .bio-content-wrapper {
  position: relative;
  padding: 20px 20px 0;
  flex-grow: 1;
  background-color: #ebebeb;
  margin-bottom: -10px;
}

.alist.bio .item .plus {
  height: 60px;
  width: 60px;
  background: #355E93;
  color: #fff;
  text-align: center;
  font-size: 39px;
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
  border-radius: 100px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.alist.bio .item .plus span {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.alist.bio .item .plus span:before {
  content: "";
  display: block;
  width: 40%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transition: 0.3s ease;
  opacity: 1;
  margin-top: -2px;
}

.alist.bio .item .plus span:after {
  content: "";
  display: block;
  width: 4px;
  height: 40%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 30%;
  transition: 0.3s ease;
  margin-left: -2px;
}

.alist.bio .item:hover .plus span:before {
  transform: rotate(45deg);
  width: 30%;
  top: 42%;
  left: 35%;
}

.alist.bio .item:hover .plus span:after {
  margin-top: 8px;
  height: 30%;
  top: 30%;
  transform: rotate(45deg);
}

.alist.bio .item .bio-wrap {
  flex-flow: column;
  display: flex;
}

.alist.bio .item .bio-wrap .line-wrapper {
  height: 30px;
}

.alist.bio .item .bio-wrap .line {
  background-color: #adadad;
  width: 50%;
  height: 1px;
  display: block;
  margin: 0px auto;
}

.alist.bio .item .bio-wrap .bio-center {
  margin: auto;
  display: inline-grid;
}

.alist.bio .item .bio-wrap .bio-wrap-bottom {
  font-size: 15px;
}

.alist.bio .item .bio-wrap .bio-center-bottom {
  margin: auto;
  display: inline-grid;
}

.alist.bio .item .bio-wrap .bio-center h2 {
  font-size: 1.3rem;
  font-family: Lato, Arial, sans-serif;
  color: #355e93;
  font-weight: 100;
  margin-bottom: 10px;
}
.alist.bio .item .bio-wrap .bio-center h2 .adetail-bio-name span {
  font-weight: 600;
}

.alist.bio .item .bio-wrap .bio-center .rank {
  display: block;
  font-size: 14px;
  color: #355E93;
  position: relative;
  margin-bottom: 5px !important;
  font-weight: 700;
  margin-top: 0px;
  min-height: 15px;
  text-transform: uppercase;
}

.alist.bio .item .bio-wrap .bio-center-bottom .bio-job-title {
  font-style: italic;
}

.alist.bio .subtitle {
  padding: 15px;
}

@media (max-width: 1200px) {
  .alist.bio .item-container {
    display: flex;
    flex: 1 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 768px) {
  .alist.bio .item-container {
    display: flex;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .alist.bio .item-container {
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.adetail.bio .item {
  margin-top: -15px;
}
@media screen and (min-width: 992px) {
  .adetail.bio .item .main {
    margin-left: 45%;
    max-height: 525px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .adetail.bio .item .main {
    margin-left: 35%;
  }
}
.adetail.bio .item .main::-webkit-scrollbar {
  width: 10px;
}
.adetail.bio .item .main::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #D5D5D5;
}
.adetail.bio .item .main::-webkit-scrollbar-thumb {
  background: #355E93;
  border-radius: 10px;
}
.adetail.bio .item .main::-webkit-scrollbar-thumb:hover {
  background: #254267;
}
.adetail.bio .item .rank {
  text-align: center;
  color: #355E93;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px !important;
  display: block;
  letter-spacing: 1px;
}
.adetail.bio .item h2 {
  text-align: center;
  margin-bottom: -10px;
  color: #355E93;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0px;
}
.adetail.bio .item h2 .adetail-bio-name span {
  font-weight: 600;
}
.adetail.bio .item .title {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
}
.adetail.bio .item .separator {
  display: none;
  width: 400px;
  height: 1px;
  background: #E1E1E1;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .adetail.bio .item .separator {
    display: block;
  }
}
.adetail.bio .item .social-block {
  margin: auto;
  display: block;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
}
.adetail.bio .item .social-block .pipe {
  display: none;
}
.adetail.bio .item .social-top {
  padding: 25px 30px 0px 30px;
}
.adetail.bio .item .social-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.adetail.bio .item .line {
  width: 100%;
  background-color: #adadad;
  height: 1px;
  display: block;
  margin: 15px;
}
.adetail.bio .item img {
  margin: auto;
  border-radius: 0px;
}
.adetail.bio .item .sticky {
  padding-bottom: 35px;
  max-width: 480px;
  display: block;
  margin: auto;
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .adetail.bio .item .sticky {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45%;
    margin-top: 0;
    padding-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .adetail.bio .item .sticky {
    width: 35%;
  }
}
.adetail.bio .item .sticky article {
  text-align: center;
}
.adetail.bio .item .sticky article .bio-sticky-img-wrapper {
  display: inline-block;
  text-align: left;
}
.adetail.bio .item .sticky a {
  margin-top: 5px;
  display: inline-block;
  text-transform: none;
  font-size: 17px;
}
.adetail.bio .item .sticky a i {
  margin-left: 5px;
}
.adetail.bio .more-home {
  margin-top: 10px;
  text-align: center;
}

/********************* newsroom press products ***********************/
.alist.newsroom .item {
  padding-bottom: 0;
}

.alist.newsroom .item .info {
  cursor: pointer;
  width: 100%;
  padding: 30px 0px 30px;
  box-shadow: none;
  border-top: none;
  border-bottom: 1px solid #aeaeae;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.alist.newsroom .item .info .bar {
  padding-top: 20px;
}

.alist.newsroom .item:last-child .info {
  border: none;
}

.alist.newsroom .item .lside {
  padding-right: 100px;
  order: 1;
}

.alist.newsroom .item .lside .title {
  font-size: 1.8rem;
  font-weight: 600;
}

.alist.newsroom .item .lside a.category, .alist.newsroom .item .lside a.category:link {
  text-transform: uppercase;
  color: #355e93;
  font-size: 1.2rem;
}

.alist.newsroom .item .lside span.category {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.alist.newsroom .item .lside span.categorySep {
  margin-left: 5px;
  margin-right: 5px;
}

.alist.newsroom .item .lside .timecontainer {
  margin-bottom: 15px;
}

.alist.newsroom .item .lside .timecontainer time {
  padding-left: 0;
  font-size: 1.2rem;
  color: #717171;
  text-transform: none;
}

.alist.newsroom .item .social {
  order: 2;
}

.adetail.newsroom.aframe .content {
  padding: 0;
}

.adetail.newsroom.aframe .content .inside {
  max-width: 800px;
}

.adetail.newsroom .header {
  text-align: center;
}

.adetail.newsroom .header .disclaimer {
  padding: 15px;
  margin: 0 -240px;
  margin-bottom: 1rem !important;
  background-color: #ebeff5;
  border: 1px solid #aebfd4;
  border-radius: 4px;
  color: #141414;
  font-size: 17px;
  line-height: 1.5em;
  text-align: center;
}

.adetail.newsroom .header .disclaimer a,
.adetail.newsroom .header .disclaimer a:link,
.adetail.newsroom .header .disclaimer a:visited {
  color: #000;
  padding-top: 2px;
  line-height: inherit;
  text-decoration: none !important;
  -webkit-box-shadow: inset 0 -2px 0 #0a856a;
  box-shadow: inset 0 -2px 0 #0a856a;
}

.adetail.newsroom .header .disclaimer a:hover,
.adetail.newsroom .header .disclaimer a:focus,
.adetail.newsroom .header .disclaimer a:active {
  color: #000;
  background-color: #9dcec3;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.adetail.newsroom .header .presenterinfoType.Transcript {
  display: none;
}

.adetail.newsroom .header .presenterinfoType.Contract {
  display: none;
}

.adetail.newsroom .header .presenterinfoType {
  color: #717171;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2em;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.adetail.newsroom .header .maintitle {
  max-width: 800px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1em;
  color: #333333;
  font-family: "Crimson Text", serif;
  margin-bottom: 0.7rem;
}

.adetail.newsroom .header .date {
  line-height: 1.6em;
  font-family: Lato, Arial, sans-serif;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 3px;
  color: #717171;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.adetail.newsroom .header .presenter {
  color: #717171;
  text-align: center;
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.adetail.newsroom .header .dateline {
  color: #717171;
  text-align: center;
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.adetail.newsroom .social-top {
  padding: 0;
}

.adetail.newsroom .social-bottom {
  margin-top: 45px;
}

@media (max-width: 1556px) {
  .adetail.newsroom .disclaimer {
    margin: 0 calc((39vw - 385px) * -1) !important;
  }
  .adetail.news .disclaimer {
    margin: 0 calc((39vw - 385px) * -1) !important;
  }
}
@media (max-width: 992px) {
  .alist.newsroom .item .info {
    display: block;
  }
  .alist.newsroom .item .lside {
    padding-right: 0;
  }
  .alist.newsroom .item .social {
    margin-top: 20px;
  }
  .adetail.newsroom .disclaimer {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .alist.newsroom .item .lside .timecontainer time {
    font-size: 20px;
  }
  .adetail.newsroom .disclaimer {
    margin: 0 -15px !important;
    width: calc(100% + 30px);
  }
  .adetail.news .disclaimer {
    margin: 0 -15px !important;
    width: calc(100% + 30px);
  }
}
.dgov-carousel-explore figcaption.no-image {
  margin: 0;
  display: flex;
}

.dgov-carousel-explore figcaption.no-image a.arrow {
  order: 2;
}

.dgov-carousel-explore figcaption .plus-container {
  margin-left: 15px;
}

.dgov-carousel-explore figcaption .plus-container .plus {
  height: 60px;
  width: 60px;
  background: #355E93;
  color: #fff;
  text-align: center;
  font-size: 39px;
  position: relative;
  border-radius: 100px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dgov-carousel-explore figcaption .plus-container .plus span {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.dgov-carousel-explore figcaption .plus-container .plus span:before {
  content: "";
  display: block;
  width: 40%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transition: 0.3s ease;
  opacity: 1;
  margin-top: -2px;
}

.dgov-carousel-explore figcaption .plus-container .plus span:after {
  content: "";
  display: block;
  width: 4px;
  height: 40%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 30%;
  transition: 0.3s ease;
  margin-left: -2px;
}

.dgov-carousel-explore figcaption:hover .plus-container .plus span:before {
  transform: rotate(45deg);
  width: 30%;
  top: 42%;
  left: 35%;
}

.dgov-carousel-explore figcaption:hover .plus-container .plus span:after {
  margin-top: 8px;
  height: 30%;
  top: 30%;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .alist.faq .item .social {
    margin-top: 15px;
  }
  .alist.faq .item .category {
    font-size: 20px;
  }
  .alist.faq .item time {
    font-size: 1rem;
    display: block;
    width: 100%;
  }
  .alist.faq .item .title {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .adash.newsroom .menu-grid {
    display: none;
  }
  .adash.newsroom .menu-select {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alist.faq .item .info {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .alist.faq .item .lside {
    padding-right: 0;
  }
  .alist.faq .item .social {
    margin-top: 15px;
  }
  .alist.faq .item .category {
    font-size: 20px;
  }
  .alist.faq .item time {
    font-size: 17px;
    display: block;
    width: 100%;
  }
  .alist.faq .item .plus-container {
    display: none;
  }
  .alist.faq .item .title {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 576px) {
  .adetail.faq header .date {
    clear: both;
  }
  .adetail.faq header .date .pubup {
    float: left;
    width: 100%;
  }
  .adetail.faq header .date .verticalpipe {
    display: none;
  }
  .adetail.faq .banner-angle {
    height: 730px;
  }
}
/********************* News Content Type ***********************/
.alist.news .item {
  padding-bottom: 0;
}

.alist.news .item .info {
  cursor: pointer;
  width: 100%;
  padding: 30px 0;
  box-shadow: none;
  border-top: none;
  border-bottom: 1px solid #aeaeae;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.alist.news .item .info .bar {
  padding-top: 20px;
}

.alist.news .item:last-child .info {
  border: none;
}

.alist.news .item .image-side {
  order: 1;
  width: 28%;
  flex-shrink: 0;
  padding-right: 30px;
}

.alist.news .item .lside {
  order: 2;
  flex-grow: 1;
  padding-left: 0;
}

.alist.news .item .lside .title {
  font-size: 1.8rem;
  font-weight: 600;
}

.alist.news .item .lside a.category, .alist.news .item .lside a.category:link {
  text-transform: uppercase;
  color: #355e93;
  font-size: 1.2rem;
}

.alist.news .item .lside span.category {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.alist.news .item .lside span.categorySep {
  margin-left: 5px;
  margin-right: 5px;
}

.alist.news .item .lside .timecontainer {
  margin-bottom: 10px;
}

.alist.news .item .lside .timecontainer time {
  padding-left: 0;
  font-size: 1.2rem;
  color: #717171;
  text-transform: none;
}

.alist.news .item .social {
  order: 3;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.alist.news .item .social .social-inner {
  margin-left: 30px;
}

.alist.news .item .social .timecontainer {
  display: none;
}

.adetail.news.aframe .content {
  padding: 0;
}

.adetail.news.aframe .content .inside {
  max-width: 800px;
}

.adetail.news .header {
  text-align: center;
}

.adetail.news .header .category {
  padding: 8px 25px;
  transform: skewX(-15deg);
}

.adetail.news .header .category .acategory-skew,
.adetail.news .header .category a.acategory-skew {
  box-shadow: none;
}

.adetail.news .header .maintitle {
  max-width: 800px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1em;
  color: #333333;
  font-family: "Crimson Text", serif;
  margin: 20px 0 10px;
}

.adetail.news .header .date {
  line-height: 1.6em;
  font-family: Lato, Arial, sans-serif;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 3px;
  color: #717171;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.adetail.news .header .presenter {
  color: #717171;
  text-align: center;
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.adetail.news .header .dateline {
  color: #717171;
  text-align: center;
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.adetail.news .social-top {
  padding: 0;
}

.adetail.news .social-bottom {
  margin-top: 45px;
}

@media (max-width: 992px) {
  .alist.news .item .info {
    display: inline-block;
    clear: both;
    padding-right: 0;
  }
  .alist.news .item .image-side {
    float: left;
    margin-right: 10px;
    width: 40%;
  }
  .alist.news .item .lside {
    padding-left: 0;
  }
  .alist.news .item .social {
    display: block;
    width: 100%;
    top: 0;
    transform: none;
    position: relative;
    margin-top: 15px;
  }
  .alist.news .item.hasImage .lside {
    padding-left: 0;
    float: left;
    width: 58%;
  }
  .alist.news .item.hasImage .social {
    display: block;
    width: 58%;
    float: right;
    top: 0;
    transform: none;
    position: relative;
    margin-top: 15px;
  }
  .alist.news .item .info .timecontainer {
    display: none;
  }
  .alist.news .item .social .timecontainer {
    display: block;
    float: left;
    font-size: 20px;
    margin-top: 8px;
  }
  .alist.news .item .social .social-inner {
    float: right;
  }
}
@media (max-width: 767px) {
  .alist.news .item .image-side {
    float: none;
    margin-right: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .alist.news .item .social .social-inner a {
    width: 40px;
    height: 40px;
  }
  .feature-grid-5 .item .social .social-inner a {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
  .alist.news .item.hasImage .lside {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  .alist.news .item.hasImage .social {
    display: block;
    width: 100%;
    top: 0;
    transform: none;
    position: relative;
    margin-top: 15px;
  }
}
/******************* filter *********************/
.afilter {
  position: relative;
}

.afilter input, .afilter select {
  background: #fff;
  border: solid 1px #aebfd4;
  border-radius: 0;
  color: #717171;
  font-family: Lato, Arial, sans-serif;
  font-size: 18px !important;
  height: 44px !important;
  padding: 7px 20px;
  text-transform: none;
}

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

.afilter input::-ms-input-placeholder { /* Microsoft Edge, Internet Explorer 10-11 */
  color: #696969;
}

.afilter input::placeholder { /* Most modern browsers support this now. */
  color: #696969;
}

.afilter .RadInput_Default .riEmpty {
  color: #696969;
  font-weight: normal;
}

/*.afilter select { border: none; background: transparent; -webkit-appearance: none; font-family: Lato, Arial, sans-serif;box-shadow:none; }*/
.afilter select option {
  margin-bottom: 13px;
  margin-left: 200px;
}

.afilter .bbb {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  width: 100%;
  font-weight: normal;
}

.afilter .bbb:after {
  background-color: #fff;
  content: "\f078";
  color: #adadad;
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 14px;
}

.afilter .search {
  float: right;
}

.afilter .search input {
  background: #355E93;
  border: 1px solid #355e93;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 9px 30px;
  text-transform: none;
  transition: 0.15s all;
}

.afilter .search input:hover {
  transition: all 0.5s;
  background-color: #254267;
  color: #fff;
}

.afilter .RadPicker table.rcTable {
  border: solid 1px rgb(115, 124, 128);
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
}

.afilter .riSingle .riTextBox[type=text] {
  margin-left: 2px;
  border: none;
  font-style: normal;
  font-family: Lato, Arial, sans-serif;
  padding: 10px 20px;
  font-size: 1rem !important;
}

.afilter .RadPicker_Default a.rcCalPopup {
  background-image: none;
  text-indent: 0;
  width: 50px;
  height: 40px;
  font-size: 0;
  margin: 0;
}

.afilter .datepicker-wrapper input {
  padding-right: 48px;
}

.afilter .startend-date-picker {
  display: flex;
}

.afilter .startend-date-picker div:first-child {
  margin-right: 16px;
}

.afilter .datepicker-wrapper {
  position: relative;
  flex: 1 0 auto;
}

@media (max-width: 768px) {
  .afilter .startend-date-picker {
    display: block;
  }
  .afilter .startend-date-picker div:first-child {
    margin-right: 0;
  }
  .afilter .datepicker-wrapper {
    position: relative;
    flex: none;
  }
}
.afilter .bbb .drop-list select:focus {
  border-color: #355e93;
}

.afilter .RadPicker_Default {
  width: 50% !important;
  float: left;
}

.afilter .RadPicker_Default:first-child {
  padding-right: 15px;
}

.afilter .RadPicker_Default:last-child {
  padding-left: 15px;
}

.RadCalendarPopupShadows > .rcShadTR, .RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadBR {
  display: none;
}

.RadCalendar .rcRow td, .RadCalendar .rcWeek th {
  text-align: center !important;
  font-size: 1.2rem !important;
}

.afilter .RadPicker_Default table.rcTable {
  width: 100% !important;
}

.afilter .top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
}

.afilter .top-bar .toggle {
  align-items: center;
  background-color: rgba(105, 105, 105, 0.05);
  border: 1px solid #717171;
  border-radius: 0;
  color: rgb(105, 105, 105);
  display: flex;
  font-family: Lato, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 44px;
  padding: 9px 30px;
  text-transform: none;
  transition: 0.15s all;
}

.afilter .top-bar .toggle span {
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  top: 1px;
}

.afilter .top-bar a.toggle:link {
  color: rgb(105, 105, 105);
  text-decoration: none;
}

.afilter .top-bar a.toggle:hover {
  color: rgb(105, 105, 105);
  background-color: rgba(105, 105, 105, 0.2);
  transition: all 0.5s;
  text-decoration: none;
}

.afilter .top-bar a.toggle.showit span:before {
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  content: "\f077";
}

.afilter .sel-card, .afilter .sel-list {
  color: #355E92;
}

.afilter a.select-view:link {
  text-decoration: none;
}

.afilter .select-view {
  align-items: center;
  border: 1px solid #717171;
  border-radius: 0;
  color: #696969;
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  margin-left: 15px;
  transition: 0.15s all;
  width: 44px;
}

.afilter .select-view span {
  color: #717171;
  font-size: 20px;
  padding-top: 2px;
}

.afilter .select-view.selected {
  background-color: #355E92;
  border-color: #355e93;
}

.afilter .select-view.selected span {
  color: #fff;
}

.afilter .select-view.selected:hover {
  text-decoration: none;
  background-color: #355E92;
  transition: none;
}

.afilter .select-view:hover {
  text-decoration: none;
  transition: all 0.5s;
  background-color: rgba(105, 105, 105, 0.2);
}

.afilter .view-selector {
  display: flex;
}

.afilter .filter-item {
  padding-bottom: 15px;
  max-height: 70px;
}

.afilter .items {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.afilter .items.showit {
  width: 100%;
}

.afilter.no-switch .items .col-md-6:only-child {
  width: 100%;
}

@media (max-width: 992px) {
  .afilter .top-bar .toggle {
    padding: 10px 25px;
  }
  .afilter .RadPicker_Default {
    width: 100% !important;
  }
  .afilter .RadPicker_Default:first-child {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .afilter .RadPicker_Default:last-child {
    padding-left: 0px;
  }
  .afilter input {
    font-size: 18px !important;
  }
  .afilter select {
    font-size: 1.2rem !important;
  }
  .afilter .riSingle .riTextBox[type=text] {
    font-size: 1.2rem !important;
  }
  .afilter .filter-item {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .afilter .RadPicker_Default:first-child {
    padding-bottom: 15px;
  }
  .afilter .filter-item {
    padding-bottom: 15px;
  }
  .afilter .search input {
    font-size: 18px !important;
  }
  .afilter .sel-card {
    margin-left: 0;
  }
}
/*********** smart tokens **************/
.ast-glance {
  font-family: "Crimson Text", serif;
  color: #717171;
  font-size: 21px;
}

/* blockquote */
.ast-blockquote {
  padding: 0 0 0 0.8em;
  margin: 0 1rem 1.5em;
  font-size: 0.9rem;
  line-height: 1.5rem;
  border-left: 5px solid #aebfd4;
}

.ast-blockquote .source {
  font-size: 0.85rem;
}

.ast-blockquote .source:before {
  font-size: 1rem;
}

.ast-blockquote .source.link:after {
  font-size: 1rem;
}

.ast-blockquote a {
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .ast-blockquote {
    line-height: 1.5em !important;
  }
}
/*********** filter ****************/
.alist .subtitle {
  display: flex;
  align-items: center;
}

.subtitle .filter-markers {
  display: flex;
  align-items: center;
}

.subtitle .filter-title {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.subtitle .filter {
  background-color: transparent;
  font-size: 20px;
  color: #717171;
  padding-top: 0px;
  padding-bottom: 0px;
}
.subtitle .filter-clear {
  padding-top: 0px;
}
.subtitle .filter-clear span {
  font-size: 20px;
  position: relative;
  top: 1px;
}

@media (max-width: 992px) {
  .subtitle .filter {
    font-size: 1.2rem;
  }
  .subtitle .filter-title {
    font-size: 1.2rem;
  }
  .subtitle .filter-clear {
    padding-top: 4px;
  }
  .subtitle .filter-clear span {
    top: -1px;
  }
}
/************

    DASHBOARDS

*************/
/* general */
.alist.adash h2 {
  color: #000;
}

/* suggest */
.adash.suggest {
  padding: 3em 0;
}

.adash.suggest h2 {
  display: block;
  color: #000;
  font-size: 2rem;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 20px;
}

.adash.suggest .items {
  display: flex;
  flex-wrap: wrap;
  font-family: Lato, Arial, sans-serif;
}

.adash.suggest .item {
  display: flex;
  width: 100%;
  margin: 0 0 3em 0;
  flex: 0 0 50%;
}

.adash.suggest .poster-outer {
  flex: 0 0 40%;
}

.adash.suggest .info {
  flex: 0 0 60%;
}

.adash.suggest .info .info-text {
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}

.adash.suggest .poster a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.adash.suggest .poster {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
  border: 1px solid #adadad;
}

.adash.suggest .poster:after {
  padding-top: 80%; /* 5:4 ratio */
  display: block;
  content: "";
}

.adash.suggest .poster .image {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}

.adash.suggest .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;
}

.adash.suggest .poster:hover .image {
  transform: scale(1.1);
}

.adash.suggest .poster:hover a.title {
  text-decoration: underline;
  color: #fff;
}

.adash.suggest a.title, .adash.suggest a.title:link {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2em;
  font-family: Lato, Arial, sans-serif;
  margin: 0;
}

.adash.suggest .avideo-icon {
  transform: scale(0.7);
}

.adash.suggest .poster:hover .avideo-icon {
  transform: scale(0.8);
}

@media (max-width: 1400px) {
  .adash.suggest .avideo-icon {
    transform: scale(0.5);
  }
  .adash.suggest .poster:hover .avideo-icon {
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  .adash.suggest a.category, .adash.suggest a.category:link {
    margin-bottom: 5px;
  }
  .adash.suggest .item {
    padding: 0 0 2rem 0;
  }
  .adash.suggest .info .info-text {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .adash.suggest a.title, .adash.suggest a.title:link {
    font-size: 1.2rem;
  }
  .adash.suggest a.category, .adash.suggest a.category:link {
    font-size: 1rem;
  }
  .adash.suggest .avideo-icon {
    transform: scale(0.4);
  }
  .adash.suggest .poster:hover .avideo-icon {
    transform: scale(0.5);
  }
}
@media (max-width: 767px) {
  .adash.suggest .item {
    flex: 0 0 100%;
  }
  .adash.suggest .poster-outer {
    flex: 0 0 35%;
  }
  .adash.suggest .info {
    flex: 0 0 65%;
  }
  .adash.suggest a.title, .adash.suggest a.title:link {
    font-size: 1.6rem;
  }
  .adash.suggest a.category, .adash.suggest a.category:link {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .adash.suggest .item:nth-child(even) {
    padding: 0 15px 30px;
  }
  .adash.suggest .item:nth-child(odd) {
    padding: 0 15px 30px;
  }
  .adash.suggest .avideo-icon {
    transform: scale(0.6);
  }
  .adash.suggest .poster:hover .avideo-icon {
    transform: scale(0.7);
  }
}
@media (max-width: 600px) {
  .adash.suggest .item {
    display: flex;
    flex-direction: column;
  }
  .adash.suggest .poster {
    flex: none;
  }
  .adash.suggest .info {
    flex: none;
  }
  .adash.suggest .info .info-text {
    padding-left: 0;
    padding-top: 5px;
  }
}
.adash.suggest .content-type {
  float: none;
  margin-bottom: 10px;
  margin-top: 0;
  display: inline-block;
  font-size: 20px;
}

.adash.suggest span.content-type {
  margin: 0 5px 17px 0;
  width: 100%;
  margin-bottom: 10px;
  line-height: 24px;
  display: inline-block;
}

.adash.suggest a.category, .adash.suggest a.category:link, .adash.suggest a.content-type {
  margin: 0;
  color: #355e93;
  display: inline-block;
  font-size: 20px;
  float: left;
}

.adash.suggest a[title=Edit] {
  position: absolute;
  z-index: 9999;
  top: 10px;
  left: -38px;
  bottom: auto;
  padding: 0.25em;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  border: solid rgba(0, 0, 0, 0.4) 1px;
}

/* also like */
.aframe.also-like h2 {
  color: #fff;
  display: block;
}

.aframe.also-like .items {
  display: flex;
  flex-wrap: wrap;
  font-family: Lato, Arial, sans-serif;
  width: 100%;
}

.aframe.also-like .item {
  width: 100%;
  padding: 0 0 4% 0;
  flex: 0 0 50%;
}

.aframe.also-like .item:nth-child(even) .inner {
  padding-left: 4%;
}

.aframe.also-like .item:nth-child(odd) .inner {
  padding-right: 4%;
}

.aframe.also-like .info {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  z-index: 4;
  width: calc(100% + 1px);
}

.aframe.also-like .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
}

.aframe.also-like .overlay.overlay-image {
  background-color: rgba(0, 0, 0, 0.15);
}

.aframe.also-like .overlay.overlay-info {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 44%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 5;
}

.aframe.also-like .info-text {
  z-index: 5;
  position: relative;
}

.aframe.also-like .poster {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.aframe.also-like .poster > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.aframe.also-like .poster a, .aframe.also-like .poster a:visited, .aframe.also-like .poster a:link {
  z-index: 7;
  color: #fff;
}

.aframe.also-like .poster:after {
  padding-top: 80%; /* 5:4 ratio */
  display: block;
  content: "";
}

.aframe.also-like .poster .image {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}

.aframe.also-like .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;
}

.aframe.also-like .poster:hover .image {
  transform: scale(1.1);
}

.aframe.also-like .poster:hover a.title {
  text-decoration: underline;
  color: #fff;
}

.aframe.also-like .subhead {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #e2973b;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.aframe.also-like h3.ellipsis:before {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}

.aframe.also-like h3 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: Lato, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.aframe.also-like .pull-title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* raise edit link above others */
.aframe.also-like .poster a[title=Edit] {
  z-index: 9;
  right: 1em;
  top: 1em;
  left: auto;
  bottom: auto;
  padding: 0.25em;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  border: solid rgba(0, 0, 0, 0.4) 1px;
}

@media (min-width: 768px) {
  .search a[title=Edit] {
    position: absolute;
    z-index: 9;
    left: -2em;
    top: 1em;
    right: auto;
    bottom: auto;
    padding: 0.25em;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    border: solid rgba(0, 0, 0, 0.4) 1px;
  }
}
.item .inner .poster .info {
  z-index: 6;
}

@media (max-width: 1024px) {
  .aframe.also-like .item {
    flex: 0 0 100%;
  }
  .aframe.also-like .item:nth-child(even) .inner {
    padding: 0 15px 15px;
  }
  .aframe.also-like .item:nth-child(odd) .inner {
    padding: 0 15px 15px;
  }
}
@media (max-width: 992px) {
  .aframe.also-like h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    max-height: 6.3rem;
  }
}
@media (max-width: 767px) {
  .aframe.also-like .info {
    padding: 1.2rem;
  }
  .aframe.also-like h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    max-height: 7.5rem;
  }
}
@media (max-width: 550px) {
  .aframe.also-like h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    max-height: 6.3rem;
  }
}
/*newsroom*/
.adash.newsroom:not(.stories) {
  margin-bottom: 10px;
}

.adash.newsroom .dropdown-menu > li > a {
  cursor: pointer;
}

.adash.newsroom .menu-grid {
  display: flex;
  flex-direction: column;
  font-family: Lato, Arial, sans-serif;
  cursor: pointer;
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
  border-radius: 4px;
}

.adash.newsroom .fnr-tabs {
  display: flex;
  flex-direction: row;
}

.adash.newsroom .menu {
  width: 200%;
}

.adash.newsroom .menu-item {
  flex-grow: 2;
  padding: 10px;
  text-transform: uppercase;
  color: #717171;
  background-color: #fff;
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
  text-align: center;
}

.adash.newsroom .menu-item:not(.active):hover {
  color: rgb(105, 105, 105);
  background-color: rgba(105, 105, 105, 0.2);
  transition: all 0.5s;
}

.adash.newsroom .menu-item.active {
  background-color: #355e92;
  color: #fff;
}

.adash.newsroom .menu-select {
  display: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 1rem 0 1.3rem;
  width: 100%;
  text-align: center;
  font-family: Lato, Arial, sans-serif;
  letter-spacing: 3px;
}

.adash.newsroom .menu-select.top-bar .filter {
  display: inline-block;
  font-size: 17px;
  margin: 0 15px;
}

.adash.newsroom .menu-select .select-menu {
  text-transform: uppercase;
  width: 210px;
  font-weight: bold;
}

.adash.newsroom.alist.stories {
  display: none;
}

.adash.newsroom.alist.stories .item {
  padding-bottom: 0;
}

.adash.newsroom.alist.stories .item .info {
  cursor: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border-top: none;
  border-bottom: 0 solid #aeaeae;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.adash.newsroom.alist.stories .item .info .bar {
  padding-top: 20px;
}

.adash.newsroom.alist.stories .item:last-child .info {
  border: none;
}

.adash.newsroom.alist.stories .item time {
  padding-left: 0;
  font-size: 1rem;
}

.adash.newsroom.alist.stories .item .lside {
  padding-right: 45px;
}

.adash.newsroom .more-row {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.adash.newsroom .fnr-menu-item.menu-item {
  background: #ebeff5;
  border-radius: 0;
  margin-left: -2px;
  margin-right: -2px;
  transition: all 0.25s;
  border: none;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 600;
  color: #141414;
}

.adash.newsroom .fnr-menu-item.menu-item:not(.active):hover {
  background-color: #AEBFD4;
  color: #141414;
  z-index: 100;
}

.adash.newsroom .menu-item.fnr-menu-item:first-child {
  border-radius: 0;
}

.adash.newsroom .menu-item.fnr-menu-item:last-child {
  border-radius: 0;
}

.adash.newsroom.alist.stories .item .category {
  font-size: 1.2rem;
}

.adash.newsroom.alist.stories .item .title {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .adash.newsroom .menu-grid {
    display: none;
  }
  .adash.newsroom .menu-select {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .adash.newsroom.alist.stories .item .info {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .adash.newsroom.alist.stories .item .lside {
    padding-right: 0;
  }
  .adash.newsroom.alist.stories .item .social {
    margin-top: 15px;
  }
  .adash.newsroom.alist.stories .item .category {
    font-size: 20px;
  }
  .adash.newsroom.alist.stories .item time {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .adash.newsroom .menu-select.top-bar .filter {
    margin-bottom: 15px;
  }
  .adash.newsroom .menu-select {
    flex-direction: column;
  }
}
/* today in dod */
.adash.today header .date {
  font-family: Lato, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.adash.today header .subtitle {
  font-size: 20px;
}

.adash.today .warn {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 10px 15px;
  margin: 10px 0 25px;
  line-height: 1.2em;
  color: #355e93;
  border: solid 2px #355E93;
  border-radius: 4px;
}

.adash.today .warn i {
  margin-right: 15px;
  font-size: 1.6em;
}

.adash.today .content .inside {
  max-width: none;
}

.adash.today .boxes {
  height: 700px;
  position: relative;
  padding-top: 25px;
  border-top: 1px solid #ababab;
  margin-top: 15px;
  margin-bottom: 1rem;
}

.adash.today .boxes p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.adash.today .box {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  max-height: 700px;
  min-height: 700px;
  width: 32%;
  display: inline-block;
}

@media (min-width: 768px) {
  .adash.today .box-count-4 .box {
    width: 23%;
  }
  .adash.today .box-count-4 .box:nth-child(2) {
    left: 25.75%;
  }
  .adash.today .box-count-4 .box:nth-child(3) {
    left: 51.5%;
  }
  .adash.today .box-count-4 .box:nth-child(4) {
    left: 77%;
  }
}
.adash.today .box:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.adash.today .box .info {
  padding: 10px 20px;
}

.adash.today .box .poster {
  width: 100%;
}

.adash.today .box:nth-child(2) {
  left: 34%;
}

.adash.today .box:nth-child(3) {
  left: 68%;
}

.adash.today .box .body {
  margin-top: 12px;
  padding-bottom: 90px;
  overflow: hidden;
  font-size: 18px;
}

.adash.today .poster {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000;
}

.adash.today .poster:after {
  padding-top: 66.6%; /* 6:4 ratio */
  display: block;
  content: "";
}

.adash.today .poster .image {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}

.adash.today .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;
}

.adash.today .author-title {
  color: #717171;
  line-height: 1.2em;
  padding-bottom: 5px;
}

.adash.today .author-title:after {
  position: relative;
  top: 5px;
  width: 50%;
  border: #717171 solid 2px;
  content: "";
  display: block;
}

.adash.today a.author-name, .adash.today a.author-name:link, .adash.today a.author-name:visited, .adash.today .author-name {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.4rem;
  color: #355E93;
  font-weight: bold;
}

.adash.today .expander {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}

.adash.today .expander .button, .adash.today .expander-tablet .button {
  cursor: pointer;
  width: 66px;
  height: 66px;
  font-size: 1.6rem;
  border-radius: 50%;
  background-color: #355E93;
  z-index: 99;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
}

.adash.today .expander .button:hover {
  background-color: #254267;
}

.adash.today .expander .button i {
  transition: all 0.4s ease-in-out;
}

.adash.today .content, .adash.today.abanner, .adash.today .adetail {
  overflow: visible;
}

.adash.today .expander:before {
  width: 100%;
  position: absolute;
  height: 160px;
  top: -60px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .adash.today .expander:before {
    margin-left: -40%;
    width: 200%;
  }
}
.adash.today .inner {
  display: inline-block;
  width: 100%;
}

.adash.today .item {
  margin-bottom: 10px;
  font-size: 1rem;
  max-width: 900px;
  line-height: 1.3em;
}

.adash.today .box.active {
  max-height: 3000px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .adash.today .box.active {
    max-height: 100% !important;
    overflow-y: scroll;
  }
  .adash.today .box.active .expander {
    display: none !important;
  }
  .adash.today .box.active .body {
    padding-bottom: 0;
  }
}
@media (max-width: 900px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .adash.today .box.active {
    overflow-y: hidden;
  }
}
.adash.today .box.active .expander .button i {
  transform: rotate(180deg);
}

.adash.today .box.active .expander:before {
  display: none;
}

.adash.today .top-bar {
  display: flex;
  justify-content: space-between;
}

.adash.today .top-bar.afilter .RadPicker_Default {
  width: 100% !important;
  float: none;
}

.adash.today h2 {
  font-family: Lato, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
}

.adash.today h4 {
  font-family: Lato, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 2rem;
  font-size: 1.8rem;
}

.adash.today h5 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

.adash.today.adetail {
  padding-bottom: 0;
}

.adash.today .maintitle {
  font-family: Lato, Arial, sans-serif;
}

.adash.today .subtitle {
  font-family: Lato, Arial, sans-serif;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .adash.today .boxes {
    height: 600px;
  }
  .adash.today .box {
    max-height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .adash.today .boxes {
    height: 500px;
  }
  .adash.today .box {
    max-height: 500px;
    min-height: 500px;
  }
  .adash.today .item {
    font-size: 20px;
  }
  .adash.today .box .body {
    font-size: 17px;
  }
  .adash.today .top-bar.afilter .field-outer.date-picker {
    width: 35% !important;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .adash.today .author-title {
    font-size: 1.2em;
  }
  .adash.today .boxes {
    height: auto;
    margin-bottom: 2rem;
  }
  .adash.today .boxes p {
    font-size: 20px;
  }
  .adash.today .box {
    position: relative;
    left: 0 !important;
    width: 100%;
    max-height: 3000px;
    margin-bottom: 15px;
  }
  .adash.today .box .body {
    padding-bottom: 0;
  }
  .adash.today .box:hover {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
  }
  .adash.today h2 {
    order: 5;
  }
  .adash.today .top-bar {
    flex-direction: column;
  }
  .adash.today a.author-name, .adash.today a.author-name:link, .adash.today a.author-name:visited {
    font-size: 1.6rem;
  }
  .adash.today .expander:before {
    height: 80px;
    top: 20px;
  }
  .adash.today .top-bar.afilter .RadPicker_Default {
    width: 100% !important;
  }
}
.adash.today .top-bar.afilter .field-outer.date-picker {
  max-width: 300px;
}

@media (max-width: 500px) {
  .adash.today .box {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .adash2.today .boxes {
    padding-top: 5px;
  }
}
.adash.today.other .content {
  position: relative;
}

/* END of standard/original today in dod section ABOVE */
/* These are Today in DoD updates, using adash2 class just to avoid
    total decomposition of existing classes.  These are the required
    patches to get new behavior. */
.adash2.today .box .box-popup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*transform: translate(-25%, -25%) scale(0.5);*/
  transform: scale(0.25);
  opacity: 0;
}

.adash2.today .box .box-popup.popup-open {
  /*transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;*/
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
  position: absolute;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.adash2.today .box.active .box-popup .box-popup-container {
  height: calc(100% - 80px);
  margin: 40px;
  padding: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
}

.adash2.today .box.active .box-popup .box-popup-title {
  display: block;
  max-width: 800px;
  line-height: 1.2em;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "crimson text", serif;
  padding: 20px 3.5rem 25px;
  text-align: center;
  margin: 0 auto;
}

.adash2.today .box.active .box-popup .box-popup-title span.pr-header {
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  letter-spacing: 3px;
}

.adash2.today .box.active .box-popup .box-popup-text {
  overflow-y: scroll;
  padding: 0 3.5rem 0;
  flex: 1;
}

.adash2.today .box.active .box-popup .box-popup-close {
  position: absolute;
  right: 55px;
  top: 55px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  font-size: 1.6rem;
  border-radius: 50%;
  background-color: #355E93;
  z-index: 99;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
}

.adash2.today .box.active .box-popup .box-popup-close:hover {
  background-color: #254267;
}

.adash2.today .boxes {
  padding-top: 5px;
}

.adash2.today .boxes.popup-is-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .adash2.today .boxes {
    height: 630px;
  }
}
@media (max-width: 900px) {
  .adash.adash2.today .boxes {
    height: auto;
  }
}
.adash2.today .box {
  top: 25px;
}

.adash2.today .box.all-showing:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.adash2.today .box.active {
  /*targetthing*/
  overflow: hidden;
  max-height: 725px; /* this is 700 plus the 26 for the top padding to be "respected"*/
  min-height: 725px;
  right: 0;
  left: 0 !important;
  width: 100%;
  z-index: 500;
}

.adash2.today .box.was-active {
  z-index: 500;
}

.adash2.today .box .info {
  Padding: 10px 20px 25px;
}

.adash2.today .box .poster {
  transition: all 0.3s ease-in-out;
}

.adash2.today .box.active .poster {
  height: 700px !important;
}

@media (max-width: 1200px) {
  .adash2.today .box.active .poster {
    height: 600px !important;
  }
}
.adash2.today .box .revealer-text {
  position: absolute;
  opacity: 0;
  font-size: 3px;
  width: 100%;
  transition: all 0.25s;
  text-align: center;
}

.adash2.today .box:hover .revealer-text {
  display: block;
  position: static;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-overflow: ellipsis;
  opacity: 1;
  width: 100%;
  transition: all 0.25s;
}

.adash2.today .box .expander:before {
  top: -100px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

.adash2.today .box .expander .button {
  transition: all 0.25s ease 0s;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adash2.today .box:hover .expander .button {
  width: 200px;
  border-radius: 3px;
  transition: all 0.25s ease 0s;
}

.adash2.today .box:hover .expander .button i {
  display: none;
  opacity: 0;
}

.adash2.today .box.active .expander .button {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* these are the modifications requested/supplied by dgov design (in issue) */
.adash2.today h2 {
  font-weight: 700;
  margin: 0px;
}

.adash2.today .author-title {
  font-size: 16px;
}

.adash2.today .author-title:after {
  border: unset;
  border-top: #adadad solid 3px;
  top: 10px;
}

.adash2.today a.author-name,
.adash2.today a.author-name:link,
.adash2.today a.author-name:visited,
.adash2.today .author-name {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 13px;
  display: block;
}

@media (max-width: 767px) {
  .adash2.today .boxes p {
    Font-size: 18px;
  }
  .adash2.today .author-name {
    font-size: 20px;
  }
}
.adash2.today .author-name span {
  display: block;
  font-size: 0.8em;
}

@media (max-width: 1200px) {
  .adash2.today .author-name span {
    display: inline-block;
    margin-right: 5px;
    font-size: 100%;
  }
}
.adash2.today .boxes p {
  font-size: 18px;
  line-height: 1.5em;
  max-width: 950px;
  margin: 0 auto;
}

.adash.adash2.today .aframe .body p {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 8px;
  max-width: 900px;
}

.adash2.today .ntext p {
  color: #333;
}

.adash2.today .aframe hr {
  margin: 1rem 0;
}

.adash2.today .noitems p {
  margin: 0;
  color: #717171 !important;
}

.adash2.today a.article-link,
.adash2.today a.article-link:link {
  font-size: 20px;
}

.adash2.today .item {
  margin-bottom: 10px;
  font-size: 1rem;
  max-width: 900px;
}

.adash2.today h5 {
  font-weight: 700;
  font-size: 1.4rem;
}

.adash2.today h4 {
  font-size: 1.8rem;
}

.adash2.today li {
  line-height: 1.2;
  list-style: square outside;
}

.adash2.today ul {
  margin-left: 25px;
}

/* EXPANDER */
.adash2.today .expander {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .adash2.today .expander {
    display: none;
  }
}
/* some additional patches for press products at bottom of page */
.adash.adash2.today .ntext p {
  color: #333;
}

.adash.today .noitems p {
  margin: 0;
  color: #717171 !important;
}

.adash.adash2.today a.article-link,
.adash.adash2.today a.article-link:link {
  font-size: 20px;
}

.adash.adash2.today li {
  line-height: 1.2;
  list-style: square outside;
}

.adash.adash2.today ul {
  margin-left: 25px;
}

.adash.adash2.today .aframe hr {
  color: #adadad;
  margin: 1.2rem 0;
}

.adash.adash2.today .aframe.noitems {
  margin-left: -25px;
}

.adash.today .boxes .box .expander-tablet {
  display: none;
}

/* END of Today in DoD patches for new popup */
.adash.today .box .expander-tablet, .adash.today .box .expander-tablet-overlay,
.adash.today .boxes .box.all-showing .expander-tablet, .adash.today .boxes .box.all-showing .expander-tablet-overlay {
  display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .adash.today .boxes .box {
    position: relative;
    width: 100%;
    height: 175px;
    max-height: 175px;
    min-height: 175px;
    margin: 0 0 25px;
    transition: max-height 0.5s;
  }
  .adash.today .box {
    left: 0 !important;
  }
  .adash.today .box .poster {
    width: 40%;
    float: left;
  }
  .adash.today .box .info {
    float: left;
    width: 60%;
  }
  .adash.today .boxes .box .expander {
    display: none !important;
  }
  .adash.today .boxes .box .expander-tablet {
    display: block;
    position: absolute;
    right: 25px;
    top: 70px;
  }
  .adash.today .boxes .box .expander-tablet-overlay {
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
    width: 60%;
    position: absolute;
    height: 50px;
    content: "";
    bottom: 0;
    left: 40%;
  }
  .adash.today .boxes .box.expanded .expander-tablet-overlay {
    display: none;
  }
  .adash.today .boxes .box .expander-tablet .button.tablet {
    right: 25px;
    left: auto;
    top: -100px;
    height: 50px;
    width: 50px;
    transition: all 0.35s ease;
  }
  .adash.today .boxes .box.expanded .expander-tablet .button.tablet {
    transform: rotate(180deg);
  }
  .adash2.today .box .expander:before {
    top: 0;
    height: 100px;
  }
  .adash.today .expander .button {
    position: absolute;
    left: 540px;
    top: -135px;
  }
  .adash2.today .box .info {
    padding: 15px 90px 0 1.25rem;
  }
  .adash2.today .boxes {
    height: unset;
    display: inline-block;
  }
  .adash.today .box .body {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .adash2.today .author-title {
    font-size: 16px;
  }
}
/* breaking */
.adash.breaking .pull-title {
  color: #B33F46;
}

/* generic */
.genArticles figure {
  position: relative;
}

.genArticles .image-wrap {
  position: relative;
  padding-top: 66.667%;
  overflow: hidden;
  border-radius: 4px;
}

.genArticles .image-wrap > a {
  display: block;
}

.genArticles .image-wrap img {
  position: absolute;
  left: -999em;
}

.genArticles img {
  display: block;
}

.genArticles .image-wrap .image-replacement {
  background-color: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.genArticles figure:hover .image-wrap .zoom-bg,
.genArticles .image-wrap:hover .zoom-bg,
.genArticles .image-wrap:focus .zoom-bg,
.genArticles .zoom-wrap:hover .zoom-bg,
.genArticles .zoom-wrap:focus .zoom-bg {
  transform: scale(1.1);
  transition: all 0.2s;
}

.item:hover {
  box-shadow: none;
}

.item:hover .pop-up {
  bottom: 0px;
}

.pop-up {
  color: #fff;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 10px;
  background: #355e93;
  transition: all 0.15s ease-in;
}

.image-wrap .zoom-bg.hidden-plus .plus {
  opacity: 0;
  transition: all 0.25s ease-out;
  margin-top: 10px;
  display: none;
}

.image-wrap:hover .zoom-bg.hidden-plus .plus,
.image-wrap:focus .zoom-bg.hidden-plus .plus {
  opacity: 1;
  transition: all 0.25s ease-out;
  transition-delay: 0.25s;
  display: flex;
}

.genArticles figcaption {
  padding: 18px 0 20px;
  background: #fff;
}

.genArticles .category {
  display: block;
  margin-bottom: 5px;
}

.genArticles figcaption h2.title {
  font-family: Lato, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/********************************* */
.alist.experience {
  background-color: #242424;
}

.alist.experience .apager a, .alist.experience .pager a:link {
  color: #adadad;
}

.alist.experience .pager .disabled > a, .alist.experience .pager .disabled > a:hover, .alist.experience .pager .disabled > a:focus, .alist.experience .pager .disabled > span {
  color: rgba(173, 173, 173, 0.25);
  background-color: transparent;
}

.alist.experience .apager .active {
  background-color: #fff;
}

.alist.experience .apager .active a, .alist.experience .pager .active a:link, .alist.experience .pager .active a:hover {
  color: #355E8D;
}

.alist.experience .subtitle {
  padding: 0 4%;
}

.alist.experience .subtitle .filter-title {
  color: #adadad;
}

.alist.experience .subtitle .filter {
  color: #fff;
}

.alist.experience .subtitle .filter-clear span {
  color: #fff;
}

.alist.experience .no-items {
  color: #adadad;
}

.alist.experience.list .items {
  flex-wrap: nowrap;
  flex-direction: column;
}

.alist.experience.list .item {
  flex: 1;
}

.alist.experience.list .item .overlay {
  display: none;
}

.alist.experience.list .item .image {
  display: none;
}

.alist.experience.list .item .info {
  display: block;
  position: relative;
  padding: 0;
}

.alist.experience.list .item .poster {
  background-color: transparent;
}

.alist.experience.list .item .poster:after {
  content: none;
}

.aframe.experience.also-like.list .item:nth-child(odd) .inner {
  padding-right: 0;
}

.aframe.experience.also-like.list .item:nth-child(even) .inner {
  padding-left: 0;
}

.afilter.dark {
  background-color: #242424;
}

.alist.experience .spinner3, .afilter.dark .spinner3 {
  background-color: #242424;
}

.afilter.dark .select-view.selected {
  background-color: #fff;
  border-color: #fff;
}

.afilter.dark .select-view.selected span {
  color: #242424;
}

.afilter.dark .select-view {
  border-color: #adadad;
}

.afilter.dark .select-view span {
  color: #adadad;
}

.afilter.dark .select-view:hover {
  background-color: rgba(105, 105, 105, 0.9);
}

.afilter.dark .select-view.selected:hover {
  background-color: #fff;
}

.afilter.dark .top-bar .toggle {
  background-color: rgba(255, 255, 255, 0.05);
  color: #adadad;
  border-color: #adadad;
}

.afilter.dark .top-bar a.toggle:link {
  color: #adadad;
  text-decoration: none;
}

.afilter.dark .top-bar a.toggle:hover {
  color: #242424;
  background-color: #adadad;
}

.afilter.dark .search input {
  background-color: rgba(255, 255, 255, 0.05);
  color: #adadad;
  border-color: #adadad;
}

.afilter.dark .search input:hover {
  transition: all 0.5s;
  background-color: #adadad;
  color: #242424;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alist.experience.list .items {
    display: block;
  }
}
/* NOTE: these .dgov-carousel-explore rules are in the skin, don't see why they should be if they are specific to the article module, reported
    as an ArticleCS issue.
*/
.dgov-carousel-explore .slick-arrow, .dgov-carousel-explore h1.pull-title {
  text-shadow: none;
}

.dgov-carousel .slick-arrow.slick-disabled {
  opacity: 0.1;
}

.dgov-carousel-explore figcaption {
  margin: -57px auto 0;
}

.dgov-carousel-explore .slick-slide .image-wrap, .dgov-carousel-explore .slick-slide .last-slide {
  border-radius: 4px;
}

.dgov-grid .bio-sticky-img-wrapper img {
  width: 100%;
}

/* also-like and experience together, touch ups */
.aframe.also-like.experience .items {
  width: 100%;
}

@media (max-width: 1024px) {
  .aframe.also-like.experience .items {
    display: block;
  }
  .aframe.also-like.experience .item:nth-child(odd) .inner,
  .aframe.also-like.experience .item:nth-child(even) .inner {
    padding: 0 0 15px;
  }
  .aframe.also-like.experience h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 450px) {
  #dnn_ContentPanePage .afilter .sel-card {
    margin-left: 0;
  }
}
.feature-grid-5 .item .title-wrapper {
  clear: both;
}

/* Explore Feature Grid Styles */
@media (min-width: 992px) {
  .feature-grid-5 .item:nth-child(n+3) {
    width: 33.33333333%;
    float: left;
    padding-bottom: 250px;
  }
  .feature-grid-5 .item:nth-child(n+3) .card-wrapper {
    position: relative;
    margin: -80px 0 0;
  }
  .feature-grid-5 .item:nth-child(n+3) .poster {
    width: 100%;
  }
  .feature-grid-5 .item:nth-child(n+3) .poster-outer {
    padding-right: 13.33px;
    padding-left: 0;
    display: flex;
  }
  .feature-grid-5 .item:nth-child(3n+4) .poster-outer {
    padding-right: 6.67px;
    padding-left: 6.67px;
  }
  .feature-grid-5 .item:nth-child(3n+5) .poster-outer {
    padding-right: 0;
    padding-left: 13.33px;
  }
  .feature-grid-5 .item:nth-child(n+3) .info {
    right: 34px !important;
    left: 20px !important;
    width: auto;
    bottom: auto;
    min-height: 250px;
  }
  .feature-grid-5 .item:nth-child(3n+4) .info {
    right: 27px !important;
    left: 26px !important;
  }
  .feature-grid-5 .item:nth-child(3n+5) .info {
    right: 22px !important;
    left: 33px !important;
  }
  .feature-grid-5 .item:nth-child(n+3) a.title:link {
    font-size: inherit;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .feature-grid-5 .item:nth-child(n+3) .info a.play-link {
    top: -28px;
    right: 25px;
    width: 50px;
    height: 50px;
    left: auto !important;
    padding: 18px 0 20px 4px !important;
  }
  .feature-grid-5 .item:nth-child(n+3) time {
    order: 3 !important;
    margin-left: auto;
    padding: 0 6px 0 0;
  }
  .feature-grid-5 .item:nth-child(n+3) .title-wrapper {
    min-height: 100px;
  }
  .feature-grid-5 .item .title-wrapper {
    clear: both;
  }
  .feature-grid .hover a.play-link {
    display: none !important;
  }
  .feature-grid-5 .alist-inner .item:nth-child(n+3).hover a.play-link {
    display: flex !important;
  }
  .feature-grid a.play-link {
    display: flex !important;
  }
  .feature-grid .item .btn-play {
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -33px;
    bottom: 33px;
    opacity: 0;
    transition: all 0.25s ease-in;
  }
  .feature-grid .item:nth-child(even) .btn-play {
    left: -33px;
    right: auto;
  }
  .feature-grid .item .revealer-text {
    opacity: 1;
    width: 100%;
    transition: opacity 0.25s 0.35s;
  }
  .feature-grid .hover .btn-play {
    display: block !important;
    opacity: 1;
    transition: all 0.25s ease-in;
  }
  .feature-grid-5 .item:nth-child(n+3) .btn-play {
    display: none !important;
  }
  .feature-grid .btn-play-mini {
    opacity: 0;
    display: none;
    margin: 0;
    height: 0;
  }
  .feature-grid .item:nth-child(n+3) .btn-play-mini {
    opacity: 1;
    transition: opacity 0.25s 0.25s;
    margin: 20px 0 0;
    height: 60px;
  }
  .feature-grid-5 .item:nth-child(n+3):hover .btn-play-mini {
    width: 100%;
  }
  .feature-grid-5 .item:nth-child(n+3) .btn-play-mini {
    display: block;
  }
  .feature-grid-5 .item:nth-child(n+3) .info a.play-link span:after {
    content: "\f054" !important;
    font-size: 30px;
  }
  .feature-grid-5 .item:nth-child(n+3) .info .bar {
    position: static;
    top: 140px;
    justify-content: initial !important;
  }
}
@media (max-width: 992px) {
  .feature-grid .btn-play {
    display: none;
  }
  .feature-grid .btn-play-mini {
    display: none;
    margin: 15px 0 0;
    width: 100%;
  }
  .feature-grid .hover .btn-play-mini {
    display: block;
  }
  .feature-grid-5 .item:nth-child(n+3) a.title:link {
    font-size: inherit;
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.feature-grid .load-more-wrapper {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

/* ***** */
/* blogs */
.blog .acategory-skew {
  background-color: #893636;
}

.blogs.alist.stories .blog-item.item .poster {
  float: none;
  width: 100%;
  display: block;
}

.blogs.alist.stories.list .item .poster {
  display: none;
}

/* blog card */
.blogs.alist.stories .blog-item.item {
  text-align: center;
  padding-bottom: 20px;
}

.blogs.alist.stories.list .blog-item.item {
  text-align: left;
}

.blogs.alist.stories .blog-item.item .blog-card {
  padding: 25px;
}

/* above but in list mode */
.blogs.alist.stories.list .blog-item.item .blog-card {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* category in card */
.blogs.alist.stories .blog-item.item a.category,
.blogs.alist.stories .blog-item.item a.category:link {
  text-align: center;
  font-size: 20px;
  color: #893636;
  margin: auto;
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
  float: none;
}

/* listing mode category */
.blogs.alist.stories.list .blog-item.item a.category,
.blogs.alist.stories.list .blog-item.item a.category:link {
  text-align: left;
  float: none;
}

.blogs.alist.stories .blog-item.item a.title,
.blogs.alist.stories .blog-item.item a.title:link {
  padding: 0;
  font-size: 1.4rem;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-rendering: optimizelegibility;
  display: inline;
  text-align: center;
  margin: auto;
}

@media (max-width: 991px) {
  .blogs.alist.stories .blog-item.item a.title,
  .blogs.alist.stories .blog-item.item a.title:link {
    font-size: 2rem;
  }
  .globs.alist.stories .blog-item.item .blog-card {
    padding: 25px 0 0;
  }
}
/* listing mode title */
.blogs.alist.stories.list .blog-item.item a.title,
.blogs.alist.stories.list .blog-item.item a.title:link {
  text-align: left;
}

.blogs.alist.stories .bar {
  display: flex;
  align-items: center;
}

.blogs.alist.stories .bar .expanse {
  flex: 1;
}

.blogs.alist.stories.list .bar .expanse {
  display: none;
}

.blogs.alist.stories .social .social-inner .blog-social-block {
  margin-top: 10px;
  display: flex;
}

.blogs.alist.stories .social .social-inner .social-link {
  width: 35px;
  height: 35px;
  font-size: 18px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .blogs.alist.stories .social .social-inner .social-link {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
}
.blogs.alist.stories .bar .time time {
  font-size: 16px;
  color: #717171;
  padding: 0 15px;
}

/* listing mode for time display */
.blogs.alist.stories.list .bar .time time {
  padding: 0;
}

.blogs.alist .apager .active {
  background-color: transparent;
}

.blogs.alist .apager .active a,
.blogs.alist.stories .pager .active a:link,
.blogs.alist.stories .pager .active a:hover {
  color: #893636;
  background: none;
  border-bottom: 4px solid #893636;
}

.blogs.alist.list .alist-inner.dgov-grid .blog-flex-item {
  width: 100%;
}

.blogs.alist.list .alist-inner.dgov-grid .blog-flex-item .social {
  display: none;
}

/* end of blog styles */
/* ****************** */
/* print styles */
@media print {
  /* NEWS STYLES */
  /* TEXT */
  body {
    background: #fff;
    color: #000;
    font-size: 6pt;
    line-height: 150%;
    margin: 0px;
    -webkit-print-color-adjust: exact !important;
  }
  hr {
    color: #ccc;
    background-color: #ccc;
  }
  h1, h2, h3, h4, h5, h6, code, pre {
    color: #000;
    text-transform: none; /* because sometimes I set all-caps */
  }
  h1 {
    font-size: 11pt;
    margin-top: 1em;
  }
  h2 {
    font-size: 10pt;
  }
  h3 {
    font-size: 9pt;
  }
  h4, h5, h6 {
    font-size: 8pt;
  }
  p,
  .ast-pullquote,
  .ast-grid .items,
  .acategory-skew,
  a.acategory-skew,
  .ntext {
    font-size: 13pt;
  }
  code, pre {
    font-size: 8pt;
    background-color: transparent; /* just in case the user configured browser to print backgrounds */
  }
  blockquote {
    background-image: none; /* though they may not print, I’d rather be sure */
    border-width: 0 0 0 5px;
  }
  a:link, a:visited {
    text-decoration: underline;
    color: #000;
  }
  abbr:after, acronym:after { /* some HTML4 love */
    content: " (" attr(title) ") "; /* I suspect I am one of the few who still use these elements */
  }
  /*BANNER */
  .adetail .social-block span {
    display: none;
  }
  .abanner header {
    padding-top: 20px;
  }
  .content-type-text {
    margin-bottom: 10px;
  }
  .abanner .content-wrap {
    padding: 30px 0 15px;
  }
  .abanner .content-wrap .maintitle {
    font-size: 32pt;
    margin: 0 0 15px;
    max-width: 650px;
  }
  .content-wrap {
    line-height: 1.2;
  }
  /* PHOTOS */
  .adetail .media-inline .overlay, .ast-superslideshow .overlay, .adetail .media-inline .linkoverlay {
    display: none;
  }
  .adetail .media-inline img,
  .adetail .breakout,
  .adetail .media-inline.breakout .image-wrapper,
  .img-responsive {
    max-width: 650px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* SLIDESHOWS */
  .ast-superslideshow .slick-arrow {
    display: none;
  }
  #header-main,
  #dnn_ContentPaneFullBleed3,
  .adash.suggest,
  .abanner .banner-image,
  .abanner .banner-angle-header:after,
  .footer-search,
  #extended-nav,
  .adetail .media-inline .overlay,
  .dgov2slideshow .dgov2overlay,
  .adetail .social-top,
  .dgov2slideshow-dotnav,
  .dgov2slideshow-gallery .slick-next.slick-arrow,
  .dgov2slideshow-gallery .slick-prev.slick-arrow,
  .parallax.ast-parallax-container,
  .adetail .social-bottom,
  .ast-biglink,
  .adetail .tags,
  .adetail .gallery .duration,
  .adetail .gallery .image.video-control,
  .adetail .media-inline-video {
    display: none;
  }
  .aframe .content {
    padding: 0 30px;
  }
  .ast-glance {
    font-size: 14pt;
  }
  .ast-grid .grid-separator.top,
  .ast-grid .grid-separator.bottom {
    margin: 15px auto;
    border-top: 5px solid #355e93;
  }
  .dgov2slideshow {
    margin: 0;
  }
  .dgov2slideshow-inline .slick-initialized .slick-slide.slick-active {
    display: block;
  }
  .dgov2slideshow-gallery .slick-next.slick-arrow,
  .dgov2slideshow-gallery .slick-prev.slick-arrow {
    display: none !important;
  }
  /* AST */
  .ast-list-header {
    font-weight: 700;
    font-size: 35px;
  }
  /* FLOATING VIDEO */
  .ytp-popup {
    display: none;
  }
  /* ACCORDIAN */
  .ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-content {
    max-height: fit-content;
    overflow: hidden;
    visibility: visible;
  }
  .ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label::after {
    display: none;
  }
  .ast-pullquote .quotemark {
    background-image: url(/desktopmodules/articlecs/images/pull-quote-mark.svg) !important;
    width: 32px;
  }
  #skip-target-holder,
  #skip-target-holder a {
    display: none !important;
  }
  .adetail .breakout {
    margin: 0;
  }
  main .page-wrap {
    padding: 0 !important;
  }
  .page-banner-thin .content-wrap {
    padding: 0;
  }
  /* SUBSCRIBE */
  .slice-angle-gray:before,
  .subscribe {
    display: none;
  }
  /* RELATED */
  h2.tab-title, #alist-suggest {
    display: none;
  }
  h2.tab-title a::before, h2.tab-title span::before {
    display: none;
  }
  .aframe .body .related.ntext {
    display: none;
  }
  /*BIOGRAPHY*/
  .top-content {
    margin-top: 30px;
  }
  .adetail.bio .item h2 .adetail-bio-name span {
    font-weight: 300;
  }
  .social-block {
    display: none;
  }
  .adetail.bio .item .sticky a {
    display: none;
  }
  .adetail.bio .item .sticky {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    padding-bottom: 15px;
    max-width: 195px;
  }
  .adetail.bio .item .title {
    margin-bottom: 30px;
  }
  .more-home {
    display: none;
  }
  .content-wrap div.page-title {
    margin: 0 0 30px !important;
    font-size: 2.6rem;
  }
  header, .social-top, #nav-toggle, .social-bottom, #footer-main, #skip-link-holder, #dnn_ContentPaneFullBleed3, .footer-search, #extended-nav {
    display: none;
  }
}
@media print and (min-width: 768px) {
  .page-banner-inner {
    padding: 0 0 180px !important;
  }
}
/* For "ArticlCS/TemplatesDashboard/AdvancedSearch/DGOV2 - Inside DOD"  */
.inside-dod.afilter input,
.inside-dod.afilter select {
  border: 1px solid #adadad;
}

.inside-dod.afilter .select-view.selected {
  background-color: #893636;
  border-color: #893636;
}

.inside-dod.afilter .select-view.selected:hover {
  background-color: #662828;
}

.inside-dod.afilter .search input {
  background-color: rgba(137, 54, 54, 0.1);
  color: #893636;
  border: 1px solid #893636;
}

.inside-dod.afilter .search input:hover {
  color: #fff;
  background-color: #662828;
}

/* center tweets */
.adetail.abanner .content.content-wrap .twitter-tweet.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}

.adetail .media-inline-xlarge.media-inline-right,
.adetail .media-inline-xlarge.media-inline-left {
  margin: 5px 0px 20px 0;
}

/* Jquery Datepicker fixes */
.ui-datepicker.ui-widget {
  z-index: 100 !important;
}

/*BEGIN Experience Listing Pagination*/
#experience-listing-wrap .apager a {
  color: #adadad;
  background-color: transparent;
}

#experience-listing-wrap .apager .active {
  background-color: transparent;
}

#experience-listing-wrap .apager :not(.active) a:hover {
  color: #ebebeb;
  border-bottom: 4px solid #717171;
}

#experience-listing-wrap .apager .nextprev a:hover {
  border-bottom: 4px solid transparent !important;
}

#experience-listing-wrap .apager .nextprev.disabled a {
  opacity: 0.25;
}

#experience-listing-wrap .apager .active a,
#experience-listing-wrap .pager .active a:link,
#experience-listing-wrap .pager .active a:hover {
  color: #ebebeb;
  background: none;
  border-bottom: 4px solid #ff9900;
}

/*END Experience Listing Pagination*/
/* Listing Experience start */
.experience-item {
  padding: 0;
  overflow: hidden;
}

.experience-item a:hover {
  text-decoration: none;
}

.experience-item .item {
  max-width: 1400px;
  margin: 0 auto;
}

.experience-item .item a {
  display: block;
  top: 15px;
}

.experience-item .item > figure > .exp-img-wrap > .exp-img {
  height: inherit;
}

.experience-item .item > figure > .exp-img-wrap > .exp-img > a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.experience-item .item .content-type {
  display: inline-block;
  margin-bottom: 20px;
  background: #355e93;
  padding: 3px 14px 7px 18px;
}

.experience-item .item a.content-type-text,
.experience-item .item a.content-type-text:link,
.experience-item .item a.category,
.experience-item .item a.category:link {
  margin: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  float: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.experience-item .item .content-type .separator {
  color: #fff;
  float: none;
  border: none;
  margin: 0 10px 0 8px;
  opacity: 0.5;
}

.experience-item .item figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 6.5rem 30px 15px;
  z-index: 9;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0 );
}

.experience-item .item figcaption span.interactive,
.experience-item .item figcaption span.interactive a {
  color: #ff9900;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 10px;
  display: block;
}

/* subhead */
.experience-item .item figcaption .subhead {
  display: block;
  color: #ff9900;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: top 0.5s, opacity 0.5s;
  position: relative;
  top: 0px;
  opacity: 1;
}

.experience-item:hover .item figcaption .subhead {
  top: -10px;
  opacity: 0;
}

/* end subhead */
/* title */
.experience-item .item figcaption h2 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  color: #fff;
}

/* end title*/
/* summary */
.experience-item .item figcaption .summary {
  color: #fff;
  font-size: 18px;
  margin: 0;
  margin-bottom: 0px;
  max-width: 650px;
  opacity: 0;
  height: 0px;
}

.experience-item:hover .item figcaption .summary {
  opacity: 1;
  color: #fff;
  max-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* end summary */
.experience-item .item figcaption .bar {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  color: #ebebeb;
  align-items: center;
}

.experience-item .item figcaption time {
  order: 3;
  padding: 0 30px;
  font-size: 18px;
}

.experience-item .item figcaption .social {
  order: 2;
}

.experience-item .item figcaption .social-inner {
  display: flex;
  font-size: 1.4rem;
}

.experience-item .item figcaption .social-inner a {
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #ebebeb;
}

.experience-item .item figcaption .btn {
  margin: 0 15px 5px 0;
}

.experience-item .item figcaption .btn-experience {
  background: #ff9900;
  border-color: #ff9900;
  color: #111;
}

.exp-img-wrap {
  display: block;
  position: relative;
  z-index: 9;
}

.exp-img-wrap .exp-img {
  display: block;
  padding-top: 56%;
  background-size: cover;
  background-position: center center;
}

.exp-img-wrap .edit-link {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 10 !important;
}

.experience-img {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}

.experience-img:before {
  display: block;
  content: "";
  max-width: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 3;
  background: -moz-linear-gradient(left, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to right, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#222222", endColorstr="#00222222", GradientType=1 );
}

.experience-img img {
  width: 100%;
  filter: blur(15px);
}

@media only screen and (max-width: 768px) {
  .experience-item:hover .item figcaption .subhead {
    top: 0;
    opacity: 1;
  }
  .experience-item:hover .item figcaption .summary {
    opacity: 0;
    height: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-item .item figcaption h2 {
    font-size: 24px;
  }
  .experience-item .item figcaption .summary {
    font-size: 16px;
  }
}
/* Listing-Experience end */
/* DGOV2 Helpcenter */
.alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  max-width: 800px;
  padding: 15px 0 30px;
  margin-left: 4rem;
  margin-right: 50px;
  /*max-height: 200px;
  min-height: 130px;
  overflow: hidden;*/
  position: relative;
}

.alist.faq .panel-body:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  min-height: 130px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.answer-btn {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 16px;
}

.alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body p {
  font-size: 16px;
  margin-bottom: 20px;
}

.alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.alist.faq .panel-group {
  margin: 0;
  padding-left: 0px;
}

.alist.faq .panel-group .panel:first-child {
  border-top: none;
}

.alist.faq .panel-title {
  font-size: 18px;
  padding-right: 50px;
}

.alist.faq .panel-title a {
  padding: 20px 0 14px;
  text-decoration: none;
}

.alist.faq .panel-title a,
.alist.faq .panel-title a.collapsed:hover {
  padding: 20px 0 14px;
  text-decoration: none;
  color: #254267;
}

.alist.faq .panel-title a.collapsed {
  color: #355e93;
}

.alist.faq .panel-heading i {
  top: calc(50% - 10px);
  font-size: 1.2em;
}

.alist.faq .panel-heading .collapsed i {
  transform: rotate(180deg);
}

.faq-list {
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
  /*padding-left: 33.33333333%;*/
}

#publications {
  padding-bottom: 3rem;
}

.faq-list h3 {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 20px 30px;
  margin-bottom: 5px;
  background: #ebeff5;
  background: rgb(235, 239, 245);
  background: -moz-linear-gradient(left, rgb(235, 239, 245) 0%, rgb(174, 191, 212) 100%);
  background: -webkit-linear-gradient(left, rgb(235, 239, 245) 0%, rgb(174, 191, 212) 100%);
  background: linear-gradient(to right, rgb(235, 239, 245) 0%, rgb(174, 191, 212) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebeff5", endColorstr="#aebfd4",GradientType=1 );
}

.faq-list > .text-center {
  margin-top: 30px;
}

p.faq-desc {
  display: none;
  color: #717171;
  font-size: 17px;
  max-width: 650px;
  padding: 10px 0 0 30px;
  z-index: 2;
  font-style: italic;
}

.funerals p.faq-desc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .alist.faq .panel-group {
    padding-left: 0px;
  }
  .faq-list h3 {
    padding: 12px 20px 13px;
  }
  .alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0 0 10px;
    margin-left: 0;
  }
}
/* DGOV2 Helpcenter end */
/* PW_KYMST-1173: Hide category and email share icon */
.adetail .acategory-skew span.separator,
.adetail .acategory-skew a.term,
.social-inner a.a2a_button_email,
article .social a.a2a_button_email {
  display: none;
}

/* PW_KYMST-1371 - Mobile Styling Tweak */
@media (max-width: 768px) {
  .adetail.newsroom.aframe .content .inside {
    padding: 0;
  }
}
/* PW_KYMST-1297 */
a.card-edit-span {
  z-index: 99999 !important;
}

a.card-edit-span:hover {
  color: #fff !important;
  border-left: none !important;
}

a.card-edit-span img:hover {
  color: #fff !important;
}

/* PW_KYMST-1222 adjust tag box height */
ul.tagit {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ul.tagit li.tagit-new {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

ul.tagit input[type=text] {
  padding-left: 14px !important;
  color: #717171 !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

ul.tagit li.tagit-choice {
  margin-top: 0.2em !important;
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
  color: #355e93 !important;
}

.adash.today .ntext h2 {
  margin-top: 4rem;
}

.adash.today a.today-link, .adash.today a.today-link:link, .adash.today a.today-link:visited {
  color: #141414;
}

.adash.today .content .inner > h3 {
  font-size: 1.4rem;
}

.adetail .media-inline-audio .audio-wrap-container {
  border: none;
}
.adetail .media-inline-audio .audio-wrap-container audio {
  width: 100%;
}
.adetail .media-inline-audio .duration {
  display: none;
}

.aframe .body .ast-checklist ol {
  counter-reset: checklist;
}
.aframe .body .ast-checklist ol > li {
  counter-increment: checklist;
}
.aframe .body .ast-checklist ol > li ol {
  margin: 0;
  margin-left: -14px;
}
.aframe .body .ast-checklist ol > li ol li .custom-control-label span:before {
  content: counter(checklist, upper-alpha) ". " !important;
}
.aframe .body .ast-checklist ol > li ol li ol li .custom-control-label span:before {
  content: counter(checklist, lower-roman) ". " !important;
}
.aframe .body .ast-checklist ol > li:before {
  display: none;
}
.aframe .body .ast-checklist ol > li .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aframe .body .ast-checklist ol > li .custom-control-input:focus ~ .custom-control-label {
  border-radius: 4px;
  outline: 2px solid #333;
}
.aframe .body .ast-checklist ol > li .custom-control-input ~ .custom-control-label:after {
  font-family: Font Awesome\ 5 Free;
  background-image: none;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.aframe .body .ast-checklist ol > li .custom-control-input:not(:checked) ~ .custom-control-label:after {
  color: #adadad;
  content: "\f0c8";
  font-weight: 400;
}
.aframe .body .ast-checklist ol > li .custom-control-input:checked ~ .custom-control-label:after {
  color: #1f95d9 !important;
  content: "\f14a";
  font-weight: 700;
}
.aframe .body .ast-checklist ol > li .custom-control-label {
  line-height: 1.2em;
  height: 24px;
  margin-bottom: 11px;
}
.aframe .body .ast-checklist ol > li .custom-control-label span:before {
  content: counter(checklist) ". " !important;
  text-indent: 0;
  display: inline-block;
  min-width: 24px;
  min-width: 2rem;
}

.ast-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ast-list ul {
  margin: 0;
}
.ast-list .item {
  margin: 30px 0 0 1em;
  padding-left: 0;
  position: relative;
}
.ast-list .item:first-child {
  margin-top: 0;
}
.ast-list .item .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 0;
  line-height: 1.2em;
  font-family: "Crimson Text", serif;
  font-weight: 600 !important;
}
.ast-list .item .media-inline {
  margin: 10px 0;
}
.ast-list .item .body {
  font-size: 18px;
  line-height: 1.5;
  color: #717171;
}
.ast-list .item.no-title .body {
  color: #333;
}
.ast-list .ast-list {
  margin: 30px 0 0;
  padding: 10px;
}
.ast-list .ast-list .item {
  margin-top: 15px;
}
.ast-list .ast-list .item:first-child {
  margin-top: 0px;
}
.ast-list.circle .item {
  padding-left: 60px;
  margin-top: 40px;
}
.ast-list.circle .item:first-child {
  margin-top: 0;
}
.ast-list.circle .item .number {
  font-size: 30px;
  font-family: "Crimson Text", sans-serif;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #355E93;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
}
.ast-list.bullet-list .item {
  padding-left: 25px;
  margin-top: 30px;
}
.ast-list.bullet-list .item:first-child {
  margin-top: 0;
}
.ast-list.bullet-list .item .bullet {
  width: 8px;
  height: 8px;
  background-color: #355E93;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
}
.ast-list.ast-list-slider {
  display: inline-block;
  margin: 25px 0 10px 0;
  width: 100%;
  text-align: left;
  padding: 20px 50px;
  background-color: #ebeff5;
  color: #333;
  border-top: solid 3px #355e93;
  position: relative;
}
.ast-list.ast-list-slider .ast-list-header {
  padding-bottom: 20px;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.ast-list.ast-list-slider p {
  line-height: 1.5em !important;
}
.ast-list.ast-list-slider .ast-list-footer {
  display: block;
  padding-top: 20px;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  margin: 40px 0 10px;
  text-align: right;
  border-top: 1px solid #ccc;
}
.ast-list.ast-list-slider .item {
  margin: 0;
  padding: 0;
}
.ast-list.ast-list-slider .item .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2em;
  font-family: Lato, Arial, sans-serif;
}
.ast-list.ast-list-slider .item .body {
  color: #444;
}
.ast-list.ast-list-slider .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.ast-list.ast-list-slider .slick-dots {
  margin: 0 auto !important;
  bottom: -30px;
}
.ast-list.ast-list-slider .slick-dots li {
  margin: 0 auto !important;
}
.ast-list.ast-list-slider .slick-dots li button:before {
  font-size: 12px;
  width: 20px;
  height: 20px;
  color: #adadad;
  opacity: 1;
}
.ast-list.ast-list-slider .slick-dots li button:hover:before {
  color: #717171;
}
.ast-list.ast-list-slider .slick-dots li.slick-active button:before {
  color: #355e93;
}
.ast-list.ast-list-slider .ast-list-slider-prev {
  position: absolute;
  top: calc(50% - 14px);
  font-size: 28px;
  color: #fff;
  z-index: 99;
  right: auto;
  color: #3E6EAC;
  transition: 0.15s linear all;
  left: -35px;
}
.ast-list.ast-list-slider .ast-list-slider-prev:hover {
  cursor: pointer;
  color: #355e93;
  left: -40px;
}
.ast-list.ast-list-slider .ast-list-slider-next {
  position: absolute;
  top: calc(50% - 14px);
  font-size: 28px;
  color: #fff;
  z-index: 99;
  right: auto;
  color: #3E6EAC;
  transition: 0.15s linear all;
  right: -35px;
}
.ast-list.ast-list-slider .ast-list-slider-next:hover {
  cursor: pointer;
  color: #355e93;
  right: -40px;
}
.ast-list.ast-list-slider .media-inline {
  display: block;
  position: relative;
  float: left;
  width: 35%;
  margin: 9px 30px 5px 0px;
}
.ast-list.ast-list-slider .media-inline .overlay {
  position: absolute;
  background-image: none !important;
  width: 34px !important;
  height: 34px !important;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 10px;
  right: 10px;
  border: #fff solid 1px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  line-height: 44px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ast-list.ast-list-slider .media-inline .overlay:after {
  font-family: "Font Awesome 5 Free";
  content: "\f31e";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -5px;
}

@media (max-width: 576px) {
  .ast-list.ast-list-slider .media-inline {
    float: none;
    width: 100%;
    margin: 9px 0 5px;
  }
}
@media (max-width: 768px) {
  .ast-list .item {
    margin: 40px 0 0;
  }
  .ast-list .item .title {
    font-size: 1.8rem;
  }
  .ast-list.circle .item {
    margin: 40px 0 0;
  }
  .ast-list.circle .item .number {
    font-size: 1.8rem;
  }
}
@media (max-width: 667px) {
  .ast-list .media-inline-xlarge .image-wrapper {
    margin: 0 -45px 0 -45px;
    max-width: 100vw;
  }
  .ast-list.circle .media-inline-xlarge .image-wrapper {
    margin: 0 -15px 0 -75px;
    max-width: 100vw;
  }
}
@media print {
  .ast-list {
    margin-bottom: 20px;
  }
  .ast-list .item {
    margin: 0 0 10px 30px;
    padding-left: 45px;
  }
  .ast-list .item .title {
    font-size: 14pt;
    margin-top: 14px;
  }
  .ast-list.circle .item .number {
    background-image: url(/desktopmodules/articlecs/images/ebebeb.jpg) !important;
    background-repeat: repeat;
    left: -15px;
  }
}
.ast-notes,
.ast-notes.ntext {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 !important;
  background-color: #ebeff5;
  color: #333;
  border-top: solid 3px #355e93;
  margin: 25px 0 10px 0;
  font-size: 18px;
  text-align: left;
}
.ast-notes .ast-notes-inner,
.ast-notes.ntext .ast-notes-inner {
  padding: 25px 50px 15px;
}
.ast-notes .ast-notes-header,
.ast-notes.ntext .ast-notes-header {
  padding-bottom: 20px;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  text-align: center;
}
.ast-notes.ast-notes-left, .ast-notes.ast-notes-right,
.ast-notes.ntext.ast-notes-left,
.ast-notes.ntext.ast-notes-right {
  width: 47%;
  margin: 5px 30px 20px 0px;
  float: left;
}
.ast-notes.ast-notes-left .ast-notes-inner, .ast-notes.ast-notes-right .ast-notes-inner,
.ast-notes.ntext.ast-notes-left .ast-notes-inner,
.ast-notes.ntext.ast-notes-right .ast-notes-inner {
  padding: 25px 25px 15px;
}
@media (max-width: 768px) {
  .ast-notes.ast-notes-left, .ast-notes.ast-notes-right,
  .ast-notes.ntext.ast-notes-left,
  .ast-notes.ntext.ast-notes-right {
    float: none;
    width: 100%;
  }
}
.ast-notes.ast-notes-left .ast-notes-header, .ast-notes.ast-notes-right .ast-notes-header,
.ast-notes.ntext.ast-notes-left .ast-notes-header,
.ast-notes.ntext.ast-notes-right .ast-notes-header {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .ast-notes.ast-notes-left .ast-notes-header, .ast-notes.ast-notes-right .ast-notes-header,
  .ast-notes.ntext.ast-notes-left .ast-notes-header,
  .ast-notes.ntext.ast-notes-right .ast-notes-header {
    font-size: 1.6rem;
  }
}
.ast-notes.ast-notes-right,
.ast-notes.ntext.ast-notes-right {
  margin: 5px 0px 20px 30px;
  float: right;
}
.ast-notes.no-items .ast-notes-header,
.ast-notes.ntext.no-items .ast-notes-header {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.ast-notes .item,
.ast-notes.ntext .item {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ast-notes .footer,
.ast-notes.ntext .footer {
  padding-top: 15px;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.ast-notes .media-inline,
.ast-notes.ntext .media-inline {
  padding: 20px 0;
}
.ast-notes .item.bullet,
.ast-notes.ntext .item.bullet {
  margin-left: 20px;
}
.ast-notes .item.bullet::before,
.ast-notes.ntext .item.bullet::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #355e93;
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 2;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .ast-notes,
  .ast-notes.ntext {
    text-align: left;
    padding: 17px 25px 5px;
    margin: 35px 0 35px 0;
  }
  .ast-notes .footer,
  .ast-notes.ntext .footer {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*highlight*/
.ast-highlight {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 25px 50px 15px;
  background-color: #ebeff5;
  color: #333;
  border-top: solid 3px #355e93;
  margin: 25px 0 10px 0;
}
.ast-highlight .header {
  padding-bottom: 20px;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.ast-highlight .footer {
  padding-top: 20px;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: right;
  border-top: 1px solid #ccc;
}
.ast-highlight.no-background {
  background: none;
}
.ast-highlight.no-background .header {
  color: #355e93;
}
.ast-highlight.no-border {
  border: none;
}
.ast-highlight.floatleft, .ast-highlight.floatright {
  float: left;
  width: 47%;
  margin: 5px 30px 20px 0px;
  padding: 25px 25px 15px;
}
.ast-highlight.floatleft .header, .ast-highlight.floatright .header {
  font-size: 1.4rem;
}
.ast-highlight.floatright {
  float: right;
  margin: 5px 0px 20px 30px;
}
@media (max-width: 768px) {
  .ast-highlight {
    font-size: 28px;
    padding: 17px 25px 5px;
    margin: 35px 0 35px 0;
  }
  .ast-highlight.floatleft, .ast-highlight.floatright {
    width: 100%;
  }
}

/*parallax*/
.ast-parallax .pimage,
.ast-parallax .pinfo {
  margin: 0 -315px;
}
@media screen and (max-width: 1556px) {
  .ast-parallax .pimage,
  .ast-parallax .pinfo {
    margin: 0 calc((45vw - 385px) * -1);
  }
}
@media screen and (max-width: 855px) {
  .ast-parallax .pimage,
  .ast-parallax .pinfo {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ast-parallax .pimage,
  .ast-parallax .pinfo {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.ast-parallax.ast-parallax-constrained .pimage,
.ast-parallax.ast-parallax-constrained .pinfo {
  margin: 0 !important;
}
.ast-parallax .pinfo {
  display: block;
}
.ast-parallax .pinfo .ptitle .pname,
.ast-parallax .pinfo .ptitle .photoby {
  display: none;
}
.ast-parallax .pinfo .ptitle .pdescription {
  display: block;
  font-size: 17px;
  color: #717171;
  margin: 0 15px;
}
.ast-parallax .pinfo .plinks {
  display: none;
}
.ast-parallax .pdescription {
  display: block;
}
.ast-parallax.ast-parallax-clone .pinfo {
  margin: 0 !important;
}
.ast-parallax.ast-parallax-clone .pimage {
  background-size: cover !important;
}

.fixed .ast-parallax-clone {
  visibility: hidden;
}

@media print {
  .ast-parallax .pimage {
    display: none;
  }
}
.ast-superslideshow .slick-arrow {
  font-size: 30px;
  opacity: 0.8;
  transition: opacity 0.25s linear;
}
.ast-superslideshow .slick-arrow:before {
  color: #355e93;
}
.ast-superslideshow .slick-arrow:hover {
  opacity: 1;
}
.ast-superslideshow .minfo .mtitle {
  display: inline;
}
.ast-superslideshow .minfo .mtitle:after {
  display: inline;
  content: " - ";
}
.ast-superslideshow .minfo .caption {
  display: inline;
}
.ast-superslideshow .image-wrapper {
  position: relative;
}

.ast-related-content {
  background-color: #ebeff5;
  border-top: 2px solid #355e93;
  margin-bottom: 20px;
}
.ast-related-content:hover .related-title {
  border-left: 3px solid #254267;
  background-color: unset;
  padding-left: 10px;
  transition: all 0.25s ease;
  color: #23527c;
}
.ast-related-content .ast-related-content-inner {
  padding: 15px;
}
.ast-related-content a {
  display: contents;
}
.ast-related-content .content-type {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #355e93;
  margin-bottom: 10px;
}
.ast-related-content .related-img {
  flex: 1;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .ast-related-content .related-img {
    display: none;
  }
}
.ast-related-content .related-text {
  flex: 4;
  margin-left: 0;
}
.ast-related-content .related-text .content-type {
  box-shadow: none;
  margin-bottom: 5px;
}
.ast-related-content .related-text .related-title {
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 0px;
}

.experience-slider-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1400px;
}
.experience-slider-wrap.slider-total-1 .dgov-col-md-3,
.experience-slider-wrap.slider-total-1 .slider-progress {
  display: none;
}
.experience-slider-wrap.slider-total-1 .dgov-col-md-9 {
  width: 100%;
}
.experience-slider-wrap.slider-total-2 .dgov-col-md-3 {
  width: 34%;
}
.experience-slider-wrap.slider-total-2 .dgov-col-md-9 {
  width: 66%;
}
.experience-slider-wrap .experience-item {
  padding: 0;
}
.experience-slider-wrap .experience-item:hover .item figcaption .interactive, .experience-slider-wrap .experience-item:focus .item figcaption .interactive {
  top: -10px;
  opacity: 0;
}
.experience-slider-wrap .experience-item:hover .item figcaption h2, .experience-slider-wrap .experience-item:focus .item figcaption h2 {
  text-decoration: underline;
}
.experience-slider-wrap .experience-item:hover .item figcaption .summary, .experience-slider-wrap .experience-item:focus .item figcaption .summary {
  opacity: 1;
  transform: translateY(0%);
}
.experience-slider-wrap .experience-item .item {
  max-width: 1400px;
  margin: 0;
}
.experience-slider-wrap .experience-item .item .content-type {
  display: inline-block;
  margin-bottom: 20px;
  background: #355e93;
  padding: 3px 14px 7px 18px;
}
.experience-slider-wrap .experience-item .item a.content-type-text, .experience-slider-wrap .experience-item .item a.category {
  margin: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  float: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.experience-slider-wrap .experience-item .item a.content-type-text:link, .experience-slider-wrap .experience-item .item a.category:link {
  margin: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  float: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.experience-slider-wrap .experience-item .item .content-type .separator {
  color: #fff;
  float: none;
  border: none;
  margin: 0 10px 0 8px;
  opacity: 0.5;
}
.experience-slider-wrap .experience-item .item figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 2rem 2.5rem;
  z-index: 9;
  background: none;
}
.experience-slider-wrap .experience-item .item figcaption .bgfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  transition: all 0.5s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.experience-slider-wrap .experience-item .item figcaption .main-caption {
  position: absolute;
  bottom: 30px;
  transition: all 200ms ease-in-out;
  width: 90%;
  z-index: 2;
}
.experience-slider-wrap .experience-item .item figcaption span.interactive {
  color: #FF9900;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 5px;
  display: block;
  transition: top 0.5s, opacity 0.3s;
  position: relative;
  top: 0px;
  opacity: 1;
  height: 30px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .experience-slider-wrap .experience-item .item figcaption span.interactive {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.experience-slider-wrap .experience-item .item figcaption span.interactive a {
  color: #FF9900;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 5px;
  display: block;
  transition: top 0.5s, opacity 0.5s;
  position: relative;
  top: 0px;
  opacity: 1;
}
.experience-slider-wrap .experience-item .item figcaption h2 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  color: #fff;
}
.experience-slider-wrap .experience-item .item figcaption h2 a {
  color: #fff;
}
.experience-slider-wrap .experience-item .item figcaption .summary {
  color: #fff;
  font-size: 18px;
  margin: 0;
  margin-bottom: 0px;
  max-width: 650px;
  opacity: 0;
  height: auto;
  transform: translateY(100%);
  transition: all 200ms ease-in-out;
  max-height: 185px;
  z-index: 3;
  position: relative;
}
.experience-slider-wrap .experience-item .item figcaption .bar {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  color: #ebebeb;
  align-items: center;
}
.experience-slider-wrap .experience-item .item figcaption time {
  order: 3;
  padding: 0 30px;
  font-size: 18px;
}
.experience-slider-wrap .experience-item .item figcaption .social {
  order: 2;
}
.experience-slider-wrap .experience-item .item figcaption .social-inner {
  display: flex;
  font-size: 1.4rem;
}
.experience-slider-wrap .experience-item .item figcaption .social-inner a {
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #ebebeb;
}
.experience-slider-wrap .experience-item .item figcaption .btn {
  margin: 0 15px 5px 0;
}
.experience-slider-wrap .experience-item .item figcaption .btn-experience {
  background: #E2973B;
  border-color: #E2973B;
  color: #111;
}
.experience-slider-wrap .exp-img-wrap {
  display: block;
  position: relative;
  z-index: 9;
}
.experience-slider-wrap .experience-img {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.experience-slider-wrap .experience-img:before {
  display: block;
  content: "";
  max-width: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 3;
  background: -moz-linear-gradient(left, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to right, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#222222", endColorstr="#00222222",GradientType=1 );
}
.experience-slider-wrap .experience-img img {
  width: 100%;
  filter: blur(15px);
}
.experience-slider-wrap #experience-wrap .slick-dotted.slick-slider {
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.experience-slider-wrap .experience-slider .exp-img {
  padding-top: 56% !important;
  background-position: center center;
  position: relative;
}
.experience-slider-wrap .experience-slider .fa-chevron-left {
  position: absolute;
  left: 1.3rem;
  color: #fff;
  top: calc(50% - 20px);
  z-index: 9;
  font-size: 2rem;
  opacity: 0.3;
  transition: all 0.25s;
  display: none !important;
}
.experience-slider-wrap .experience-slider .fa-chevron-right {
  position: absolute;
  right: 1.3rem;
  color: #fff;
  top: calc(37% - 20px);
  z-index: 9;
  font-size: 2rem;
  opacity: 0.3;
  transition: all 0.25s;
  display: none !important;
}
.experience-slider-wrap .experience-slider .fa-chevron-right:hover, .experience-slider-wrap .experience-slider .fa-chevron-left:hover {
  opacity: 1;
  cursor: pointer;
}
.experience-slider-wrap .experience-slider .slick-dots {
  position: absolute;
  bottom: 1.5rem;
  display: none !important;
  /* width: auto; */
  max-width: 1400px;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
.experience-slider-wrap .experience-slider .slick-dots li {
  background: #fff;
  border: none;
  font-size: 0px;
  margin: 0 20px 0 0;
  width: 50px;
  height: 15px;
  opacity: 0.15;
}
.experience-slider-wrap .experience-slider .slick-dots li.slick-active {
  opacity: 1;
}
.experience-slider-wrap .slick-dots li button {
  display: none;
}
.experience-slider-wrap .slick-dots li button:before {
  display: none;
}
.experience-slider-wrap .experience-nav {
  margin-left: 15px;
  overflow: hidden;
}
.experience-slider-wrap .experience-nav .exp-img {
  background-size: cover;
  margin-bottom: 0;
  padding-top: 56%;
}
.experience-slider-wrap .experience-nav .arrow-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141414+43,141414+100&1+44,0+100 */
  background: -moz-linear-gradient(top, rgb(20, 20, 20) 43%, rgb(20, 20, 20) 44%, rgba(20, 20, 20, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(20, 20, 20) 43%, rgb(20, 20, 20) 44%, rgba(20, 20, 20, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(20, 20, 20) 43%, rgb(20, 20, 20) 44%, rgba(20, 20, 20, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#141414", endColorstr="#00141414",GradientType=0 ); /* IE6-9 */
}
.experience-slider-wrap .experience-nav .arrow-container.right {
  top: auto;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141414+0,141414+57&0+0,1+56 */
  background: -moz-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 56%, rgb(20, 20, 20) 57%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 56%, rgb(20, 20, 20) 57%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 56%, rgb(20, 20, 20) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00141414", endColorstr="#141414",GradientType=0 ); /* IE6-9 */
}
.experience-slider-wrap .experience-nav .arrow-container .fa {
  color: #fff;
  font-size: 1.6rem !important;
}
.experience-slider-wrap .experience-nav .slick-list {
  overflow: hidden;
}
.experience-slider-wrap .experience-nav .slick-slide {
  opacity: 0.5;
  margin-bottom: 9px;
  float: none;
  border: none !important;
}
.experience-slider-wrap .experience-nav .slick-slide:hover {
  opacity: 0.7;
}
.experience-slider-wrap .experience-nav .slick-slide.slick-current {
  opacity: 1;
}
.experience-slider-wrap .experience-nav .slick-slide.slick-current:hover {
  opacity: 1;
}
.experience-slider-wrap .experience-nav-item:hover {
  cursor: pointer;
}
.experience-slider-wrap .slider-progress {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
}
.experience-slider-wrap .progress {
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  background: linear-gradient(to right, #E2973B 0%, #E2973B 100%);
  height: 10px;
}
@media only screen and (max-width: 991px) {
  .experience-slider-wrap {
    overflow: visible;
  }
  .experience-slider-wrap.slider-total-2 .dgov-col-md-3 {
    width: 0;
  }
  .experience-slider-wrap.slider-total-2 .dgov-col-md-9 {
    width: 100%;
  }
  .experience-slider-wrap .exp-img-wrap {
    padding-bottom: 45px;
  }
  .experience-slider-wrap .experience-slider .fa-chevron-left:before {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px;
  }
  .experience-slider-wrap .experience-slider .fa-chevron-right {
    right: 0;
  }
  .experience-slider-wrap .experience-slider .fa-chevron-right:before {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px;
  }
  .experience-slider-wrap .experience-slider .fa-chevron-right:hover {
    color: #fff;
  }
  .experience-slider-wrap .experience-slider .fa-chevron-left {
    left: 0;
  }
  .experience-slider-wrap .experience-slider .fa-chevron-left:hover {
    color: #fff;
  }
  .experience-slider-wrap .experience-nav {
    margin: 15px 0 0;
    height: 100%;
    display: none !important;
  }
  .experience-slider-wrap .experience-nav .slick-list, .experience-slider-wrap .experience-nav .slick-track {
    height: auto !important;
  }
  .experience-slider-wrap .experience-nav .slick-slide {
    display: block;
    height: auto;
    float: left;
    border: 1px solid transparent;
    width: 33.33% !important;
  }
  .experience-slider-wrap .experience-item .item figcaption {
    padding: 15px 20px;
    bottom: 0;
    transform: translateY(0%);
  }
  .experience-slider-wrap .experience-item .item figcaption .summary {
    margin-bottom: 0;
    display: none;
  }
  .experience-slider-wrap .experience-item:hover .item figcaption .interactive, .experience-slider-wrap .experience-item:focus .item figcaption .interactive {
    top: 0;
    opacity: 1;
  }
  .experience-slider-wrap .experience-item:hover .item figcaption h2, .experience-slider-wrap .experience-item:focus .item figcaption h2 {
    text-decoration: none;
  }
  .experience-slider-wrap .experience-item:hover .item figcaption .summary, .experience-slider-wrap .experience-item:focus .item figcaption .summary {
    height: 0;
    opacity: 0;
  }
  .experience-slider-wrap .experience-slider .slick-dots {
    display: flex !important;
    padding: 0;
    text-align: center;
    min-width: 220px;
    width: 100%;
    justify-content: center;
    bottom: 20px;
    left: auto;
    margin-left: auto;
    transform: none;
    max-width: unset;
  }
  .experience-slider-wrap .experience-slider .slick-dots li {
    flex: 0 1 25%;
    min-width: 0%;
    width: auto;
    max-width: 50px;
    margin: 0 5px;
    background-color: #141414;
  }
  .experience-slider-wrap .experience-slider .slick-dots li:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

/***************************************************
    FEAT ARTICLES
***************************************************/
#featArticles {
  display: block;
  position: inherit;
}

.story-slider-wrap {
  background: rgb(21, 38, 59);
  background: -moz-linear-gradient(top, rgb(21, 38, 59) 0%, rgb(53, 94, 147) 100%);
  background: -webkit-linear-gradient(top, rgb(21, 38, 59) 0%, rgb(53, 94, 147) 100%);
  background: linear-gradient(to bottom, rgb(21, 38, 59) 0%, rgb(53, 94, 147) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#15263b", endColorstr="#355e93",GradientType=0 );
}

.banner-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 100px 0 0;
}

.banner-item .featStoryImg:before {
  display: block;
  content: "";
  max-width: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 3;
  background: -moz-linear-gradient(left, rgb(21, 38, 59) 10%, rgba(21, 38, 59, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(21, 38, 59) 10%, rgba(21, 38, 59, 0) 100%);
  background: linear-gradient(to right, rgb(21, 38, 59) 10%, rgba(21, 38, 59, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#15263B", endColorstr="#0015263B",GradientType=1 );
}

#featArticles .featStory .link-overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.banner-item:hover .video-wrap-container img.defaultVideoOverlay {
  display: none;
}

.banner-item:hover .video-wrap-container img.hoverVideoOverlay {
  display: block;
}

.featStory {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding: calc(2rem + 30px) 15px 2rem 15px;
}

.featStory figcaption {
  display: block;
  position: relative;
  margin: 0 2rem 0 0;
  padding: 1.5rem 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.15);
}

.featStory.item .content-type {
  display: inline-block;
  position: absolute;
  z-index: 12;
  left: 2rem;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  background-color: #355e93;
  top: -25px;
}

.featStory.item a.content-type-text,
.featStory.item a.content-type-text:link,
.featStory.item a.category,
.featStory.item a.category:link {
  margin: 0;
  padding: 7px 18px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  float: none;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  background: #355e93;
  letter-spacing: 1px;
}

.featStory.item a.content-type-text,
.featStory.item a.content-type-text:link {
  border-right: 1px solid white;
  padding: 0 15px;
  margin: 10px;
}
.featStory.item a.content-type-text.no-border,
.featStory.item a.content-type-text:link.no-border {
  border: none;
}

.featStory.item a.content-type-text span,
.featStory.item a.content-type-text:link span {
  border-bottom: 1px solid rgba(174, 191, 212, 0);
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -ms-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  text-decoration: none;
}

.featStory.item a.content-type-text .fas {
  display: none;
}

.featStory.item a.content-type-text:hover span,
.featStory.item a.content-type-text:link:hover span {
  border-bottom: 1px solid rgb(174, 191, 212);
}

.featStory.item .content-type .separator {
  display: inline-block;
  color: #fff;
  float: none;
  border: none;
  margin: 0 10px 0 8px;
  opacity: 0.5;
  font-size: 20px;
}

.featStory figcaption h2 {
  font-size: 2.2rem;
  margin-bottom: 8px;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  line-height: 1.2em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.featStory figcaption h2.title span {
  color: #fff;
  display: block;
  padding-left: 0px;
  border-left: 0px solid #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s linear;
  padding-right: 19px;
}

.banner-item:hover figcaption h2.title span {
  color: #fff;
  padding-left: 15px;
  padding-right: 0px;
  border-left: 4px solid #fff;
  text-decoration: none;
}

.featStory figcaption .summary {
  color: #fff;
  margin: 0;
  font-size: 18px;
  max-width: 580px;
}

.featStory figcaption .bar {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  color: #ebebeb;
  align-items: center;
  position: absolute;
  z-index: 12;
  bottom: 1.5rem;
  left: 2rem;
}

.featStory figcaption time {
  order: 3;
  font-size: 14px;
  color: #FFF;
  padding: 0 15px 0 5px;
  min-width: 90px;
}

.featStory figcaption .social {
  order: 2;
}

.featStory figcaption .social-inner {
  display: flex;
  font-size: 1.4rem;
}

.featStory figcaption .social-inner a {
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #ebebeb;
}

.featStoryImg {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  min-height: 100%;
}

.featStoryImg img {
  width: 100%;
  filter: blur(15px);
  -webkit-filter: blur(15px); /* Chrome, Safari, Opera */
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="15");
}

.featStoryImg img {
  width: 100%;
}

.story-img-wrap {
  display: block;
  position: relative;
}

.featStory .image-wrap-wrap {
  border: none;
}

.story-img-wrap a {
  display: block;
}

.story-img-wrap .image-replacement {
  background-color: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.story-img-wrap img {
  position: absolute;
  left: -999px;
}

#featArticles .slick-dotted.slick-slider {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

.banner-slider {
  position: relative;
}

.banner-slider .fa-chevron-left {
  position: absolute;
  left: 1.3rem;
  color: #fff;
  top: calc(50% + 10px);
  z-index: 9;
  font-size: 2rem;
  opacity: 0.3;
  transition: all 0.25s;
}

.banner-slider .fa-chevron-right {
  position: absolute;
  right: 1.3rem;
  color: #fff;
  top: calc(50% + 10px);
  z-index: 9;
  font-size: 2rem;
  opacity: 0.3;
  transition: all 0.25s;
}

.banner-slider .fa-chevron-right,
.banner-slider .fa-chevron-left {
  opacity: 0.5;
}

.banner-slider .fa-chevron-right:hover,
.banner-slider .fa-chevron-left:hover {
  opacity: 1;
  cursor: pointer;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  display: block;
  max-width: 1560px;
  padding: 0 4rem;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
}

.banner-slider .slick-dots li {
  background: #fff;
  border: none;
  font-size: 0px;
  margin: 0 20px 0 0;
  width: 50px;
  height: 8px;
  opacity: 0.15;
}

.banner-slider .slick-dots li:hover {
  opacity: 0.45;
  transition: 0.15s all;
}

.banner-slider .slick-dots li.slick-active,
.banner-slider .slick-dots li.slick-active:hover {
  opacity: 1;
}

.banner-slider .slick-dots li button,
.banner-slider .slick-dots li button:before {
  width: 50%;
  height: 8px;
}

/***************************************************
    TEMP BANNER
***************************************************/
.banner-slider .slick-dots {
  text-align: right;
}

.banner-slider .slick-dots li {
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
  opacity: 0.01;
}

.banner-slider .slick-dots li.slick-active,
.banner-slider .slick-dots li.slick-active:hover {
  opacity: 0.15;
}

/***************************************************
    EXPLORE BAR
***************************************************/
#explore-bar-wrap {
  display: block;
  position: relative;
  background: rgb(21, 38, 59);
  padding: 13px 0 20px;
  z-index: 10;
}

#explore-bar {
  margin: 0;
}

#explore-bar .item .image-wrap {
  margin-top: 7px;
}

#explore-bar .item .image-wrap-wrap {
  border: none;
}

#explore-bar .item .image-wrap a {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}

#explore-bar .item .image-replacement {
  background-color: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}

#explore-bar .item .image-wrap img {
  position: absolute;
  left: -9999px;
}

#explore-bar figcaption {
  margin: 0 15px;
}

#explore-bar figcaption .category {
  position: absolute;
}

#explore-bar figcaption .category a {
  color: #aebfd4;
  border-bottom: 1px solid rgba(174, 191, 212, 0);
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -ms-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  text-decoration: none;
}

#explore-bar figcaption .category a:hover {
  border-bottom: 1px solid rgb(174, 191, 212);
}

#explore-bar figcaption h3.title {
  font-family: "Crimson Text", serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2px;
  padding-top: 28px;
}

#explore-bar figcaption h3.title span {
  display: block;
  color: #fff;
  padding-left: 0px;
  border-left: 0px solid #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s linear;
  padding-right: 13px;
}

#explore-bar .item:hover figcaption h3.title span {
  color: #fff;
  padding-left: 10px;
  padding-right: 0px;
  border-left: 3px solid #fff;
  text-decoration: none;
}

#explore-bar figcaption time {
  color: #adadad;
}

#explore-bar .item .link-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#explore-bar .item .link-overlay span {
  color: #fff;
}

/*** SPOTLIGHT ***/
.explore-list figcaption .category a.content-type-spotlight:link {
  position: relative;
  padding-left: 30px;
}

.featStory.item a.content-type-spotlight:link {
  position: relative;
  padding-left: 48px;
}

.explore-list figcaption .category a.content-type-spotlight:before,
.featStory.item a.content-type-spotlight:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #355e93;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}

.explore-list figcaption .category a.content-type-spotlight:after,
.featStory.item a.content-type-spotlight:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #355e93;
  display: block;
  position: absolute;
  left: 0px;
  top: calc(50% - 5px);
}

#explore-bar figcaption .category a.content-type-spotlight:before,
#explore-bar figcaption .category a.content-type-spotlight:after {
  background: #aebfd4;
  left: 0;
}

.featStory.item a.content-type-spotlight:before,
.featStory.item a.content-type-spotlight:after {
  background: #fff;
  left: 18px;
}

/***************************************************
    GENERAL EXPLORE
***************************************************/
.edit-link {
  display: block;
  width: 25px;
  position: absolute;
  z-index: 12;
  top: 15px;
  right: 15px;
}

.edit-link a,
#explore-bar .item .image-wrap .edit-link a,
#news-list .item .image-wrap .edit-link a,
#services-list .item .image-wrap .edit-link a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  bottom: auto;
  padding: 4px;
  line-height: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  border: solid rgba(0, 0, 0, 0.4) 1px;
}

#services-list .item .image-wrap .edit-link {
  top: 10px;
}

.edit-link a:hover,
#explore-bar .item .image-wrap .edit-link a:hover,
#news-list .item .image-wrap .edit-link a:hover,
#services-list .item .image-wrap .edit-link a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.edit-link a img,
#explore-bar .item .image-wrap .edit-link a img,
#news-list .item .image-wrap .edit-link a img,
#services-list .item .image-wrap .edit-link a img {
  left: 0;
  position: relative;
}

.explore-list {
  margin-bottom: 2rem;
}

.explore-list figcaption .category {
  display: block;
  z-index: 2;
}

#news-list figcaption .category {
  position: absolute;
}

.explore-list figcaption .category a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  color: #355e93;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(53, 94, 147, 0);
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -ms-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  text-decoration: none;
}

.explore-list figcaption .category a:hover {
  border-bottom: 1px solid rgb(53, 94, 147);
}

.explore-list figcaption .category .separator {
  display: inline-block;
  color: #355e93;
  opacity: 0.5;
  margin: 0 8px 0 6px;
}

.explore-list figcaption h3.title {
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.explore-list figcaption .summary {
  font-size: 18px;
  margin: 0;
}

.explore-list .video-duration {
  display: none;
}

.explore-list figcaption time,
#homePress time {
  display: inline-block;
  font-size: 15px;
  margin: 5px 0;
  color: #717171;
  min-width: 90px;
}

#homePress time {
  color: #333;
}

.content-list-control {
  display: block;
  text-align: right;
  /*border-top: 3px solid #355e93;*/
  border-bottom: 3px solid #254267;
  overflow: hidden;
}

.content-list-control h2.pull-title {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: none;
  color: #717171;
}

.content-list-control h2.title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}

.content-list-control h2 a,
.content-list-control h2 span {
  display: block;
  position: relative;
  background: #254267;
  color: #fff;
  padding: 3px 15px 2px 5px;
  height: 33px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content-list-control h2 a:before,
.content-list-control h2 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -55px;
  width: 0;
  height: 0;
  border-bottom: 33px solid #254267;
  border-left: 55px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.content-list-control h2 a:hover {
  text-decoration: none;
  padding: 3px 10px 2px 5px;
  background: #15263b;
}

.content-list-control h2 a:hover:before {
  border-bottom-color: #15263b;
}

.content-list-control h2 a .fas {
  margin-left: 2px;
  position: relative;
  top: -2px;
  font-size: 0.8em;
}

#news-list .item {
  position: relative;
}

.image-wrap-wrap {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  border: 1px solid #adadad;
}

.explore-list figcaption .category a {
  z-index: 2;
}

#news-list .item figcaption h3.title span {
  display: block;
  padding-left: 0px;
  border-left: 0px solid #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s linear;
  padding-right: 14px;
}

#news-list .item:hover figcaption h3.title span {
  color: #355e93;
  padding-left: 10px;
  padding-right: 0px;
  border-left: 4px solid #254267;
  text-decoration: none;
}

#news-list .item .link-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/***************************************************
    RESPONSIVE
***************************************************/
/* LG */
@media only screen and (max-width: 1200px) {
  /*** BANNER THUMBS ***/
  .banner-item {
    padding-top: 75px;
  }
  #explore-bar-wrap {
    padding: 15px 20px 25px;
  }
  #explore-bar .item .image-wrap,
  #explore-bar figcaption {
    margin: 5px 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  /*** BANNER FEATURED ***/
  .featStory {
    padding: 30px;
  }
  .featStory .content-wrap,
  .explore-bar-wrap .content-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
  }
  .featStory.item .content-type {
    position: relative;
    left: 0;
    margin-bottom: 15px;
    top: 0;
  }
  .featStory figcaption {
    margin-right: 30px;
    padding: 1.5rem 2rem 1.5rem;
    background: none;
  }
  .featStory figcaption .bar {
    left: 0;
    bottom: 0;
  }
}
/* SM */
@media only screen and (max-width: 768px) {
  /*** BANNER FEATURED ***/
  .banner-item {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .featStory.item a.content-type-text,
  .featStory.item a.content-type-text:link {
    border-bottom: none;
    pointer-events: none;
  }
  /*** BANNER FEATURED ***/
  .featStory {
    padding: 0;
  }
  .featStory figcaption {
    margin: 0;
    padding: 1.5rem 2rem 1.5rem;
    background: -moz-linear-gradient(top, rgb(21, 38, 59) 0%, rgb(21, 38, 59) 10%, rgba(21, 38, 59, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(21, 38, 59) 0%, rgb(21, 38, 59) 10%, rgba(21, 38, 59, 0) 100%);
    background: linear-gradient(to bottom, rgb(21, 38, 59) 0%, rgb(21, 38, 59) 10%, rgba(21, 38, 59, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#15263b", endColorstr="#0015263b",GradientType=0 );
  }
  .featStory figcaption .bar {
    left: 15px;
    bottom: 15px;
  }
  .story-img-wrap {
    border-radius: 0;
  }
  .featStory.item .content-type {
    position: absolute;
    top: -25px;
    left: 0;
  }
  .featStoryImg {
    bottom: 0;
    transform: none;
  }
  /*** BANNER THUMBS ***/
  #explore-bar-wrap {
    padding: 0 15px 15px;
  }
  #explore-bar .item .dgov-grid {
    padding: 15px 0;
    border-top: 1px solid #254267;
  }
  #explore-bar .item .image-wrap {
    margin: 0;
  }
  #explore-bar figcaption {
    margin: 0 0 0 15px;
  }
  #explore-bar figcaption h3.title {
    font-size: 1.6rem;
  }
}
/* XS */
@media only screen and (max-width: 575px) {
  #explore-bar .item .image-wrap {
    margin: 0 0 10px;
  }
  #explore-bar figcaption {
    margin: 0;
  }
  #explore-bar figcaption h3.title {
    font-size: 24px;
  }
}
/***************************************************
    PRINT
***************************************************/
@media print {
  .featStoryImg,
  #explore-bar .item .link-overlay,
  #featArticles .featStory .link-overlay,
  #explore-bar figcaption .category a.content-type-spotlight:before,
  #explore-bar figcaption .category a.content-type-spotlight:after {
    display: none;
  }
  /*** BANNER ***/
  .banner-item {
    padding: 15px 0 0;
  }
  .featStory {
    padding: 0 15px;
  }
  .featStory .dgov-grid > div {
    width: 100%;
  }
  .featStory .image-wrap-wrap {
    padding-top: 0;
  }
  .image-wrap-wrap {
    padding-top: 0;
  }
  #explore-bar .item .image-replacement {
    display: none;
  }
  #explore-bar .item .image-wrap {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .featStory .story-img-wrap .story-img,
  #explore-bar .item .image-wrap img {
    position: relative;
    left: 0;
  }
  #explore-bar figcaption {
    margin: 0;
  }
  .video-wrap-container img.defaultVideoOverlay {
    position: absolute;
  }
  .featStory figcaption {
    padding: 15px 0;
    margin: 0;
  }
  .featStory.item .content-type {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .featStory.item a.content-type-text,
  .featStory.item a.content-type-text:link,
  .featStory.item a.category,
  .featStory.item a.category:link {
    padding-left: 0;
  }
  .featStory.item a.content-type-text img,
  .featStory.item a.content-type-text:link img,
  .featStory.item a.category img,
  .featStory.item a.category:link img {
    display: none !important;
  }
  .featStory figcaption .bar {
    position: relative;
    bottom: 0;
    left: 0;
  }
  #explore-bar {
    padding: 0 15px;
  }
  #explore-bar figcaption .category {
    position: relative;
  }
  #explore-bar figcaption h3.title {
    padding: 0 0 25px;
  }
  #explore-bar .item {
    margin-bottom: 15px;
  }
  .explore-list figcaption .category a.content-type-spotlight:link {
    padding-left: 0;
  }
}
/***************************************************
    end.
***************************************************/
#alist-suggest {
  margin-bottom: 2rem;
}
#alist-suggest .pager {
  display: none;
}
#alist-suggest .listing-with-preview {
  margin: 7px 0 23px;
  padding: 20px 0 0;
  border-top: 1px solid #ebebeb;
}
#alist-suggest .listing-with-preview:first-child {
  border-top: none;
  padding: 0;
  margin-top: 0;
}
#alist-suggest .listing-with-preview:first-child .image-container {
  display: block;
}
#alist-suggest .listing-with-preview .image-container {
  display: none;
}
#alist-suggest .listing-with-preview .image-wrap-wrap {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  border: 1px solid #adadad;
}
#alist-suggest .listing-with-preview figcaption .category {
  display: block;
  position: absolute;
  z-index: 2;
}
#alist-suggest .listing-with-preview figcaption h3.title {
  font-size: 1.6rem;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 8px;
  padding-top: 28px;
}
#alist-suggest .listing-with-preview figcaption h3.title span {
  display: block;
  padding-left: 0px;
  border-left: 0px solid #fff;
  transition: all 0.15s linear;
  padding-right: 14px;
}
#alist-suggest .listing-with-preview:hover figcaption h3.title span {
  color: #355e93;
  padding-left: 10px;
  padding-right: 0px;
  border-left: 4px solid #254267;
  text-decoration: none;
}
#alist-suggest .listing-with-preview a.link-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
}
#alist-suggest .listing-with-preview .image-wrap .edit-link {
  display: block;
  width: 25px;
  position: absolute;
  z-index: 11;
  top: 15px;
  right: 15px;
}
#alist-suggest .listing-with-preview .image-wrap .edit-link a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  bottom: auto;
  padding: 4px;
  line-height: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  border: solid rgba(0, 0, 0, 0.4) 1px;
}
#alist-suggest .listing-with-preview .image-wrap .edit-link a img {
  left: 0;
  position: relative;
}
#alist-suggest .col-suggest {
  padding-right: 32px;
}
#alist-suggest figcaption .category a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  color: #355e93;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(53, 94, 147, 0);
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -ms-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  text-decoration: none;
}
#alist-suggest figcaption .category a:hover {
  border-bottom: 1px solid rgb(53, 94, 147);
}
#alist-suggest figcaption .category .separator {
  color: #355e93;
  opacity: 0.5;
  margin: 0 8px 0 6px;
}
#alist-suggest figcaption .summary {
  font-size: 18px;
  margin: 0;
}
#alist-suggest figcaption time {
  display: inline-block;
  font-size: 15px;
  margin: 5px 0;
  color: #717171;
  padding: 0;
  min-width: 100px;
}
#alist-suggest .video-duration {
  display: none;
}
#alist-suggest .item figcaption h3.title {
  font-size: 1.6rem;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 8px;
}
#alist-suggest .item figcaption h3.title a {
  display: block;
  padding-left: 0px;
  border-left: 0px solid #fff;
  transition: all 0.15s linear;
  padding-right: 14px;
}
#alist-suggest .item figcaption h3.title a:hover {
  color: #355e93;
  padding-left: 10px;
  padding-right: 0px;
  border-left: 4px solid #254267;
  text-decoration: none;
}
#alist-suggest .item figcaption h3.title a.card-edit-span {
  position: absolute;
  top: -15px;
  right: 0;
  padding: 0;
}
#alist-suggest .item .image-wrap {
  margin-right: 0;
  margin-top: 8px;
}
#alist-suggest .item .image-wrap a {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  border: 1px solid #adadad;
}
#alist-suggest .item .image-wrap img {
  position: absolute;
  left: -9999px;
}
#alist-suggest .item .image-replacement {
  background-color: rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
#alist-suggest .item:first-child figcaption {
  margin-left: 20px;
}
#alist-suggest .service-source {
  display: inline-block;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  background: #355e93;
  color: #fff;
  padding: 2px 7px;
  margin: 0;
}
#alist-suggest .service-source.service-army {
  background: #376251;
}
#alist-suggest .service-source.service-marinecorps {
  background: #990F00;
}
#alist-suggest .service-source.service-navy {
  background: #88743A;
}
#alist-suggest .service-source.service-airforce {
  background: #144A75;
}
#alist-suggest .service-source.service-spaceforce {
  background: #D2D5D2;
  color: #2C588F;
}
#alist-suggest .service-source.service-coastguard {
  background: #327AB7;
}
#alist-suggest .service-source.service-nationalguard {
  background: #000000;
}

@media (max-width: 768px) {
  #alist-suggest {
    margin-left: 15px;
    margin-right: 15px;
  }
  #alist-suggest .col-suggest {
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  #alist-suggest .item:first-child figcaption {
    margin-left: 0;
    margin-top: 8px;
  }
  #alist-suggest .listing-with-preview {
    margin: 7px 0 12px;
    padding: 15px 0 0;
  }
}
.dgov-banner {
  background-color: #000;
}
.dgov-banner .buttons {
  display: flex;
}
.dgov-banner .buttons a {
  margin-right: 20px;
}
.dgov-banner .btn, .dgov-banner .btn:visited {
  padding: 7px 20px;
  border-radius: 4px;
}
.dgov-banner .btn-group {
  opacity: 0;
}
.dgov-banner .btn-group:hover {
  opacity: 1;
}
.dgov-banner .btn-primary-dark {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.dgov-banner .btn-primary-dark:hover {
  background-color: #101010;
  border-color: #101010;
}
.dgov-banner .btn-secondary {
  background-color: #657886 !important;
  color: #FFF;
  border-color: #657886 !important;
}
.dgov-banner .btn-secondary:hover {
  background-color: #586671 !important;
  border-color: #586671 !important;
}
.dgov-banner .category {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dgov-banner .content-type-text {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dgov-banner .title {
  transition: all 0.15s linear;
  padding-left: 0;
  padding-right: 19px;
  border-left: 0 solid #fff;
  text-decoration: none;
  margin: 5px 0 15px;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.dgov-banner .title:hover {
  color: #FFF;
  padding-left: 15px;
  padding-right: 0;
  border-left: 4px solid #fff;
  text-decoration: none;
}
.dgov-banner .title a {
  color: #FFF;
  text-decoration: none;
}
.dgov-banner .desc {
  margin-bottom: 40px;
}
.dgov-banner .desc li {
  list-style: disc;
  margin-left: 40px;
}
.dgov-banner a.content-type-spotlight:link {
  position: relative;
  padding-left: 30px;
}
.dgov-banner a.content-type-spotlight:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.dgov-banner a.content-type-spotlight:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.dgov-banner .screen {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7490196078), transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.dgov-banner .story-img-wrap {
  max-height: 700px;
  max-width: 2200px;
  margin: auto;
  height: 100%;
}
.dgov-banner .story-img-wrap .image-replacement {
  background-position: 50% 50%;
}
.dgov-banner .story-img-wrap img {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.dgov-banner .image-wrap-wrap {
  height: 100%;
  padding-top: 43%;
  min-height: 280px;
}
@media (max-width: 1500px) {
  .dgov-banner .image-wrap-wrap {
    padding-top: 45%;
  }
}
@media (max-width: 1300px) {
  .dgov-banner .image-wrap-wrap {
    padding-top: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .dgov-banner .image-wrap-wrap {
    padding-top: 60%;
  }
}
.dgov-banner .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(25px);
  transform: scale(1.2);
  transition: opacity 500ms linear, transform 500ms ease-out;
  opacity: 1;
  background-size: cover;
  background-position: center center;
}
.dgov-banner .blur.blur-hide {
  opacity: 0;
  transform: scale(1.3);
}
.dgov-banner .blur-stop {
  overflow: hidden;
  position: relative;
}
.dgov-banner .slides {
  position: relative;
  z-index: 3;
}
.dgov-banner .slides .slide-item {
  display: block !important;
}
.dgov-banner .slides .slick-track {
  display: flex;
  align-items: center;
}
.dgov-banner .slides .slick-list {
  max-width: 2200px;
  max-height: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.dgov-banner .slides .slider-prev, .dgov-banner .slides .slider-next {
  color: #fff;
  opacity: 0.8;
  position: absolute;
  top: calc(50% - 18px);
  left: 20px;
  font-size: 36px;
  z-index: 1;
  cursor: pointer;
}
.dgov-banner .slides .slider-next {
  left: auto;
  right: 20px;
}

.dgov-banner-spotlight {
  max-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .dgov-banner-spotlight .blur-stop > .screen {
    display: none;
  }
}
.dgov-banner-spotlight .slick-active figcaption {
  transform: translateX(0) !important;
}
.dgov-banner-spotlight figure {
  max-width: 2200px;
  display: block;
  position: relative;
  margin: auto;
  max-height: 700px;
  padding: 0;
}
.dgov-banner-spotlight figure .caption-container {
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .dgov-banner-spotlight figure .caption-container {
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.dgov-banner-spotlight figure .caption-container figcaption {
  z-index: 3;
  padding: 30px 60px;
  transform: translateX(-1000px);
  transition: transform 300ms ease-out;
}
@media screen and (min-width: 768px) {
  .dgov-banner-spotlight figure .caption-container figcaption {
    padding: 80px;
  }
}
@media screen and (min-width: 992px) {
  .dgov-banner-spotlight figure .caption-container figcaption {
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-spotlight figure .caption-container figcaption {
    width: 46%;
  }
}
.dgov-banner-spotlight figure > .screen {
  display: none;
}
@media screen and (min-width: 992px) {
  .dgov-banner-spotlight figure > .screen {
    display: block;
  }
}
.dgov-banner-spotlight.dgov-banner-singular figure figcaption {
  padding: 80px 25px;
}
@media screen and (min-width: 768px) {
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 80px;
  }
}
.dgov-banner-spotlight .image-wrap-wrap {
  border: none;
  display: none;
}
@media screen and (min-width: 992px) {
  .dgov-banner-spotlight .image-wrap-wrap {
    display: block;
  }
}
.dgov-banner-spotlight .image-wrap-wrap .image-replacement {
  width: 60%;
  right: 0;
  left: auto;
  transform: scale(1.05);
  transition: transform 300ms ease-in-out;
}
.dgov-banner-spotlight .slick-active .image-wrap-wrap .image-replacement {
  transform: scale(1);
}
.dgov-banner-spotlight svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 65%;
}
.dgov-banner-spotlight .summary {
  color: #FFF;
}
.dgov-banner-spotlight-right figure .caption-container {
  justify-content: flex-end;
}
.dgov-banner-spotlight-right figure .caption-container figcaption {
  transform: translateX(1000px);
  transition: transform 300ms ease-out;
}
@media screen and (min-width: 992px) {
  .dgov-banner-spotlight-right figure .caption-container figcaption {
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-spotlight-right figure .caption-container figcaption {
    width: 52%;
  }
}
@media screen and (min-width: 1400px) {
  .dgov-banner-spotlight-right figure .caption-container figcaption {
    width: 46%;
  }
}
@media screen and (min-width: 1501px) {
  .dgov-banner-spotlight-right figure .caption-container figcaption {
    width: 54%;
  }
}
.dgov-banner-spotlight-right .screen {
  background: linear-gradient(271deg, rgba(0, 0, 0, 0.7490196078), transparent);
}
.dgov-banner-spotlight-right .image-wrap-wrap .image-replacement {
  width: 60%;
  right: auto;
  left: 0;
}
.dgov-banner-spotlight-right svg {
  left: auto;
  right: 0;
  width: 75%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dgov-banner-spotlight-right .item-justify {
  justify-content: flex-end;
}
@media (max-width: 1499.9999px) {
  .dgov-banner-spotlight-right svg {
    left: auto;
    right: 0;
    width: 75%;
  }
}
@media (max-width: 1399.9999px) {
  .dgov-banner-spotlight-right svg {
    left: auto;
    right: 0;
    width: 75%;
  }
}
@media (max-width: 1499.9999px) {
  .dgov-banner-spotlight svg {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 65%;
  }
}
@media (max-width: 1399.9999px) {
  .dgov-banner-spotlight svg {
    width: 70%;
  }
}
@media (max-width: 991.9999px) {
  .dgov-banner-spotlight {
    max-height: none;
    height: auto;
  }
  .dgov-banner-spotlight svg {
    display: none;
  }
  .dgov-banner-spotlight .image-wrap-wrap .image-replacement {
    width: 100%;
  }
  .dgov-banner-spotlight .screen {
    background: linear-gradient(359deg, rgba(21, 38, 59, 0.8509803922), rgba(21, 38, 59, 0.2117647059));
  }
  .dgov-banner-spotlight figure {
    max-height: none;
    height: auto;
  }
  .dgov-banner-spotlight .dgov-container {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 155px 10px 50px 10px;
  }
  .dgov-banner-spotlight .blur {
    filter: none;
    background-size: cover;
  }
}

.dgov-banner-minimal {
  max-height: 795px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 95px;
}
.dgov-banner-minimal .slick-active figcaption {
  transform: translateX(0);
}
.dgov-banner-minimal figure {
  max-width: 2200px;
  display: block;
  position: relative;
  margin: auto;
  max-height: 700px;
}
.dgov-banner-minimal .dgov-container {
  position: absolute;
  top: 40%;
  z-index: 3;
}
@media (min-width: 1500px) {
  .dgov-banner-minimal .dgov-container {
    left: 200px;
  }
}
.dgov-banner-minimal .dgov-grid {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .dgov-banner-minimal .dgov-grid {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .dgov-banner-minimal .dgov-grid {
    padding: 0;
  }
}
.dgov-banner-minimal.dgov-banner-singular .dgov-container {
  margin: 0;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .dgov-banner-minimal.dgov-banner-singular .dgov-container {
    margin: 0 auto;
  }
}
.dgov-banner-minimal.dgov-banner-singular .dgov-grid {
  padding: 0;
}
@media (min-width: 768px) {
  .dgov-banner-minimal.dgov-banner-singular .dgov-grid {
    padding: 0 40px;
  }
}
.dgov-banner-minimal .title {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.dgov-banner-minimal .story-img-wrap {
  max-height: 700px;
}
.dgov-banner-minimal .story-img-wrap .image-replacement {
  background-position: 50% 50%;
}
.dgov-banner-minimal .story-img-wrap .image-replacement {
  background-position: 50% 20%;
  background-size: 110%;
  transition: all 0.15s linear;
}
.dgov-banner-minimal-right .dgov-container {
  left: auto;
  margin: 0;
}
@media (min-width: 1500px) {
  .dgov-banner-minimal-right .dgov-container {
    right: 200px;
  }
}
@media (min-width: 1200px) {
  .dgov-banner-minimal-right .dgov-container .dgov-grid > .dgov-col-md-12 {
    display: flex;
    justify-content: flex-end;
  }
}
.dgov-banner-minimal-right .item-justify {
  justify-content: flex-end;
}
.dgov-banner-minimal-right .screen {
  background: linear-gradient(271deg, rgba(0, 0, 0, 0.7490196078), transparent);
}

@media (max-width: 1200px) {
  .dgov-banner-minimal {
    max-height: fit-content;
  }
  .dgov-banner-minimal .screen {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7490196078), transparent);
  }
  .dgov-banner-minimal .dgov-container {
    bottom: 50px;
    top: auto;
  }
}
@media (max-width: 778px) {
  .dgov-banner-minimal .dgov-container {
    bottom: 20px;
    top: auto;
  }
  .dgov-banner-minimal .title {
    font-size: 30px;
  }
  .dgov-banner-minimal .image-wrap-wrap {
    padding-top: 73%;
  }
}
.dgov-banner-minimal-safe {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 795px;
  padding-top: 95px;
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe {
    max-height: 695px;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-minimal-safe {
    max-height: 795px;
  }
}
.dgov-banner-minimal-safe .slick-active figcaption {
  transform: translateX(0);
}
.dgov-banner-minimal-safe .slides .slick-list {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe .slides .slick-list {
    max-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-minimal-safe .slides .slick-list {
    max-height: 700px;
  }
}
.dgov-banner-minimal-safe figure {
  display: block;
  position: relative;
  margin: auto;
  max-height: 700px;
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe figure {
    max-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-minimal-safe figure {
    max-height: 700px;
  }
}
.dgov-banner-minimal-safe .container-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe .container-wrapper {
    align-items: center;
  }
}
.dgov-banner-minimal-safe .dgov-container {
  z-index: 3;
  padding-bottom: 30px;
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dgov-banner-minimal-safe .dgov-container {
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .dgov-banner-minimal-safe .dgov-container {
    min-width: 0;
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .dgov-banner-minimal-safe .dgov-container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .dgov-banner-minimal-safe .dgov-container {
    max-width: 1400px;
  }
}
.dgov-banner-minimal-safe .dgov-grid {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .dgov-banner-minimal-safe .dgov-grid {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .dgov-banner-minimal-safe .dgov-grid {
    padding: 0;
  }
}
.dgov-banner-minimal-safe.dgov-banner-singular .container-wrapper {
  justify-content: flex-start;
}
.dgov-banner-minimal-safe.dgov-banner-singular .dgov-container {
  margin: 0;
}
@media (min-width: 768px) {
  .dgov-banner-minimal-safe.dgov-banner-singular .dgov-container {
    margin: 0 auto;
  }
}
.dgov-banner-minimal-safe.dgov-banner-singular .dgov-grid {
  padding: 0;
}
@media (min-width: 992px) {
  .dgov-banner-minimal-safe.dgov-banner-singular .dgov-grid {
    padding: 0 40px;
  }
}
.dgov-banner-minimal-safe .title {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.dgov-banner-minimal-safe .story-img-wrap {
  max-height: 700px;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe .story-img-wrap {
    max-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-minimal-safe .story-img-wrap {
    max-height: 700px;
  }
}
.dgov-banner-minimal-safe .story-img-wrap .image-wrap-wrap {
  padding-top: 66%;
  border: none;
}
.dgov-banner-minimal-safe .story-img-wrap .image-replacement {
  background-position: 50% 50%;
}
.dgov-banner-minimal-safe .story-img-wrap .image-replacement {
  background-position: 50% 20%;
  background-size: cover;
  transition: all 0.15s linear;
}
.dgov-banner-minimal-safe .safe-bg-img {
  display: none;
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe .safe-bg-img {
    display: block;
  }
}
.dgov-banner-minimal-safe .screen {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7490196078), transparent);
  z-index: 1;
}
.dgov-banner-minimal-safe .blur {
  filter: blur(0);
  transform: scale(1);
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe .screen {
    background: linear-gradient(271deg, rgba(21, 38, 59, 0.8509803922), rgba(21, 38, 59, 0.2117647059));
  }
  .dgov-banner-minimal-safe .blur {
    filter: blur(25px);
    transform: scale(1.2);
  }
  .dgov-banner-minimal-safe.dgov-banner-singular .container-wrapper {
    justify-content: center;
  }
  .dgov-banner-minimal-safe .dgov-container {
    padding-bottom: 0;
  }
}
@media (max-width: 778px) {
  .dgov-banner-minimal-safe .title {
    font-size: 30px;
  }
}

.dgov-banner-double-feature {
  min-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.dgov-banner-double-feature .dgov-container {
  position: relative;
  top: 30%;
  z-index: 3;
  margin: auto;
  display: block;
  padding: 208px 0 108px 0;
}
.dgov-banner-double-feature .dgov-grid {
  max-width: 2200px;
  height: 100%;
  min-height: 700px;
}
.dgov-banner-double-feature .dgov-grid .dgov-col-md-7 {
  flex: 1;
}
.dgov-banner-double-feature .dgov-grid .dgov-col-md-5 {
  background: rgba(21, 38, 59, 0.8509803922);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dgov-banner-double-feature .dgov-grid .dgov-col-md-5 .dgov-col-md-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.dgov-banner-double-feature .dgov-grid .dgov-col-md-5 .dgov-col-md-12 figcaption {
  padding: 35px 0;
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1411764706);
}
.dgov-banner-double-feature .dgov-grid .dgov-col-md-5 .dgov-col-md-12:first-child figcaption {
  border-top: none;
}
.dgov-banner-double-feature .title {
  font-size: 1.5rem;
}
.dgov-banner-double-feature .screen {
  background: linear-gradient(271deg, rgba(0, 0, 0, 0.5882352941), transparent);
}
.dgov-banner-double-feature .story-img-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 9999px;
}
.dgov-banner-double-feature .story-img-wrap img {
  left: -9999px;
}
.dgov-banner-double-feature .image-wrap-wrap {
  height: 100%;
  border: none;
  padding: 0;
}
.dgov-banner-double-feature .defaultVideoOverlay {
  position: absolute;
  top: calc(50% - 70px);
  z-index: 99;
  left: calc(50% - 100px) !important;
  width: 200px;
}
@media (max-width: 991px) {
  .dgov-banner-double-feature {
    height: auto;
  }
  .dgov-banner-double-feature .title {
    font-size: 2.2rem;
  }
  .dgov-banner-double-feature .story-img-wrap {
    display: none;
  }
  .dgov-banner-double-feature .blur {
    filter: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dgov-banner-double-feature figcaption {
    margin: 100px 20px 0;
  }
  .dgov-banner-double-feature .dgov-col-md-7 {
    display: none;
  }
}
@media (max-width: 778px) {
  .dgov-banner-double-feature .title {
    font-size: 30px;
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 187% 0%;
  }
}
.dgov-banner-live-event-promo {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 95px;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo {
    max-height: 700px;
    padding-top: 0;
  }
}
.dgov-banner-live-event-promo .btn, .dgov-banner-live-event-promo .btn:visited {
  padding: 7px 20px;
  border-radius: 4px;
}
.dgov-banner-live-event-promo .dgov-container {
  position: relative;
  top: 30%;
  z-index: 3;
  margin: auto;
  display: block;
  max-width: 1460px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo .dgov-container {
    padding: 150px 30px 60px;
  }
}
@media screen and (min-width: 992px) {
  .dgov-banner-live-event-promo .dgov-container {
    padding: 150px 60px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .dgov-banner-live-event-promo .dgov-container {
    padding: 150px 60px 60px;
  }
}
.dgov-banner-live-event-promo .category {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #737373;
  text-transform: uppercase;
}
.dgov-banner-live-event-promo .content-type-text {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #737373;
  text-transform: uppercase;
}
.dgov-banner-live-event-promo p {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .dgov-banner-live-event-promo p {
    font-size: 20px;
  }
}
.dgov-banner-live-event-promo .title {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding-left: 0px;
  border-left: 0px solid #fff;
  padding-right: 19px;
  text-decoration: none;
  margin: 5px 0px 0px;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.dgov-banner-live-event-promo .title:hover {
  color: #333;
  padding-left: 15px;
  padding-right: 0px;
  border-left: 4px solid #333;
  text-decoration: none;
}
.dgov-banner-live-event-promo .title a {
  color: #333;
  text-decoration: none;
}
.dgov-banner-live-event-promo .item {
  background-color: #192123;
}
.dgov-banner-live-event-promo .screen {
  background: linear-gradient(271deg, rgba(0, 0, 0, 0.5882352941), rgba(0, 0, 0, 0.5882352941));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.dgov-banner-live-event-promo .buttons {
  display: flex;
}
.dgov-banner-live-event-promo .buttons a {
  margin-right: 20px;
}
.dgov-banner-live-event-promo .globe {
  position: absolute;
  z-index: 1;
  top: -5%;
  right: -5%;
  width: 70%;
  height: 110%;
  background-size: cover;
  display: none;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo .globe {
    display: block;
  }
}
.dgov-banner-live-event-promo .moving-screen {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 80%;
  opacity: 1;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 100s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  display: none;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo .moving-screen {
    display: block;
  }
}
.dgov-banner-live-event-promo .story-img-wrap {
  display: none;
  position: absolute;
}
.dgov-banner-live-event-promo .inner-content {
  background: #fff;
  height: auto;
  width: 100%;
  padding: 30px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo .inner-content {
    border-radius: 3px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin: 15px 0;
    padding: 40px;
    transition: all 200ms linear;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-live-event-promo .inner-content {
    min-height: 430px;
    margin: 30px 0;
  }
}
@media screen and (min-width: 1400px) {
  .dgov-banner-live-event-promo .inner-content {
    z-index: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    width: auto;
  }
}
.dgov-banner-live-event-promo .story-img {
  display: none;
}
.dgov-banner-live-event-promo .image-replacement {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo .image-replacement {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .dgov-banner-live-event-promo .image-replacement {
    border-radius: 3px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: block;
    transform: scale(1.05) translateX(16px);
  }
}
@media screen and (min-width: 1400px) {
  .dgov-banner-live-event-promo .image-replacement {
    z-index: 1;
    transform: scale(1) translateX(0);
  }
}
.dgov-banner-live-event-promo .dgov-grid {
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .dgov-banner-live-event-promo .dgov-grid {
    align-items: center;
    flex-direction: row;
  }
}
.dgov-banner-live-event-promo .dgov-grid > div {
  flex: 1 0 100%;
  letter-spacing: normal;
  word-spacing: normal;
}
.dgov-banner-live-event-promo .dgov-grid > div:first-child {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .dgov-banner-live-event-promo .dgov-grid > div {
    flex: 1 0 100%;
  }
  .dgov-banner-live-event-promo .dgov-grid > div:first-child {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .dgov-banner-live-event-promo .dgov-grid > div {
    flex: 1 0 48%;
  }
  .dgov-banner-live-event-promo .dgov-grid > div:first-child {
    display: block;
    width: 100%;
    height: 100%;
    flex: 1 0 52%;
    aspect-ratio: 3/2;
  }
}

.dgov-banner-spotlight-plus {
  max-height: 700px;
  position: relative;
  z-index: 1;
}
.dgov-banner-spotlight-plus h2.heading {
  font-weight: 100;
  margin-top: 100px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  background: #15263b;
  padding: 20px;
  color: #FFF;
}
.dgov-banner-spotlight-plus .dgov-grid {
  max-width: 2200px;
  height: 100%;
  min-height: 700px;
}
.dgov-banner-spotlight-plus .dgov-grid .dgov-col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(21, 38, 59, 0.8509803922);
}
.dgov-banner-spotlight-plus .dgov-grid .dgov-col-md-5 > .dgov-col-md-12 > .dgov-col-md-12:last-child .title {
  border-bottom: none;
}
.dgov-banner-spotlight-plus .dgov-grid > div.dgov-col-md-7 > div.Spotlight > figcaption > div.info > h2 {
  border-bottom: 0;
}
.dgov-banner-spotlight-plus .btn, .dgov-banner-spotlight-plus .btn:visited {
  padding: 7px 20px;
  border-radius: 4px;
}
.dgov-banner-spotlight-plus .dgov-container {
  position: relative;
  top: 30%;
  z-index: 3;
  margin: auto;
  display: block;
  padding: 208px 0 108px 0;
}
.dgov-banner-spotlight-plus .category {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dgov-banner-spotlight-plus .content-type-text {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dgov-banner-spotlight-plus .title {
  transition: all 0.15s linear;
  padding-left: 0;
  border-left: 0 solid #fff;
  padding-right: 19px;
  text-decoration: none;
  margin: 5px 0 0;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
}
.dgov-banner-spotlight-plus .title:hover {
  color: #FFF;
  padding-left: 15px;
  padding-right: 0;
  border-left: 4px solid #fff;
  text-decoration: none;
}
.dgov-banner-spotlight-plus .title a {
  color: #FFF;
  text-decoration: none;
}
.dgov-banner-spotlight-plus .screen {
  background: linear-gradient(271deg, rgba(0, 0, 0, 0.5882352941), transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.dgov-banner-spotlight-plus .buttons {
  display: flex;
}
.dgov-banner-spotlight-plus .buttons a {
  margin-right: 20px;
}
.dgov-banner-spotlight-plus .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(25px);
  transform: scale(1.2);
  transition: opacity 500ms linear, transform 500ms ease-out;
  opacity: 1;
}
.dgov-banner-spotlight-plus .blur-stop {
  overflow: hidden;
  position: relative;
}
.dgov-banner-spotlight-plus .story-img-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dgov-banner-spotlight-plus .story-img-wrap img {
  left: -9999px;
}
.dgov-banner-spotlight-plus .image-wrap-wrap {
  height: 100%;
  border: none;
}
.dgov-banner-spotlight-plus figcaption {
  margin-top: 0;
}
.dgov-banner-spotlight-plus .defaultVideoOverlay {
  position: absolute;
  top: calc(50% - 70px);
  z-index: 99;
  left: calc(50% - 100px) !important;
  width: 200px;
}
.dgov-banner-spotlight-plus .Spotlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7490196078), transparent);
  padding: 30px;
  height: 50%;
}
.dgov-banner-spotlight-plus .Spotlight figcaption {
  position: absolute;
  bottom: 30px;
}
.dgov-banner-spotlight-plus .Spotlight .title {
  font-size: 2.2rem;
  font-weight: 600;
}
.dgov-banner-spotlight-plus .Spotlight .title a {
  color: #FFF;
}
.dgov-banner-spotlight-plus .Spotlight .category {
  color: #FFF;
}
.dgov-banner-spotlight-plus .Spotlight .content-type-text {
  color: #FFF;
}
.dgov-banner-spotlight-plus .inner-content {
  background: #fff;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .dgov-banner-spotlight-plus {
    max-height: none;
    overflow: hidden;
    position: relative;
    height: fit-content;
  }
  .dgov-banner-spotlight-plus .story-img-wrap {
    position: relative;
  }
  .dgov-banner-spotlight-plus .dgov-col-md-7 {
    padding: 0;
  }
  .dgov-banner-spotlight-plus h2.heading {
    margin-top: 0;
  }
}

.dashboard-2024-spotlights {
  background: url(/DesktopModules/ArticleCS/Styles/DefenseGov2/spotlight-bg.png), #0B1F37;
  background-size: 50%;
  padding: 9rem 0 4rem;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .dashboard-2024-spotlights {
    background-size: 20%;
  }
}
.dashboard-2024-spotlights h2 {
  color: #fff;
}
.dashboard-2024-spotlights .image {
  background-size: cover;
  position: relative;
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding-top: 65.5%;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .image {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-spotlights .image {
    margin-bottom: 0;
    display: block;
    padding-top: 87.5%;
    width: calc(100% + 200px);
    border-radius: 4px;
  }
}
.dashboard-2024-spotlights .item, .dashboard-2024-spotlights .info {
  background: #fff;
  padding: 25px;
  border-radius: 4px;
}
.dashboard-2024-spotlights .item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .item {
    border-radius: 4px;
  }
}
.dashboard-2024-spotlights .item .title a {
  color: #333;
}
.dashboard-2024-spotlights .item .title a span {
  padding-left: 0px;
  border-left: 0px solid #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s linear;
}
.dashboard-2024-spotlights .item:hover .title a {
  text-decoration: none;
}
.dashboard-2024-spotlights .item:hover .title a span {
  padding-left: 15px;
  padding-right: 0px;
  border-left: 4px solid #333;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.15s linear;
}
.dashboard-2024-spotlights .info {
  border-radius: 4px;
  height: 100%;
  min-height: 0;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .info {
    min-height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-spotlights .info {
    padding: 20px;
    padding-top: 10px;
  }
}
.dashboard-2024-spotlights .info h3 {
  line-height: 1.2rem;
  margin: 5px 0;
}
.dashboard-2024-spotlights .info h3 a {
  color: #355e93;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  font-size: 1.4rem;
}
.dashboard-2024-spotlights .category {
  color: #666;
  font-size: 0.9rem;
}
.dashboard-2024-spotlights .category a {
  color: #666;
  font-size: 0.9rem;
}
.dashboard-2024-spotlights .content-type {
  color: #666;
}
.dashboard-2024-spotlights .content-type i {
  margin-right: 5px;
}
.dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
  position: absolute;
  top: 30%;
  background: #0b1f37;
  bottom: auto;
  font-size: 40px;
  color: #fff;
}
.dashboard-2024-spotlights .fa-chevron-left {
  left: -5px;
}
.dashboard-2024-spotlights .fa-chevron-right {
  right: -5px;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
    font-size: 1.6rem;
    bottom: 50%;
    padding: 10px;
  }
  .dashboard-2024-spotlights .fa-chevron-right.fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left.fa-chevron-right {
    right: 0;
    z-index: 9;
  }
  .dashboard-2024-spotlights .fa-chevron-right.fa-chevron-left, .dashboard-2024-spotlights .fa-chevron-left.fa-chevron-left {
    left: 0;
    border-radius: 4px;
  }
  .dashboard-2024-spotlights .fa-chevron-right:hover, .dashboard-2024-spotlights .fa-chevron-left:hover {
    opacity: 0.5;
  }
}
.dashboard-2024-spotlights .dgov-container-wide {
  position: relative;
  padding: 0 25px;
  max-width: 1600px;
  display: block;
  margin: auto;
}
.dashboard-2024-spotlights .featured-spotlight-slide .dgov-grid {
  margin: 0 15px;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-grid {
    margin: 0 45px;
  }
}
.dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-5 {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-5 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-5 {
    padding-bottom: 15px;
    display: block;
    width: 41.66666667%;
  }
}
.dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-7 {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-7 {
    width: 100%;
  }
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-7 p {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-7 {
    width: 100%;
  }
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-7 p {
    display: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-7 {
    padding-top: 15px;
    width: 58.33333333%;
  }
}
.dashboard-2024-spotlights .featured-spotlight-related.slick-initialized.slick-slider {
  margin: 0 15px;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .featured-spotlight-related.slick-initialized.slick-slider {
    top: auto;
    margin: 0;
  }
}
.dashboard-2024-spotlights .featured-spotlight-related.slick-initialized.slick-slider [class*=dgov-col-] {
  padding-bottom: 0;
}
.dashboard-2024-spotlights .next-spotlight-button {
  position: absolute;
  top: 0;
  width: 25%;
  right: 0;
  padding: 15px;
  display: none;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-spotlights .next-spotlight-button {
    display: block;
  }
}
.dashboard-2024-spotlights .next-spotlight-button .slide-item .next-card {
  position: relative;
  width: 100%;
}
.dashboard-2024-spotlights .next-spotlight-button .slide-item .next-card .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0;
  background-color: #1e88c3;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.dashboard-2024-spotlights .next-spotlight-button .slide-item .next-card .next-spotlight-text {
  position: relative;
  z-index: 1000;
}
.dashboard-2024-spotlights .next-spotlight-button .btn {
  display: block;
  margin-right: 1px;
}
.dashboard-2024-spotlights .related-container {
  position: relative;
}
.dashboard-2024-spotlights .next-card {
  background: #355e93;
  padding: 25px;
  margin-bottom: 20px;
  min-height: 159px;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .dashboard-2024-spotlights .next-card {
    padding: 15px;
  }
}
.dashboard-2024-spotlights .next-card * {
  color: #fff;
}
.dashboard-2024-spotlights .next-card p {
  text-transform: uppercase;
  margin-bottom: 5px;
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}
.dashboard-2024-spotlights .next-card h3 {
  margin: 10px 0 0;
  font-family: "Lato";
  font-weight: 500;
  font-size: 1.4rem;
  padding-right: 50px;
}

.dgov-2024-experience-slider {
  background: #15263b;
  position: relative;
}
.dgov-2024-experience-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.dgov-2024-experience-slider .slick-dots {
  bottom: 3rem;
}
.dgov-2024-experience-slider .slick-dots li {
  background: rgba(255, 255, 255, 0.6117647059);
  width: 60px;
  height: 20px;
  border-radius: 3px !important;
}
.dgov-2024-experience-slider .slick-dots li.slick-active {
  background: #355e93;
}
.dgov-2024-experience-slider .slick-dots li:hover {
  background: #fff;
}
.dgov-2024-experience-slider .slick-dots li.slick-active:hover {
  background: #355e93;
  cursor: default;
}
.dgov-2024-experience-slider .slick-dots li button {
  display: none;
}
.dgov-2024-experience-slider .slick-slide > div {
  width: 100%;
}
.dgov-2024-experience-slider .slick-slide img {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .dgov-2024-experience-slider .slick-slide .dgov-col-md-6:first-child {
    padding-right: 60px;
  }
  .dgov-2024-experience-slider .slick-slide.even .dgov-grid {
    flex-direction: row-reverse;
  }
  .dgov-2024-experience-slider .slick-slide.even .dgov-grid .dgov-col-md-6:first-child {
    padding-left: 60px;
  }
  .dgov-2024-experience-slider .slick-slide.even .dgov-grid .dgov-col-md-6:last-child {
    text-align: right;
  }
}
.dgov-2024-experience-slider .carousel-next, .dgov-2024-experience-slider .carousel-previous {
  position: absolute;
  top: calc(50% - 25px);
  left: 14px;
  z-index: 999;
  color: #fff;
  font-size: 40px;
  background-color: #15263b;
  padding: 10px;
  border-radius: 4px;
}
@media screen and (min-width: 1620px) {
  .dgov-2024-experience-slider .carousel-next, .dgov-2024-experience-slider .carousel-previous {
    left: calc(50% - 810px);
  }
}
.dgov-2024-experience-slider .carousel-next {
  right: 14px;
  left: auto;
}
@media screen and (min-width: 1620px) {
  .dgov-2024-experience-slider .carousel-next {
    right: calc(50% - 810px);
  }
}
.dgov-2024-experience-slider .btn-exp {
  border: 1px solid #fff;
}
.dgov-2024-experience-slider .btn-exp:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.dgov-2024-experience-slider .btn-exp-dark {
  border: 1px solid #d76b4c;
  background-color: #d76b4c;
  margin-right: 10px;
}
.dgov-2024-experience-slider .btn-exp-dark:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.dgov-2024-experience-slider .btn-primary-ghost {
  color: #FFF;
}
.dgov-2024-experience-slider .dgov-template-slide {
  padding: 10rem 0 7rem;
  position: relative;
}
.dgov-2024-experience-slider .dgov-container-wide {
  z-index: 9;
  position: relative;
  max-width: 1600px;
  display: block;
  margin: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dgov-2024-experience-slider .dgov-container-wide {
    padding: 0px 85px;
  }
}
.dgov-2024-experience-slider * {
  color: #fff;
}
.dgov-2024-experience-slider .category {
  font-weight: 400;
  margin-bottom: 10px;
  font-family: Lato;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 3px 16px;
}
.dgov-2024-experience-slider .quiz {
  background-color: #CF4B04;
}
.dgov-2024-experience-slider .visual-story {
  background-color: #3A826A;
}
.dgov-2024-experience-slider h3.title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 2.5rem;
  transition: all 150ms linear;
}
@media screen and (min-width: 768px) {
  .dgov-2024-experience-slider h3.title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .dgov-2024-experience-slider h3.title {
    font-size: 1.8rem;
  }
}
.dgov-2024-experience-slider h3.title:hover {
  padding-left: 15px;
  border-left: 4px solid #FFF;
}
.dgov-2024-experience-slider h3.title:hover a {
  text-decoration: none;
}
.dgov-2024-experience-slider .separator {
  width: 90%;
  height: 2px;
  margin-bottom: 20px;
  background: #fff;
}
.dgov-2024-experience-slider p {
  font-size: 25px;
}
.dgov-2024-experience-slider image-responsive {
  border-radius: 4px;
}
.dgov-2024-experience-slider .mobile-image {
  display: block !important;
  margin-bottom: 20px;
}
.dgov-2024-experience-slider .img-grid {
  display: none;
}
@media only screen and (min-width: 992px) {
  .dgov-2024-experience-slider .mobile-image {
    display: none !important;
  }
  .dgov-2024-experience-slider .img-grid {
    display: block;
  }
  .dgov-2024-experience-slider .img-grid img {
    max-height: 400px;
  }
}

.dgov2-fts-slider {
  position: relative;
  padding: 0;
  max-width: 1600px;
  margin: auto;
}
.dgov2-fts-slider .slider-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .dgov2-fts-slider .slider-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .dgov2-fts-slider .slider-wrapper {
    flex-direction: column;
  }
}
.dgov2-fts-slider .slider-progress {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .dgov2-fts-slider .slider-progress {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .slider-progress {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 1200px) {
  .dgov2-fts-slider .slider-progress {
    width: 100%;
  }
}
.dgov2-fts-slider .progress {
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  background: #355e93;
  height: 6px;
}
.dgov2-fts-slider h2 {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  color: #444;
}
.dgov2-fts-slider .category {
  color: #8d8d8d;
  font-size: 0.9rem;
}
.dgov2-fts-slider .category a {
  color: #8d8d8d;
  font-size: 0.9rem;
}
.dgov2-fts-slider figure {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.dgov2-fts-slider figure h3 {
  line-height: 2rem;
  margin-top: 5px;
  margin-bottom: 0;
  color: #355e93;
  font-family: "Crimson Text", serif;
  font-weight: 100;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider figure h3 {
    font-size: 1.4rem;
  }
}
.dgov2-fts-slider figure:last-child {
  border-bottom: 0;
}
.dgov2-fts-slider .fts-video-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px 0 0 0;
  z-index: 2;
}
.dgov2-fts-slider .dgov-grid {
  place-content: center;
}
.dgov2-fts-slider .fade-slider {
  order: 1;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .dgov2-fts-slider .fade-slider {
    order: 2;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .fade-slider {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 1200px) {
  .dgov2-fts-slider .fade-slider {
    order: 1;
    width: 100%;
  }
}
.dgov2-fts-slider .fade-slider .edit-article-link {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 0.25em;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: solid rgba(0, 0, 0, 0.4) 1px;
}
.dgov2-fts-slider .fade-slider .slider-item {
  aspect-ratio: 3/2;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.dgov2-fts-slider .fade-slider .slider-item:hover h3 {
  padding-left: 10px;
  border-left: 3px solid #fff;
}
.dgov2-fts-slider .fade-slider .slider-item a.slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.dgov2-fts-slider .fade-slider .slider-item a.slide-link span {
  display: none;
}
.dgov2-fts-slider .fade-slider .slider-item .identifier {
  position: absolute;
  top: 26px;
  left: 20px;
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .fade-slider .slider-item .identifier {
    top: 21px;
    left: 15px;
  }
}
.dgov2-fts-slider .fade-slider .slider-item .identifier img {
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 75px;
  position: relative;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .fade-slider .slider-item .identifier img {
    display: block;
  }
}
.dgov2-fts-slider .fade-slider .slider-item .identifier p {
  color: #fff;
  padding: 3px 18px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  font-size: 15px;
  width: max-content;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .fade-slider .slider-item .identifier p {
    top: 31%;
    left: 60px;
    position: absolute;
    border-radius: 0;
    padding-left: 28px;
  }
}
.dgov2-fts-slider .fade-slider .slider-item h3 {
  font-family: "Crimson Text", serif;
  font-weight: 100;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0 20px;
  bottom: 20px;
  position: absolute;
  z-index: 2;
  border-left: 0 solid #fff;
  transition: all 250ms linear;
}
.dgov2-fts-slider .fade-slider .slider-item h3.video-pad {
  margin-right: 60px;
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .fade-slider .slider-item h3 {
    font-size: 1.5rem;
  }
}
.dgov2-fts-slider .fade-slider .slider-item h3 i.fas {
  font-size: 14px;
  display: inline;
}
.dgov2-fts-slider .fade-slider .slider-item .gradient {
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0 );
  z-index: 1;
  border-radius: 4px;
}
.dgov2-fts-slider .fade-slider .slider-item .army p {
  background: #376251;
}
.dgov2-fts-slider .fade-slider .slider-item .marine-corps p {
  background: #990F00;
}
.dgov2-fts-slider .fade-slider .slider-item .navy p {
  background: #837239;
}
.dgov2-fts-slider .fade-slider .slider-item .air-force p {
  background: #144A75;
}
.dgov2-fts-slider .fade-slider .slider-item .space-force p {
  background: #D2D5D2;
  color: #2C588F;
}
.dgov2-fts-slider .fade-slider .slider-item .national-guard p {
  background: #000000;
}
.dgov2-fts-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.dgov2-fts-slider .slick-dots li:hover, .dgov2-fts-slider .slick-dots li:hover button:before {
  opacity: 1 !important;
}
.dgov2-fts-slider .dots-wrapper {
  order: 2;
}
@media screen and (min-width: 768px) {
  .dgov2-fts-slider .dots-wrapper {
    order: 1;
    width: 80px;
    flex-basis: 80px;
  }
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .dots-wrapper {
    order: 1;
    width: 110px;
    flex-basis: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .dgov2-fts-slider .dots-wrapper {
    order: 2;
    width: auto;
    flex-basis: auto;
  }
}
.dgov2-fts-slider .dots-wrapper .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .dgov2-fts-slider .dots-wrapper .slick-dots {
    flex-direction: column;
    margin-top: 0;
    row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .dgov2-fts-slider .dots-wrapper .slick-dots {
    margin-top: 10px;
    margin-right: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.dgov2-fts-slider .dots-wrapper .slick-dots li {
  opacity: 0.5;
  height: 60px;
  width: 60px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dgov2-fts-slider .dots-wrapper .slick-dots li {
    height: 70px;
    width: 70px;
  }
}
@media screen and (min-width: 992px) {
  .dgov2-fts-slider .dots-wrapper .slick-dots li {
    height: 100px;
    width: 100px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .dgov2-fts-slider .dots-wrapper .slick-dots li {
    height: 70px;
    width: 70px;
    margin-right: 0;
  }
}
.dgov2-fts-slider .dots-wrapper .slick-dots li.slick-active {
  opacity: 1;
}
.dgov2-fts-slider .dots-wrapper .slick-dots li.slick-active img {
  opacity: 1;
}
.dgov2-fts-slider .dots-wrapper .slick-dots li button {
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.dgov2-fts-slider .dots-wrapper .slick-dots li button:before {
  display: none;
}
.dgov2-fts-slider .dots-wrapper .slick-dots li button img {
  width: 100%;
  height: auto;
  opacity: 0.25;
}

.dashboard-2024-news-dynamic {
  padding: 4rem 0 4rem 0rem;
}
.dashboard-2024-news-dynamic .grid-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
}
.dashboard-2024-news-dynamic .grid-wrapper figure {
  position: relative;
  margin: 0 15px 15px;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper figure {
    margin: 15px;
  }
}
.dashboard-2024-news-dynamic .grid-wrapper figure a.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.dashboard-2024-news-dynamic .grid-wrapper figure .news-dynamic-video-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  font-size: 2rem;
  background-color: #FFF;
  color: #3c3c3c;
  opacity: 0.8;
  border-radius: 3px 0 0 0;
  z-index: 2;
  transition: all 250ms;
}
.dashboard-2024-news-dynamic .grid-wrapper figure figcaption h2.title {
  font-family: "Crimson Text", serif;
  font-weight: 100;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 0;
  color: #355e93;
  transition: all 0.15s linear;
}
.dashboard-2024-news-dynamic .grid-wrapper figure figcaption h2.title a {
  color: #355e93;
}
.dashboard-2024-news-dynamic .grid-wrapper figure figcaption h2.title i.fas {
  font-size: 0.8rem;
  display: inline;
}
.dashboard-2024-news-dynamic .grid-wrapper figure:hover h2.title {
  padding-left: 15px;
  padding-right: 0;
  border-left: 4px solid #355e93;
  text-decoration: none;
}
.dashboard-2024-news-dynamic .grid-wrapper figure:hover .news-dynamic-video-icon {
  opacity: 1;
}
.dashboard-2024-news-dynamic .grid-wrapper:has(> .flex-features) {
  flex-direction: column;
}
.dashboard-2024-news-dynamic .grid-wrapper .flex-features {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features {
    flex-direction: row;
  }
}
@media screen and (width < 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: auto;
    aspect-ratio: auto;
    background-color: transparent;
    overflow: visible;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    display: none;
    align-self: flex-start;
    flex: 0 0 175px;
    width: 175px;
    height: auto;
    aspect-ratio: 3/2;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}
@media screen and (width < 992px) and (min-width: 430px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    display: block;
  }
}
@media screen and (width < 992px) and (min-width: 768px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    flex: 0 0 230px;
    width: 230px;
  }
}
@media screen and (width < 992px) and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    display: none;
    flex: 0 0 130px;
    width: 130px;
  }
}
@media screen and (width < 992px) and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    display: block;
  }
}
@media screen and (width < 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure .news-dynamic-video-icon {
    padding: 3px 6px;
    font-size: 1rem;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure .gradient {
    display: none;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption {
    top: -5px;
    position: relative;
    flex: 1 0;
    padding: 0;
    bottom: auto;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure .external-link {
    display: none;
  }
}
@media screen and (width < 992px) and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure {
    min-height: 140px;
  }
}
@media screen and (width < 992px) and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    flex: 0 0 175px;
    width: 175px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure {
    height: calc(100% - 37px);
    border-radius: 4px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #355e93;
    height: 400px;
    flex: 1;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure .sr-only {
    color: #FFF;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure > .feature-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure .gradient {
    position: absolute;
    width: 100%;
    height: 188px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 70%, rgb(0, 0, 0) 100%);
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption {
    bottom: 0;
    position: absolute;
    padding: 20px;
    z-index: 2;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption span {
    color: #fff;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption a {
    color: #fff;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption h2.title {
    color: #fff;
    font-size: 1.5rem;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption h2.title.video-pad {
    margin-right: 60px;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure figcaption h2.title a {
    text-decoration: none;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features figure:hover h2.title {
    border-left: 4px solid #FFF;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features.ffx6 {
    flex-wrap: wrap;
  }
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features.ffx6 figure {
    height: auto;
    aspect-ratio: 3/2;
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper .flex-features.ffx6 figure {
    flex-basis: calc(33% - 30px);
  }
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: auto;
  aspect-ratio: auto;
  background-color: transparent;
  overflow: visible;
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
  display: none;
  align-self: flex-start;
  flex: 0 0 175px;
  width: 175px;
  height: auto;
  aspect-ratio: 3/2;
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 430px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
    flex: 0 0 230px;
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
    display: none;
    flex: 0 0 130px;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
    display: block;
  }
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure .news-dynamic-video-icon {
  padding: 3px 6px;
  font-size: 1rem;
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure .gradient {
  display: none;
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure figcaption {
  top: -5px;
  position: relative;
  flex: 1 0;
  padding: 0;
  bottom: auto;
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure .external-link {
  display: none;
}
@media screen and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure {
    min-height: 140px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
    flex: 0 0 175px;
    width: 175px;
  }
}
.dashboard-2024-news-dynamic .grid-wrapper > .features figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: auto;
    aspect-ratio: auto;
    background-color: transparent;
    overflow: visible;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    display: none;
    align-self: flex-start;
    flex: 0 0 175px;
    width: 175px;
    height: auto;
    aspect-ratio: 3/2;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 430px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    display: block;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    flex: 0 0 230px;
    width: 230px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    display: none;
    flex: 0 0 130px;
    width: 130px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure .news-dynamic-video-icon {
    padding: 3px 6px;
    font-size: 1rem;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure .gradient {
    display: none;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption {
    top: -5px;
    position: relative;
    flex: 1 0;
    padding: 0;
    bottom: auto;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure .external-link {
    display: none;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 1200px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure {
    min-height: 140px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    flex: 0 0 175px;
    width: 175px;
  }
}
@media screen and (max-width: 991.98px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption span {
    color: #717171;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption h2.title span {
    color: #355e93;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption h2.title span a {
    color: #355e93;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure:last-of-type {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure:hover h2.title {
    border-left: 4px solid #355e93;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure {
    height: calc(100% - 37px);
    border-radius: 4px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #355e93;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure .sr-only {
    color: #FFF;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure .gradient {
    position: absolute;
    width: 100%;
    height: 188px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 70%, rgb(0, 0, 0) 100%);
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption {
    bottom: 0;
    position: absolute;
    padding: 20px;
    z-index: 2;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption span {
    color: #fff;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption a {
    color: #fff;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption h2.title {
    color: #fff;
    font-size: 1.5rem;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption h2.title.video-pad {
    margin-right: 60px;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure figcaption h2.title a {
    text-decoration: none;
  }
  .dashboard-2024-news-dynamic .grid-wrapper > .features figure:hover h2.title {
    border-left: 4px solid #FFF;
  }
}
.dashboard-2024-news-dynamic .grid-wrapper > .features.ffxx > figure {
  height: calc(50% - 29px);
}
.dashboard-2024-news-dynamic .more-button {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-2024-news-dynamic .btn-primary-lite {
  background-color: #333;
  border-color: #333;
}
.dashboard-2024-news-dynamic .btn-primary-lite:hover {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}
.dashboard-2024-news-dynamic .btn {
  padding: 7px 20px;
  border-radius: 4px;
}
.dashboard-2024-news-dynamic .btn:visited {
  padding: 7px 20px;
  border-radius: 4px;
}
.dashboard-2024-news-dynamic .dgov-container-wide {
  max-width: 1600px;
  display: block;
  margin: auto;
}
.dashboard-2024-news-dynamic .category {
  color: #717171;
  font-size: 0.9rem;
}
.dashboard-2024-news-dynamic .category a {
  color: #717171;
  font-size: 0.9rem;
  z-index: 2;
  position: relative;
}
.dashboard-2024-news-dynamic .btn-primary-ghost {
  background-color: none;
  display: block;
  margin: auto;
}
