@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,700|Lato:300,400,400i,700,900|Oswald:300,400");
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
}
.dgov-container,
.dgov-container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.dgov-container .dgov-grid,
.dgov-container-full .dgov-grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 768px) {
  .dgov-hidden-xs-down {
    display: none;
  }
}
@media (max-width: 992px) {
  .dgov-hidden-sm-down {
    display: none;
  }
}
@media (max-width: 1200px) {
  .dgov-hidden-md-down {
    display: none;
  }
}
@media (max-width: 1600px) {
  .dgov-hidden-lg-down {
    display: none;
  }
}
@media (min-width: 576px) {
  .dgov-container {
    max-width: 576px;
  }
  .dgov-hidden-xs-up {
    display: none;
  }
}
@media (min-width: 768px) {
  .dgov-container {
    max-width: 768px;
  }
  .dgov-hidden-sm-up {
    display: none;
  }
}
@media (min-width: 992px) {
  .dgov-container {
    max-width: 992px;
  }
  .dgov-hidden-md-up {
    display: none;
  }
}
@media (min-width: 1200px) {
  .dgov-container {
    max-width: 1200px;
  }
  .dgov-hidden-lg-up {
    display: none;
  }
}
@media (min-width: 1400px) {
  .dgov-container {
    max-width: 1400px;
  }
}
.dgov-grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  list-style-type: none;
}
.dgov-grid::before, .dgov-grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=dgov-col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  zoom: 1;
}

[class*=dgov-col-]::before,
[class*=dgov-col-]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=dgov-col-] .dgov-grid {
  flex: 1 1 auto;
  margin: -15px;
}

.dgov-col-12 {
  width: 100%;
}

.dgov-col-11 {
  width: 91.66666667%;
}

.dgov-col-10 {
  width: 83.33333333%;
}

.dgov-col-9 {
  width: 75%;
}

.dgov-col-8 {
  width: 66.66666667%;
}

.dgov-col-7 {
  width: 58.33333333%;
}

.dgov-col-6 {
  width: 50%;
}

.dgov-col-5 {
  width: 41.66666667%;
}

.dgov-col-4 {
  width: 33.33333333%;
}

.dgov-col-3 {
  width: 25%;
}

.dgov-col-2 {
  width: 16.66666667%;
}

.dgov-col-1 {
  width: 8.33333333%;
}

@media (min-width: 576px) {
  .dgov-col-xs-12 {
    width: 100%;
  }
  .dgov-col-xs-11 {
    width: 91.66666667%;
  }
  .dgov-col-xs-10 {
    width: 83.33333333%;
  }
  .dgov-col-xs-9 {
    width: 75%;
  }
  .dgov-col-xs-8 {
    width: 66.66666667%;
  }
  .dgov-col-xs-7 {
    width: 58.33333333%;
  }
  .dgov-col-xs-6 {
    width: 50%;
  }
  .dgov-col-xs-5 {
    width: 41.66666667%;
  }
  .dgov-col-xs-4 {
    width: 33.33333333%;
  }
  .dgov-col-xs-3 {
    width: 25%;
  }
  .dgov-col-xs-2 {
    width: 16.66666667%;
  }
  .dgov-col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .dgov-col-sm-12 {
    width: 100%;
  }
  .dgov-col-sm-11 {
    width: 91.66666667%;
  }
  .dgov-col-sm-10 {
    width: 83.33333333%;
  }
  .dgov-col-sm-9 {
    width: 75%;
  }
  .dgov-col-sm-8 {
    width: 66.66666667%;
  }
  .dgov-col-sm-7 {
    width: 58.33333333%;
  }
  .dgov-col-sm-6 {
    width: 50%;
  }
  .dgov-col-sm-5 {
    width: 41.66666667%;
  }
  .dgov-col-sm-4 {
    width: 33.33333333%;
  }
  .dgov-col-sm-3 {
    width: 25%;
  }
  .dgov-col-sm-2 {
    width: 16.66666667%;
  }
  .dgov-col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .dgov-col-md-12 {
    width: 100%;
  }
  .dgov-col-md-11 {
    width: 91.66666667%;
  }
  .dgov-col-md-10 {
    width: 83.33333333%;
  }
  .dgov-col-md-9 {
    width: 75%;
  }
  .dgov-col-md-8 {
    width: 66.66666667%;
  }
  .dgov-col-md-7 {
    width: 58.33333333%;
  }
  .dgov-col-md-6 {
    width: 50%;
  }
  .dgov-col-md-5 {
    width: 41.66666667%;
  }
  .dgov-col-md-4 {
    width: 33.33333333%;
  }
  .dgov-col-md-3 {
    width: 25%;
  }
  .dgov-col-md-2 {
    width: 16.66666667%;
  }
  .dgov-col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .dgov-col-lg-12 {
    width: 100%;
  }
  .dgov-col-lg-11 {
    width: 91.66666667%;
  }
  .dgov-col-lg-10 {
    width: 83.33333333%;
  }
  .dgov-col-lg-9 {
    width: 75%;
  }
  .dgov-col-lg-8 {
    width: 66.66666667%;
  }
  .dgov-col-lg-7 {
    width: 58.33333333%;
  }
  .dgov-col-lg-6 {
    width: 50%;
  }
  .dgov-col-lg-5 {
    width: 41.66666667%;
  }
  .dgov-col-lg-4 {
    width: 33.33333333%;
  }
  .dgov-col-lg-3 {
    width: 25%;
  }
  .dgov-col-lg-2 {
    width: 16.66666667%;
  }
  .dgov-col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1400px) {
  .dgov-col-xlg-12 {
    width: 100%;
  }
  .dgov-col-xlg-11 {
    width: 91.66666667%;
  }
  .dgov-col-xlg-10 {
    width: 83.33333333%;
  }
  .dgov-col-xlg-9 {
    width: 75%;
  }
  .dgov-col-xlg-8 {
    width: 66.66666667%;
  }
  .dgov-col-xlg-7 {
    width: 58.33333333%;
  }
  .dgov-col-xlg-6 {
    width: 50%;
  }
  .dgov-col-xlg-5 {
    width: 41.66666667%;
  }
  .dgov-col-xlg-4 {
    width: 33.33333333%;
  }
  .dgov-col-xlg-3 {
    width: 25%;
  }
  .dgov-col-xlg-2 {
    width: 16.66666667%;
  }
  .dgov-col-xlg-1 {
    width: 8.33333333%;
  }
}
.dgov-col-auto {
  flex: 1 0 0;
  width: auto;
}

