@font-face {
  font-family:"DDC Heading Font Face";
  src: url(/static/sites/c/customwork/fonts/rivieraNights/RivieraNights-Ultralight.woff2) format("woff2");
  font-weight:100;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src: url(/static/sites/c/customwork/fonts/rivieraNights/RivieraNights-Ultralight.woff2) format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src: url(/static/sites/c/customwork/fonts/rivieraNights/RivieraNights-Ultralight.woff2) format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src: url(/static/sites/c/customwork/fonts/rivieraNights/RivieraNights-Ultralight.woff2) format("woff2");
  font-weight:800;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src: url(/static/sites/c/customwork/fonts/rivieraNights/RivieraNights-Ultralight.woff2) format("woff2");
  font-weight:900;
  font-style:normal;
  font-display:swap
}

/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #c8c3cd;
      --color-primary-100: #a8a0ae;
      --color-primary-200: #887d8f;
      --color-primary-300: #685a70;
      --color-primary-400: #483751;
      --color-primary-500: #281432;
      --color-primary-600: #22112a;
      --color-primary-700: #1c0e22;
      --color-primary-800: #160b1a;
      --color-primary-900: #100812;
      --color-primary-950: #0a050a;
      --btn-link-disabled-color: #281432;
  }
  /* END Custom Color Scheme CSS */

  .section-column {flex-basis: 33%;}
.section-main-container {min-width: 960px;}

.image-default {min-width:183px;display: block;width: auto;}
div[data-name="section-row-2"] .image-default {min-width: 333px;display: flex;justify-content: center;}
div[data-name="section-row-1"] .section-column:not(:first-child) {border-left: 1px solid rgba(0,0,0,.2);}

[data-name="section-row-2"] .image-default img {max-height: 150px;}

/* owen.perks 11306053 */
body {color: #FFF !important;}
.line-below .widget-heading::after {background-color: #FFF;}
body, .bg-body {background: #281432}
[data-name="content-container-2"] .border-right {border-right: 1px solid #FFF !important;}

/* jwjakec - adds padding around RR logo */
.ddc-content.content-default.mb-4.text-center {
    padding: 40px;
}