/* .m-microsite-nav */
.m-microsite-nav .toggle {
   background-color: #062e62;
}

.m-microsite-nav .toggle .grid-outer {
  background-color: #062e62;
}

/* .m-stage */
.m-stage .grid-container {
  background-color: #062e62;
}

.m-stage.has-image .mobile-wrapper {
  background-color: #062e62;
}

@media all and (min-width: 768px) {
  .m-stage .copy {
    color: #FFF;
  }

  .m-stage.l-grid-section .grid-outer {
    background-color: #062e62;
  }

  .m-stage.has-image .grid-container {
    background-color: #062e62;
  }
}

/* .m-banner */
.m-banner.l-grid-section .grid-outer {
  background-color: #062e62;
}

/* .m-teaser */
.m-teaser .label {
  color: #062e62;
}

/* .m-link */
.m-arrow-teaser:hover .e-link.circle:not(.red):not(.white):after {
  color: #FFF;
  background-color: #062e62;
}

.m-arrow-teaser .e-link.circle:not(.red):not(.white):after {
  color: #062e62;
  border-color: #062e62;
}

/* .m-data-table */
.m-data-table .paging-ellipsis {
  color: rgba(6,46,98, .4);
}

.m-data-table .data-table-detail-info-headline {
  color: #062e62;
}

.m-data-table table.dataTable thead .sorting,
.m-data-table table.dataTable thead .sorting_asc,
.m-data-table table.dataTable thead .sorting_asc_disabled,
.m-data-table table.dataTable thead .sorting_desc,
.m-data-table table.dataTable thead .sorting_desc_disabled {
  color: rgba(6,46,98, .4);
}

.m-data-table table.dataTable tbody tr {
  color: #062e62;
  background-color: #062e62;
}

.m-data-table table.dataTable tbody tr.odd + tr:not(.even) {
  background-color: rgba(6,46,98, .4);
}

.m-data-table table.dataTable.display tbody tr.odd,
.m-data-table table.dataTable.stripe tbody tr.odd {
  background-color: rgba(6,46,98, .4);
}