@media (min-width: 576px) {
  .dgov-col-xs-auto {
    flex: 1 0 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .dgov-col-sm-auto {
    flex: 1 0 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .dgov-col-md-auto {
    flex: 1 0 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .dgov-col-lg-auto {
    flex: 1 0 0;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .dgov-col-xlg-auto {
    flex: 1 0 0;
    width: auto;
  }
}
.dgov-order-12 {
  order: 12;
}

.dgov-order-11 {
  order: 11;
}

.dgov-order-10 {
  order: 10;
}

.dgov-order-9 {
  order: 9;
}

.dgov-order-8 {
  order: 8;
}

.dgov-order-7 {
  order: 7;
}

.dgov-order-6 {
  order: 6;
}

.dgov-order-5 {
  order: 5;
}

.dgov-order-4 {
  order: 4;
}

.dgov-order-3 {
  order: 3;
}

.dgov-order-2 {
  order: 2;
}

.dgov-order-1 {
  order: 1;
}

.dgov-order-0 {
  order: 0;
}

@media only screen and (min-width: 576px) {
  .dgov-order-12-xs {
    order: 12;
  }
  .dgov-order-11-xs {
    order: 11;
  }
  .dgov-order-10-xs {
    order: 10;
  }
  .dgov-order-9-xs {
    order: 9;
  }
  .dgov-order-8-xs {
    order: 8;
  }
  .dgov-order-7-xs {
    order: 7;
  }
  .dgov-order-6-xs {
    order: 6;
  }
  .dgov-order-5-xs {
    order: 5;
  }
  .dgov-order-4-xs {
    order: 4;
  }
  .dgov-order-3-xs {
    order: 3;
  }
  .dgov-order-2-xs {
    order: 2;
  }
  .dgov-order-1-xs {
    order: 1;
  }
  .dgov-order-0-xs {
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-order-12-sm {
    order: 12;
  }
  .dgov-order-11-sm {
    order: 11;
  }
  .dgov-order-10-sm {
    order: 10;
  }
  .dgov-order-9-sm {
    order: 9;
  }
  .dgov-order-8-sm {
    order: 8;
  }
  .dgov-order-7-sm {
    order: 7;
  }
  .dgov-order-6-sm {
    order: 6;
  }
  .dgov-order-5-sm {
    order: 5;
  }
  .dgov-order-4-sm {
    order: 4;
  }
  .dgov-order-3-sm {
    order: 3;
  }
  .dgov-order-2-sm {
    order: 2;
  }
  .dgov-order-1-sm {
    order: 1;
  }
  .dgov-order-0-sm {
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-order-12-md {
    order: 12;
  }
  .dgov-order-11-md {
    order: 11;
  }
  .dgov-order-10-md {
    order: 10;
  }
  .dgov-order-9-md {
    order: 9;
  }
  .dgov-order-8-md {
    order: 8;
  }
  .dgov-order-7-md {
    order: 7;
  }
  .dgov-order-6-md {
    order: 6;
  }
  .dgov-order-5-md {
    order: 5;
  }
  .dgov-order-4-md {
    order: 4;
  }
  .dgov-order-3-md {
    order: 3;
  }
  .dgov-order-2-md {
    order: 2;
  }
  .dgov-order-1-md {
    order: 1;
  }
  .dgov-order-0-md {
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-order-12-lg {
    order: 12;
  }
  .dgov-order-11-lg {
    order: 11;
  }
  .dgov-order-10-lg {
    order: 10;
  }
  .dgov-order-9-lg {
    order: 9;
  }
  .dgov-order-8-lg {
    order: 8;
  }
  .dgov-order-7-lg {
    order: 7;
  }
  .dgov-order-6-lg {
    order: 6;
  }
  .dgov-order-5-lg {
    order: 5;
  }
  .dgov-order-4-lg {
    order: 4;
  }
  .dgov-order-3-lg {
    order: 3;
  }
  .dgov-order-2-lg {
    order: 2;
  }
  .dgov-order-1-lg {
    order: 1;
  }
  .dgov-order-0-lg {
    order: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .dgov-order-12-xlg {
    order: 12;
  }
  .dgov-order-11-xlg {
    order: 11;
  }
  .dgov-order-10-xlg {
    order: 10;
  }
  .dgov-order-9-xlg {
    order: 9;
  }
  .dgov-order-8-xlg {
    order: 8;
  }
  .dgov-order-7-xlg {
    order: 7;
  }
  .dgov-order-6-xlg {
    order: 6;
  }
  .dgov-order-5-xlg {
    order: 5;
  }
  .dgov-order-4-xlg {
    order: 4;
  }
  .dgov-order-3-xlg {
    order: 3;
  }
  .dgov-order-2-xlg {
    order: 2;
  }
  .dgov-order-1-xlg {
    order: 1;
  }
  .dgov-order-0-xlg {
    order: 0;
  }
}
.dgov-offset-11 {
  margin-left: 91.66666667%;
}

.dgov-offset-10 {
  margin-left: 83.33333333%;
}

.dgov-offset-9 {
  margin-left: 75%;
}

.dgov-offset-8 {
  margin-left: 66.66666667%;
}

.dgov-offset-7 {
  margin-left: 58.33333333%;
}

.dgov-offset-6 {
  margin-left: 50%;
}

.dgov-offset-5 {
  margin-left: 41.66666667%;
}

.dgov-offset-4 {
  margin-left: 33.33333333%;
}

.dgov-offset-3 {
  margin-left: 25%;
}

.dgov-offset-2 {
  margin-left: 16.66666667%;
}

.dgov-offset-1 {
  margin-left: 8.33333333%;
}

@media only screen and (min-width: 576px) {
  .dgov-offset-11-xs {
    margin-left: 91.66666667%;
  }
  .dgov-offset-10-xs {
    margin-left: 83.33333333%;
  }
  .dgov-offset-9-xs {
    margin-left: 75%;
  }
  .dgov-offset-8-xs {
    margin-left: 66.66666667%;
  }
  .dgov-offset-7-xs {
    margin-left: 58.33333333%;
  }
  .dgov-offset-6-xs {
    margin-left: 50%;
  }
  .dgov-offset-5-xs {
    margin-left: 41.66666667%;
  }
  .dgov-offset-4-xs {
    margin-left: 33.33333333%;
  }
  .dgov-offset-3-xs {
    margin-left: 25%;
  }
  .dgov-offset-2-xs {
    margin-left: 16.66666667%;
  }
  .dgov-offset-1-xs {
    margin-left: 8.33333333%;
  }
  .dgov-offset-0-xs {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-offset-11-sm {
    margin-left: 91.66666667%;
  }
  .dgov-offset-10-sm {
    margin-left: 83.33333333%;
  }
  .dgov-offset-9-sm {
    margin-left: 75%;
  }
  .dgov-offset-8-sm {
    margin-left: 66.66666667%;
  }
  .dgov-offset-7-sm {
    margin-left: 58.33333333%;
  }
  .dgov-offset-6-sm {
    margin-left: 50%;
  }
  .dgov-offset-5-sm {
    margin-left: 41.66666667%;
  }
  .dgov-offset-4-sm {
    margin-left: 33.33333333%;
  }
  .dgov-offset-3-sm {
    margin-left: 25%;
  }
  .dgov-offset-2-sm {
    margin-left: 16.66666667%;
  }
  .dgov-offset-1-sm {
    margin-left: 8.33333333%;
  }
  .dgov-offset-0-sm {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-offset-11-md {
    margin-left: 91.66666667%;
  }
  .dgov-offset-10-md {
    margin-left: 83.33333333%;
  }
  .dgov-offset-9-md {
    margin-left: 75%;
  }
  .dgov-offset-8-md {
    margin-left: 66.66666667%;
  }
  .dgov-offset-7-md {
    margin-left: 58.33333333%;
  }
  .dgov-offset-6-md {
    margin-left: 50%;
  }
  .dgov-offset-5-md {
    margin-left: 41.66666667%;
  }
  .dgov-offset-4-md {
    margin-left: 33.33333333%;
  }
  .dgov-offset-3-md {
    margin-left: 25%;
  }
  .dgov-offset-2-md {
    margin-left: 16.66666667%;
  }
  .dgov-offset-1-md {
    margin-left: 8.33333333%;
  }
  .dgov-offset-0-md {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-offset-11-lg {
    margin-left: 91.66666667%;
  }
  .dgov-offset-10-lg {
    margin-left: 83.33333333%;
  }
  .dgov-offset-9-lg {
    margin-left: 75%;
  }
  .dgov-offset-8-lg {
    margin-left: 66.66666667%;
  }
  .dgov-offset-7-lg {
    margin-left: 58.33333333%;
  }
  .dgov-offset-6-lg {
    margin-left: 50%;
  }
  .dgov-offset-5-lg {
    margin-left: 41.66666667%;
  }
  .dgov-offset-4-lg {
    margin-left: 33.33333333%;
  }
  .dgov-offset-3-lg {
    margin-left: 25%;
  }
  .dgov-offset-2-lg {
    margin-left: 16.66666667%;
  }
  .dgov-offset-1-lg {
    margin-left: 8.33333333%;
  }
  .dgov-offset-0-lg {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .dgov-offset-11-xlg {
    margin-left: 91.66666667%;
  }
  .dgov-offset-10-xlg {
    margin-left: 83.33333333%;
  }
  .dgov-offset-9-xlg {
    margin-left: 75%;
  }
  .dgov-offset-8-xlg {
    margin-left: 66.66666667%;
  }
  .dgov-offset-7-xlg {
    margin-left: 58.33333333%;
  }
  .dgov-offset-6-xlg {
    margin-left: 50%;
  }
  .dgov-offset-5-xlg {
    margin-left: 41.66666667%;
  }
  .dgov-offset-4-xlg {
    margin-left: 33.33333333%;
  }
  .dgov-offset-3-xlg {
    margin-left: 25%;
  }
  .dgov-offset-2-xlg {
    margin-left: 16.66666667%;
  }
  .dgov-offset-1-xlg {
    margin-left: 8.33333333%;
  }
  .dgov-offset-0-xlg {
    margin-left: 0;
  }
}
.dgov-wrap {
  flex-wrap: wrap;
}

.dgov-no-wrap {
  flex-wrap: nowrap;
}

.dgov-no-wrap [class*=dgov-col-] {
  flex-shrink: 1;
}

.dgov-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.dgov-direction-row {
  flex-direction: row;
}

.dgov-direction-row-reverse {
  flex-direction: row-reverse;
}

.dgov-direction-column {
  flex-direction: column;
}

.dgov-direction-column-reverse {
  flex-direction: column-reverse;
}

.dgov-align-start {
  align-items: flex-start;
}

.dgov-align-end {
  align-items: flex-end;
}

.dgov-align-end [class*=dgov-col-] {
  vertical-align: bottom;
}

.dgov-align-center {
  align-items: center;
}

.dgov-align-center [class*=dgov-col-] {
  vertical-align: middle;
}

.dgov-align-baseline {
  align-items: baseline;
}

.dgov-align-content-start {
  align-content: flex-start;
}

.dgov-align-content-end {
  align-content: flex-end;
}

.dgov-align-content-end [class*=dgov-col-] {
  vertical-align: bottom;
}

.dgov-align-content-center {
  align-content: center;
}

.dgov-align-content-space-between {
  align-content: space-between;
}

.dgov-align-content-space-around {
  align-content: space-around;
}

.dgov-align-self-stretch {
  align-self: stretch;
}

.dgov-align-self-start {
  align-self: flex-start;
}

.dgov-align-self-end {
  align-self: flex-end;
  vertical-align: bottom;
}

.dgov-align-self-center {
  align-self: center;
  vertical-align: middle;
}

.dgov-align-self-baseline {
  align-self: baseline;
  vertical-align: baseline;
}

.dgov-justify-start {
  justify-content: flex-start;
}

.dgov-justify-start.grid {
  text-align: left;
}

.dgov-justify-end {
  justify-content: flex-end;
}

.dgov-justify-end.grid {
  text-align: right;
  text-align-last: right;
}

.dgov-justify-end.grid [class*=dgov-col-] {
  text-align: start;
  text-align-last: start;
}

.dgov-justify-center {
  justify-content: center;
}

.dgov-justify-center.grid {
  text-align: center;
  text-align-last: center;
}

.dgov-justify-center.grid [class*=dgov-col-] {
  text-align: start;
  text-align-last: start;
}

.dgov-justify-space-between {
  justify-content: space-between;
}

.dgov-justify-space-between.grid {
  text-align: justify;
  text-align-last: justify;
}

.dgov-justify-space-between.grid [class*=dgov-col-] {
  text-align: start;
  text-align-last: start;
}

.dgov-justify-space-around {
  justify-content: space-around;
}

.dgov-justify-space-around.grid {
  text-align: justify;
  text-align-last: justify;
}

.dgov-justify-space-around.grid [class*=dgov-col-] {
  text-align: start;
  text-align-last: start;
}

.dgov-grid-bleed [class*=dgov-col-] {
  padding: 0;
}

.dgov-col-grid {
  display: flex;
  flex-direction: column;
}

.dgov-col-grid.dgov-direction-row {
  flex-direction: row;
}

.dgov-col-bleed {
  padding: 0;
}

.dgov-col-bleed-x {
  padding: 15px 0;
}

.dgov-col-bleed-y {
  padding: 0 15px;
}

.dgov-flex-img {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.dgov-flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.dgov-flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .dgov-hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dgov-hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dgov-hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dgov-hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .dgov-hidden-lg {
    display: none;
  }
}
@media (min-width: 1400px) {
  .dgov-hidden-xlg {
    display: none;
  }
}
.dgov-grid.dgov-grid-full {
  margin-left: -15px;
  margin-right: -15px;
}

/* Add Custom ReflexGrid Enhanced Style */
@media only screen and (min-width: 576px) {
  .dgov-offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .dgov-offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .dgov-offset-xs-9 {
    margin-left: 75%;
  }
  .dgov-offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .dgov-offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .dgov-offset-xs-6 {
    margin-left: 50%;
  }
  .dgov-offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .dgov-offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .dgov-offset-xs-3 {
    margin-left: 25%;
  }
  .dgov-offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .dgov-offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .dgov-offset-xs-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .dgov-offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .dgov-offset-sm-9 {
    margin-left: 75%;
  }
  .dgov-offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .dgov-offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .dgov-offset-sm-6 {
    margin-left: 50%;
  }
  .dgov-offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .dgov-offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .dgov-offset-sm-3 {
    margin-left: 25%;
  }
  .dgov-offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .dgov-offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .dgov-offset-sm-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-offset-md-11 {
    margin-left: 91.66666667%;
  }
  .dgov-offset-md-10 {
    margin-left: 83.33333333%;
  }
  .dgov-offset-md-9 {
    margin-left: 75%;
  }
  .dgov-offset-md-8 {
    margin-left: 66.66666667%;
  }
  .dgov-offset-md-7 {
    margin-left: 58.33333333%;
  }
  .dgov-offset-md-6 {
    margin-left: 50%;
  }
  .dgov-offset-md-5 {
    margin-left: 41.66666667%;
  }
  .dgov-offset-md-4 {
    margin-left: 33.33333333%;
  }
  .dgov-offset-md-3 {
    margin-left: 25%;
  }
  .dgov-offset-md-2 {
    margin-left: 16.66666667%;
  }
  .dgov-offset-md-1 {
    margin-left: 8.33333333%;
  }
  .dgov-offset-md-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .dgov-offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .dgov-offset-lg-9 {
    margin-left: 75%;
  }
  .dgov-offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .dgov-offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .dgov-offset-lg-6 {
    margin-left: 50%;
  }
  .dgov-offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .dgov-offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .dgov-offset-lg-3 {
    margin-left: 25%;
  }
  .dgov-offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .dgov-offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .dgov-offset-lg-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .dgov-offset-xlg-11 {
    margin-left: 91.66666667%;
  }
  .dgov-offset-xlg-10 {
    margin-left: 83.33333333%;
  }
  .dgov-offset-xlg-9 {
    margin-left: 75%;
  }
  .dgov-offset-xlg-8 {
    margin-left: 66.66666667%;
  }
  .dgov-offset-xlg-7 {
    margin-left: 58.33333333%;
  }
  .dgov-offset-xlg-6 {
    margin-left: 50%;
  }
  .dgov-offset-xlg-5 {
    margin-left: 41.66666667%;
  }
  .dgov-offset-xlg-4 {
    margin-left: 33.33333333%;
  }
  .dgov-offset-xlg-3 {
    margin-left: 25%;
  }
  .dgov-offset-xlg-2 {
    margin-left: 16.66666667%;
  }
  .dgov-offset-xlg-1 {
    margin-left: 8.33333333%;
  }
  .dgov-offset-xlg-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .dgov-order-xs-12 {
    order: 12;
  }
  .dgov-order-xs-11 {
    order: 11;
  }
  .dgov-order-xs-10 {
    order: 10;
  }
  .dgov-order-xs-9 {
    order: 9;
  }
  .dgov-order-xs-8 {
    order: 8;
  }
  .dgov-order-xs-7 {
    order: 7;
  }
  .dgov-order-xs-6 {
    order: 6;
  }
  .dgov-order-xs-5 {
    order: 5;
  }
  .dgov-order-xs-4 {
    order: 4;
  }
  .dgov-order-xs-3 {
    order: 3;
  }
  .dgov-order-xs-2 {
    order: 2;
  }
  .dgov-order-xs-1 {
    order: 1;
  }
  .dgov-order-xs-0 {
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-order-sm-12 {
    order: 12;
  }
  .dgov-order-sm-11 {
    order: 11;
  }
  .dgov-order-sm-10 {
    order: 10;
  }
  .dgov-order-sm-9 {
    order: 9;
  }
  .dgov-order-sm-8 {
    order: 8;
  }
  .dgov-order-sm-7 {
    order: 7;
  }
  .dgov-order-sm-6 {
    order: 6;
  }
  .dgov-order-sm-5 {
    order: 5;
  }
  .dgov-order-sm-4 {
    order: 4;
  }
  .dgov-order-sm-3 {
    order: 3;
  }
  .dgov-order-sm-2 {
    order: 2;
  }
  .dgov-order-sm-1 {
    order: 1;
  }
  .dgov-order-sm-0 {
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-order-md-12 {
    order: 12;
  }
  .dgov-order-md-11 {
    order: 11;
  }
  .dgov-order-md-10 {
    order: 10;
  }
  .dgov-order-md-9 {
    order: 9;
  }
  .dgov-order-md-8 {
    order: 8;
  }
  .dgov-order-md-7 {
    order: 7;
  }
  .dgov-order-md-6 {
    order: 6;
  }
  .dgov-order-md-5 {
    order: 5;
  }
  .dgov-order-md-4 {
    order: 4;
  }
  .dgov-order-md-3 {
    order: 3;
  }
  .dgov-order-md-2 {
    order: 2;
  }
  .dgov-order-md-1 {
    order: 1;
  }
  .dgov-order-md-0 {
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-order-lg-12 {
    order: 12;
  }
  .dgov-order-lg-11 {
    order: 11;
  }
  .dgov-order-lg-10 {
    order: 10;
  }
  .dgov-order-lg-9 {
    order: 9;
  }
  .dgov-order-lg-8 {
    order: 8;
  }
  .dgov-order-lg-7 {
    order: 7;
  }
  .dgov-order-lg-6 {
    order: 6;
  }
  .dgov-order-lg-5 {
    order: 5;
  }
  .dgov-order-lg-4 {
    order: 4;
  }
  .dgov-order-lg-3 {
    order: 3;
  }
  .dgov-order-lg-2 {
    order: 2;
  }
  .dgov-order-lg-1 {
    order: 1;
  }
  .dgov-order-lg-0 {
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .dgov-order-xlg-12 {
    order: 12;
  }
  .dgov-order-xlg-11 {
    order: 11;
  }
  .dgov-order-xlg-10 {
    order: 10;
  }
  .dgov-order-xlg-9 {
    order: 9;
  }
  .dgov-order-xlg-8 {
    order: 8;
  }
  .dgov-order-xlg-7 {
    order: 7;
  }
  .dgov-order-xlg-6 {
    order: 6;
  }
  .dgov-order-xlg-5 {
    order: 5;
  }
  .dgov-order-xlg-4 {
    order: 4;
  }
  .dgov-order-xlg-3 {
    order: 3;
  }
  .dgov-order-xlg-2 {
    order: 2;
  }
  .dgov-order-xlg-1 {
    order: 1;
  }
  .dgov-order-xlg-0 {
    order: 0;
  }
}
/* Layout & Grid overrides */
.page-wrap,
.content-wrap,
.content-wrap-wide,
.inner-wrap-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.container,
.page-wrap,
.content-wrap,
.content-wrap-wide,
.inner-wrap-narrow {
  width: 100%;
}

@media (min-width: 768px) {
  .container,
  .page-wrap,
  .content-wrap,
  .content-wrap-wide {
    width: 90vw;
    max-width: 1400px;
  }
  .content-wrap-wide {
    max-width: 1600px;
  }
  .inner-wrap-narrow {
    max-width: 850px;
  }
}
/* page-wrap - white "page" that pulls itself into previous section */
.page-wrap {
  background: #fff;
  margin-bottom: -180px;
  min-height: 450px;
  transform: translateY(-180px);
  padding: 2rem 2rem 3rem;
  position: relative;
  z-index: 3;
}
.page-wrap::before, .page-wrap::after {
  content: " ";
  display: table;
}
.page-wrap::after {
  clear: both;
}
.page-wrap.staggered > .row, .page-wrap.staggered-cutout > .row {
  margin: 0;
}
.page-wrap.dgov-listing-page {
  padding: 0 !important;
}
.page-wrap.dgov-listing-page > .row {
  margin: 0px;
}
.page-wrap.dgov-listing-page div#ContentPanePage84 {
  padding: 2rem 2rem 3rem;
}
@media only screen and (max-width: 1200px) {
  .page-wrap.dgov-listing-page div#ContentPanePage84 {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 10px 20px;
  }
}
.page-wrap.dgov-listing-page .aframe .body h2 {
  text-align: unset;
}
@media only screen and (max-width: 1199px) {
  .page-wrap.dgov-listing-page .top-bar-nav {
    position: relative;
    box-shadow: none;
    margin-right: 48px;
  }
  .page-wrap.dgov-listing-page .top-bar-nav::after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  }
}
@media (max-width: 1200px) {
  .page-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    padding: 45px 45px 60px;
  }
}
@media (max-width: 768px) {
  .page-wrap {
    padding: 30px 15px 60px;
    margin-bottom: 0;
    transform: translateY(0);
  }
}

.dgov-article-layout .aframe .body h2 {
  text-align: unset;
}
.dgov-article-layout .aframe .body .ntext {
  padding: 1.5rem 2rem 1rem;
}
.dgov-article-layout .aframe .body .related.ntext {
  border: 1px solid #aebfd4;
}
.dgov-article-layout .adetail .related {
  padding-bottom: 0px !important;
}
.dgov-article-layout .abanner header {
  padding: calc(130px + 2rem) 0 1.5rem;
}
@media (max-width: 1200px) {
  .dgov-article-layout .abanner header {
    padding: 120px 0 0px 0;
  }
}
@media (max-width: 768px) {
  .dgov-article-layout .abanner.no-abanner-mobile header {
    padding: 130px 15px 0;
  }
  .dgov-article-layout .abanner.no-abanner-mobile header .maintitle {
    margin: 20px 10px;
  }
  .dgov-article-layout .adetail.aframe .content .inside {
    padding: 15px 15px;
  }
  .dgov-article-layout .adetail .social-block span .addthis_button_facebook span.fa {
    font-size: 25px;
  }
  .dgov-article-layout .adetail .social-block span .addthis_button_twitter span.fa {
    font-size: 26px;
  }
}

/* angles and backgrounds */
.slice-angle {
  position: relative;
}

.slice-angle-gray {
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 750px);
}

.slice-angle-footer-search {
  background-color: rgb(49, 57, 60);
  background-image: linear-gradient(-10deg, rgb(44, 54, 56) 0%, rgb(44, 54, 56) 49.95%, rgb(49, 59, 61) 50%, rgb(49, 57, 60) 100%);
  background-repeat: no-repeat;
}

main > .slice-angle-down-top::before {
  display: none;
}

@media (max-width: 768px) {
  .slice-angle-gray {
    background: none;
  }
  .slice-angle-gray-no-page {
    background: rgb(240, 240, 240);
  }
  .slice-angle-gray-no-page::before {
    border-bottom-color: rgb(240, 240, 240);
  }
}
/* Global Z-Index Helper Classes */
.z10 {
  z-index: 10;
}

.z15 {
  z-index: 15;
}

.z20 {
  z-index: 20;
}

.z25 {
  z-index: 25;
}

.z30 {
  z-index: 30;
}

.z35 {
  z-index: 35;
}

.z40 {
  z-index: 40;
}

/* Helper pair of classes for doing centered overlay */
.blockrel {
  display: block;
  position: relative;
}

.blockrel-overlay {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fullbleed {
  max-width: none;
  width: auto;
}

/* kludge for problem seen on staggered page template... can't set style, DNN removes it */
#dnn_ContentPaneFullBleed1 .staggered,
#dnn_ContentPaneFullBleed1 .staggered-cutout {
  clear: both;
}

/**** SIDEBAR SECTION ****/
.sidebar-section {
  display: block;
  position: relative;
  margin: 0 0 2rem;
}

.sidebar-section-left {
  margin-right: 2rem;
}

.sidebar-section-right {
  margin-left: calc(2rem - 15px);
}

.sidebar-section .sidebar-section-inner {
  padding: 22px 30px 25px;
  background: #ebeff5;
  border: 1px solid #355e93;
  border-top: none;
}

.sidebar-section-full .sidebar-section-inner {
  padding: 10px 0 0;
  background: none;
  border: none;
  border-top: none;
}

.style-list-section .sidebar-section-inner {
  padding: 12px 30px 15px;
}

@media only screen and (max-width: 1199px) {
  .sidebar-section-left {
    margin-right: 0;
  }
  .sidebar-section-right {
    margin-left: 0;
  }
}
/**** PAGE SECTION ****/
.page-section {
  padding: 3rem 0;
}

.page-section > .content-wrap {
  padding: 0 2rem;
}

.page-section-tall {
  padding: 5rem 0;
}

/***** INSIDE DOD *****/
#inside-dod-section {
  background: #242424;
  padding: 4rem 0 3rem;
}

/********************************************************* GLOBAL TYPOGRAPHY ***************************************************/
body {
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  color: #333;
}

html {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
.Normal,
.NormalDisabled,
.NormalDeleted {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  text-rendering: optimizelegibility;
}

h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans {
  font-family: "Lato", sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 42px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}
h2 {
  font-size: 38px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }
}
h3 {
  font-size: 34px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 30px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}
h5 {
  font-size: 26px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.6rem;
  }
}
h6 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1.4rem;
  }
}
h1 small,
h2 small,
h3 small,
h4 small {
  font-size: 0.8em;
}

div.page-title,
span.page-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

h1.page-title .leadin {
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
}

p.constrained {
  max-width: 650px;
  margin: 0 auto 30px;
}

h2.slice-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.6rem;
  margin-bottom: 3rem;
  color: #333;
}

h2.slice-title-light {
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

/***************** SECTION TITLES *****************/
h1.section-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
}

h2.section-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

h3.section-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
}

h4.section-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

h5.section-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

h6.section-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

span.scroll-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}

.section-title-light {
  color: #fff;
}

/* ie11 wont respect the container width because of spotty flex box support */
h1.maintitle,
p.title-blurb {
  max-width: 100%;
}

p {
  margin: 0 0 30px;
  line-height: 1.5;
  font-size: 20px;
}

.ntext {
  line-height: 1.5;
  font-size: 20px;
}

/* looks like a p but no element */
small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

a,
a:visited {
  color: #040404;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

article a,
article a:visited,
.cke_editable a,
.cke_editable a:visited {
  line-height: inherit;
  text-decoration: none;
  color: #000;
  box-shadow: inset 0 -2px 0 #0a856a;
  padding: 2px 0 0;
  transition: background-color 350ms ease-out;
}

article a:hover,
article a:focus {
  background-color: #9dcec3;
  color: #000;
  transition: background-color 350ms ease-out;
  box-shadow: none;
  text-decoration: none;
}

/* Mitigate style bleed into DVIDS Player */
article .DVPPlayerBackground .DVPPlayer a.mejs__volume-slider,
article a.multiBandwidthAnchor {
  box-shadow: none;
}

/* Mitigate button irregularity for multi-bandwidth button */
article .DVPPlayerBackground .DVPPlayer div.multiBandwidthButton {
  /* padding-top: 5px; */
  width: 32px;
  height: 40px;
  background-position-y: 5px;
}

article .DVPPlayerBackground .DVPPlayer div.multiBandwidthButton button {
  background: transparent url("mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

article .DVPPlayerBackground .DVPPlayer .mejs__controls div#multiBandwidthOptions {
  right: 68px;
  bottom: 40px;
}

article .DVPPlayerBackground .DVPPlayer .mejs__controls div#multiBandwidthOptions a.multiBandwidthAnchor {
  padding-left: 0;
  width: 45px;
  text-align: center;
  transition: none;
}

article .DVPPlayerBackground .DVPPlayer a.multiBandwidthAnchor {
  font-size: 12px;
}

.DVIDSVideo ::-webkit-scrollbar-thumb {
  background: rgb(53, 94, 147);
  border-radius: 10px;
}

.DVIDSVideo ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.DVIDSVideo ::-webkit-scrollbar {
  width: 8px;
}

dl {
  margin-bottom: 1.5em;
}

dt,
dd {
  line-height: 1.2;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

hr {
  margin: 2rem 0 1.5rem;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 1em;
  margin: 0 0 1.5em;
  border-left: 5px solid #eee;
}

blockquote p {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1;
  color: #999;
}

blockquote small::before {
  content: "— ";
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

address {
  display: block;
  margin: 0 0 1.5em;
  font-style: normal;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

#footer-main .crisis-line {
  max-width: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.aframe .body ul,
.aframe .body ol {
  margin: 1.5em 3em 1.5em 5px;
}

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

.aframe .body ul > li li {
  list-style-type: circle;
}

.aframe .body ul > li li li {
  list-style-type: square;
}

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

.aframe .body ol {
  counter-reset: item;
}

.aframe .body ol > li {
  margin: 0 0 7px 1.7em;
  padding: 0;
  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 .body ol > li li {
  margin-left: 1em;
}

.aframe .body ol > li ol {
  counter-reset: item;
}

.aframe .body ol > li li::before {
  content: counter(item, lower-alpha) ".";
}

.aframe .body ol > li li li::before {
  content: counter(item, lower-roman) ".";
}

.aframe .body ul ul,
.aframe .body ol ol {
  margin: 10px 0 12px 5px;
}

.cke_editable li {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 15px 30px;
  list-style-type: inherit;
}
.cke_editable ul ul,
.cke_editable ol ol {
  margin-top: 15px;
}
.cke_editable ol ol {
  list-style: lower-alpha;
}
.cke_editable ol ol ol {
  list-style: lower-roman;
}

article ol,
article ul {
  margin: 0 0 1.5em 1em;
}

article ol ol,
article ul ul {
  margin: 0.5em 0 0.5em 1em;
}

article li {
  margin: 0 0 0.8rem;
  font-size: 20px;
  line-height: 30px;
}

article ul li {
  list-style: circle;
}

article ol li {
  list-style: decimal;
}

article ol ul li {
  list-style: circle;
}

article ul ol li {
  list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 1.2;
  list-style: none;
}

ul.style-list li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #aebfd4;
}

ul.style-list li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

ul.style-list li a {
  display: inline-block;
  padding: 10px 0;
  color: #355e93;
}

ul.style-list li a span {
  display: block;
  padding-right: 13px;
  border-left: 0 solid #fff;
  text-decoration: none;
  transition: all 0.15s linear;
}

ul.style-list li a:hover {
  text-decoration: none;
}

ul.style-list li a:hover span,
ul.style-list li.active a span {
  color: #355e93;
  padding-right: 0;
  padding-left: 10px;
  border-left: 3px solid #254267;
}

/* tables */
article table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em;
}

article table td,
article table th {
  border: 1px solid #aaa;
  padding: 10px;
}

article table tr:nth-child(even) {
  background: #eee;
}

article table thead {
  border-bottom: 2px solid #444;
}

article table th {
  font-weight: 400;
}

article table tfoot {
  font-weight: 400;
  border-top: 2px solid #444;
}

.aframe .body table {
  width: 100% !important;
  font-size: 18px;
  margin-bottom: 30px;
}

.aframe .body thead {
  text-align: center;
  background-color: #c5c5c5;
}

.aframe .body thead th {
  text-align: center;
  padding: 3px 5px;
}

.aframe .body tbody th {
  background-color: #ebebeb;
  padding: 3px 5px;
  text-align: center;
}

.aframe .body td {
  text-align: center;
  padding: 3px 5px;
}

/********************************************************* FORMS ***************************************************/
/* forms - namespaced with styled-form. Not sure if these will be used but dont want to collide w dnn */
.styled-form fieldset {
  padding: 0;
  margin: 0 0 1.5em;
  border: 0;
}

.styled-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.styled-form legend small {
  font-size: 18px;
  color: #999;
}

.styled-form label,
.styled-form input,
.styled-form button,
.styled-form select,
.styled-form textarea {
  font-weight: normal;
}

.styled-form input,
.styled-form button,
.styled-form select,
.styled-form textarea {
  font-family: "Lato", sans-serif;
}

.styled-form label {
  display: block;
  margin-bottom: 5px;
}

.styled-form select,
.styled-form textarea,
.styled-form input[type=text],
.styled-form input[type=password],
.styled-form input[type=datetime],
.styled-form input[type=datetime-local],
.styled-form input[type=date],
.styled-form input[type=month],
.styled-form input[type=time],
.styled-form input[type=week],
.styled-form input[type=number],
.styled-form input[type=email],
.styled-form input[type=url],
.styled-form input[type=search],
.styled-form input[type=tel],
.styled-form input[type=color],
.styled-form .uneditable-input {
  display: inline-block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.1rem;
  color: #696969;
  border-radius: 4px;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}

.styled-form input,
.styled-form textarea,
.styled-form .uneditable-input {
  width: 100%;
}

.styled-form textarea {
  height: auto;
}

@media (max-width: 991px) {
  .styled-form select,
  .styled-form textarea,
  .styled-form input[type=text],
  .styled-form input[type=password],
  .styled-form input[type=datetime],
  .styled-form input[type=datetime-local],
  .styled-form input[type=date],
  .styled-form input[type=month],
  .styled-form input[type=time],
  .styled-form input[type=week],
  .styled-form input[type=number],
  .styled-form input[type=email],
  .styled-form input[type=url],
  .styled-form input[type=search],
  .styled-form input[type=tel],
  .styled-form input[type=color],
  .styled-form .uneditable-input {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .styled-form select,
  .styled-form textarea,
  .styled-form input[type=text],
  .styled-form input[type=password],
  .styled-form input[type=datetime],
  .styled-form input[type=datetime-local],
  .styled-form input[type=date],
  .styled-form input[type=month],
  .styled-form input[type=time],
  .styled-form input[type=week],
  .styled-form input[type=number],
  .styled-form input[type=email],
  .styled-form input[type=url],
  .styled-form input[type=search],
  .styled-form input[type=tel],
  .styled-form input[type=color],
  .styled-form .uneditable-input {
    padding: 1rem;
  }
}
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #fff;
  border: 1px solid rgb(115, 124, 128);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: background-color linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  background: #f9f9f9;
  border-color: #355e93;
  box-shadow: none;
  outline: thin dotted \9 ;
}

.styled-form input[type=radio],
.styled-form input[type=checkbox] {
  margin: 4px 4px 0 0;
  line-height: normal;
  position: relative;
  top: -2px;
}

.styled-form input[type=file],
.styled-form input[type=image],
.styled-form input[type=submit],
.styled-form input[type=reset],
.styled-form input[type=button],
.styled-form input[type=radio],
.styled-form input[type=checkbox] {
  width: auto;
}

.styled-form select {
  width: 100%;
  border: 1px solid #ccc;
}

.styled-form select[multiple] {
  height: auto;
}

.select-wrap select {
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
}

.styled-form .select-wrap {
  border: solid 1px rgb(115, 124, 128);
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  height: 2.5rem;
  margin-bottom: 1rem;
}

.styled-form .select-wrap::after {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: FontAwesome, sans-serif;
  content: "\f078";
  color: rgb(115, 124, 128);
  font-size: 24px;
  pointer-events: none;
  background-color: #fff;
}

.styled-form select:focus,
.styled-form input[type=file]:focus,
.styled-form input[type=radio]:focus,
.styled-form input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.styled-form .uneditable-input,
.styled-form .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.styled-form .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.styled-form .uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #717171;
}

.styled-form .radio,
.styled-form .checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.styled-form .radio input[type=radio],
.styled-form .checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.styled-form .radio.inline,
.styled-form .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.styled-form .radio.inline + .radio.inline,
.styled-form .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.styled-form input[disabled],
.styled-form select[disabled],
.styled-form textarea[disabled],
.styled-form input[readonly],
.styled-form select[readonly],
.styled-form textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

.styled-form input[type=radio][disabled],
.styled-form input[type=checkbox][disabled],
.styled-form input[type=radio][readonly],
.styled-form input[type=checkbox][readonly] {
  background-color: transparent;
}

.styled-form input:focus:invalid,
.styled-form textarea:focus:invalid,
.styled-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

.styled-form input:focus:invalid:focus,
.styled-form textarea:focus:invalid:focus,
.styled-form select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.styled-form input[type=submit],
.styled-form input[type=reset],
.styled-form input[type=button],
.styled-form button,
.styled-form .btn {
  min-height: 2.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #5d5d5d;
  border: none;
  border-radius: 4px;
  width: auto;
  transition: all 0.2s;
}

.styled-form .btn:hover,
.styled-form .btn:focus,
.styled-form .btn:active,
.styled-form .btn.active,
.styled-form .btn.disabled,
.styled-form .btn[disabled] {
  text-decoration: none;
}

.styled-form input[type=submit]:hover,
.styled-form input[type=reset]:hover,
.styled-form input[type=button]:hover,
.styled-form button:hover,
.styled-form input[type=submit]:focus,
.styled-form input[type=reset]:focus,
.styled-form input[type=button]:focus,
.styled-form button:focus,
.styled-form .btn:hover,
.styled-form .btn:focus {
  background-color: #355e93;
}

.styled-form input[type=submit]:focus,
.styled-form input[type=reset]:focus,
.styled-form input[type=button]:focus,
.styled-form button:focus,
.styled-form .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.styled-form .btn.active,
.styled-form .btn:active {
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.styled-form .btn.disabled,
.styled-form .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.styled-form button.btn::-moz-focus-inner,
.styled-form input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.styled-form button:focus,
.styled-form .btn:focus {
  outline: none;
}

.styled-form .input-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.styled-form .input-wrap input,
.styled-form .input-wrap select {
  border: none;
  appearance: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  outline: 0;
  background: none;
  margin: 0;
}

.styled-form .input-wrap input:valid,
.styled-form .input-wrap select:valid {
  background: white;
}

.styled-form .input-wrap input:invalid,
.styled-form .input-wrap select:invalid {
  box-shadow: inset 0 1px 0 rgba(255, 0, 0, 0.5);
  background: #f9eae9;
}

.styled-form .input-wrap input:focus,
.styled-form .input-wrap select:focus {
  background: #e9e9e9;
}

.styled-form .input-wrap input:focus + label,
.styled-form .input-wrap input:valid + label,
.styled-form .input-wrap input:invalid + label,
.styled-form .input-wrap input:invalid:focus + label,
.styled-form .input-wrap select:focus + label,
.styled-form .input-wrap select:valid + label,
.styled-form .input-wrap select:invalid + label,
.styled-form .input-wrap select:invalid:focus + label {
  background: rgba(0, 0, 0, 0);
  color: #ccc;
  font-size: 10px;
  padding: 1px 8px;
  z-index: 3;
  top: 100%;
  margin-top: -16px;
  line-height: 12px;
}

.styled-form .input-wrap input:invalid + label,
.styled-form .input-wrap select:invalid + label {
  color: #f8b9b7;
}

/***** PHOTO/VIDEO FILTERING *****/
#ImageGallerySearchDiv {
  margin: 0;
}

.DGOV2Search,
.DGOV2DropDown {
  width: 30%;
}

@media only screen and (max-width: 991px) {
  .DGOV2Search,
  .DGOV2DropDown {
    width: 48%;
  }
}
.styled-form .DGOV2Search input[type=text],
.styled-form .DGOV2Search button,
.styled-form .DVIDSSearchBox input[type=text],
.styled-form .DVIDSSearchBox button {
  padding: 7px 20px;
  height: 44px;
  min-height: 44px;
  text-transform: none;
  border: solid 1px #adadad;
  border-right: none;
  border-radius: 0;
  color: #717171;
  font-size: 18px;
}

.styled-form .DGOV2Search input[type=text]:focus,
.styled-form .DVIDSSearchBox input[type=text]:focus {
  box-shadow: none;
}

.input-group-btn:last-child > .btn {
  padding: 7px 20px;
  color: #adadad;
  min-height: 44px;
  background: none;
  border-radius: 0;
  border: solid 1px #adadad;
  border-left: none;
  transition: 0.15s all;
}

.input-group-btn:last-child > .btn:hover {
  background: #fff;
  color: #333;
}

.DGOV2Search .btn i,
.DVIDSSearchBox .btn i {
  position: relative;
  top: 0;
  margin-left: 0;
  font-size: 16px;
}

.styled-form .input-wrap input:focus:invalid:focus,
.styled-form .input-wrap textarea:focus:invalid:focus,
.styled-form .input-wrap select:focus:invalid:focus {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.175);
}

.styled-form .input-wrap label {
  transition: all 0.2s;
  background: #f2f2f2;
  border-radius: 4px;
  text-align: left;
  position: absolute;
  color: #999;
  padding: 10px 15px;
  font-size: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  line-height: 27px;
  z-index: 1;
}

/* Dropdowns and search */
.styled-form .dropdown-menu {
  border-radius: 0;
  display: block;
  font-size: 1rem;
  max-height: 1vh;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  top: -999em;
}

.styled-form .open > .dropdown-menu {
  top: 100%;
  max-height: none;
  overflow: initial;
  z-index: 1000;
}

.styled-form .dropdown-menu > li > a {
  font-size: 18px;
  transition: all 0.2s;
}

.styled-form .open .dropdown-menu > li > a {
  padding: 12px 20px;
}

.styled-form .dropdown.open > .dropdown-toggle.btn-default:focus {
  background: transparent;
}

.styled-form .dropdown-menu > li > a:hover,
.styled-form .dropdown-menu > li > a:focus {
  background: #355e93;
  color: #fff;
}

.styled-form .dropdown button {
  background: transparent;
  border: solid 1px #adadad;
  border-radius: 0;
  box-shadow: none;
  color: #717171;
  font-size: 18px;
  height: 44px;
  letter-spacing: 0;
  margin: 0;
  min-height: 44px;
  overflow: hidden;
  padding: 7px 20px;
  text-align: left;
  text-transform: none;
  text-overflow: ellipsis;
  width: 100%;
}

.styled-form .dropdown button:hover,
.styled-form .dropdown button:focus {
  background: transparent;
  outline: none;
}

.styled-form .dropdown button i {
  color: #adadad;
  font-size: 20px;
  top: 13px;
  position: absolute;
  right: 1rem;
}

.styled-form .dropdown.open button i::before {
  content: "\f077";
}

@media (max-width: 991px) {
  .styled-form .dropdown button {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .styled-form .dropdown button i {
    margin-top: 2px;
  }
}
@media (max-width: 1200px) {
  .styled-form select,
  .styled-form textarea,
  .styled-form input[type=text],
  .styled-form input[type=password],
  .styled-form input[type=datetime],
  .styled-form input[type=datetime-local],
  .styled-form input[type=date],
  .styled-form input[type=month],
  .styled-form input[type=time],
  .styled-form input[type=week],
  .styled-form input[type=number],
  .styled-form input[type=email],
  .styled-form input[type=url],
  .styled-form input[type=search],
  .styled-form input[type=tel],
  .styled-form input[type=color],
  .styled-form .uneditable-input,
  .styled-form input[type=submit],
  .styled-form input[type=reset],
  .styled-form input[type=button],
  .styled-form button,
  .styled-form .btn {
    min-height: 45px;
  }
}
#usasearch_sayt ul.ui-widget-content {
  border: solid rgb(0, 0, 0) 1px;
}

#usasearch_sayt ul.ui-menu {
  padding: 0;
}

#usasearch_sayt ul.ui-menu li.ui-menu-item {
  font-size: 1rem;
}

#usasearch_sayt ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: none;
  border: solid rgb(0, 0, 0) 1px;
  border-radius: 0;
  color: white;
  background-color: rgb(53, 94, 146);
}

#usasearch_sayt ul.ui-menu li:last-child.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border-radius: 0 0 4px 4px;
}

#usasearch_sayt ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper span[style] {
  margin-left: 1em;
}

