@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 awesome shim - pointing the old family to the new version*/
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-regular-400.eot);
  src: url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-regular-400.woff2) format("woff2"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-regular-400.woff) format("woff"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-regular-400.ttf) format("truetype"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-solid-900.eot);
  src: url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-solid-900.woff2) format("woff2"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-solid-900.woff) format("woff"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-solid-900.ttf) format("truetype"), url(/Desktopmodules/SharedLibrary/Plugins/font-awesome5/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
/*flex grid - built from reflex grid*/
.dgov-container, .dgov-container-full {
  -webkit-box-sizing: border-box;
  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 (min-width: 576px) {
  .dgov-container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .dgov-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .dgov-container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .dgov-container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .dgov-container {
    max-width: 1400px;
  }
}
.dgov-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.dgov-grid::before, .dgov-grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=dgov-col-] {
  -webkit-box-sizing: border-box;
  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;
  *display: inline;
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dgov-col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 768px) {
  .dgov-col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 992px) {
  .dgov-col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1200px) {
  .dgov-col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1400px) {
  .dgov-col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.dgov-col-auto {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto;
}

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

.dgov-order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.dgov-order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.dgov-order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.dgov-order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.dgov-order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.dgov-order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.dgov-order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.dgov-order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.dgov-order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.dgov-order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.dgov-order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.dgov-order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

@media only screen and (min-width: 576px) {
  .dgov-order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .dgov-order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
.dgov-offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .dgov-offset-11-xs {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-offset-11-sm {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-offset-11-md {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-offset-11-lg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1400px) {
  .dgov-offset-11-xlg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.dgov-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.dgov-direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.dgov-direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.dgov-direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.dgov-direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.dgov-align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.dgov-align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

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

.dgov-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

.dgov-align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.dgov-align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.dgov-align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

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

.dgov-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.dgov-align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.dgov-align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.dgov-align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.dgov-align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

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

.dgov-align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.dgov-align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.dgov-justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

.dgov-justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

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

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

.dgov-justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

.dgov-justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

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

.dgov-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

.dgov-col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.dgov-col-grid.dgov-direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  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;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

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

body {
  overflow-x: hidden;
  font: 1rem/1.2 Lato, sans-serif;
  color: #333;
}

/*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;
  }
}
/********************************************************* GLOBAL TYPOGRAPHY ***************************************************/
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, 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);
}

/*These are the big section titles for "slices" that pull left. Well, they used to be pulled left ¯\_(ツ)_/¯*/
.content-wrap .pull-title, .content-wrap-wide .pull-title {
  margin: 0 0 3rem 0;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 3.6rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .content-wrap .pull-title, .content-wrap-wide .pull-title {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/***************** 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;
  -webkit-box-shadow: inset 0 -2px 0 #0a856a;
  box-shadow: inset 0 -2px 0 #0a856a;
  padding: 2px 0 0;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
}

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

/* Mitigate style bleed into DVIDS Player */
article .DVPPlayerBackground .DVPPlayer a.mejs__volume-slider, article a.multiBandwidthAnchor {
  -webkit-box-shadow: none;
  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;
  -webkit-transition: none;
  transition: none;
}

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

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

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 #999999;
}

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

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

blockquote p {
  margin-bottom: 0;
}

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

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

/********************************************************* end global typography ***************************************************/
/********************************************************* MISC ***************************************************/
img {
  max-width: 100%;
}

.DVIDSVideo ::-webkit-scrollbar-thumb {
  background: #355e93;
  border-radius: 10px;
}

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

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

/*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;
}

/********************************************************* end misc ***************************************************/
/********************************************************* 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 #737c80;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: background-color linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: background-color linear 0.2s, box-shadow linear 0.2s;
  transition: background-color linear 0.2s, box-shadow linear 0.2s, -webkit-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  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 {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
}

.styled-form .select-wrap {
  border: solid 1px #737c80;
  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: #737c80;
  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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  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;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  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);
  -webkit-box-shadow: none;
  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;
  -webkit-appearance: none;
  -moz-appearance: 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 {
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 0, 0, 0.5);
  box-shadow: inset 0 1px 0px 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 {
  -webkit-box-shadow: none;
  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;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

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

.DGOV2Search .btn i, .DVIDSSearchBox .btn i {
  position: relative;
  top: 0px;
  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 {
  -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.175);
}

.styled-form .input-wrap label {
  -webkit-transition: all 0.2s;
  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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-box-shadow: none;
  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;
  }
}
.btn, .btn:visited {
  border-radius: 0;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 12px 30px;
  text-transform: none;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  white-space: normal;
}

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

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

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #254267;
  color: #ffffff;
  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: white;
  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: #ffffff;
    color: #333333;
    border-color: #333333;
  }

  .btn-primary:hover {
    background-color: #355e93;
    color: #ffffff;
    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;
}

@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;
  }
}
/********************************************************* end forms ***************************************************/
/**************************************************** UTILITY *****************************************************/
/*page-wrap - white "page" that pulls itself into previous section*/
.page-wrap {
  background: #fff;
  padding: 2rem 2rem 3rem;
  margin-bottom: -180px;
  min-height: 450px;
  position: relative;
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px);
  z-index: 3;
}

.page-wrap:before, .page-wrap:after {
  content: " ";
  display: table;
}

.page-wrap:after {
  clear: both;
}

@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;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*************** 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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #adadad;
  border-radius: 0px;
  margin-bottom: 0px;
}

.panel-heading {
  position: relative;
}

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

.panel-default > .panel-heading {
  background-color: transparent;
  padding: 0px;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.collapsed i {
  -webkit-transform: rotate(-180deg);
  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: 140px;
  min-width: 60px;
  border: none !important;
  background: none !important;
  z-index: 10;
  left: 50% !important;
  width: 16% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  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;
  -webkit-transform: translate(-50%, -50%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -webkit-transition: 0.15s all;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 2rem;
}

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

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

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

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

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: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.page-banner .image-flipped::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fafafa), to(rgba(250, 250, 250, 0.6)));
  background: linear-gradient(to bottom, #fafafa 75%, rgba(250, 250, 250, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#99fafafa", GradientType=0 );
}

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

.page-banner.no-image .page-banner-inner::before {
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), to(#f0f0f0));
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f0f0f0", endColorstr="#f0f0f0",GradientType=0 );
}

.page-banner-inner {
  display: block;
  padding: 132px 0 180px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000", GradientType=0 );
}

.page-banner-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(rgba(250, 250, 250, 0.6)));
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00fafafa", endColorstr="#99fafafa", GradientType=0 );
}

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

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

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;
  background-image: 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;
  }
}
/********************************************************* end utility classes *****************************************************/
/********************************************************* FOOTER AND FOOTER SEARCH ****************************************************/
/* footer-search*/
.footer-search {
  position: relative;
}

