.oon-ds-banner {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 875px;
  background-color: rgba(6, 64, 110, 0.95);
  color: white;
  line-height: 1.4em;
  padding: 40px 25px;
  /** on some sites like news parallax puts the banner below content **/
  /** parallax already does z-index 2 for navlinks on bottom of news/sport so bump even higher **/
  /** and topgridposition already has z-index 100 .. ugh **/
  z-index: 1001;
  font-size: 13px; }
  @media (min-width: 46.25em) {
    .oon-ds-banner {
      font-size: 15px; } }
  @media (max-width: 61.24em) {
    .oon-ds-banner {
      width: 100%;
      left: 0;
      padding: 10px; } }
  @media (min-width: 61.25em) {
    .oon-ds-banner {
      width: 930px; } }
  .oon-ds-banner h3 {
    margin-bottom: 20px;
    font-weight: 500; }
  .oon-ds-banner a {
    color: white !important;
    text-decoration: underline !important; }
    .oon-ds-banner a:hover, .oon-ds-banner a:focus {
      color: #ccc !important; }
  .oon-ds-banner .buttons {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .oon-ds-banner .buttons button {
      margin: 5px 0; }
      @media (max-width: 46.24em) {
        .oon-ds-banner .buttons button {
          width: 100%;
          height: 40px; } }
  .oon-ds-banner button#ds-more {
    color: white !important;
    text-decoration: underline !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 15px;
    line-height: 21px;
    padding: 0;
    font-family: ORF ON, Arial, Helvetica, Lucida Sans Unicode, Lucida Grande, sans-serif; }
    .oon-ds-banner button#ds-more:hover, .oon-ds-banner button#ds-more:focus {
      color: #ccc !important; }
  .oon-ds-banner .buttons #ds-accept-settings {
    display: none; }
  .oon-ds-banner .buttons.oon-ds-open {
    display: flex;
    justify-content: space-between; }
    .oon-ds-banner .buttons.oon-ds-open #ds-accept-settings {
      display: block; }
    .oon-ds-banner .buttons.oon-ds-open #ds-more {
      display: none; }
  .oon-ds-banner button#ds-accept {
    padding: 8px 25px 5px 25px; }
    .oon-ds-banner button#ds-accept svg {
      width: 13px;
      height: 13px;
      margin-right: 5px; }
  .oon-ds-banner button#ds-accept,
  .oon-ds-banner button#ds-accept-settings {
    display: inline-block;
    background-color: #06a318;
    color: white;
    padding: 1px 6px;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
    border: none;
    padding: 5px 25px;
    margin-left: 2px; }
    @media (min-width: 46.25em) {
      .oon-ds-banner button#ds-accept,
      .oon-ds-banner button#ds-accept-settings {
        margin: 0; } }
    .oon-ds-banner button#ds-accept:hover, .oon-ds-banner button#ds-accept:focus,
    .oon-ds-banner button#ds-accept-settings:hover,
    .oon-ds-banner button#ds-accept-settings:focus {
      background-color: #5286c1;
      color: white;
      text-decoration: none;
      cursor: pointer; }
  .oon-ds-banner .oon-ds-options {
    margin-top: 15px;
    padding: 10px;
    background-color: #5286c1;
    display: none;
    flex-direction: row; }
  .oon-ds-banner .oon-ds-options span {
    font-weight: 500; }
  .oon-ds-banner .oon-ds-options p {
    margin: 0px 0px 5px 19px;
    font-size: 13px; }
    @media (min-width: 46.25em) {
      .oon-ds-banner .oon-ds-options p {
        font-size: 14px; } }
  .oon-ds-banner .oon-ds-options.oon-ds-visible {
    display: flex; }

@media only screen and (max-width: 600px) {
  .oon-ds-options {
    flex-direction: column; } }