#usasearch_sayt ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active span[style] {
  color: white !important;
}

/* colors for article edit buttons */
.dig_admin_button.primary.article_submit {
  color: #fff;
  background-color: #0a856a;
}

.dig_admin_button.primary.article_save_draft {
  color: #242424;
  background-color: #fdb81e;
}

.dig_admin_button.danger.article_delete {
  color: #fff;
  background-color: #c44b40;
}

.btn,
.btn:visited {
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 12px 30px;
  text-transform: none;
  transition: 0.15s all;
  white-space: normal;
}

.btn-default,
.btn-default:visited {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.btn-primary,
.btn-primary:visited {
  background-color: #355e93;
  color: #fff;
  border-color: #355e93;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #254267;
  color: #fff;
  border-color: #254267;
}

.btn-default-ghost,
.btn-default-ghost:visited {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #fff;
}

.btn-default-ghost:hover,
.btn-default-ghost:focus,
.btn-default-ghost:active {
  background-color: rgb(255, 255, 255);
  color: #333;
  border: 1px solid #fff;
}

.btn-primary-ghost,
.btn-primary-ghost:visited {
  background-color: rgba(53, 94, 147, 0.1);
  color: #355e93;
  border: 1px solid #355e93;
}

.btn-primary-ghost:hover,
.btn-primary-ghost:focus,
.btn-primary-ghost:active {
  background-color: #355e93;
  color: #fff;
  border: 1px solid #355e93;
}

@media (hover: none) {
  .btn-default:hover {
    background-color: #fff;
    color: #333;
    border-color: #333;
  }
  .btn-primary:hover {
    background-color: #355e93;
    color: #fff;
    border-color: #355e93;
  }
  .btn-default-ghost:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #fff;
  }
  .btn-primary-ghost:hover {
    background-color: rgba(53, 94, 147, 0.1);
    color: #355e93;
    border: 1px solid #355e93;
  }
}
.btn-icon {
  margin-left: 10px;
}

.block-btn,
.block-btn:visited {
  display: block;
  height: 100%;
  padding: 30px 15px;
  background: #355e93;
  color: #fff;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
}