.footer-search h1, .footer-search h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Lato, sans-serif;
}

.footer-search h1 {
  font-weight: 900;
  margin: 0 0 3rem;
}

.footer-search h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

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

.footer-search input[type=search], .footer-search button {
  height: 2.75rem;
  border-radius: 6px;
  border: none;
}

.footer-search input[type=search] {
  padding: 10px 65px 10px 25px;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
}

.footer-search input[type=search]::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-search input[type=search]:-moz-placeholder, .footer-search input[type=search]:-ms-input-placeholder,
.footer-search input[type=search]::-webkit-input-placeholder, .footer-search input[type=search]::placeholder {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-search button {
  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-wrap {
  padding: 0;
  color: #fff;
  display: block;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}

.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 a {
  display: inline-block;
  padding: 10px 20px;
  background: #be4238;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-search .search-popular-tags a:hover, .footer-search .search-popular-tags a:focus {
  text-decoration: none;
}

.footer-search .search-popular-tags li:hover a {
  top: -10px;
  -webkit-box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  .usagov-search-autocomplete {
    font-size: 16px;
  }
}
.footer-search.footer-search-slim .footer-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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, #2c3638 0%, #2c3638 49.95%, #313b3d 50%, #31393c 100%);
  background-repeat: no-repeat;
}

@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;
  }
}
/* footer */
#footer-main ul {
  margin: 0;
}

