
:root {
  --font-body: 'Roboto Condensed', sans-serif;
  --font-display: 'Oswald', sans-serif;;
  --font-special: 'Oswald', sans-serif;;
  --color-background: #ffffff;
  --color-foreground: #343840;
  --color-info: #616568;
  --color-primary: #786847;
  --color-primary-button: #128152;
  --color-error: #EA1319;
  --color-disabled-button: #E5E5E5;
  --color-secondary: #F4FCF2;
  --color-attention: #128152;
  --color-active-pill: #f2f2f2;
  --color-quick-links: #99845a;
  --color-primary-stroke: #7ca18d;
  --color-live: #EA1319;
  --color-selected: #244f4d;
  --color-shade: #E8E3DF;

  --color-brand-a: #223C2E;
  --color-brand-b: #C5A459;
}
html, body, .body-font { font-family: var(--font-body) }
html, body {
  background-color: var(--color-background) !important;
}
html .text-base {
  font-size: 1rem;
  line-height: 1.33;
}
@media (min-width: 1025px) {
  html .lg\:text-lg {
    font-size: 1rem;
    line-height: 1.33;
  }
}
.display-font {
  font-family: var(--font-display);
  font-weight: 800;
}
.special-font { font-family: var(--font-special) }

html p {
  margin: 0.75em 0;
}

html h1, html h2, html h3, html h4, html h5, html h6 {
  margin-bottom: .5em;
  font-weight: 700;
}

.f-body, h4               { font-size: 1rem     }
.f-special                { font-size: 2.25rem; letter-spacing: -0.03em  }
.f-max                    { font-size: 2rem     }
.f-mega, .f-display, h1   { font-size: 1.75rem  }
.f-alpha, .f-title        { font-size: 1.5rem   }
.f-gamma, .f-subtitle     { font-size: 1.375rem }
.f-epsilon, .f-header, h2 { font-size: 1.25rem  }
.f-zeta, .f-header-2, h3  { font-size: 1.125rem }
.f-eta, .f-caption        { font-size: 0.875rem }
.f-iota, .f-footnote      { font-size: 0.75rem  }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

.tap-button {
  display: inline-block;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  padding: 7px 35px;
  border-radius: 8px;
  text-transform: uppercase;
  margin: 15px auto;
  text-align: center;
  background: var(--color-brand-a);
}
.tap-button:hover {
  color: #fff;
  text-decoration: underline;
}

.text-style-title {
  font-size: 1.67rem;
  font-family: var(--font-display);
  font-weight: 800;
}

.c-figure  { color: var(--color-foreground) }
.c-ground  { color: var(--color-background) }
.c-tint    { color: var(--color-primary) }
.c-tint-2  { color: var(--color-primary-button) }
.c-tint-3  { color: var(--color-quick-links) }
.c-error   { color: var(--color-error) }
.c-hint    { color: var(--color-info) }
.c-brand-a { color: var(--color-brand-a) }
.c-brand-b { color: var(--color-brand-b) }
.bg-figure   { background-color: var(--color-foreground) }
.bg-ground   { background-color: var(--color-background) }
.bg-tint     { background-color: var(--color-primary) }
.bg-tint-2   { background-color: var(--color-primary-button) }
.bg-tint-3   { background-color: var(--color-quick-links) }
.bg-error    { background-color: var(--color-error) }
.bg-hint     { background-color: var(--color-info) }
.bg-selected { background-color: var(--color-selected) }
.bg-brand-a  { background-color: var(--color-brand-a) }
.bg-brand-b  { background-color: var(--color-brand-b) }
.bg-shade    { background-color: var(--color-shade) }

.body-copy 
a, html .body-copy a { color: var(--color-primary-button); text-decoration: none }
a:hover, 
a:focus,
html .body-copy a:hover,
html .body-copy a:focus  { color: var(--color-selected) }


.body-inset {
  padding: 1rem;
}
.body-offset {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}


.tap-button {
  font-family: inherit;
  background: var(--color-brand-a);
}


.oblique-effect {
  transform: scaleX(0.95) skew(0, -12deg) translateY(-2%);
}