.block-btn:hover {
  background: #254267;
  color: #fff;
}

.btn i {
  margin-left: 10px;
}

/* Button overrides */
.btn.btn-sm {
  padding: 4px 18px;
}

.btn-danger,
.btn-danger:visited {
  background: #be4238;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #8f3a32;
  color: #fff;
}

.btn-danger-ghost,
.btn-danger-ghost:visited {
  background-color: rgba(190, 66, 56, 0.1);
  color: #be4238;
  border: 1px solid #be4238;
}

.btn-danger-ghost:hover,
.btn-danger-ghost:focus,
.btn-danger-ghost:active {
  background-color: #be4238;
  color: #fff;
  border: 1px solid #be4238;
}

.btn-success,
.btn-success:visited {
  background: #0a856a;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #075d4a;
  color: #fff;
}

.btn-success-ghost,
.btn-success-ghost:visited {
  background-color: rgba(10, 133, 106, 0.1);
  color: #0a856a;
  border: 1px solid #0a856a;
}

.btn-success-ghost:hover,
.btn-success-ghost:focus,
.btn-success-ghost:active {
  background-color: #0a856a;
  color: #fff;
  border: 1px solid #0a856a;
}

.btn-insidedod,
.btn-insidedod:visited {
  background: #893636;
  color: #fff;
}

.btn-insidedod:hover,
.btn-insidedod:focus,
.btn-insidedod:active {
  background: #662828;
  color: #fff;
}

.btn-insidedod-ghost,
.btn-insidedod-ghost:visited {
  background-color: rgba(137, 54, 54, 0.1);
  color: #893636;
  border: 1px solid #893636;
}

.btn-insidedod-ghost:hover,
.btn-insidedod-ghost:focus,
.btn-insidedod-ghost:active {
  background-color: #893636;
  color: #fff;
  border: 1px solid #893636;
}

/* Graphic button classes */
a.graphic-btn {
  display: block;
  height: 100%;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  padding: 2.5rem 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  text-transform: none;
  position: relative;
  transition: ALL 0.15s;
}

a.graphic-btn:hover {
  text-decoration: none !important;
  background: rgba(53, 94, 147, 0.8);
}

a.graphic-btn .bkg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

a.graphic-btn.tall-btn {
  padding: 3.5rem 15px;
}

a.graphic-btn.no-img {
  background: #355e93;
}

a.graphic-btn.no-img:hover {
  background: #254267;
}

/*************** accordion *****************/
.panel-title {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.panel-group {
  margin-bottom: 2rem;
}

.panel-group .panel {
  border: none;
  box-shadow: none;
  border-top: 1px solid #adadad;
  border-radius: 0;
  margin-bottom: 0;
}

.panel-heading {
  position: relative;
}

.panel-heading h2 {
  padding: 0 45px 0 0;
}

.panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
  border-color: #adadad;
}

.panel-heading h4 {
  padding: 0 45px 0 0; /* deletes global padding */
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  margin: 0;
  padding: 0;
}

.panel-heading i {
  float: right;
  position: absolute;
  top: 1.2rem;
  right: 15px;
  font-size: 1.5rem;
  transition: all 0.5s;
}

.panel-body {
  padding: 15px 0;
  margin-bottom: 20px;
}

.collapsed i {
  transform: rotate(-180deg);
}

/****************** video ******************/
.video-duration {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}

@media (max-width: 990px) {
  .video-duration {
    font-size: 17px;
  }
}
.mejs__overlay-button {
  display: none;
}

.mejs-overlay-button {
  display: none;
}

.video-wrap-container {
  position: relative;
}

.video-wrap-container img.defaultVideoOverlay {
  max-width: 80px;
  min-width: 60px;
  border: none !important;
  background: none !important;
  z-index: 10;
  left: 50% !important;
  width: 16% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}

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

.video-wrap-container img.hoverVideoOverlay {
  max-width: 140px;
  min-width: 60px;
  border: none !important;
  background: none !important;
  z-index: 10;
  left: 50% !important;
  width: 16% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  display: none;
}

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

@media (max-width: 990px) {
  .video-duration {
    font-size: 17px;
  }
}
/****************** pagination ******************/
.dgov-pager ul {
  display: flex;
  justify-content: center;
}

.dgov-pager li {
  margin: 0 5px;
}

.dgov-pager li a {
  border-bottom: 4px solid transparent;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 54px;
  line-height: 53px;
  text-align: center;
  transition: 0.15s all;
  width: 44px;
}

.dgov-pager li a:hover {
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  color: #222;
  border-bottom: 4px solid #ebebeb;
}

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

.dgov-pager a,
.alist .dgov-pager a:link {
  color: #696969;
}

.dgov-pager li.active a,
.dgov-pager li.active a:hover {
  color: #355e93;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 4px solid #355e93;
}

.dgov-pager .active a {
  color: #fff;
}

.dgov-pager .disabled {
  color: rgba(105, 105, 105, 0.25);
}

.dgov-pager li.nextprev {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  width: 44px;
  height: 54px;
}

.dgov-pager li.nextprev a {
  font-size: 24px;
}

.dgov-pager li.nextprev a:hover {
  background-color: transparent;
  border-bottom: 4px solid transparent;
}

.dgov-pager li.nextprev > span {
  line-height: 53px;
}

article .social {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}

article .social a {
  display: inline-block;
  border-radius: 50%;
  color: rgb(128, 128, 128);
  border: 1px solid #717171;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 0 8px;
  transition: all 0.2s;
  box-shadow: none;
  padding-top: 0px;
}

article .social a:hover {
  color: #fff;
}

article .social a::after {
  display: none;
}

article .social i {
  font-size: 1rem;
}

article .social a.addthis_button_facebook:hover:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

article .social a.addthis_button_twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}

article .social a.addthis_button_email:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/****************** responsive banner ******************/
.page-banner {
  display: block;
  color: #fff;
  background-color: #355e93;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-banner .image-flipped {
  display: block;
  background: #254267;
  position: absolute;
  top: 100%;
  z-index: 1;
  height: 525px;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg) scaleX(-1);
}

.page-banner .image-flipped::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgb(250, 250, 250) 75%, rgba(250, 250, 250, 0.6) 100%);
}

.page-banner.no-image {
  background: #254267;
}

.page-banner.no-image .page-banner-inner::before {
  height: 120px;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 100%);
}

.page-banner-inner {
  display: block;
  padding: 100px 0 180px;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
}

.page-banner-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 100%);
}

.page-banner .content-wrap {
  max-width: 1400px;
  padding: calc(6em + 30px) 0 0;
  position: relative;
  text-align: left;
  color: #fff;
}

.page-banner-thin .content-wrap {
  padding: 3rem 0 0;
}

.page-banner-inner-contrast {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 55%, rgba(0, 0, 0, 0) 100%);
}

h1.page-title,
div.page-title {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 78px;
  margin: 0 0 18px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.page-banner-thin h1.page-title,
.page-banner-thin div.page-title {
  font-size: 3.2rem;
}

@media (max-width: 992px) {
  h1.page-title,
  div.page-title {
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  h1.page-title,
  div.page-title {
    font-size: 3.2rem;
    line-height: 60px;
  }
}
.panel-title a {
  display: block;
  padding: 1.2rem 0 1rem 0;
}

.page-subtitle {
  font: 400 2rem/1.2em "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.no-image .page-banner-inner {
  background: none;
}

@media screen and (max-width: 1200px) {
  .page-banner-inner {
    padding: 75px 0 180px;
  }
}
@media (max-width: 768px) {
  .page-banner-inner {
    padding: 60px 15px 1px;
  }
  .page-banner-inner::before {
    display: none;
  }
  h1.page-title {
    font-size: 3.2rem;
  }
  .page-banner p {
    font-size: 17px;
  }
  .page-banner .content-wrap {
    padding: 3em 0 0;
  }
}
/* Card Utility Classes */
.dgov-card {
  background: #fff;
  border-radius: 4px;
}

.dgov-card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dgov-card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.dgov-card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.dgov-card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}

.dgov-card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.dgov-card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.12);
}

/**** TABS ****/
h2.tab-title {
  display: block;
  position: relative;
  text-align: right;
  overflow: hidden;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  padding: 0 0 2px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: none;
  color: #717171;
  border-bottom: none;
  height: auto;
}

h2.tab-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1px;
  background-color: #254267;
}

h2.tab-title a,
h2.tab-title span {
  display: inline-block;
  position: relative;
  background-color: #254267;
  color: #fff;
  padding: 3px 5px 2px 5px;
  border-radius: 0;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

h2.tab-title span {
  padding-right: 15px;
  margin-bottom: 0 !important;
}

h2.tab-title a::before,
h2.tab-title span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -54px;
  width: 0;
  height: 0;
  border-bottom: 36px solid #254267;
  border-left: 55px solid transparent;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bluebox-title h2.tab-title a::after {
  content: "\f054";
  /* stylelint-disable font-family-no-missing-generic-family-keyword */
  font-family: "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  display: inline-block;
  position: relative;
  color: #fff;
  top: -2px;
  left: 0;
  margin: 0 10px 0 5px;
  font-size: 0.8em;
  font-weight: 900;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bluebox-title h2.tab-title a:hover::after {
  left: 5px;
}

h2.tab-title a:hover {
  text-decoration: none;
  background: #15263b;
}

h2.tab-title a:hover::before {
  border-bottom-color: #15263b;
}

h2.tab-title a .fas {
  position: relative;
  top: -2px;
  margin: 0 10px 0 5px;
  font-size: 0.8em;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

h2.tab-title a:hover .fas {
  margin: 0 5px 0 10px;
}

/***** LIGHT SECTION TITLES *****/
h2.tab-title.light-tab-title::after {
  background-color: #ebebeb;
}

h2.tab-title.light-tab-title a,
h2.tab-title.light-tab-title span {
  background-color: #ebebeb;
  color: #355e93;
}

h2.tab-title.light-tab-title a::before,
h2.tab-title.light-tab-title span::before {
  border-bottom-color: #ebebeb;
}

h2.tab-title.light-tab-title a:hover {
  text-decoration: none;
  background: #fff;
}

h2.tab-title.light-tab-title a:hover::before {
  border-bottom-color: #fff;
}

h2.tab-title.light-tab-title.hover {
  /* border-bottom: 3px solid #fff; */
}

/***** INSIDE DOD SECTION TITLES *****/
h2.tab-title.insideDod-tab-title::after {
  background-color: #893636;
}

h2.tab-title.insideDod-tab-title a,
h2.tab-title.insideDod-tab-title span {
  background-color: #893636;
}

h2.tab-title.insideDod-tab-title a::before,
h2.tab-title.insideDod-tab-title span::before {
  border-bottom-color: #893636;
}

h2.tab-title.insideDod-tab-title a:hover {
  text-decoration: none;
  background: #6c2222;
}

h2.tab-title.insideDod-tab-title a:hover::before {
  border-bottom-color: #6c2222;
}

/***** MULTIMEDIA SECTION TITLES *****/
h2.tab-title.multimedia-tab-title::after {
  background-color: #f90;
}

h2.tab-title.multimedia-tab-title a,
h2.tab-title.multimedia-tab-title span {
  background-color: #f90;
  color: #141414;
}

h2.tab-title.multimedia-tab-title a::before,
h2.tab-title.multimedia-tab-title span::before {
  border-bottom-color: #f90;
}

h2.tab-title.multimedia-tab-title a:hover {
  text-decoration: none;
  background: #f70;
}

h2.tab-title.multimedia-tab-title a:hover::before {
  border-bottom-color: #f70;
}

/***** CARDS *****/
.story-card.item.explore-item:hover .poster div {
  transform: none !important;
}

.story-card.item.explore-item .card-wrapper .info {
  padding: 12px 11px 15px 20px !important;
}

.story-card.item.explore-item div.title-wrapper:hover {
  text-decoration: none !important;
}

.story-card.item.explore-item .content-type {
  margin-bottom: 5px !important;
}

.story-card.item.explore-item .content-type a {
  font-size: 16px !important;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px solid rgba(53, 94, 147, 0);
  transition: border 0.25s ease;
  text-decoration: none;
}

.story-card.item.explore-item .content-type a:hover {
  border-bottom: 1px solid rgb(53, 94, 147);
}

.story-card.item.explore-item .content-type .separator,
.story-card.item.explore-item a.category,
.story-card.item.explore-item a.category:link {
  display: none !important;
}

.story-card.item.explore-item a.title,
.story-card.item.explore-item a.title:link {
  font-family: "Crimson Text", serif;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  padding-right: 14px;
  border-left: 0 solid #fff;
  text-decoration: none;
  transition: all 0.15s linear;
}

.story-card.item.explore-item a.title:hover,
.story-card.item.explore-item a.title:link:hover {
  color: #355e93;
  padding-right: 0;
  padding-left: 10px;
  border-left: 4px solid #254267;
}

.story-card.item.explore-item .info.card-info .bar {
  padding-right: 14px;
}

/*************** Media Collection List Hypercards Overrides *****************/
#media-collection-listing .single-photo-collection .page-banner .content-wrap {
  max-width: 900px;
}
#media-collection-listing .acategory-skew {
  font-size: 0.85rem;
}
#media-collection-listing .bkg-img {
  transform: scale(1.1);
}
#media-collection-listing .mcl-photo-stories {
  display: block !important;
}

.footer-search {
  position: relative;
}
.footer-search h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin: 0 0 3rem;
}
.footer-search h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.footer-search input[type=search] {
  height: 2.75rem;
  border-radius: 6px;
  border: none;
  padding: 10px 65px 10px 25px;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
}
.footer-search button {
  height: 2.75rem;
  border-radius: 6px;
  border: none;
  border-radius: 0 6px 6px 0;
  background: #717171;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-search button i {
  font-size: 1.4rem;
  color: #fff;
  padding: 0 0.4rem;
}
.footer-search button:hover i {
  color: rgba(255, 255, 255, 0.9);
}
.footer-search input[type=search]:-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-search input[type=search]:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-search input[type=search]::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-search input[type=search]::placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-search .search-popular-tags {
  text-align: center;
  margin: 0 0 2em;
}
.footer-search .search-popular-tags li {
  margin: 0 5px 10px;
  display: inline-block;
}
.footer-search .search-popular-tags li:hover a {
  top: -10px;
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.25);
}
.footer-search .search-popular-tags a {
  display: inline-block;
  padding: 10px 20px;
  background: #be4238;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  top: 0;
  transition: all 0.2s;
}
.footer-search .search-popular-tags a:hover {
  text-decoration: none;
}
.footer-search .search-popular-tags a:focus {
  text-decoration: none;
}

.footer-search-input-wrap {
  width: 400px;
  max-width: 90%;
  margin: 0 auto 3.5rem;
  position: relative;
}

.footer-search-wrap {
  padding: 0;
  color: #fff;
  display: block;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.footer-search-wrap .fa-search {
  font-size: 20px;
  position: absolute;
  margin-left: 12px;
  margin-top: 12px;
  z-index: 1;
}

.footer-search.footer-search-slim {
  display: none;
}
.footer-search.footer-search-slim .footer-search-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
}
.footer-search.footer-search-slim .footer-search-input-wrap {
  margin: 0 20px 0;
}
.footer-search.footer-search-slim h1 {
  margin: 0;
}

.footer-search-slim .slice-angle-footer-search {
  background-image: linear-gradient(-3deg, rgb(44, 54, 56) 0%, rgb(44, 54, 56) 49.95%, rgb(49, 59, 61) 50%, rgb(49, 57, 60) 100%);
  background-repeat: no-repeat;
}

#footer-main {
  padding: 20px 0 !important;
  min-height: 70px !important;
  text-transform: none !important;
  background: #141414 !important;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#footer-main ul {
  margin: 0;
}
#footer-main ul li {
  display: inline-block;
}
#footer-main a {
  color: #999;
  font-size: 1rem;
}
#footer-main .utility {
  width: 90%;
  padding: 0 0 30px;
  margin: 0 auto;
}
#footer-main .utility ul {
  text-align: center;
}
#footer-main .utility ul li {
  border-right: 1px solid #9e9e9e;
  line-height: 1;
  margin: 5px 0 10px;
}
#footer-main .utility ul li:last-child {
  border-right: none;
}
#footer-main .utility ul li a {
  display: inline-block;
  color: #888;
  margin: 0;
  padding: 10px 15px;
}
#footer-main .utility ul li:first-child a {
  margin-left: 0;
}
#footer-main .social {
  order: -1;
  width: 90%;
  padding: 0 0 30px;
  margin: 0 auto;
}
#footer-main .social ul {
  display: flex;
  flex-wrap: nowrap;
  width: 450px;
  max-width: 100%;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
#footer-main .social ul a {
  font-size: 1.4rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.2s;
}
#footer-main .social a .fa-youtube {
  font-size: 0.9em;
}
#footer-main .social a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
#footer-main ul.utility {
  width: 100%;
  text-align: center;
}
#footer-main .footer-separator {
  border-right: #a6a6a6 solid 1px;
  align-self: stretch;
}
#footer-main .footer-section {
  padding: 0 30px;
}
#footer-main .crisis-line, #footer-main .crisis-line-mobile {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 150px;
  height: 50px;
}
#footer-main .crisis-line {
  opacity: 0.7;
  transition: 0.25s;
}
#footer-main .crisis-line:hover {
  opacity: 1;
}
#footer-main .crisis-line-mobile {
  display: none;
}
#footer-main .utility-nav {
  max-width: 70%;
}
#footer-main .utility-nav ul li {
  line-height: 1;
  margin: 0;
  padding: 0;
}
#footer-main .utility-nav ul li:last-child {
  border-right: none;
}
#footer-main .utility-nav ul li a {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #888;
  padding: 10px;
  white-space: nowrap;
}
#footer-main .utility-nav ul li a:hover {
  color: #fff;
}
#footer-main .utility-nav ul li:first-child a {
  margin-left: 0;
}
#footer-main .utility-nav ul li span:hover {
  color: #fff;
}
#footer-main .social-nav {
  margin: 0 30px 0 30px;
}
#footer-main .social-nav ul {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
  justify-content: space-between;
}
#footer-main .social-nav a {
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #adadad;
  transition: all 0.2s;
  margin-left: 15px;
}
#footer-main .social-nav a .fa-youtube {
  font-size: 0.9em;
}
#footer-main .social-nav a:hover {
  text-decoration: none;
  color: #adadad;
  background: rgba(173, 173, 173, 0.3);
}
#footer-main a.subscribe-btn {
  color: #fff;
  transition: background 0.2s;
  font-size: 17px;
}
#footer-main .social-nav-subscribe-container {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  margin-right: 30px;
}