#footer-main ul li {
  display: inline-block;
}

#footer-main a {
  color: #999;
  font-size: 1rem;
}

#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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 450px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer-main .social ul a {
  font-size: 1.4rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.2s;
  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;
}

@media (max-width: 1024px) {
  #footer-main {
    padding: 30px 20px 20px;
  }

  #footer-main a {
    font-size: 15px;
  }

  #footer-main .social {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  #footer-main .social, #footer-main .utility {
    width: 90%;
    padding: 0 0 30px;
    margin: 0 auto;
  }

  #footer-main.sub .utility {
    display: none !important;
  }

  #footer-main .utility ul {
    text-align: center;
  }

  #footer-main .social a {
    font-size: 30px;
  }

  #footer-main ul.utility, #footer-main .social ul {
    width: 100%;
    text-align: center;
  }
}
#footer-main .social {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

#footer-main .social, #footer-main .utility {
  width: 90%;
  padding: 0 0 30px;
  margin: 0 auto;
}

#footer-main .utility ul {
  text-align: center;
}

#footer-main ul.utility, #footer-main .social ul {
  width: 100%;
  text-align: center;
}

/* extended navigation - full nav below footer */
#extended-nav {
  padding: 2rem;
  position: relative;
  background: #222;
}

#extended-nav h1 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
}

#extended-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 a {
  color: #fafafa;
}

#extended-nav ul ul {
  margin: 10px 0 5px 10px;
}

@media (max-width: 1200px) {
  #extended-nav > ul > li {
    width: 24%;
  }
}
@media (max-width: 1024px) {
  #extended-nav > ul > li {
    width: 32%;
  }
}
@media (max-width: 768px) {
  #extended-nav > ul > li {
    width: 49%;
  }
}
@media (max-width: 500px) {
  #extended-nav > ul > li {
    width: 100%;
    margin: 0 0 0.5%;
  }
}
@media print {
  #footer {
    display: none;
  }
}
/********************************************************* end footer, footer search and extended nav ************************/
/********************************************************* GLOBAL CAROUSEL ***************************************************/
.dgov-carousel {
  padding: 4rem 0 3.5rem;
  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.6rem;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.95)));
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s;
  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);
  -webkit-transition: all 0.2s;
  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 3rem;
}