.month-header {
  background-color: #EFEFEF;
}
.month-header .text-style-title {
  font-size: 26px;
  padding: 15px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.month-header .button-group {
  padding-top: 20px;
}
.month-header .col1, .month-header .col2, .month-header .col3, .month-header .col4, .month-header .col5, .month-header .col6, .month-header .col7, .month-header .col8, .month-header .col9, .month-header .col10, .month-header .col11, .month-header .col12 {
  margin: 0 3% 0 0;
}
.month-header .col1.last, .month-header .col2.last, .month-header .col3.last, .month-header .col4.last, .month-header .col5.last, .month-header .col6.last, .month-header .col7.last, .month-header .col8.last, .month-header .col9.last, .month-header .col10.last, .month-header .col11.last, .month-header .col12.last {
  margin: 0;
}

.month-event-label {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 1px;
}

.month-event-caption {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.4;
}

.month-day-cell > ._info {
  font-size: 11px;
  line-height: 1.5;
}
.month-day-cell > ._info .dictionary-table th, .month-day-cell > ._info .dictionary-table td {
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px 0 0;
}

.month-day-cell > ._number {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: top;
  cursor: default;
}

.icon.svg-racing {
  height: 24px;
}
.icon.svg-racing.tinted {
  fill: #000;
}

.month-week-cell .month-day-cell {
  border-top: 1px solid #C4C4C4;
}

.month-subheader {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .month-subheader {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .month-subheader .month-header-cell {
    float: left;
    width: 14.2857142857%;
  }
}

.month-day-cell {
  height: 112px;
  overflow: hidden;
}
.month-day-cell > ._accessory, .month-day-cell > ._marker, .month-day-cell > ._items, .month-day-cell > ._info {
  left: 8px;
}
.month-day-cell > ._marker, .month-day-cell > ._number, .month-day-cell > ._info {
  top: 10px;
}
.month-day-cell > ._items, .month-day-cell > ._number {
  right: 8px;
}
.month-day-cell > ._accessory {
  bottom: 5px;
}
.month-day-cell:empty {
  display: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAABFJREFUCB1jYMANjHFJDU4JAIw/AWavEhD2AAAAAElFTkSuQmCC) repeat;
}
@media screen and (min-width: 768px) {
  .month-day-cell:empty {
    display: block;
  }
}
.month-day-cell .fa {
  font-size: 18px;
  vertical-align: middle;
}
.month-day-cell > * {
  position: absolute;
  z-index: 1;
}
.month-day-cell > ._number {
  margin-top: -4px;
}
.month-day-cell > ._event {
  line-height: normal;
  position: relative;
  z-index: 2;
  padding: 7px 75px 10px 135px;
}
@media screen and (min-width: 768px) {
  .month-day-cell > ._event {
    padding: 84px 10px 60px;
  }
}
.month-day-cell > ._items {
  top: 40px;
}
.month-day-cell > ._accessory {
  z-index: 3;
}
.month-day-cell > ._event-list {
  display: none;
}
.month-day-cell > ._link {
  display: block;
  font: 0/0 a;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 45px;
  z-index: 5;
  color: transparent;
}
.month-day-cell .text-style-caption-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.month-day-cell .text-style-caption {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.3;
  color: #8E8E8E;
}

.cell-style-closed-day > * {
  opacity: 0.4;
}

.month-day-cell.cell-style-current-day {
  outline: 4px solid #B0FF00;
}
@media screen and (min-width: 768px) {
  .month-day-cell.cell-style-current-day {
    box-sizing: content-box;
  }
}
.month-day-cell.cell-style-current-day * {
  opacity: 1;
}
.month-day-cell.cell-style-current-day svg.icon {
  fill: #FFF;
}
.month-day-cell.cell-style-current-day .month-event-caption,
.month-day-cell.cell-style-current-day .dictionary-table th {
  color: #ffa4ad;
  opacity: 1;
}

.month-cell.view-mode-day {
  background-color: #1D1D1D;
  color: #B0FF00;
}
.month-cell.view-mode-day .month-week-cell {
  display: none;
}
.month-cell.view-mode-day .month-week-cell.active-week {
  display: grid;
}
.month-cell.view-mode-day .active-day {
  background-color: #B0FF00;
  color: #000;
}
.month-cell.view-mode-day .month-day-cell.cell-style-current-day {
  outline: none;
}
.month-cell.view-mode-day .text-style-caption-title {
  color: inherit;
}

.day-detail {
  font-size: 14px;
  padding-left: 28px;
  background-color: #1D1D1D;
  color: #95989A;
}
.day-detail .event-detail-unit {
  clear: both;
  padding: 28px 28px 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.day-detail h2 {
  font-size: 28px;
  color: #9DD81A;
}

.month-day-cell .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.month-day-cell .slick-dots {
  width: auto;
  left: 127px;
  bottom: auto;
  right: auto;
}
@media screen and (min-width: 1200px) {
  .month-day-cell .slick-dots {
    left: 50px;
    bottom: auto;
    top: 157px;
    right: 50px;
  }
}
.month-day-cell .slick-dots li, .month-day-cell .slick-dots button {
  width: 15px;
  height: 15px;
  margin: 0;
}
.month-day-cell .slick-dots li button:before {
  font-size: 14px;
}

.month-cell.-mini .month-week-cell:first-child {
  border-top: 2px solid #808080;
}

.month-cell.-mini .month-day-cell {
  min-height: 0;
  height: 45px;
}
.month-cell.-mini .month-day-cell > ._number {
  font-size: 10px;
  line-height: 1;
  top: 5px;
  right: 5px;
  margin: 0;
}
.month-cell.-mini .month-day-cell > ._accessory {
  left: 8px;
  bottom: 10px;
}

.campaign-rect {
  font-size: 12px;
  line-height: 1.385;
  position: absolute;
  left: 0;
  top: 52px;
  right: 0;
  bottom: 15px;
  z-index: 2;
  padding: 12px 17px;
  margin: 0 15px;
  background: #8aff43;
  color: #808080;
  border-radius: 5px;
  overflow: hidden;
}
.campaign-rect.is-past {
  background: #ccc;
  color: #828288;
}
.campaign-rect.start-offset-1 {
  left: 14.2857142857%;
}
.campaign-rect.start-offset-2 {
  left: 28.5714285714%;
}
.campaign-rect.start-offset-3 {
  left: 42.8571428571%;
}
.campaign-rect.start-offset-4 {
  left: 57.1428571429%;
}
.campaign-rect.start-offset-5 {
  left: 71.4285714286%;
}
.campaign-rect.start-offset-6 {
  left: 85.7142857143%;
}
.campaign-rect.end-offset-1 {
  right: 14.2857142857%;
}
.campaign-rect.end-offset-2 {
  right: 28.5714285714%;
}
.campaign-rect.end-offset-3 {
  right: 42.8571428571%;
}
.campaign-rect.end-offset-4 {
  right: 57.1428571429%;
}
.campaign-rect.end-offset-5 {
  right: 71.4285714286%;
}
.campaign-rect.end-offset-6 {
  right: 85.7142857143%;
}
.campaign-rect a {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.campaign-rect a:hover {
  color: inherit;
  text-decoration: none;
}

.campaign-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.month-events-layout {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
  border-spacing: 2px;
}
.month-events-layout > * {
  display: table-cell;
}
.month-events-layout a:hover {
  text-decoration: none;
}

.monthly-event-unit {
  height: 180px;
  padding-top: 65px;
  background-color: #1A1A1A;
  color: #95989A;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
}
.monthly-event-unit header {
  font-size: 26px;
  font-weight: 700;
  color: #9DD81A;
  text-transform: uppercase;
}
.monthly-event-unit p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

a:hover .monthly-event-unit {
  text-decoration: none;
  background-color: #B0FF00;
}
a:hover .monthly-event-unit header, a:hover .monthly-event-unit p {
  color: #000;
}



.month-header,
.month-subheader {
  background-color: var(--color-shade);
}
.month-header .text-style-title {
  font-family: var(--font-display);
  text-transform: uppercase;
}
body .monthly-event-unit {
  background-color: var(--color-brand-a);
}
body a:hover .monthly-event-unit {
  background-color: var(--color-brand-b);
}
body .monthly-event-unit header {
  font-family: var(--font-special);
  font-size: 1.75rem;
  line-height: 1;
  color: var(--color-brand-b);
  text-transform: uppercase;
}
body .monthly-event-unit > * {
  transform: scaleX(0.95) skew(0, -12deg) translateY(8px);
}
.month-header .text-style-title {
  font-size: 22px;
}
.month-cell.view-mode-day {
  color: var(--color-shade);
}
.month-day-cell.cell-style-current-day {
  outline-color: var(--color-primary-button);
}
.month-cell.view-mode-day .active-day {
  background-color: var(--color-primary-button);
  color: var(--color-background);
}
.day-detail {
  font-size: 1rem;
}
.day-detail h2 {
  color: var(--color-brand-b);
}
@media (max-width: 599px) {
  .month-header .onepcssgrid-1200 { padding: 0 16px }
  .month-header .onerow {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .month-header .button-group { padding-top: 0 }
  .view-mode-day .month-week-cell,
  .month-cell.view-mode-day .month-week-cell.active-week {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .view-mode-day .month-day-cell .text-style-caption { font-size: 10px; color: rgba(255,255,255,0.4); }
  .view-mode-day .month-day-cell {
    flex: 1;
    height: 60px;
  }
  .view-mode-day .month-day-cell ._items { display: none }
  .month-day-cell .text-style-caption-title { font-size: 1rem }
  .day-detail {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .day-detail .tap-button { margin-top: 0; margin-bottom: 0 }
  .month-events-layout { border-spacing: 0 }
}


/* Offers Utilities */
.center-offset {
  margin-left: auto;
  margin-right: auto;
}
a[onclick], a[onClick] {
  cursor: pointer;
}
.brand-font {
  font-family: proxima-nova, sans-serif;
}
.title-text {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-size: 1.5625rem;
}
.headline-text {
  font-size: 1.125rem;
  font-weight: 800;
}
.callout-text {
  font-size: 0.9375rem;
}
.lh-normal {
  line-height: 1.33;
}
.uppercase {
  text-transform: uppercase;
}
.tint-color {
  color: #c5a459;
}
.block-button,
.block-button:hover,
.block-button:focus {
  color: inherit;
  text-decoration: none;
}
.gap-container { overflow-x: hidden }

/* -- Page Header -- */
.page-header {
  margin-top: 1rem; 
  margin-bottom: 1rem;
  text-align: center;
  line-height: 2.2rem;
}
.page-header_title {
  font-family: Georgia;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 1.3rem;
}
.page-header_title:after {
  content: "";
  display: block;
  background: #c5a459;
  height: 15px;
  width: 100%;
  max-width: 780px;
  margin: 4px auto 0 auto;
}

/* -- Offer Collection -- */
.offer-width {
  max-width: 1200px;
}
.format-offer-banner {
  border-top: 4px solid #c5a459;
}
.format-top-offer-banner {
  border-bottom: 8px solid #c5a459;
}
.offer-bg {
  background: rgb(197, 164, 89);
  background: radial-gradient(circle, rgba(197, 164, 89,1) 0%, rgba(179, 146, 73, 1.0) 100%);
}
.format-optin-button {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.2rem 0.8rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  text-transform: uppercase;
}
.offer-hover:hover .offer-hover-object {
  background: #000;
  color: #fff;
}
.offer-collection-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.offer-collection-layout > * {
  margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
  .offer-collection-layout {
    flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
    margin-left: -12px;
	margin-right: -12px;
  }
  .offer-collection-layout > * {
    display: flex;
	align-items: stretch;
    flex-basis: 50%;
	padding: 0 12px;
  }
  .offer-collection-layout .offer-banner-layout {
    display: flex;
	flex-direction: column;
	align-items: stretch;
  }
}