#extended-nav {
  padding: 2rem;
  position: relative;
  background: #222;
  display: none;
}
#extended-nav h1 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 30px;
}
#extended-nav > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5%;
}
#extended-nav > ul > li {
  padding: 10px;
  width: 19%;
  background: rgba(255, 255, 255, 0.05);
  margin: 0 0.5% 1%;
}
#extended-nav ul li li {
  margin-bottom: 15px;
  line-height: 1.1;
}
#extended-nav ul ul {
  margin: 10px 0 5px 10px;
}
#extended-nav a {
  color: #fafafa;
}

#footer {
  position: relative;
  background: #000 !important;
  color: #adadad;
  padding: 2rem 15px;
  clear: both;
  z-index: 1;
}
#footer .right-col {
  width: 30%;
  max-width: 370px;
}
#footer .right-col-inner {
  padding-left: 45px;
  border-left: 1px solid #333;
  height: 100%;
}
#footer h3 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#footer h3 .fas {
  display: none;
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0.9em;
  margin-left: 5px;
  transition: all 0.2s ease-out;
}
#footer h3 a {
  color: #fff;
}
#footer input#footer-search-input {
  width: 100%;
  padding: 10px 15px 10px 42px;
  color: #ebebeb !important;
  border-radius: 4px;
  background: #333;
  border-color: #444;
  font-size: 18px;
}
#footer input#footer-search-input:focus {
  box-shadow: none;
  border-color: #fff;
}

.footer-nav {
  padding: 0 0 30px;
}
.footer-nav li {
  display: block;
  margin-bottom: 5px;
}
.footer-nav li a {
  display: block;
  font-size: 18px;
  padding: 5px 0;
  color: #adadad;
  text-decoration: none;
}
.footer-nav li a:hover {
  color: #fff;
}
.footer-nav li a:hover span {
  background-size: 100% 2px;
}
.footer-nav li a:active {
  color: #fff;
}
.footer-nav li a span {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.2s;
}

.utility-nav li a {
  text-decoration: none;
}
.utility-nav li a span {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.2s;
}
.utility-nav li a:hover span {
  background-size: 100% 2px;
}

.mission {
  display: block;
  position: relative;
  top: -10px;
  padding: 0 0 20px;
  text-align: center;
}
.mission .footer-logo {
  margin-bottom: 20px;
  max-width: 120px;
}
.mission p {
  color: #adadad;
  font-size: 18px;
  margin: 0;
  max-width: 500px;
  text-align: left;
}

.subscribe {
  display: block;
  background: #333;
  padding: 17px 20px 20px;
}
.subscribe p {
  color: #adadad;
  font-size: 18px;
  margin: 0 0 20px;
}

.footer-logo {
  width: 100%;
  max-width: 250px;
  margin: 0 0 1rem;
}

#footer-hosting {
  padding: 10px 30px;
  background-color: #000;
  text-align: center;
}
#footer-hosting .skin-footer-banner a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  color: #adadad;
  text-align: center;
}
#footer-hosting .skin-footer-banner a span {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.2s;
}
#footer-hosting .skin-footer-banner a:hover {
  color: #fff;
}
#footer-hosting .skin-footer-banner a:hover span {
  background-size: 100% 2px;
}
#footer-hosting .skin-footer-banner a:active {
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  .usagov-search-autocomplete {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .footer-search.footer-search-slim h1 {
    margin: 0 0 2rem;
  }
  .footer-search.footer-search-slim .footer-search-wrap {
    display: block;
  }
  .footer-search.footer-search-slim .footer-search-input-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .footer-search h1 {
    font-size: 32px;
    margin: 0 0 2rem;
  }
}
@media (max-width: 1024px) {
  #footer-main {
    padding: 30px 20px 20px;
    padding: 10px 15px;
  }
  #footer-main a {
    font-size: 15px;
  }
  #footer-main .social {
    order: -1;
    width: 90%;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  #footer-main .social a {
    font-size: 30px;
  }
  #footer-main .social ul {
    width: 100%;
    text-align: center;
  }
  #footer-main .utility {
    width: 90%;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  #footer-main .utility ul {
    text-align: center;
  }
  #footer-main ul.utility {
    width: 100%;
    text-align: center;
  }
  #footer-main.sub .utility {
    display: none !important;
  }
  #extended-nav > ul > li {
    width: 32%;
  }
}
@media (max-width: 1200px) {
  #extended-nav > ul > li {
    width: 24%;
  }
}
@media (max-width: 992px) {
  #footer-main .social-nav a {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  #extended-nav > ul > li {
    width: 49%;
  }
  #footer-main .social-nav-subscribe-container {
    flex-direction: column;
    flex-grow: 0.5;
    margin-bottom: 20px;
  }
  #footer-main .social-nav {
    margin: 0 0 10px;
    padding: 15px 0;
  }
}
@media (max-width: 500px) {
  #extended-nav > ul > li {
    width: 100%;
    margin: 0 0 0.5%;
  }
}
@media print {
  #footer {
    display: none;
  }
}
@media (max-width: 1199px) {
  #footer-main ul {
    text-align: center;
  }
  #footer-main .social-nav-subscribe-container {
    flex-grow: 1;
  }
  #footer-main .social-nav {
    margin: 0 30px 0 0;
  }
  #footer-main .desktop-only {
    display: none;
  }
  #footer .right-col {
    max-width: 100%;
    width: 100%;
  }
  #footer .right-col-inner {
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #333;
  }
  .mission {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    padding: 0 0 30px;
  }
  .mission .footer-logo {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .mission p {
    display: inline-block;
  }
  .footer-nav {
    padding: 0 0 15px;
  }
}
@media (max-width: 992px) {
  #footer-main {
    justify-content: center;
  }
  #footer-main .social-nav-subscribe-container {
    margin-right: 0;
    flex-direction: column;
  }
  #footer-main .social-nav {
    margin-right: 0;
  }
  #footer-main .social-nav li {
    margin: 0 1.5vw;
  }
  #footer-main .social-nav a {
    margin-left: 0;
    font-size: 1.6rem;
  }
  #footer-main .subscribe-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 30px;
  }
  #footer-main .crisis-line {
    display: none;
  }
  #footer-main .footer-section {
    padding: 0;
  }
  #footer-main .footer-separator {
    display: none;
  }
  #footer-main .subscribe-btn, #footer-main .crisis-line-mobile {
    display: block;
  }
  .footer-nav-col {
    border-bottom: 1px solid #333;
  }
  #footer h3 {
    margin: 0;
    cursor: pointer;
  }
  #footer h3 .fas {
    display: block;
    opacity: 1;
  }
  #footer .active h3 .fas {
    transform: rotate(180deg);
  }
  #footer .right-col-inner {
    padding-top: 30px;
    border-top: none;
  }
  .footer-nav {
    padding: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.2s;
  }
  .footer-nav-col.active .footer-nav {
    padding: 15px 0 0;
    max-height: 1000px;
    opacity: 1;
  }
  .active .footer-nav {
    display: block;
  }
  .mission {
    display: none;
  }
}
@media (max-width: 560px) {
  .content-wrap {
    width: 100%;
  }
  .footer-inner {
    width: 100%;
  }
}
/********************************************************* GLOBAL CAROUSEL ***************************************************/
.dgov-carousel {
  padding: 3rem 0;
  background: #111;
}

.dgov-carousel h1 {
  padding-right: 6rem;
}

.dgov-carousel h1 .Head {
  font-weight: 400;
}

.dgov-carousel.carousel-wrap-mask {
  max-width: 100%;
  overflow: hidden;
}

.dgov-carousel .carousel-wrap {
  position: relative;
}

.dgov-carousel .slick-prev {
  margin-left: -50px;
}

.dgov-carousel .slick-slide {
  margin: 0 0.5rem;
}

.dgov-carousel .slick-slide .image-wrap,
.dgov-carousel .slick-slide .last-slide {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.dgov-carousel .slick-slide a {
  display: block;
}

.dgov-carousel .slick-slide .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%;
}

.dgov-carousel .slick-slide img {
  position: absolute;
  left: -999em;
}

.dgov-carousel .slick-slide a .slide-title {
  font-size: 1.2rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.7rem 120px 1rem 1.2rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 44%, rgba(0, 0, 0, 0.95) 100%);
}

.dgov-carousel .slick-slide a:hover .slide-title {
  text-decoration: underline;
}

/* mobile slide title */
.dgov-carousel .slick-slide > div {
  height: 100%;
}

.dgov-carousel .slick-slide .slide-container {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}

.dgov-carousel .slick-slide a .mobile-slide-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: none;
  padding: 1rem 15px;
  background: #fff;
  color: #333;
  border-radius: 0 0 4px 4px;
}

.dgov-carousel .slick-slide .mobile-slide-title-container {
  flex-grow: 1;
  display: none;
}

.dgov-carousel .slick-slide .mobile-slide-title-container a {
  height: 100%;
}

.dgov-carousel .slick-slide .mobile-slide-title-container a .mobile-slide-title {
  height: 100%;
}

.slide-container:hover .image-wrap .zoom-bg {
  transform: scale(1.1);
  transition: all 0.2s;
}

.slide-container:hover .mobile-slide-title-container a {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .dgov-carousel .slick-slide .slide-container .image-wrap,
  .dgov-carousel .slick-slide .last-slide {
    border-radius: 4px 4px 0 0;
  }
  .dgov-carousel .slick-slide .mobile-slide-title-container {
    display: block;
  }
  .dgov-carousel .slick-slide a .slide-title {
    display: none;
  }
}
/* end of mobile slide title */
.dgov-carousel .slick-slide a:hover .mobile-slide-title {
  text-decoration: underline;
}

.dgov-carousel .slick-slide .last-slide {
  position: relative;
}

.dgov-carousel .slick-list {
  overflow: visible;
}

.dgov-carousel .slick-arrow {
  position: absolute;
  top: -6.7rem;
  right: 0;
  font-size: 3.5rem;
  cursor: pointer;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  padding: 0 10px;
}

.dgov-carousel .slick-arrow.carousel-previous {
  right: 4rem;
}

.dgov-carousel .slick-arrow.carousel-previous:hover {
  padding: 0 20px 0 0;
}

.dgov-carousel .slick-arrow.carousel-next:hover {
  padding: 0 0 0 20px;
}

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

.dgov-carousel .slick-arrow.slick-disabled:hover {
  padding: 0 10px;
}

.dgov-carousel .carousel {
  margin: 0 -0.5rem 0;
}

@media (max-width: 1024px) {
  .dgov-carousel h1 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .dgov-carousel .carousel {
    margin: 0 auto 2rem;
    max-width: 85vw;
  }
}
.zoom-bg {
  transition: all 0.3s;
}

.zoom-wrap {
  position: relative;
  overflow: hidden;
}

/* out is faster */
figure:hover .image-wrap .zoom-bg,
.image-wrap:hover .zoom-bg,
.image-wrap:focus .zoom-bg,
.zoom-wrap:hover .zoom-bg,
.zoom-wrap:focus .zoom-bg {
  transform: scale(1.1);
  transition: all 0.2s;
}

.dgov-carousel .last-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-90deg, #1e3853 0%, #2e5481 100%);
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dgov-carousel .last-slide .plus {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  position: relative;
  background: #fff;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.dgov-carousel .last-slide .plus::after {
  content: "+";
  color: #1e3853;
  position: relative;
  top: -1px;
}

.dgov-carousel .last-slide h2 {
  text-transform: uppercase;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
}

/* Watch */
.dgov-carousel-watch h1 .highlight {
  color: #fafa20;
}

.dgov-carousel-watch {
  background: radial-gradient(at 95% 10%, #48a054, transparent 90%) no-repeat 0 35% padding-box, linear-gradient(-10deg, rgb(174, 224, 197) 0%, rgb(37, 96, 110) 49.95%, rgb(26, 92, 106) 50%, rgb(32, 52, 76) 100%);
  background-repeat: no-repeat;
}

/* Observe */
.dgov-carousel-observe {
  background: radial-gradient(at 95% 10%, #1d1d1d, transparent 90%) no-repeat 0 35% padding-box, linear-gradient(-10deg, #1e1e1e 0%, #2f2f2f 49.95%, #292929 50%, #252525 100%);
  background-repeat: no-repeat;
}

.dgov-carousel-observe .slick-slide .image-wrap {
  padding-top: 66.667%;
}

.dgov-carousel-observe .slick-slide a .slide-title {
  display: none;
}

.dgov-carousel-observe .more {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  font-size: 0.9rem;
  max-width: 240px;
  padding: 0.9rem;
}

.dgov-carousel-observe .more:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Explore */
.dgov-carousel-explore {
  background: #f0f0f0;
}

.dgov-carousel-explore figure {
  position: relative;
}

.dgov-carousel-explore figcaption {
  position: relative;
  width: 90%;
  margin: -50px auto 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  border-radius: 3px;
  border-top: 8px solid #355d8e;
}

.dgov-carousel-explore a.category {
  text-transform: uppercase;
  color: #355e93;
  margin: 0 0 0.5rem;
}

.dgov-carousel-explore a.title h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.dgov-carousel-explore .slick-slide i.fa-chevron-right {
  position: absolute;
  top: -28px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #fff;
  background: #355d8e;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 5px;
}

.dgov-carousel-explore .slick-slide .image-wrap,
.dgov-carousel-explore .slick-slide .last-slide {
  padding-top: 66.667%;
  border-radius: 10px;
}

.dgov-carousel-explore .slick-arrow,
.dgov-carousel-explore h1.pull-title {
  color: #333;
}

.dgov-carousel-explore .smallVideoOverlay {
  top: -40px !important;
}

@media (max-width: 1400px) {
  .dgov-carousel a.title h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .dgov-carousel a.title h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .dgov-carousel-explore .smallVideoOverlay {
    transform: scale(1);
  }
  .dgov-carousel-explore a.category {
    font-size: 1.2rem;
  }
  .dgov-carousel-explore a.title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 776px) {
  .dgov-carousel-explore .smallVideoOverlay {
    transform: scale(0.9);
  }
}
@media (max-width: 550px) {
  .dgov-carousel-explore .smallVideoOverlay {
    transform: scale(0.8);
  }
}
/* Engage */
.dgov-carousel-engage {
  background: #e4e4e4;
}

.dgov-carousel-engage .slick-arrow,
.dgov-carousel-engage h1.pull-title {
  color: #333;
}

.dgov-carousel-engage .info {
  background: #fff;
  padding: 25px 25px 50px;
  position: relative;
  width: 85%;
  margin: -3rem auto 0;
  min-height: 140px;
  border-radius: 0 0 4px 4px;
}

.dgov-carousel-engage .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");
}

.dgov-carousel-engage .category {
  transform: skewX(-15deg);
  color: #fff;
  background: #355e92;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  padding: 8px 25px;
  font-weight: bold;
  letter-spacing: 2px;
}

.dgov-carousel-engage .category span {
  transform: skewX(15deg);
  display: block;
}

.dgov-carousel-engage .title h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.dgov-carousel-engage .quiz-question-count {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.dgov-carousel-engage .slick-slide .image-wrap,
.dgov-carousel-engage .slick-slide .last-slide {
  padding-top: 66.66%;
}

@media (max-width: 1024px) {
  .dgov-carousel-engage a.title h2 {
    font-size: 2rem;
  }
  .dgov-carousel-engage .category {
    font-size: 1.2rem;
  }
  .dgov-carousel-engage .info {
    min-height: 0;
  }
  .dgov-carousel-engage .quiz-question-count {
    font-size: 1.2rem;
  }
}
@media (max-width: 776px) {
  .dgov-carousel-engage .quiz-question-count {
    font-size: 1.2rem;
  }
  .dgov-carousel-engage .category {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .dgov-carousel-explore figcaption a.title h2 {
    font-size: 1.6rem;
  }
}
/**
    Jquery UI Calendar Overrides
*/
#ui-datepicker-div {
  min-width: 320px;
}

#ui-datepicker-div.ui-datepicker {
  border-color: #adadad;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  margin: 4px 0 0 -2px;
  border: 1px solid #adadad;
  padding: 0;
}

#ui-datepicker-div .ui-widget-header {
  background-color: transparent;
  border: none;
  height: 34px;
  padding: 3px 3px 5px;
  color: #717171;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  line-height: 28px;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-month,
#ui-datepicker-div .ui-widget-header .ui-datepicker-year {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #717171;
  line-height: 28px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  padding: 0;
  margin: 0;
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  height: 44px;
  width: 44px;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th:first-child,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child {
  border-left: none;
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  background-color: #ebeff5;
  color: #254267;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px !important;
  border: 1px solid #ebebeb;
  padding: 0;
  line-height: 40px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  border: 1px solid #ebebeb;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:hover {
  background-color: #355e93;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:hover a {
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  border: none;
  background: none;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #717171;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: #355e93;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  display: block;
  margin: 0;
  padding: 0;
  height: 34px;
  width: 40px;
  font-weight: 700 !important;
  border: none;
  top: 2px;
  opacity: 0.4;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  background: none;
  border: none;
  color: #717171;
  top: 2px;
  opacity: 1;
}

#ui-datepicker-div .ui-datepicker-next:hover {
  right: 2px;
}

#ui-datepicker-div .ui-icon-circle-triangle-e,
#ui-datepicker-div .ui-icon-circle-triangle-w {
  display: none;
}