@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 {
  -webkit-transition: all 0.3s;
  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 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

.dgov-carousel .last-slide .plus {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  position: relative;
  background: #fff;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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, 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, #aee0c5 0%, #25606e 49.95%, #1a5c6a 50%, #20344c 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 {
    -webkit-transform: scale(1);
    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 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 550px) {
  .dgov-carousel-explore .smallVideoOverlay {
    -webkit-transform: scale(0.8);
    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 {
  -webkit-transform: skewX(-15deg);
  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 {
  -webkit-transform: skewX(15deg);
  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;
  }
}
/* VIDEO .dgov-carousel-video sytles were moved to SlideShow module in Templates/DGOV2/scss/carousel-video.scss*/
/********************************************************* end global carousel ***************************************************/
/*angles and backgrounds*/
.slice-angle {
  position: relative;
}

/*
    Commenting out per PW_KYMST-993 05/05/2021
.slice-angle-down-top:before {
    border-width: 0 100vw 0 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: calc(100% - 1px);
    border-bottom-width: 5vw;
    border-bottom-color: orange;
}

.slice-angle-gray:before {
    border-bottom-color: rgb(240,240,240);
}

.slice-angle-blue:before {
    border-bottom-color: #355e93;
}

.slice-angle-footer-search:before {
    border-bottom-color: rgb(49,57,60);
}

*/
.slice-angle-gray {
  background: #f0f0f0;
  background: linear-gradient(180deg, #f0f0f0 0%, white 750px);
}

.slice-angle-footer-search {
  background-color: #31393c;
  background-image: linear-gradient(-10deg, #2c3638 0%, #2c3638 49.95%, #313b3d 50%, #31393c 100%);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .slice-angle-down-top:before {
    border-bottom-width: 30px;
  }

  .slice-angle-gray:before {
    border-bottom-color: #fff;
  }

  .slice-angle-gray {
    background: none;
  }

  .slice-angle-gray-no-page {
    background: #f0f0f0;
  }

  .slice-angle-gray-no-page:before {
    border-bottom-color: #f0f0f0;
  }
}
/* search form autocomplete styling */
#usasearch_sayt ul.ui-widget-content {
  border: solid rgba(0, 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 rgba(0, 0, 0, 0) 1px;
  border-radius: 0;
  color: white;
  background-color: #355e92;
}

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

/* Card Utility Classes */
.dgov-card {
  background: #fff;
  border-radius: 4px;
}

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

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

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

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

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

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

/* 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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* These are meant to be commented in only during development.
    In the staggered.ascx page template the content panes have these classes
    so they show up better.  Turn these classes on for the effect. Obviously could be
    used in other templates. 
.paneMarker {
    background-image: linear-gradient(to right, black 0%, black 50%, green 75%, yellow 100%) !important;
}
.paneMarkerAlt {
    background-image: linear-gradient(to left, black 0%, black 50%, green 75%, yellow 100%) !important;
}*/
.fullbleed {
  max-width: none;
  width: auto;
}

.page-wrap.staggered > .row {
  margin: 0;
}

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

/* 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;
}

/**
    Jquery UI Calendar Overrides
*/
#ui-datepicker-div {
  min-width: 320px;
}

#ui-datepicker-div.ui-datepicker {
  border-color: #adadad;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  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", Arial, 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", Arial, 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", Arial, 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", Arial, 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;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 11px;
}

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

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

.cal-chevron.cal-left:before {
  left: 2px;
  -webkit-transform: rotate(-135deg);
  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;
    -webkit-transform: rotate(-45deg);
    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 */
/* 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;
  -webkit-transition: ALL 0.15s;
  transition: ALL 0.15s;
}

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

a.graphic-btn .bkg {
  background-image: url();
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  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;
}

/* Add Custom ReflexGrid Enhanced Style */
@media only screen and (min-width: 576px) {
  .dgov-offset-xs-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-offset-sm-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-offset-md-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-offset-lg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1600px) {
  .dgov-offset-xlg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .dgov-offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 576px) {
  .dgov-order-xs-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-xs-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-xs-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-xs-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-xs-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-xs-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-xs-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-xs-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-xs-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-xs-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-xs-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dgov-order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dgov-order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dgov-order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .dgov-order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .dgov-order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .dgov-order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .dgov-order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .dgov-order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .dgov-order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .dgov-order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .dgov-order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .dgov-order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .dgov-order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .dgov-order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .dgov-order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .dgov-order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
/********************************************************* MEGA FOOTER ****************************************************/
#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", Impact, "Franklin Gothic Bold", 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;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#footer h3 a {
  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;
}

.footer-nav li a,
.utility-nav li a {
  text-decoration: none;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #fff;
}

.footer-nav li a span,
.utility-nav li a span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
}

.footer-nav li a:hover span,
.utility-nav li a:hover span {
  background-size: 100% 2px;
}

.mission {
  display: block;
  position: relative;
  top: -10px;
  padding: 0 0 20px;
  text-align: center;
}

.subscribe {
  display: block;
  background: #333;
  padding: 17px 20px 20px;
}

.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 p {
  color: #adadad;
  font-size: 18px;
  margin: 0 0 20px;
}

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

.footer-search.footer-search-slim,
#extended-nav {
  display: none;
}

.footer-search-wrap .fa-search {
  font-size: 20px;
  position: absolute;
  margin-left: 12px;
  margin-top: 12px;
  z-index: 1;
}

#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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
}

#footer-main {
  padding: 10px 30px !important;
  min-height: 70px !important;
  text-transform: none !important;
  background: #141414 !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer-main .social-nav a {
  font-size: 1.2rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.2s;
  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: #000;
  background: #fff;
}

#footer-main a.subscribe-btn {
  color: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 17px;
}

#footer-main .social-nav-subscribe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 30px;
}

#footer-main .utility-nav {
  max-width: 70%;
}