#ui-datepicker-div .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-next::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  content: "\f104";
  display: block;
  background: none;
  color: #717171 !important;
  height: 34px;
  width: 40px;
  text-indent: 0;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

#ui-datepicker-div .ui-datepicker-next::before {
  content: "\f105";
}

@media screen and (max-width: 991px) {
  #ui-datepicker-div .ui-widget-header,
  #ui-datepicker-div .ui-datepicker-prev,
  #ui-datepicker-div .ui-datepicker-next,
  #ui-datepicker-div .ui-datepicker-prev::before,
  #ui-datepicker-div .ui-datepicker-next::before {
    height: 44px;
    line-height: 40px;
  }
  #ui-datepicker-div .ui-datepicker-prev::before,
  #ui-datepicker-div .ui-datepicker-next::before {
    font-size: 40px;
  }
  #ui-datepicker-div .ui-widget-header .ui-datepicker-title,
  #ui-datepicker-div .ui-widget-header .ui-datepicker-month,
  #ui-datepicker-div .ui-widget-header .ui-datepicker-year {
    line-height: 38px;
  }
}
/* START Date Picker Calendar Overrides */
.RadCalendarPopupShadows .RadCalendar_Default {
  border-color: #adadad;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  margin: 4px 0 0 -2px;
  border: 1px solid #adadad;
}

.RadCalendarPopup .RadCalendar_Default .rcMainTable {
  border-style: hidden;
  border-collapse: collapse;
}

.RadCalendarPopup .RadCalendar_Default .rcTitlebar {
  border: 0;
  background: none;
  color: #000;
  height: 44px;
  padding: 3px 3px 5px;
}

.RadCalendarPopup .RadCalendar_Default .rcMain {
  border: 0;
  border-color: transparent;
}

.RadCalendarPopup .RadCalendar_Default .rcTitle {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #717171;
  line-height: 38px;
}

.RadCalendarPopup .RadCalendar_Default .rcTitlebar a {
  position: relative;
  background-position: unset;
  text-indent: 0;
  background-image: none;
  overflow: visible;
  color: #717171;
  font-size: 20px;
  top: 4px;
  height: 30px;
  width: 35px;
  margin: 0;
  padding: 0 10px 0 5px;
}

.RadCalendarPopup .RadCalendar_Default .rcTitlebar a:hover {
  color: #355e93;
}

.RadCalendarPopup .RadCalendar_Default .rcWeek {
  background-color: #ebeff5;
}

.RadCalendarPopup .RadCalendar_Default .rcWeek th {
  color: #254267;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px !important;
  border: 1px solid #ebebeb;
  padding: 4px 5px 3px;
}

.RadCalendarPopup .RadCalendar_Default .rcRow td {
  border-color: #ebebeb;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.RadCalendarPopup .RadCalendar_Default .rcRow td:not(.rcOutOfRange) {
  cursor: pointer;
}

.RadCalendar .rcMain .rcRow a,
.RadCalendar .rcMain .rcRow span {
  padding: 1px 5px !important;
}

.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow a,
.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow a span,
.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow span {
  font-size: 17px !important;
  color: #717171;
}

.RadCalendarPopup .RadCalendar_Default .rcMain .rcOtherMonth a,
.RadCalendarPopup .RadCalendar_Default .rcMain .rcOutOfRange span {
  color: #717171;
}

.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow .rcOtherMonth a,
.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow .rcOutOfRange {
  opacity: 0.4;
}

.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow .rcSelected,
.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow .rcHover {
  background: #355e93;
  color: #fff;
}

.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow .rcHover a {
  color: #fff;
}

.RadCalendarPopup .RadCalendar_Default .rcMain .rcRow .current {
  background: #ebebeb;
}

.cal-chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 11px;
  left: 0;
  position: relative;
  top: 10px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 11px;
}

.cal-chevron.cal-right::before {
  left: 0;
  transform: rotate(45deg);
}

.cal-chevron.cal-bottom::before {
  top: 0;
  transform: rotate(135deg);
}

.cal-chevron.cal-left::before {
  left: 2px;
  transform: rotate(-135deg);
}

.cal-chevron.second {
  margin-left: -6px;
}

@media (max-width: 992px) {
  .cal-chevron::before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: relative;
    top: 12px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 16px;
  }
  .cal-chevron.second {
    position: absolute;
  }
  .cal-chevron.cal-left.second {
    margin-left: -10px;
  }
  .cal-chevron.cal-right.second {
    margin-left: -22px;
  }
  .RadCalendarPopup .RadCalendar_Default .rcTitlebar {
    height: 38px;
    padding: 4px 3px;
  }
  .RadCalendarPopup .RadCalendar_Default .rcTitle {
    line-height: 37px;
  }
  .RadCalendarPopup .RadCalendar_Default .rcTitlebar a {
    height: 40px;
    top: 0;
  }
  .RadCalendar .rcTitlebar {
    padding: 4px 3px;
  }
}
/* END Date Picker Calendar Overrides */
.fa-trash-o::before {
  content: "\f2ed" !important;
}

/* Fix media breakout for numbered lists */
.ast-list .item .media-inline.breakout {
  margin-left: -30px;
}

.ast-list .item .media-inline.breakout .image-wrapper {
  margin: 0 -376px;
}

@media (max-width: 1556px) {
  .ast-list .item .media-inline.breakout .image-wrapper {
    margin: 0 calc((45vw - 324px) * -1);
  }
}
@media (max-width: 855px) {
  .ast-list .item .media-inline.breakout .image-wrapper {
    width: calc(100% + 118px);
    margin: 0 auto 0 -60px;
  }
}
@media (max-width: 767px) {
  .ast-list .item .media-inline.breakout .image-wrapper {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
/* accordion */
.ast-accordion > .ast-accordion-target > .ast-accordion-item {
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #adadad;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item:first-child {
  border-top: 1px solid #adadad;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label[aria-expanded=true]::after {
  transition: rotate(0deg);
  transform: rotate(0deg);
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label[aria-expanded=true] ~ .ast-accordion-content {
  max-height: inherit;
  overflow: inherit;
  visibility: visible;
  padding: 0 0 20px 0;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label[aria-expanded=true] {
  background-color: transparent;
  color: #254267;
  border: none;
  transition: background-color 200ms linear;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px 50px 19px 0;
  background-color: transparent;
  color: #254267;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 200ms linear;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label:hover {
  background-color: transparent;
  transition: background-color 200ms linear;
  border: none;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label::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: "\f077";
  height: inherit;
  text-align: center;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(180deg);
  transition: all 0.35s;
}

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-content {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.35s;
}

section.gen-brandedhr {
  display: block;
  max-width: 300px;
  height: 5px;
  background: #355e93;
  margin: 45px auto;
  width: 40%;
  clear: both;
}

.gen-brandedhr-line {
  display: none;
}

/**** AFPIMS MEDIA PLAYER MULTISLIDER ****/
@media (max-width: 1200px) {
  body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container::-webkit-scrollbar-thumb {
    background: #355e93 !important;
  }
}
body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container .amp-media-info .top-content .amp-scoll-content::-webkit-scrollbar-thumb {
  background: #355e93 !important;
}
body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container .amp-multiple-slider-popup-episode a:hover .amp-play-container {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-hover.png");
}
body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container .amp-multiple-slider-popup-episode .amp-episode-image .amp-play-container {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-default.png");
}
body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container .amp-multiple-slider-popup-episode .amp-episode-image .audio-overlay,
body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container .amp-multiple-slider-popup-episode .amp-episode-image .video-overlay {
  display: none;
}
body .amp-lightbox .amp-outer-player-container .amp-outer-player-inner-container .mejs__overlay-play {
  display: none;
}
body .amp-view .amp-vertical-carousel-player-page .amp-default-media-player .mejs__overlay-play .mejs__overlay-button {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-default.png") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: 80px 60px !important;
  display: flex !important;
}
body .amp-view .amp-vertical-carousel-player-page .amp-default-media-player .mejs__overlay-play:hover .mejs__overlay-button {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-hover.png") !important;
}
body .amp-view .amp-vertical-carousel-player-page .amp-episode-image .overlay-wrapper:hover {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-hover.png") !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: 40px 30px !important;
}
body .amp-view .amp-vertical-carousel-player-page .amp-episode-image .overlay-wrapper .video-overlay, body .amp-view .amp-vertical-carousel-player-page .amp-episode-image .overlay-wrapper .audio-overlay {
  display: none !important;
}

.amp-multiple-slider-player-page h2.amp-tab-title i {
  vertical-align: baseline;
}
.amp-multiple-slider-player-page .amp-multiple-slider-carousel .carousel-wrapper .amp-right-scroll i,
.amp-multiple-slider-player-page .amp-multiple-slider-carousel .carousel-wrapper .amp-left-scroll i {
  color: #fff;
}
.amp-multiple-slider-player-page .amp-multiple-slider-carousel .carousel-wrapper .amp-right-scroll {
  background: linear-gradient(to right, rgba(20, 20, 20, 0) 0%, #141414 100%);
}
.amp-multiple-slider-player-page .amp-multiple-slider-carousel .carousel-wrapper .amp-left-scroll {
  background: linear-gradient(to left, rgba(20, 20, 20, 0) 0%, #141414 100%);
}
.amp-multiple-slider-player-page .amp-multiple-slider-episode a:hover {
  color: #fff;
}
.amp-multiple-slider-player-page .amp-multiple-slider-episode a:hover .amp-play-container {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-hover.png");
}
.amp-multiple-slider-player-page .amp-multiple-slider-episode .amp-episode-image .amp-play-container {
  background-image: url("/Portals/_default/Skins/DGOV2/Resources/img/play-default.png");
}
.amp-multiple-slider-player-page .amp-multiple-slider-episode .amp-episode-image .audio-overlay,
.amp-multiple-slider-player-page .amp-multiple-slider-episode .amp-episode-image .video-overlay {
  display: none;
}
.amp-multiple-slider-player-page .amp-multiple-slider-episode .amp-episode-title {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.dgov-word-anchor {
  display: inline;
  white-space: nowrap;
}

.header_banner_container {
  background-color: #15263b;
  color: #fff;
  padding: 3px 0 3px 20px;
  position: relative;
  z-index: 3;
}
.header_banner_container .header_banner_flag {
  display: block;
  align-items: center;
  padding: 6px 0;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  white-space: normal;
}
.header_banner_container .header_banner_flag u {
  display: none;
}
.header_banner_container .header_banner_flag .expand-more-container {
  display: inline;
  color: #aebfd4;
  font-size: 14px;
}
@media screen and (min-width: 544px) {
  .header_banner_container .header_banner_flag .expand-more-container {
    font-size: 10px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 544px) {
  .header_banner_container .header_banner_flag u {
    display: inline;
  }
}
@media screen and (min-width: 365px) {
  .header_banner_container .header_banner_flag {
    height: 30px;
    white-space: nowrap;
  }
}
.header_banner_container .header_banner_flag::before {
  background-image: url("/Portals/_default/skins/dgov2/resources/img/us_flag_small.png");
  background-size: 20px 12px;
  background-repeat: no-repeat;
  content: "";
  float: left;
  display: block;
  height: 30px;
  margin-right: 10px;
  margin-top: 4px;
  width: 20px;
}
.header_banner_container .header_banner_inner {
  display: block;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1400px;
  font-size: 12px;
}
.header_banner_container .header_banner_accordion {
  border: 0;
  color: #aebfd4;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  text-align: left;
  transition: all 0.4s ease-out;
  margin: 0 4px 0 10px;
  display: inline;
}
.header_banner_container .header_banner_accordion:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.header_banner_container .header_banner_accordion svg {
  display: inline;
  position: relative;
  transition: all 0.4s ease-out;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
.header_banner_container .header_banner_accordion svg path {
  display: inline;
}
.header_banner_container .header_banner_accordion svg .expand-more {
  fill: #aebfd4;
}
.header_banner_container .header_banner_panel {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-height: 0;
  max-width: 1400px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .header_banner_container .header_banner_panel {
    flex-direction: row;
  }
}
.header_banner_container .header_banner_panel_item {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.header_banner_container .header_banner_panel_item:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .header_banner_container .header_banner_panel_item {
    width: 50%;
    margin-right: 50px;
  }
  .header_banner_container .header_banner_panel_item:last-child {
    margin-top: 0;
  }
}
.header_banner_container .header_banner_content {
  font-size: 14px;
  line-height: 26px;
  max-width: none;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.header_banner_container .header_banner_content p {
  margin-bottom: 0;
  font-size: 18px;
}
.header_banner_container .header_banner_dotgov::before {
  background-image: url("/Portals/_default/skins/dgov2/resources/img/icon-dot-gov.svg");
  background-size: 50px;
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.header_banner_container .header_banner_https::before {
  background-image: url("/Portals/_default/skins/dgov2/resources/img/icon-https.svg");
  background-size: 50px;
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.header_banner_container .header_banner_icon_lock {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 3px;
  width: 15px;
  margin: 0 8px;
}
.header_banner_container .header_banner_icon_lock svg {
  height: 15px;
  width: 15px;
}

body {
  transition: padding-top 200ms ease-out;
}

body.header-banner-is-open .expand-more-container:before {
  content: "\f077" !important;
}

/************************************************************************
	GENERAL
************************************************************************/
.skin-updates-hide.hide {
  display: block !important;
}

h2.tab-title a::before,
h2.tab-title span::before {
  border-bottom-width: 35px;
}

/***** FILTERING *****/
.afilter input,
.afilter select {
  padding: 7px 20px;
  height: 44px !important;
  text-transform: none;
  border: solid 1px #adadad;
  color: #717171;
  font-size: 18px !important;
}

.afilter .bbb::after {
  top: 11px;
}

.afilter .RadPicker_Default a.rcCalPopup::after,
.afilter .datepicker-wrapper::after {
  color: #adadad;
  top: 8px;
  font-size: 24px;
}

.afilter .search input {
  background: #355e93;
  color: #fff;
  text-transform: none;
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 0;
  padding: 7px 30px;
}

/***************************************************
    GENERAL EXPLORE
***************************************************/
.explore-list {
  margin-bottom: 2rem;
}

.explore-list hr {
  margin: 10px 0 15px;
}

.explore-list figcaption .category a,
.explore-list figcaption .category > span {
  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);
  transition: border 0.25s ease;
  text-decoration: none;
}

.explore-list figcaption .category > span {
  color: #222;
}

.explore-list figcaption .category a:hover {
  border-bottom: 1px solid rgb(53, 94, 147);
}

.explore-list figcaption .category .separator {
  color: #355e93;
  opacity: 0.5;
  margin: 0 8px 0 6px;
}

.explore-list figcaption h3.title {
  font-family: "Crimson Text", serif;
  font-size: 21px;
  margin: 0;
  font-weight: 500;
}

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

.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 EDIT PENCIL *****/
#alist .item figcaption h3.title a.card-edit-span {
  display: block;
  top: 0 !important;
  width: 28px;
  height: 28px;
  text-align: center;
}

#alist .item figcaption h3.title a.card-edit-span img {
  position: relative;
  top: -10px;
}

#alist .item figcaption h3.title a.card-edit-span:hover {
  background: #adadad;
}

/***** NEWS *****/
#news-list {
  margin-right: 0;
}

#news-list-control {
  margin-bottom: 22px;
}

#news-list-control .view-control {
  display: block;
  text-align: right;
}

#news-list-control .view-control li {
  display: inline-block;
  padding: 15px 20px;
  border-right: 1px solid #aebfd4;
  border-left: 1px solid #aebfd4;
}

#news-list-control .view-control li .fas {
  font-size: 0.9em;
  margin-right: 5px;
}

#news-list .item-1 {
  border-top: none;
  padding: 0;
  margin-top: 0;
}

#news-list .item-1 .image-wrap {
  margin-top: 0;
}

#news-list .item .image-wrap {
  margin-right: 0;
  margin-top: 8px;
}

#news-list .item .image-wrap a,
#news-list .item .image-wrap-wrap {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  border: 1px solid #adadad;
}

#news-list .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%;
}

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

#news-list .item-1 figcaption {
  margin-left: 20px;
}

#news-list .item figcaption h3.title {
  font-size: 1.6rem;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 8px;
}

#news-list .item figcaption h3.title a {
  display: block;
  padding-left: 0;
  border-left: 0 solid #fff;
  transition: all 0.15s linear;
  padding-right: 14px;
}

#news-list .item figcaption h3.title a:hover {
  color: #355e93;
  padding-left: 10px;
  padding-right: 0;
  border-left: 4px solid #254267;
  text-decoration: none;
}

/***** FROM THE SERVICES *****/
#services-list {
  margin-left: 45px;
  margin-bottom: 15px;
}

#services-list .item .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 url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

#services-list .item:hover .video-wrap-container img.defaultVideoOverlay {
  display: none;
}

#services-list .item:hover .video-wrap-container img.hoverVideoOverlay {
  display: block;
}

#services-list .source {
  display: block;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  background: #355e93;
  color: #fff;
  padding: 2px 7px;
  margin: 0 0 6px 15px;
}

#services-list .source.Army {
  background: #376251;
}

#services-list .source.Marine {
  background: #990f00;
}

#services-list .source.Navy {
  background: #88743a;
}

#services-list .source.Air {
  background: #144a75;
}

#services-list .source.Space {
  background: #d2d5d2;
  color: #2c588f;
}

#services-list .source.Coast {
  background: #327ab7;
}

#services-list .source.National {
  background: #000;
}

#services-list .item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
}

#services-list figcaption .category {
  padding-right: 30px;
}

#services-list figcaption h3 {
  font-family: "Crimson Text", serif;
  font-size: 21px;
  margin: 0;
  font-weight: 500;
  padding-left: 15px;
}

#services-list figcaption h3 span {
  display: block;
  padding-left: 0;
  border-left: 0 solid #fff;
  transition: all 0.15s linear;
  padding-right: 13px;
}

#services-list .item:hover figcaption h3 span {
  color: #355e93;
  padding-left: 10px;
  padding-right: 0;
  border-left: 3px solid #254267;
  text-decoration: none;
}

#services-list .item .image-wrap a,
#services-list .item .image-wrap-wrap {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  border: 1px solid #adadad;
}

#services-list .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%;
}

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

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

.adash.newsroom.filtered-newsroom .fnr-item-container {
  padding: 0;
}

.adash.newsroom .fnr-menu-item.menu-item {
  background: #ebeff5;
}

.adash.newsroom.alist.stories .item .content-type:not(span) {
  text-transform: uppercase;
  color: #355e93;
  font-size: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(53, 94, 147, 0);
  transition: border 0.25s ease;
  text-decoration: none;
}

.adash.newsroom.alist.stories .item .content-type:hover {
  border-bottom: 1px solid rgb(53, 94, 147);
}

.adash.newsroom.alist.stories .item .separator {
  color: #355e93;
  opacity: 0.5;
  margin: 0 8px 0 6px;
}

.adash.newsroom.alist.stories .item time {
  display: inline-block;
  font-size: 15px !important;
  margin: 5px 0;
  color: #717171;
  padding: 0;
}

.adash.newsroom.filtered-newsroom.alist.stories .item .title {
  font-family: "Crimson Text", serif;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  padding-right: 14px;
  border-left: 0 solid #fff;
  text-decoration: none;
  transition: all 0.15s linear;
}

.adash.newsroom.filtered-newsroom.alist.stories .item .title:hover {
  color: #355e93;
  padding-right: 0;
  padding-left: 10px;
  border-left: 4px solid #254267;
}

#newsroom-photos {
  background: #242424;
  padding: 3rem 0;
}

/************************************************************************
	More Press
************************************************************************/
.sidebar-news-list .alist-inner {
  padding: 12px 30px 15px;
  background: #ebeff5;
  border: 1px solid #355e93;
  border-top: none;
}

.sidebar-news-list .item {
  margin: 10px 0;
}

.sidebar-news-list .content-type-text {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
  color: #355e93;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-news-list h3 {
  font-family: "Crimson Text", serif;
  font-size: 21px;
  margin: 0;
  font-weight: 500;
}

.sidebar-news-list h3.title a {
  display: block;
  padding-left: 0;
  border-left: 0 solid #fff;
  transition: all 0.15s linear;
  padding-right: 14px;
}

.sidebar-news-list h3.title a:hover {
  color: #355e93;
  padding-left: 10px;
  padding-right: 0;
  border-left: 3px solid #254267;
  text-decoration: none;
}

.sidebar-news-list hr {
  margin: 10px 0 15px;
}

.sidebar-news-list .separator {
  color: #355e93;
  opacity: 0.5;
  margin: 0 8px 0 6px;
}

.sidebar-news-list time {
  display: inline-block;
  font-size: 15px;
  margin: 5px 0;
  color: #666;
}

/************************************************************************
	TOP NAV
************************************************************************/
.top-bar-nav {
  padding: 0;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
}

.top-bar-nav ul {
  margin: 0;
  padding: 0 2.7rem;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
}

.top-bar-nav ul li {
  display: inline-block;
}

.top-bar-nav ul li a {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #355e93;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 0;
  margin: 0 15px;
}

.top-bar-nav ul li:first-child a {
  margin-left: 0;
}

.top-bar-nav ul li.active a {
  color: #717171;
  cursor: default;
}

.top-bar-nav ul li a:hover {
  text-decoration: none;
}

.top-bar-nav ul li.active a:hover {
  text-decoration: none;
}

.top-bar-nav ul li.active a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #355e93;
}

.top-bar-nav ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #717171;
}

.top-bar-nav ul::-webkit-scrollbar {
  height: 1px;
}

.top-bar-nav ul::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}

.top-bar-nav ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0 solid transparent;
  background-clip: content-box;
  background-color: #fff;
}

.mobile-search-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: -48px;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #333;
  background: #ebeff5;
}

.mobile-search-toggle:hover {
  cursor: pointer;
}

.mobile-search-toggle .fa-search {
  position: relative;
  top: 12px;
}

/************************************************************************
	TOPICS
************************************************************************/
#trending-topics .sidebar-section-inner {
  padding: 15px 0 0;
  background: none;
  border: none;
}

.topicsList li {
  display: inline-block;
  position: relative;
}

.topicsList li a {
  margin: 7px 4px 0 0;
}

/************************************************************************
	LIVE EVENTS
************************************************************************/
.live-events-wrapper {
  padding: 2rem 2rem 3rem;
}

.live-events-wrapper .dvids-template-dgov .live-events-list > h2 {
  margin-top: 0;
}

.live-events-wrapper .dvids-template-dgov .events-list h2 {
  display: block;
  float: right;
  position: relative;
  background-color: #254267;
  color: #fff;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 3px 15px 2px 5px;
  margin: 0;
  border-radius: 0 4px 0 0;
  height: 33px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.live-events-wrapper .dvids-template-dgov .events-list h2::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.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.live-events-wrapper .events-list ul {
  display: block;
  clear: both;
  padding-top: 10px;
  border-top: 3px solid #254267;
}

/************************************************************************
	LISTING OVERRIDES
************************************************************************/
#alist .listing-with-preview figcaption h3.title span,
#alist .item figcaption h3.title a {
  transition: all 0.15s linear !important;
}

/************************************************************************
	RESPONSIVE
************************************************************************/
@media only screen and (max-width: 1200px) {
  #dnn_ContentPagePageX4 .DnnModule:first-child {
    display: block;
  }
  .page-banner-inner {
    padding: 75px 0 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .sidebar-search-section .sidebar-section-inner,
  .sidebar-search .sidebar-section-inner {
    border: none;
    padding: 0 5px;
    background: none;
  }
  .top-bar-nav {
    position: relative;
    box-shadow: none;
    margin-right: 48px;
  }
  .top-bar-nav::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .top-bar-nav ul {
    padding: 0 10px;
  }
  .top-bar-nav ul li a {
    background: transparent;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: #717171;
    margin: 0;
    padding: 13px 10px 16px;
  }
  .top-bar-nav ul li.active a::before,
  .top-bar-nav ul li a:hover::before {
    display: none;
  }
  .top-bar-nav ul li.active a {
    background: transparent;
    color: #355e93;
  }
  .top-bar-nav ul li.active a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: calc(100% - 20px);
    background: #355e93;
  }
  .mobile-search-toggle {
    display: block;
  }
  .sidebar-search {
    display: none;
    background: #ebeff5;
    padding: 15px 15px 15px;
    margin: -2rem -2rem 2rem;
  }
  .sidebar-search.active {
    display: block;
  }
  .afilter .startend-date-picker {
    display: flex;
  }
  .afilter .startend-date-picker div:first-child {
    margin-right: 15px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-banner-inner {
    padding: 60px 15px 1px;
  }
  .page-section > .content-wrap {
    padding: 0 15px;
  }
  div#ContentPanePage84 {
    padding: 15px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-search-section .afilter .search input {
    margin-top: 0;
  }
  .sidebar-search {
    margin: -16px -15px 15px;
  }
  .afilter .startend-date-picker {
    display: block;
  }
  .afilter .startend-date-picker div:first-child {
    margin-right: 0;
    padding-bottom: 15px;
  }
}
.edit-link {
  display: block;
  width: 25px;
  position: absolute;
  z-index: 11;
  top: 15px;
  right: 15px;
}

#services-list .edit-link {
  z-index: 12;
}

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

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

/********************************************************* HEADER AND NAVIGATION ***************************************************/
.fixed {
  position: fixed;
}

@media (min-width: 1200px) {
  .hide-on-mobile-nav-open {
    display: none;
  }
}
#header-main {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  transition: height 0.2s ease-in-out, font 0.2s ease-in-out, background 0.2s 0.2s ease-in-out;
  padding: 0 20px;
  font: 400 1rem/1.2 "Lato", sans-serif;
}

#header-main.top {
  top: 0;
}

#header-main .header-main-nav-wrapper {
  background-color: #000;
  height: 60px;
  z-index: 600;
}
@media screen and (min-width: 1201px) {
  #header-main .header-main-nav-wrapper {
    height: 65px;
    margin-top: 11px;
  }
}

#header-main .header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

#header-main .header-inner ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

#header-main .header-inner ul > li > a {
  display: block;
  padding: 18px 1.2rem;
  position: relative;
}

#header-main .header-inner ul > li > a:focus {
  outline: none;
}

#header-main nav ul li a .fas,
#header-main.top .header-inner ul > li > a .fas {
  font-size: 0.8em;
  margin-left: 8px;
}

#header-main.float {
  top: -40px;
  transition: top 0.2s linear;
}

#header-main.tucked {
  top: -150px;
  transition: top 0.2s linear;
}

@media screen and (min-width: 520px) {
  #header-main.float {
    top: -37px;
  }
  #header-main.tucked {
    top: -130px;
  }
}
#header-main.top .header-inner ul > li > a {
  padding: 26px 1.2rem 25px;
}

#header-main:hover {
  background: #000 !important;
}

.nav-open #header-main {
  top: 0;
}

#header-main a {
  color: #fff;
  text-decoration: none;
}

#header-main .logo-wrapper {
  flex: 1;
  display: flex;
}

#header-main .logo {
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.95;
  flex: 0 1;
}

@media (min-width: 1200) {
  #header-main .logo {
    z-index: 999;
  }
}
#header-main .logo img {
  height: 43px;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
}

#header-main.top .logo img {
  height: 54px;
}

@media (max-width: 1023px) {
  #header-main .header-inner nav {
    display: none;
  }
}
@media (max-width: 768px) {
  #header-main.top {
    font-size: 16px;
  }
  #header-main.top .logo img {
    height: 43px;
  }
}
/* trans header */
@media (min-width: 768px) {
  #header-main.header-main-featured.top {
    background: rgba(0, 0, 0, 0.001);
  }
}
/* burger menu button*/
#nav-burger-mobile {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 30px;
  height: 22px;
  z-index: 1010;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#nav-burger-mobile span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-burger-mobile span:nth-child(1) {
  top: 0px;
}

#nav-burger-mobile span:nth-child(2), #nav-burger-mobile span:nth-child(3) {
  top: 9px;
}

#nav-burger-mobile span:nth-child(4) {
  top: 18px;
}

.nav-open #nav-burger-mobile span:nth-child(1), .nav-open #nav-burger-mobile span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.nav-open #nav-burger-mobile span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open #nav-burger-mobile span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top #nav-burger-mobile {
  top: 19px;
}

@media (min-width: 769px) and (max-width: 1199.9999px) {
  .top #nav-burger-mobile {
    top: 19px;
  }
}
/* nav overlay (drawer)*/
#nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.nav-open #nav-drawer {
  position: fixed;
  bottom: 0;
}

#nav-drawer .drawer-inner {
  position: fixed;
  z-index: 1000;
  max-width: 400px;
  width: 90%;
  right: -400px;
  bottom: 0px;
  top: 0;
  background: #212121;
  text-align: center;
  color: #fff;
  overflow: auto;
  padding: 50px 0 20px;
  transition: right 0.2s ease-in-out;
}

.nav-open #nav-drawer .drawer-inner {
  right: 0;
  transition: right 0.2s ease-in-out;
}

.top #nav-drawer .drawer-inner {
  padding: 55px 0 20px;
}

#nav-drawer nav {
  text-align: left;
  display: flex;
  flex-flow: column;
  position: relative;
}

.nav-open #nav-drawer nav {
  top: 18px;
  height: 100%;
}

@media (max-width: 768px) {
  .nav-open #nav-drawer nav {
    top: 2px;
  }
}
#nav-drawer nav ul {
  margin: 0 auto;
}

#nav-drawer nav ul ul {
  display: none;
}

#nav-drawer nav li {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #474747;
}

#nav-drawer nav li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 18px 20px;
  font-size: 18px;
}

#nav-drawer nav li a:focus {
  outline: none;
}

#nav-drawer nav .primary {
  font-size: 1.2rem;
}

#nav-drawer nav .secondary {
  margin-bottom: 30px;
}

#nav-drawer .skin-search-go {
  display: none;
}

#nav-drawer nav .social {
  width: 100%;
  position: relative;
  margin-top: unset;
  bottom: 0;
  padding: 0;
}

#nav-drawer nav .social ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 1.6rem;
}

#nav-drawer nav .social ul li {
  flex: 1;
}

#nav-drawer nav .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  padding: 0;
  border-radius: 50%;
  font-size: 25px;
  height: 50px;
  width: 50px;
  margin: auto;
  margin-top: 20px;
  color: #adadad;
}

#nav-drawer nav .social a .fa-youtube {
  font-size: 0.9em;
}

#nav-drawer nav .social a:hover {
  text-decoration: none;
  color: #adadad;
  background: rgba(173, 173, 173, 0.3);
}

#nav-drawer nav .social a:after {
  display: none;
}

/* search */
#nav-drawer .search-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #355e93;
  height: 75px;
  padding: 15px 60px 15px 15px;
}

@media (max-width: 768px) {
  #nav-drawer .search-wrap {
    height: 60px;
  }
}
#nav-drawer input[type=search] {
  transition: all 0.2s;
  border: none;
  font-family: "Lato", sans-serif;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0 0 37px;
  font-size: 16px;
  color: #adadad;
}

#nav-drawer input[type=search]:focus {
  box-shadow: none;
}

#nav-drawer input::-webkit-input-placeholder {
  color: rgb(173, 173, 173);
}

#nav-drawer input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.001);
}

#nav-drawer input:-moz-placeholder {
  color: rgb(173, 173, 173);
}

#nav-drawer input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.001);
}

#nav-drawer input::-moz-placeholder {
  color: rgb(173, 173, 173);
}

#nav-drawer input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.001);
}

#nav-drawer input:-ms-input-placeholder {
  color: rgb(173, 173, 173);
}

#nav-drawer input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.001);
}

#nav-drawer .search-wrap span {
  position: absolute;
  margin: 0;
  font-family: "Lato", sans-serif;
  z-index: 999;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  padding: 0 !important;
  top: 26px;
  left: 26px;
  color: #adadad;
}

#nav-drawer .search-wrap label span {
  color: rgb(207, 207, 207);
}

#nav-drawer .search-wrap.focus label i {
  color: rgb(255, 255, 255);
}

#nav-drawer .search-wrap.focus label span {
  color: rgba(207, 207, 207, 0.001);
}

#nav-drawer .search-wrap .underline-animation {
  transition: all 0.3s;
  display: inline-block;
  bottom: 0;
  left: 2.7rem;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
}

#nav-drawer .search-wrap.focus .underline-animation {
  width: 20%;
}

@media (max-width: 1199.9999px) {
  #nav-drawer .search-wrap.focus .underline-animation {
    width: 30%;
  }
}
@media (max-width: 992px) {
  #nav-drawer .search-wrap.focus .underline-animation {
    width: 40%;
  }
}
/********************************************************* end header and navigation ***************************************************/
/*new*/
#header-main .header-inner nav {
  padding-right: 55px;
}
#header-main .header-inner nav.main .top-level > a {
  color: #eee !important;
  background: #000;
  transition: transform 250ms;
}
#header-main .header-inner nav.main .top-level > a .fas {
  font-size: 0.8em;
  margin-left: 8px;
}

#header-main .top-level.hover {
  background: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-main .top-level.hover:after {
  content: "";
  border-bottom: 5px solid #355e93;
  position: absolute;
  top: 60px;
  width: 100px;
  margin: auto;
}

#header-main.top .header-inner ul > li.top-level > a:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.22px;
  transform: translateY(-2px);
}

/* top level down arrow*/
.arrow-down {
  display: none;
  width: 85%;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .arrow-down {
    margin-left: 43%;
  }
}
.top-level.hover.parent .arrow-down {
  display: block;
}

/* second level */
nav.main .desktop-blank {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  list-style: none;
}

/* second level */
nav.main > ul > li > .level2-container {
  position: absolute;
  left: auto;
  top: -999em;
  z-index: 2;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, top 0s ease 5.4s;
  transform: rotateX(90deg);
  transform-origin: top center;
  opacity: 0;
}

nav.main > ul > li > div > ul.level2 {
  padding: 0 45px;
  background: #121212;
  display: flex !important;
  align-items: flex-start !important;
  max-width: 100vw;
}

nav.main > ul > li > .level2-container.pin-right {
  left: auto;
  right: 0;
}

nav.main > ul > li.hover > .level2-container {
  top: 100%;
  opacity: 0.98;
  transform: rotateX(0deg);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, top 0s;
}

nav.main.already-open.hover > ul > li > .level2-container {
  transition: none;
}

nav.main .level2 > li {
  width: 300px;
  display: block;
  padding: 0 0 40px;
  margin: 0 !important;
  flex-shrink: 0;
}

nav.main .level2 a {
  text-transform: uppercase;
}

nav.main .level2 span.sub:hover {
  text-transform: initial !important;
}

nav.main .level2 > li > a {
  margin: 0 20px 0 0;
  padding: 26px 0 13px 0 !important;
}

nav.main .top-level .level2 > li > a {
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 70px;
  padding: 30px 0 13px 0;
}

/* third level */
nav.main .level2 ul {
  z-index: 2;
  display: list-item !important;
}

nav.main .level2 > ul > li {
  display: list-item !important;
  width: 240px;
}

nav.main .level2 ul > li a {
  padding: 8px 3px !important;
  margin: 0 30px 0 0 !important;
  display: inline-block !important;
  width: 220px;
  text-transform: none;
  font-size: 0.9em;
  color: #adadad !important;
}

nav.main .level2 ul > li a:hover {
  color: #fff !important;
}

/* 4+ level */
nav.main .level2 ul > li ul {
  display: none !important;
}

nav.main > ul > li.hover > ul > li > ul {
  /*position: absolute;*/
  display: inline !important;
}

/* desktop nav */
.header-inner .main {
  display: none;
}

@media (min-width: 1200px) {
  .header-inner .main {
    display: block;
  }
}
/* desktop search*/
.nav-search-icon {
  color: #eee;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
  padding: 16px;
  text-align: center;
  width: 75px;
  transition: transform 250ms;
}