@media (max-width: 1199px) {
  #footer-main ul {
    text-align: center;
  }

  #footer-main .social-nav-subscribe-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #footer-main .social-nav {
    margin: 0 30px 0 0;
  }

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

  #footer-main .utility-nav {
    display: none;
  }

  .mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: 1024px) {
  #footer-main {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  #footer-main .social-nav-subscribe-container {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  #footer-main .social-nav {
    margin-right: 30px;
  }

  .footer-nav-col {
    border-bottom: 1px solid #333;
  }

  #footer h3 {
    margin: 0;
    cursor: pointer;
  }

  #footer-main .social-nav li {
    margin: 0 1.5vw;
  }

  #footer-main .social-nav a {
    margin-left: 0;
    font-size: 1.6rem;
  }

  #footer h3 .fas {
    display: block;
    opacity: 1;
  }

  #footer .active h3 .fas {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer-nav {
    padding: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .footer-nav-col.active .footer-nav {
    padding: 15px 0 0;
    max-height: 1000px;
    opacity: 1;
  }

  .active .footer-nav {
    display: block;
  }

  #footer .right-col-inner {
    padding-top: 30px;
    border-top: none;
  }

  .mission {
    display: none;
  }

  #footer-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #footer-main .social-nav-subscribe-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
    margin-bottom: 20px;
  }

  #footer-main .social-nav {
    margin: 0 0 10px;
    padding: 15px 0;
  }

  #footer-main .social-nav a {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .content-wrap {
    width: 100%;
  }

  .footer-inner {
    width: 100%;
  }
}
/********************************************************* END MEGA FOOTER ****************************************************/
.fa-trash-o::before {
  content: "\f2ed" !important;
}

/**** TABS ****/
h2.tab-title {
  display: block;
  position: relative;
  text-align: right;
  overflow: hidden;
  font-family: Oswald, 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%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  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;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  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;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  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: #ff9900;
}

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

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

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

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

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

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

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

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

@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-tall {
  padding: 5rem 0;
}

/* 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 {
  -webkit-transition: rotate(0deg);
  -ms-transition: rotate(0deg);
  -webkit-transform: 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: 0px 0 20px 0;
}

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

.ast-accordion > .ast-accordion-target > .ast-accordion-item > .ast-accordion-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 50px 19px 0;
  background-color: transparent;
  color: #254267;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  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;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  border: none;
}

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

#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: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
}

#footer-hosting .skin-footer-banner a:hover span {
  background-size: 100% 2px;
}

#footer-hosting .skin-footer-banner a:hover, #footer-hosting .skin-footer-banner a:active {
  color: #fff;
}

/**** 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;
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(20, 20, 20, 0)), to(#141414));
  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: -webkit-gradient(linear, right top, left top, from(rgba(20, 20, 20, 0)), to(#141414));
  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);
}

.header_banner_container {
  background-color: #15263b;
  color: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.header_banner_container .header_banner_flag {
  display: block;
  padding: 6px 0;
  height: 50px;
  font-size: 13px;
}
@media screen and (min-width: 544px) {
  .header_banner_container .header_banner_flag {
    height: 30px;
  }
}
.header_banner_container .header_banner_flag:before {
  background-image: url(/Portals/_default/skins/dgov2/resources/img/us_flag_small.png);
  background-size: 20px 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  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;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin: 0 4px 0 10px;
  display: inline-block;
}
.header_banner_container .header_banner_accordion:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
@media screen and (min-width: 367px) {
  .header_banner_container .header_banner_accordion {
    margin: 0 4px 0 0;
  }
}
@media screen and (min-width: 518px) {
  .header_banner_container .header_banner_accordion {
    margin: 0 4px 0 10px;
  }
}
.header_banner_container .header_banner_accordion svg {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
.header_banner_container .header_banner_accordion svg .expand-more {
  fill: #aebfd4;
}
.header_banner_container .header_banner_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-height: 0;
  max-width: 1400px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .header_banner_container .header_banner_panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header_banner_container .header_banner_panel_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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 {
  -webkit-transition: padding-top 200ms ease-out;
  transition: padding-top 200ms ease-out;
}

body.header-banner-is-open .expand-more-container {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: text-top;
}