#header-main.top .nav-search-icon {
  padding: 24px 24px 23px;
}

.nav-search-icon:hover,
.nav-search-icon:focus {
  background: #000000 !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.nav-search-icon:hover:after,
.nav-search-icon:focus:after {
  content: "";
  border-bottom: 5px solid #355e93;
  position: absolute;
  top: 62px;
  width: 30px;
  margin-left: -24px;
}

.nav-search {
  color: #fff;
  position: relative;
  right: -550px;
  font-size: 1.2rem;
  padding: 0;
  width: 850px;
  height: 60px;
  display: none;
  z-index: 999;
  border-radius: 1px;
}

.nav-search input {
  background: transparent;
  border: none;
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  border-radius: 1px;
  height: 43px;
  line-height: 43px;
  padding: 0 40px 0 15px;
}

.nav-search input:focus::placeholder {
  color: transparent;
}

.nav-search input:focus {
  background: transparent;
  box-shadow: none;
}

.nav-search .search-icon {
  font-size: 28px;
  position: absolute;
  cursor: pointer;
  right: 75px;
  top: 0;
  padding: 14px 21px;
  width: 75px;
}

#header-main.top .nav-search .search-icon {
  padding: 21px;
  height: 75px;
}

.nav-search input::placeholder {
  /* Most modern browsers support this now. */
  color: #adadad;
}

.nav-search .close-icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  border-left: 1px solid #aebfd4;
  width: 75px;
  height: 60px;
  padding: 14px 0 0;
}

#header-main.top .nav-search .close-icon {
  padding: 21px 0 0;
  height: 75px;
}

/* mobile nav*/
#nav-drawer,
#nav-burger-mobile,
.mobile-arrow,
.mobile-home,
#header-main nav li.mobile-back,
#extended-nav .mobile-back,
#extended-nav .mobile-level1-placeholder,
#header-main nav li.mobile-level1-placeholder,
#mobile-overlay {
  display: none;
}

header .drawer-inner .primary .desktop-blank {
  display: none !important;
}

nav .top-level a:focus {
  border: 1px solid #355e93;
}

nav .level2 a:focus {
  border: none;
}

@media (max-width: 1199.9999px) {
  #nav-burger-mobile {
    /*position: relative;
    margin-left: auto;
    top:unset !important;*/
  }
  #nav-drawer,
  #nav-burger-mobile,
  .mobile-arrow,
  .mobile-home {
    display: block;
  }
  .mobile-arrow {
    display: inline-block;
    position: absolute;
    right: 20px;
  }
  .drawer-inner .show-child {
    display: block !important;
    position: absolute;
    width: 400px;
    margin: 55px 0 0 !important;
  }
  .drawer-inner .show-child ul {
    display: list-item !important;
  }
  .drawer-inner .top-level {
    right: 300px;
  }
  #nav-drawer nav li:not(.mobile-level1-placeholder):not(.mobile-back) {
    display: list-item;
  }
  .mobile-back i {
    margin: 0 6px 0;
  }
  .drawer-inner .show-active > li > ul > li {
    color: #adadad !important;
    font-size: 20px;
    border: none !important;
  }
  .drawer-inner .show-active > li > ul > li > ul {
    display: none !important;
  }
  .drawer-inner .show-active > li > ul > li a {
    color: #adadad !important;
    font-size: 17px;
    height: auto;
    padding: 13px 20px 13px 44px !important;
  }
  .drawer-inner .show-active > li > ul > li a:hover {
    color: #fff !important;
  }
  .mobile-back {
    background: #0e0e0e;
    display: none;
    height: auto;
  }
  .mobile-back a {
    padding: 15px 20px !important;
    color: #adadad !important;
    font-size: 0.9em;
  }
  .mobile-level1-placeholder {
    font-weight: normal;
  }
  .show-active {
    background: #2c2c2c;
  }
  .show-active > li {
    padding: 0 0 5px 0;
  }
  .show-active > li > a {
    padding: 17px 20px 9px 30px !important;
  }
  .drawer-inner .show-active > li > a {
    padding: 16px 20px 10px 30px !important;
  }
  .show-active li span.sub {
    color: #adadad;
    font-style: italic;
    font-size: 0.8em;
    margin: 0 0 0 8px;
  }
  .drawer-inner #search-main {
    padding: 5px 55px 0 66px !important;
  }
  #mobile-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: background-color 5s;
    display: none;
  }
  .drawer-inner .social li {
    border-bottom: none !important;
  }
  .nav-open .hide-on-mobile-nav-open {
    display: none !important;
  }
}
/* mobile search */
#nav-drawer .search-wrap.focus {
  background: transparent;
}

/* desktop search close*/
.desktop-search-close {
  width: 75px;
  height: 75px;
  opacity: 1;
}

.desktop-search-close:before,
.desktop-search-close:after {
  position: absolute;
  left: 34px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #fff;
}

.desktop-search-close:before {
  transform: rotate(45deg);
}

.desktop-search-close:after {
  transform: rotate(-45deg);
}

/*link underlink animation*/
nav.main .level2 a span.main,
.underline a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.2s;
  width: fit-content;
  display: inline;
  padding-bottom: 1px;
}

nav.main .level2 a:hover span.main,
nav.main .level2 a:focus span.main,
.underline a:hover {
  background-size: 100% 2px;
  padding-bottom: 1px;
}

@media (max-width: 1420px) {
  #header-main.top .header-inner ul > li > a {
    padding-bottom: 27px;
  }
  #header-main.top .nav-search-icon {
    padding-bottom: 24px;
  }
}
/*** PAGE ***/
.banner-item {
  padding-top: 100px;
}

/*** UTILITY NAV ***/
.header-utility-nav {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin-top: -40px;
  padding-top: 10px;
  background: rgb(0, 0, 0);
}

.header-utility-nav .inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  height: 30px;
  background: transparent;
  z-index: 500;
  pointer-events: none;
}

.header-utility-nav .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 999px;
}

.header-utility-nav .inner:after {
  background: black;
  width: 100%;
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 100%;
  height: 30px;
}

.header-utility-nav ul.social-nav {
  display: flex;
  float: right;
  background: #000000;
  margin-right: 0;
  pointer-events: auto;
}

@media (min-width: 1200px) {
  .header-utility-nav ul.social-nav:before {
    background: unset;
    content: "";
    display: block;
    height: 30px;
    margin-left: -30px;
    border-bottom: 30px solid #000000;
    border-left: 30px solid transparent;
  }
}
.header-utility-nav ul.social-nav li {
  display: inline-block;
  margin: 0 0 0 15px;
}
@media (max-width: 1445px) {
  .header-utility-nav ul.social-nav li:last-child {
    margin-right: 15px;
  }
}

#header-main .header-utility-nav ul.social-nav li a {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: -5px;
  border-radius: 50%;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  justify-content: space-around;
  align-items: center;
  color: #adadad;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}

#header-main .header-utility-nav ul.social-nav li a:hover {
  text-decoration: none;
  color: #adadad;
  background: rgba(173, 173, 173, 0.3);
}

/*** HEADER OVERRIDES ***/
#header-main.new-nav {
  background: #000;
  padding: 0;
}

#header-main.new-nav .header-inner {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  #header-main.new-nav .header-inner {
    height: 65px;
  }
}

#header-main.new-nav .header-inner nav {
  padding-right: 60px;
  overflow: hidden;
}

#header-main.new-nav nav.main .desktop-blank {
  height: 60px;
}

#header-main.new-nav .logo {
  position: relative;
  top: 0;
  z-index: 99;
  left: 20px;
}

#header-main.new-nav .logo img {
  height: 50px;
  transition: none;
  top: 0;
}

#header-main .logo span {
  position: relative;
  font-family: "Crimson Text", serif;
  left: 0;
  font-size: 24px;
}

#header-main .logo > span {
  margin-left: 15px;
  min-width: 270px;
}

#header-main .logo span span {
  font-style: italic;
  margin-right: 0.17em;
  padding-left: 4px;
  padding-right: 5px;
}

#header-main.new-nav .header-inner .main > ul > li > a {
  padding: 21px 1.2rem 19px;
  height: 65px;
}

#header-main.new-nav .nav-search-icon {
  padding: 22px 20px 19px;
  width: 60px;
}

/*** SEARCH ***/
#header-main.new-nav .nav-search {
  width: 500px !important;
  padding: 0;
  height: 43px !important;
  background: #222 !important;
  right: 0 !important;
  top: 10px !important;
  border: 1px solid #555 !important;
}

#header-main.new-nav .nav-search .close-icon {
  padding: 18px 0 0;
  height: 60px;
  margin-right: -55px;
  border-left: none;
  margin-top: -5px;
  width: 60px;
}

#header-main.new-nav .nav-search .search-icon {
  padding: 8px 0px 0 0;
  height: 43px;
  font-size: 20px;
  width: 35px;
  right: 0;
  color: #eee;
}

#header-main.new-nav .desktop-search-close:before,
#header-main.new-nav .desktop-search-close:after {
  left: 28px;
  height: 20px;
  width: 2px;
}

/*************************************************** RESPONSIVE ***************************************************/
/* LG */
@media only screen and (max-width: 1199.9999px) {
  .header-utility-nav {
    display: none;
  }
  #header-main.new-nav {
    height: 75px;
  }
  #header-main.new-nav .logo {
    top: 1px;
  }
  #header-main.new-nav .logo img {
    height: 45px;
  }
  #header-main .logo span {
    font-size: 21px;
  }
  #header-main .logo > span {
    Margin-left: 12px;
  }
}
@media (max-width: 768px) {
  #header-main.top {
    height: 60px;
    font-size: 16px;
  }
  #header-main.new-nav .logo {
    top: 1px;
  }
  #header-main.new-nav .header-inner {
    padding: 0;
  }
  #header-main.new-nav .logo img {
    height: 45px;
  }
  #header-main .logo > span {
    margin-left: 10px;
    min-width: 220px;
  }
  #header-main .logo span {
    font-size: 18px;
  }
  #nav-drawer .search-wrap {
    height: 60px;
  }
  #nav-drawer .search-wrap span {
    padding-top: 15px !important;
  }
  #header-main.new-nav {
    height: 60px;
  }
}
nav.main {
  display: -ms-grid !important;
  display: grid !important;
  flex-direction: column;
  justify-items: end;
}

nav.main > ul {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  grid-column-start: 1;
}

nav.main > div {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row-start: 1;
  grid-column-start: 1;
}

@media (max-width: 1199.9999px) {
  nav.main {
    display: none !important;
  }
}
.drawer-inner #nav-burger-mobile {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 17px 15px;
}

.drawer-inner #nav-burger-mobile span {
  width: 30px;
}

.nav-open .drawer-inner #nav-burger-mobile span:nth-child(1),
.nav-open .drawer-inner #nav-burger-mobile span:nth-child(4) {
  left: 15px;
}

.drawer-inner #nav-burger-mobile span:nth-child(1) {
  top: 26px;
}

.drawer-inner #nav-burger-mobile span:nth-child(2),
.drawer-inner #nav-burger-mobile span:nth-child(3) {
  top: 35px;
  left: 15px;
}

.drawer-inner #nav-burger-mobile span:nth-child(4) {
  top: 44px;
}

#nav-drawer .search-wrap.focus input[type=search] {
  background: #355e93;
  color: #fff;
}

#nav-drawer .search-wrap.focus span {
  color: #fff;
}

@media (max-width: 768px) {
  #nav-drawer .search-wrap {
    padding: 10px 60px 10px 15px;
  }
  #nav-drawer .search-wrap span {
    top: 4px;
  }
  .drawer-inner #nav-burger-mobile span:nth-child(1) {
    top: 18px;
  }
  .drawer-inner #nav-burger-mobile span:nth-child(2),
  .drawer-inner #nav-burger-mobile span:nth-child(3) {
    top: 27px;
  }
  .drawer-inner #nav-burger-mobile span:nth-child(4) {
    top: 36px;
  }
  #nav-burger-mobile {
    top: 19px;
  }
}
header.new-nav.header-main-featured .header-utility-nav,
header.new-nav.header-main-featured .header-utility-nav .inner,
header.new-nav.header-main-featured .header-utility-nav .inner:before {
  background: none;
}

#nav-burger {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 30px;
  height: 22px;
  z-index: 1010;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media (max-width: 768px) {
  #nav-drawer .search-wrap {
    padding: 10px 60px 10px 15px;
  }
  #nav-drawer .search-wrap span {
    top: 4px;
  }
  .drawer-inner #nav-burger span:nth-child(1) {
    top: 18px;
  }
  .drawer-inner #nav-burger span:nth-child(2),
  .drawer-inner #nav-burger span:nth-child(3) {
    top: 27px;
  }
  .drawer-inner #nav-burger span:nth-child(4) {
    top: 36px;
  }
  #nav-burger {
    top: 19px;
  }
}
.top #nav-burger {
  top: 19px;
}

@media (max-width: 1199.9999px) {
  #nav-burger {
    display: block !important;
  }
}
#nav-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-burger span:nth-child(1) {
  top: 0px;
}

#nav-burger span:nth-child(2), #nav-burger span:nth-child(3) {
  top: 9px;
}

#nav-burger span:nth-child(4) {
  top: 18px;
}

.nav-open #nav-burger span:nth-child(1), .nav-open #nav-burger span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.nav-open #nav-burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open #nav-burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-inner .dle-live-badge {
  align-self: flex-end;
  margin-right: 16px;
}
.header-inner .dle-live-badge-dd-arrow {
  border-top-color: #355e93;
}
.header-inner .dle-live-badge-button {
  background-color: #355e93;
  font-family: "Lato", sans-serif;
}
.header-inner .dle-live-badge.live-now .dle-live-badge-button {
  background-color: #c44b40;
}
.header-inner .dle-live-badge.live-now .dle-live-badge-dd-arrow {
  border-top-color: #c44b40;
}

.dle-live-badge-dropdown .drop-item .event-title {
  font-size: 0.9rem;
  text-decoration: none;
}
.dle-live-badge-dropdown .drop-item .event-title span.time {
  font-size: 0.7rem;
  line-height: 1rem;
}
.dle-live-badge-dropdown .drop-item .event-title span.event-title-text {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
  width: fit-content;
  display: inline;
  padding-bottom: 1px;
}
.dle-live-badge-dropdown .drop-item .event-title:hover span.event-title-text {
  background-size: 100% 2px;
  padding-bottom: 1px;
}

@media screen and (max-width: 1200px) {
  .header-inner .dle-live-badge {
    margin-right: 80px;
  }
  .header-inner .dle-live-badge-dd-arrow {
    bottom: 4px;
  }
  .header-inner .dle-live-badge.opening .dle-live-badge-dd-arrow, .header-inner .dle-live-badge.open .dle-live-badge-dd-arrow, .header-inner .dle-live-badge:hover .dle-live-badge-dd-arrow {
    bottom: -5px;
  }
  .header-inner .dle-live-badge-container {
    padding-bottom: 13px;
  }
  .dle-live-badge-dropdown {
    top: 46px !important;
  }
  .dle-live-badge-dropdown .drop-item .event-title .time {
    font-size: 13px !important;
  }
  .dle-live-badge-dropdown .drop-item .event-title .event-title-text {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .header-inner .dle-live-badge {
    position: absolute;
    width: 100%;
    top: 60px;
    margin-right: 0;
    background-color: #355e93;
    cursor: pointer;
  }
  .header-inner .dle-live-badge.open .lead-in-event::after {
    content: "\f077" !important;
  }
  .header-inner .dle-live-badge.live-now {
    background-color: #c44b40;
  }
  .header-inner .dle-live-badge-container {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .header-inner .dle-live-badge-container .lead-in-event {
    color: #fff;
    height: 100%;
    flex: 1;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    padding: 0 20px;
  }
  .header-inner .dle-live-badge-container .lead-in-event::after {
    content: "\f078";
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: "FontAwesome";
    /* stylelint-enable font-family-no-missing-generic-family-keyword */
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    flex: 1 0 30px;
    height: 30px;
    width: 30px;
    text-align: right;
  }
  .header-inner .dle-live-badge-container .lead-in-event div {
    padding: 0;
    min-width: 0;
  }
  .header-inner .dle-live-badge-container .lead-in-event .event-title-text {
    overflow-wrap: break-word;
    text-transform: none;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px !important;
  }
  .header-inner .dle-live-badge-title {
    padding: 0 20px;
    flex: 0;
    min-width: unset;
    line-height: 16px;
  }
  .header-inner .dle-live-badge-button {
    border-radius: 0;
    padding: 0;
    height: 30px;
  }
  .header-inner .dle-live-badge-dd-arrow {
    display: none;
  }
  .dle-live-badge-dropdown {
    max-width: 100% !important;
    min-width: 0 !important;
    top: 30px !important;
  }
  .dle-pulsating-circle {
    margin-right: 0 !important;
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  body.dle-has-live-events-badge main {
    margin-top: 30px;
  }
}
/* ImageGallery MultiviewGallery FormType */
.GWFImageGallerySearchDiv .GWFSubmit .submit {
  width: 49%;
}
.GWFImageGallerySearchDiv .GWFSubmit .btn, .GWFImageGallerySearchDiv .GWFSubmit .btn:visited {
  padding: 4px 12px;
}
.GWFImageGallerySearchDiv .GWFImageGallerySearchDiv .filter-group {
  margin: 5px 20px;
}
.GWFImageGallerySearchDiv .GWFDropDown .btn, .GWFImageGallerySearchDiv .GWFDropDown .btn:visited, .GWFImageGallerySearchDiv .GWFSearch .btn, .GWFImageGallerySearchDiv .GWFSearch .btn:visited {
  padding: 0px 12px;
}

.GWFImageGallerylvImage .image-meta-data span:first-child {
  font-size: 64px;
}
.GWFImageGallerylvImage .image-meta-data span:nth-child(2) {
  height: 25px;
}

/*# sourceMappingURL=skin.css.map */
