body {
  background-color: #757575;
  font-family: 'Futurastd book', sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 2.8rem;
  font-weight: 300;
}

h2 {
  margin-top: 8%;
  margin-bottom: 30px;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

p {
  margin-bottom: 30px;
}

a {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #333;
}

strong {
  font-weight: 400;
}

.content-wrapper {
  position: relative;
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.content-wrapper.centered {
  text-align: center;
}

.content-wrapper.v-center {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.content-wrapper.v-center.narrow {
  width: 900px;
  padding-right: 60px;
  padding-left: 60px;
}

.booking-widget {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  z-index: 5;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
}

.col.p-0 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.col.p-0.mobile-margin {
  margin-bottom: 0px;
}

.col.height-100 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.col.p-r-40 {
  padding-right: 40px;
  padding-left: 0px;
}

.col.p-l-0 {
  padding-left: 0px;
}

.col.p-r-0 {
  padding-right: 0px;
  padding-left: 10px;
}

.col.p-l-10 {
  padding-left: 10px;
}

.col.with-border {
  border-right: 1px solid #757575;
}

.col.with-border.first {
  border-left: 1px solid #757575;
}

.col.brdr-right {
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.col.p-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.col.p-10.last {
  padding-right: 0px;
}

.col.p-10.first {
  padding-left: 0px;
}

.col.p-10.first {
  padding-left: 0px;
}

.col.p-l-0 {
  padding-left: 0px;
}

.row {
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: left;
}

.row.m-btm-40 {
  margin-bottom: 40px;
}

.row.m-right-12 {
  margin-right: 12%;
}

.row.m-right-12.m-btm-20 {
  margin-bottom: 20px;
}

.row.m-left-12 {
  margin-right: 0px;
  margin-left: 12%;
}

.row.m-left-12.m-btm-20 {
  margin-bottom: 20px;
}

.row.m-btm-0 {
  margin-bottom: 0px;
}

.book-widget-block {
  position: relative;
  height: 85px;
  padding: 15px 20px 10px 25px;
  border-right: 1px solid #e6e6e6;
}

.text-intro {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #757575;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.date-block {
  position: relative;
}

.date {
  display: inline-block;
  margin-right: 5px;
  font-size: 2rem;
  line-height: 2.3rem;
}

.tabs-menu {
  padding: 0px 10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #292929;
  text-align: center;
}

.tabs {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .11);
}

.tab-link {
  width: 210px;
  padding: 35px 15px 30px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tab-link:hover {
  opacity: 0.7;
  color: #fff;
}

.tab-link.w--current {
  border-top-color: #66101f;
  border-bottom-color: #fff;
  background-color: #ae2529;
  opacity: 1;
  color: #fff;
}

.tab-icon {
  height: 40px;
  max-width: 65px;
  margin-bottom: 25px;
}

.tab-pane {
  padding: 5% 5% 0%;
  text-align: center;
}

.tab-pane._w-inner-tabs {
  padding-top: 40px;
}

.card-link-block {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.card-link-block.handicap-blocks {
  height: 170px;
  padding: 50px 50px 45px;
  border-bottom: 5px solid #ae2529;
  background-color: #363636;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Futurastd, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.card-link-block.handicap-blocks:hover {
  background-color: #ae2529;
  color: #fff;
}

.card-img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #0098ff;
}

.card-title {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Futurastd, sans-serif;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: left;
}

.hero-slider {
  height: 600px;
}

.section-wrap {
  padding-top: 7%;
  padding-right: 0px;
  padding-bottom: 7%;
  background-color: #fff;
}

.section-wrap.gray {
  background-color: #f8f8f8;
}

.section-wrap.cta {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #333;
}

.section-wrap.cta.bg-img {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
}

.section-wrap.cta.bg-img.example {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/full-img-brk.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/full-img-brk.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-wrap.cta.bg-img.racing-example {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/racing-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/racing-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-wrap.bg-img {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  color: #fff;
}

.section-wrap.bg-img.example {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/full-img-brk.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/full-img-brk.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.section-wrap.m-top-113 {
  margin-top: 141px;
}

.section-wrap.m-top-113.thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-right: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/thank-you-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/thank-you-hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section-wrap.m-top-113.thank-you._404 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/5a9719cc54bf8f00013663a0_AdobeStock_165672508_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/5a9719cc54bf8f00013663a0_AdobeStock_165672508_Preview.jpeg');
}

.section-wrap.brdr-top {
  border-top: 1px solid #e6e6e6;
}

.section-wrap.full-img-break {
  position: relative;
  height: 600px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
}

.section-wrap.full-img-break.home-casino {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .85), transparent 72%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/VLTs.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .85), transparent 72%), linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/VLTs.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section-wrap.colored {
  background-color: #ae2529;
  background-image: -webkit-linear-gradient(90deg, #660f10 12%, #ae2529);
  background-image: linear-gradient(0deg, #660f10 12%, #ae2529);
  color: #fff;
}

.overview-text {
  display: block;
  max-width: 75%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: left;
}

.overview-text.small {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left-color: #acacac;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.overview-text.light {
  border-left-color: hsla(0, 0%, 90%, .15);
  color: #fff;
}

.overview-text.white {
  color: #fff;
}

.hero-row {
  height: 600px;
}

.main-wrap {
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.hero-slide-nav {
  padding: 30px 30px 50px 40px;
  font-size: 0.7rem;
  line-height: 0.5rem;
  text-align: right;
}

.hero-content-wrap {
  position: relative;
  height: 100%;
  background-color: #ae2529;
  background-image: -webkit-linear-gradient(90deg, #660f10 12%, #ae2529);
  background-image: linear-gradient(0deg, #660f10 12%, #ae2529);
}

.hero-content-wrap._w-swoosh {
  background-image: url('../images/color-swoosh-tm.svg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), -webkit-linear-gradient(90deg, #660f10 12%, #ae2529);
  background-image: url('../images/color-swoosh-tm.svg'), linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(0deg, #660f10 12%, #ae2529);
  background-position: 90% 70%, 0px 0px, 0px 0px;
  background-size: 200px, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.content-hero {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding: 6% 15%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.heading-large {
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.heading-large.light {
  color: #fff;
}

.heading-large.light.centered {
  text-align: center;
}

.heading-large.light.centered.mb-0 {
  margin-bottom: 0px;
}

.heading-large.title {
  color: #fff;
  font-size: 4rem;
  line-height: 4.5rem;
  letter-spacing: 0px;
}

.heading-large.title.blog {
  font-size: 3.5rem;
  line-height: 4rem;
}

.heading-large.red {
  color: #ae2529;
}

.btn-icon {
  width: 40px;
  margin-right: 12px;
  opacity: 0.5;
}

.primary-btn-2 {
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #ae2529;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.primary-btn-2:hover {
  border-color: #292929;
  background-color: #292929;
  color: #fff;
}

.primary-btn-2.m-t-55 {
  margin-top: 30px;
  background-image: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Futurastd, sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.primary-btn-2.m-t-55.m-r-50 {
  margin-top: 30px;
  margin-right: 50px;
  background-image: none;
  letter-spacing: 1.5px;
}

.primary-btn-2.m-t-55.trans-btn {
  background-image: none;
}

.primary-btn-2.trans-btn {
  border: 2px solid #fff;
  background-color: rgba(179, 40, 45, 0);
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.primary-btn-2.trans-btn:hover {
  border-color: #292929;
  background-color: #292929;
  color: #fff;
}

.primary-btn-2.trans-btn.mt-15 {
  margin-top: 15px;
}

.primary-btn-2.apply-btn {
  padding-right: 40px;
  padding-left: 40px;
  float: right;
}

.primary-btn-2.full {
  display: block;
}

.primary-btn-2.full.racing-banner {
  margin-top: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.primary-btn-2.full.racing-banner:hover {
  border-color: #292929;
  background-color: #292929;
}

.btn-text {
  display: inline-block;
  color: #3898ec;
  font-size: 1rem;
}

.slider-img-block {
  height: 100%;
  background-image: url('../images/racing-hero_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-img-block.map {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/map-ph.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/map-ph.jpg');
  background-size: auto, cover;
}

.slider-img-block.players-club {
  background-image: url('../images/players-club-4.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: url('../images/players-club-4.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slider-img-block.dine {
  background-image: url('../images/_JC82030.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: url('../images/_JC82030.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slider-img-block.slide-3 {
  background-image: url('../images/Miami_Valley_Gaming_night-shot.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: url('../images/Miami_Valley_Gaming_night-shot.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slider-img-block.horsemen-info {
  background-image: url('../images/racing-hero_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-img-block.racing-calendar {
  background-image: url('../images/racing-hero_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-img-block.lucky-buckeye {
  background-image: url('../images/thank-you-hero.jpg');
}

.icon-slider-arrow {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 30px;
  color: #c9c9c9;
}

.icon-slider-arrow.hero-slider-arrow.left {
  margin-left: 25px;
}

.icon-slider-arrow.hero-slider-arrow.right {
  margin-right: 25px;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slider-arrow:hover {
  opacity: 1;
}

.hero-wrap {
  position: relative;
  margin-top: 141px;
}

.hero-wrap.short {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #0098ff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
}

.month {
  display: inline-block;
  text-transform: capitalize;
}

.book-widget-submit {
  display: block;
  height: 85px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #3898ec;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: capitalize;
}

.promo-code {
  text-align: left;
}

.book-widget-arrow-dwn {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 15px;
  opacity: 0.5;
}

.p-heading {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #ae2529;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 0px;
}

.card-title-block {
  position: relative;
  display: block;
  min-height: 250px;
  padding: 25px;
  border-top: 3px solid #ae2529;
  background-color: #f3f3f3;
  text-align: left;
}

.card-title-block.on-grey {
  background-color: #fff;
}

.card-title-block.no-img {
  min-height: 200px;
}

.text-link {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-link:hover {
  color: #333;
}

.text-link.in-gallery {
  display: block;
  margin: -20px auto 10px;
  color: #ae2529;
  text-align: center;
}

.text-link.m-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.text-link.in-mm {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.text-link._w-arrow {
  padding-right: 32px;
  background-image: url('../images/long-right-arrow.svg');
  background-position: 100% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: padding-right 200ms ease, margin-right 200ms ease;
  transition: padding-right 200ms ease, margin-right 200ms ease;
}

.text-link._w-arrow:hover {
  margin-right: -10px;
  padding-right: 42px;
}

.text-link.in-paragraph {
  padding-top: 0px;
  padding-bottom: 0px;
}

.card-text {
  margin-bottom: 5px;
  color: #656565;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.3px;
}

.card-text.sub {
  margin-bottom: 10px;
  font-weight: 300;
}

.card-text.phone-icon {
  padding-left: 25px;
  background-image: url('../images/phone-receiver.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.card-text.address-icon {
  padding-left: 25px;
  background-image: url('../images/maps-and-flags.svg');
  background-position: 0px 3px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.card-text.hours-icon {
  padding-left: 25px;
  background-image: url('../images/time.svg');
  background-position: 0px 3px;
  background-size: 15px;
  background-repeat: no-repeat;
}

._w-70 {
  max-width: 70%;
}

._w-70.subtext {
  color: #fff;
  font-size: 1.1rem;
}

.overview-content {
  margin-left: 5%;
  padding: 50px 0% 5% 8%;
  background-color: #fff;
}

.overview-content.text {
  padding-top: 5%;
  padding-right: 5%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.overview-content.text.left {
  margin-right: 5%;
  margin-left: 0%;
  padding-left: 8%;
}

.overview-content.text.on-white {
  border: 1px solid #e6e6e6;
}

.overview-content.form {
  padding-right: 8%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.overview-content.form.on-white {
  border: 1px solid #e6e6e6;
}

.overview-content.left {
  margin-right: 5%;
  margin-left: 0%;
  padding-right: 8%;
  padding-left: 0%;
}

.overview-content.left.form {
  padding-left: 5%;
}

.overview-content.left.form.on-white {
  border: 1px solid #e6e6e6;
}

.overview-content.accordian {
  padding-right: 8%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
  z-index: 2000;
}

.logo {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 230px;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-link {
  padding: 41px 15px;
  font-family: Futurastd, sans-serif;
  color: #333;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  color: #ae2529;
}

.nav-link.w--current {
  color: #333;
}

.nav-link.w--current:hover {
  color: #ae2529;
}

.nav-link.book-now {
  top: 12px;
  margin-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #3898ec;
  color: #fff;
}

.nav-link.book-now-btn {
  background-color: #3898ec;
  color: #fff;
}

.tabs-wrap {
  padding-top: 5%;
  padding-bottom: 8%;
  background-color: #e4e4e4;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.tabs-wrap.p-t-5 {
  padding-top: 5%;
}

.centered-overview-text {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.header-top-outer-wrap {
  display: block;
  padding: 0px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #4f4f4f;
  color: #fff;
  text-align: right;
}

.header-top-links {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.header-top-block {
  display: inline-block;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.header-social-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 2px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.header-social-icon:hover {
  opacity: 1;
}

.header-top-label {
  display: inline-block;
  margin-right: 10px;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-top-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: hsla(0, 0%, 100%, .85);
  font-size: 0.85rem;
  font-weight: 300;
  text-align: left;
}

.header-top-link:hover {
  color: #fff;
}

.header-top-link.my-account {
  display: block;
  margin-right: -20px;
  padding: 10px 20px;
  background-color: #ae2529;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-top-link.my-account:hover {
  background-color: #292929;
}

.tabs-slider {
  height: auto;
  margin-left: 5%;
  background-color: transparent;
}

.tabs-slider.left {
  margin-right: 5%;
  margin-left: 0%;
}

.tabs-slider.left.m-right-12 {
  margin-right: 12%;
}

.tabs-slider.cards {
  margin-left: 0%;
}

.tabs-slide {
  background-color: transparent;
}

.medium-heading {
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

.medium-heading.m-top-0 {
  margin-top: 0px;
}

.medium-heading.m-top-0.light {
  color: #fff;
}

.medium-heading.centered {
  text-align: center;
}

.medium-heading.centered.white {
  color: #fff;
}

.medium-heading.centered.white.mt-0 {
  margin-top: 0%;
}

.text-list {
  padding-left: 0px;
}

.text-list.mb-0 {
  margin-bottom: 0px;
}

.text-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #757575;
  font-size: 1rem;
  list-style-type: none;
}

.text-list-item.title {
  font-family: Futurastd, sans-serif;
  color: #333;
  font-weight: 600;
}

.text-line {
  position: relative;
  top: 10px;
  bottom: 0px;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 15px;
  float: left;
  background-color: #757575;
}

.list-item-text {
  display: block;
}

.footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 134px;
  background-color: #1d1d1d;
  color: #757575;
  font-size: 0.8rem;
}

.footer-link {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.footer-link:hover {
  opacity: 1;
  color: #ae2529;
}

.footer-link.inline {
  display: inline;
}

.copywrite {
  display: inline-block;
  margin-top: 80px;
  font-weight: 300;
  text-align: left;
}

.footer-text {
  margin-bottom: 15px;
  color: #999;
  font-size: 0.8rem;
}

.footer-text.phone {
  font-size: 1rem;
}

.footer-title {
  margin-bottom: 5px;
  font-family: Futurastd, sans-serif;
  color: #e6e6e6;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.adlava-credit {
  display: none;
  margin-top: 80px;
  padding-left: 20px;
  float: right;
  border-left: 1px solid #757575;
  color: #959595;
  font-weight: 300;
  text-align: left;
}

.property-selector {
  font-size: 0.8rem;
  font-weight: 400;
}

.property-selector-toggle {
  padding: 0px 25px 0px 0px;
  color: #fff;
}

.property-selector-arrow {
  margin-right: 0px;
}

.inner-tabs-menu {
  margin-bottom: 30px;
}

.inner-tab-link {
  border-bottom: 2px solid rgba(174, 37, 41, 0);
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  font-size: 0.9rem;
  font-weight: 300;
}

.inner-tab-link:hover {
  color: #ae2529;
}

.inner-tab-link.w--current {
  border-bottom-color: #ae2529;
  background-color: hsla(0, 11%, 78%, 0);
  color: #ae2529;
}

.inner-tab-content {
  padding-top: 35px;
}

.secondary-btn {
  background-color: transparent;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.secondary-btn.m-t-55 {
  margin-top: 55px;
}

.secondary-btn.m-t-55.red {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ae2529;
}

.secondary-btn.m-t-55.red:hover {
  color: #333;
}

.secondary-btn.m-l-20 {
  margin-left: 20px;
}

.secondary-btn.load-btn {
  display: inline-block;
  margin: 0px auto 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #656565;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.secondary-btn.load-btn:hover {
  color: #ae2529;
}

.secondary-btn.centered {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.overview-img-slider {
  height: 500px;
  margin-left: 12%;
}

.gallery-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.gallery-wrap.gray {
  background-color: #f8f8f8;
}

.lightbox-link {
  display: block;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-align: center;
}

.lightbox-link-img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.disclaimer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.resposble-gaming-statement {
  display: inline-block;
}

.small-title {
  margin-bottom: 12px;
  color: #333;
  font-weight: 400;
}

.casino-host-block {
  padding-right: 20px;
  padding-left: 20px;
}

.headshot {
  display: block;
  width: 100%;
  background-color: #e0e0e0;
}

.casino-host-info {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.casino-host-name {
  margin-bottom: 5px;
  font-family: Futurastd, sans-serif;
  font-weight: 700;
}

.casino-host-email {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.casino-host-phone {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.casino-hosts {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.casino-hosts.gray {
  position: relative;
  background-color: #f8f8f8;
}

.tabs-slide-nav {
  padding-top: 0px;
  font-size: 0.6rem;
  text-align: right;
}

.tabs-slide-nav.cards {
  text-align: center;
}

.tabs-slide-nav.gallery-tiles {
  display: inline-block;
  padding-top: 25px;
  padding-right: 20px;
  font-size: 0.6rem;
  line-height: 0.7rem;
}

.tabs-slide-nav.slider {
  text-align: center;
}

.tabs-img-slide-text-block {
  padding: 12px 0px 25px;
  background-color: transparent;
  font-size: 0.9rem;
  font-style: normal;
  text-transform: none;
}

.tabs-img-slide-text {
  text-align: left;
}

.card-wrap {
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.card-img-link-block {
  position: relative;
  display: block;
  color: #fff;
}

.card-action-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  padding: 0px;
  text-align: left;
}

.card-primary-btn {
  display: inline-block;
  margin-right: 25px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #ae2529;
  background-image: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.card-primary-btn:hover {
  background-color: #292929;
  color: #fff;
}

.card-secondary-btn {
  padding: 8px 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.card-secondary-btn:hover {
  color: #4f4f4f;
}

.card-secondary-btn.m-l-20 {
  margin-left: 20px;
}

.document-title {
  display: block;
  padding-left: 30px;
  background-image: url('../images/download-cdi-icon-red.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ae2529;
}

.document-title:hover {
  background-image: url('../images/download-cdi-icon-black.svg');
  color: #333;
}

.icon-text-item {
  position: relative;
  bottom: 2px;
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  float: left;
}

.players-club-benefits {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.benefit-chart-wrap {
  position: relative;
  height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
}

.centered-wireframe-note {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.centered-wireframe-note.dark {
  color: #333;
}

.field-label {
  margin-bottom: 12px;
  font-family: Futurastd, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.field-label.add-more-field-label {
  font-size: 0.9rem;
}

.field-label.add-more-field-label:hover {
  color: #3898ec;
}

.field-label.add-more-field-label.left-justify {
  text-align: left;
}

.text-field {
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.text-field:hover {
  border-color: #c4c4c4;
}

.text-field:focus {
  border-color: #ae2529;
}

.text-field.date-picker {
  border-color: #e6e6e6;
  background-image: url('../images/icon-date-picker.svg');
  background-position: 97% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.form-field-block {
  margin-bottom: 20px;
}

.form-submit-btn.centered-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.in-hero-callout {
  margin-top: 40px;
  padding: 30px;
  background-color: #f8f8f8;
}

.lightbox-link-text-block {
  padding: 15px 30px 8px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.card-sub-text {
  margin-bottom: 8px;
  font-size: 0.8rem;
  font-weight: 300;
}

.light-box-link-text {
  margin-bottom: 8px;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-weight: 600;
}

.overview-list {
  margin-bottom: 25px;
  padding-left: 0px;
  list-style-type: none;
}

.overview-list.m-t-35 {
  margin-top: 35px;
}

.overview-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.overview-list-item.title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Futurastd, sans-serif;
  font-weight: 600;
}

.overview-list-item.p-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-overview-text-title {
  margin-top: 0%;
  text-align: center;
}

.centered-overview-text-title.m-btm-20 {
  margin-bottom: 20px;
}

.primary-btn {
  padding: 12px 15px;
  border: 2px solid #3898ec;
  background-color: #3898ec;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 300;
}

.primary-btn.m-t-55 {
  margin-top: 55px;
}

.primary-btn.m-t-55.m-r-50 {
  margin-right: 50px;
}

.primary-btn.mobile-book-btn {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}

.primary-btn.apply-btn {
  padding-right: 40px;
  padding-left: 40px;
  float: right;
}

.primary-btn.follow-btn {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.primary-btn.follow-btn.right-m {
  margin-right: 0px;
}

.social-icons {
  text-align: center;
}

.social-block {
  display: inline-block;
  width: 15%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.social-block:hover {
  color: #ae2529;
}

.social-icon {
  overflow: visible;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.dropdown-filter {
  z-index: 1;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 0.9rem;
}

.dropdown-filter.m-l-0 {
  margin-left: 0px;
}

.dropdown-filter-toggle {
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.dropdown-filter-toggle.winners-archive {
  width: 150px;
}

.dropdown-list {
  top: 62px;
}

.dropdown-list.w--open {
  left: NaNpx;
  top: auto;
  right: NaNpx;
  bottom: auto;
  display: block;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}

.dropdown-list.megamenu.w--open {
  z-index: 1;
  min-width: 600px;
  border-top: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.dropdown-link:hover {
  background-color: #e7e7e7;
}

.filter-block {
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
}

.calendar-wrap {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.calendar-block {
  margin-bottom: 35px;
}

.select-box {
  height: 48px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: rgba(51, 51, 51, .6);
}

.select-box:hover {
  border-color: #c4c4c4;
}

.select-box:focus {
  border-color: #ae2529;
}

.thank-you-img {
  display: block;
  width: 800px;
  height: 500px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #e0e0e0;
}

.narrow-content {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  text-align: left;
}

.narrow-content.centered {
  text-align: center;
}

.narrow-content.hero-overlap {
  position: relative;
  bottom: 180px;
  margin-bottom: -180px;
  padding-top: 60px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.heading-small {
  margin-bottom: 20px;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-weight: 700;
}

.heading-small.white {
  color: #fff;
}

.full-hero-wrap {
  position: relative;
  height: 250px;
  margin-top: 142px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
}

.full-hero-wrap.example {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Miami_Valley_Gaming_night-shot.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Miami_Valley_Gaming_night-shot.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-hero-wrap.wagering-101 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/animal-close-up-competition-2000x1333.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/animal-close-up-competition-2000x1333.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-hero-wrap.racing-replays {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/animal-close-up-competition-2000x1333.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/animal-close-up-competition-2000x1333.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-hero-wrap.blog {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/AdobeStock_101558890_Preview-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/AdobeStock_101558890_Preview-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.acc-wrap {
  margin-bottom: 5px;
}

.acc-head {
  padding: 20px 20px 20px 25px;
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
  background-image: url('../images/acc-head-icon-cdi.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Futurastd, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
}

.acc-head.race-number {
  border-bottom: 1px solid #d3d3d3;
  background-color: transparent;
}

.acc-content {
  overflow: hidden;
  height: 0px;
  color: #757575;
}

.acc-content-inner {
  padding: 40px 40px 5px;
}

.acc-head-icon {
  width: 30px;
  float: right;
  opacity: 0.7;
}

.acc-head-text {
  position: static;
  top: 5px;
  display: inline-block;
}

.inline-content-block {
  margin-top: 40px;
  margin-bottom: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e6e6e6;
}

.category-link {
  border-bottom: 1px solid #ae2529;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #ae2529;
  text-decoration: none;
  cursor: pointer;
}

.category-link:hover {
  border-bottom-color: #292929;
  color: #292929;
}

.category-link.light {
  border-bottom-color: #fff;
  color: #fff;
}

.category-link.light:hover {
  border-bottom-color: #292929;
  color: #292929;
}

.blog-archive-link {
  border-bottom: 1px solid #ae2529;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #ae2529;
  text-decoration: none;
}

.blog-archive-link:hover {
  border-bottom-color: #292929;
  color: #292929;
}

.blog-archive-link.light {
  border-bottom-color: #fff;
  color: #fff;
}

.blog-archive-link.light:hover {
  border-bottom-color: #292929;
  color: #292929;
}

.page-details {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
}

.iniine-photo-block {
  margin-bottom: 60px;
}

.inline-photo {
  display: block;
  margin-bottom: 15px;
}

.photo-details {
  font-size: 0.9rem;
}

.blog-img-slider {
  height: auto;
  margin-bottom: 50px;
  margin-left: 0%;
  background-color: transparent;
}

.block-quote {
  margin-bottom: 35px;
  border-left-width: 2px;
  border-left-color: #ae2529;
  font-family: Futurastd, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.color-fill-hero {
  position: relative;
  height: 500px;
  background-color: #ae2529;
  background-image: -webkit-linear-gradient(270deg, #ae2529, #660f10);
  background-image: linear-gradient(180deg, #ae2529, #660f10);
}

.color-fill-hero-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.nav-link-dropdown {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.back-link {
  position: absolute;
  left: 0px;
  bottom: 10%;
  z-index: 10;
  margin-left: 15%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  background-image: url('../images/back-arrow-cdi-6a6a6a.svg');
  background-position: 0px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dadada;
  font-size: 0.8rem;
  font-weight: 500;
}

.back-link:hover {
  color: #717075;
}

.back-link.under-hero {
  left: 0px;
  top: -90px;
  bottom: auto;
  margin-left: 30px;
  color: #656565;
}

.back-link.under-hero:hover {
  color: #ae2529;
}

.back-link.no-hero {
  left: 0px;
  top: -60px;
  bottom: auto;
  margin-left: 30px;
  color: #757575;
}

.back-link.no-hero:hover {
  color: #ae2529;
}

.back-link.no-hero.in-narrow-content {
  position: static;
  margin-bottom: 20px;
  margin-left: 0px;
}

.back-link.auto {
  position: static;
  margin-bottom: 15px;
  margin-left: 0%;
  padding-left: 27px;
  background-image: url('../images/long-arrow-pointing-to-left.svg');
  background-size: 19px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #656565;
}

.back-link.auto:hover {
  background-image: url('../images/long-arrow-pointing-to-left-red.svg');
  color: #ae2529;
}

.heading {
  margin-left: 1px;
}

.text-area {
  min-height: 100px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.text-area:hover {
  border-color: #c4c4c4;
}

.text-area:focus {
  border-color: #ae2529;
}

.text-area.min-150 {
  min-height: 150px;
}

.footr-phone-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.footr-phone-link:hover {
  opacity: 1;
  color: #ae2529;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.slide-nav-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #ae2529;
}

.slide-nav-arrow:hover {
  opacity: 1;
}

.fullscreen-page-break {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 0.85rem;
  text-align: right;
}

.fullscreen-page-break-text {
  display: block;
  font-family: Futurastd, sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fullscreen-page-break-inner {
  display: inline-block;
  width: 33.3%;
  padding-right: 30px;
  border-right: 3px solid hsla(0, 0%, 100%, .25);
  color: hsla(0, 0%, 100%, .7);
}

.hr {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #e6e6e6;
}

.checkbox-field {
  margin-bottom: 10px;
}

.check-box-label {
  position: relative;
  top: -3px;
  margin-bottom: 0px;
  color: #757575;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.back-to-top-link {
  position: absolute;
  top: -125px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ae2529;
  text-align: center;
}

.back-to-top-icon {
  position: relative;
  top: 11px;
  width: 20px;
}

.dropdown-toggle {
  display: block;
  padding: 0px;
}

.nav-dropdown-link {
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  background-color: #e6e6e6;
  color: #ae2529;
}

.nav-dropdown-link.last {
  border-bottom-style: none;
}

.component-category-wrap {
  margin-bottom: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.component-category-wrap-title {
  margin-bottom: 115px;
  padding-left: 100px;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 200;
  text-align: left;
}

.component-type-block {
  margin-bottom: 130px;
}

.component-type-title {
  margin-left: 100px;
  padding-left: 15px;
  border-left: 3px solid #44882f;
  color: #a0a0a0;
  font-size: 1.3rem;
}

.component-type-title.m-btm-80 {
  margin-bottom: 80px;
}

.component-list-body {
  background-color: #000;
}

.tablet-view {
  display: none;
}

.mobile-view {
  display: none;
}

.list-text-wrap {
  display: inline-block;
  padding-left: 30px;
  float: left;
  background-image: url('../images/list-item-line.svg');
  background-position: 0px 12px;
  background-size: auto 2px;
  background-repeat: no-repeat;
}

.list-line-wrap {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  float: left;
}

.portrait-mobile-view {
  display: none;
}

.landscape-mobile-view {
  display: none;
}

.desktop-tablet-landscape-view {
  display: block;
}

.popup-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.nav-link-overview {
  color: #333;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.nav-link-overview:hover {
  color: #3898ec;
}

.mobile-buttons {
  display: none;
}

.link-block {
  width: 100%;
}

.link-block.job-listing {
  color: #656565;
  font-weight: 400;
}

.footer-dropdown {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}

.footer-dropdown:hover {
  color: #e6e6e6;
}

.header-top-wrap {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header-bottom-outer-wrap {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.floating-btn {
  position: fixed;
  right: 7.5%;
  bottom: 0px;
  z-index: 1000;
  display: block;
}

.li-job-listing {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-family: Futurastd, sans-serif;
  font-weight: 400;
}

.job-listing-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Futurastd, sans-serif;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.lottery-logo {
  width: 100px;
}

.casino-host-languages {
  margin-bottom: 5px;
}

.casino-host-phone-2 {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.card-slider {
  height: 100%;
  font-size: 0.6rem;
}

.div-secondary-btns {
  margin-top: 20px;
}

.div-secondary-btns.right-align {
  text-align: right;
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5500;
  background-color: rgba(0, 0, 0, .5);
}

.div-modal-window {
  display: block;
  width: 50%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-center-vert {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.close-popup-img {
  position: relative;
  left: 35px;
  top: -30px;
  width: 25px;
  float: right;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.form-wrapper {
  padding: 35px 50px 30px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.select-field {
  height: 48px;
  margin-bottom: 0px;
  border: 3px solid #e6e6e6;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: rgba(51, 51, 51, .8);
}

.div-headshot {
  overflow: hidden;
  width: 80%;
  margin-right: 30px;
  border: 5px solid #ae2529;
  border-radius: 100%;
}

.headshot-img {
  width: 100%;
}

.div-sarella-selections {
  padding-top: 40px;
}

.sardella-signature {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}

.div-saratoga-bets-banner {
  padding: 25px;
  background-color: #ae2529;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-blocks {
  margin-top: 60px;
}

.handicap-block-icon {
  width: 30px;
  margin-bottom: 15px;
}

.div-race-replay-widget {
  height: 600px;
  background-color: #e7e7e7;
}

.race-number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.race-places {
  margin-top: 20px;
}

.div-sardella-pick {
  width: 100%;
  padding: 25px;
  background-color: #f5f5f5;
}

.div-sardella-pick.best-bets {
  padding: 40px;
}

.race-place {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
  text-align: center;
}

.race-place.best-bets {
  font-size: 1.4rem;
}

.winning-horse-text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
}

.winning-horse-text.best-bets {
  font-size: 1.4rem;
}

.sardella-pick-text {
  margin-bottom: 0px;
}

.horsemen-link {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.div-bio-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 100%;
}

.div-bio-img.bio-detail-page {
  margin-right: 35px;
}

.div-rollover {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 100%;
  background-color: #d3d3d3;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-rollover:hover {
  opacity: 1;
}

.rollover-text {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-weight: 300;
}

.bio-img {
  width: 100%;
}

.horseman-name {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 300;
}

.horseman-info-bio-page {
  margin-right: 35px;
  text-align: center;
}

.div-bio {
  padding-top: 20px;
  padding-left: 30px;
}

.div-chart-col {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #757575;
  background-color: transparent;
  text-align: center;
}

.div-chart-col.first {
  border-left: 1px solid #757575;
}

.div-chart-col.title {
  background-color: #e6e6e6;
}

.radio-button-field {
  display: inline-block;
  color: #757575;
  font-size: 0.9rem;
  font-weight: 400;
}

.radio-button-field.m-r-20 {
  margin-right: 20px;
}

.add-more-field-label {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

.upper-footer-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #4f4f4f;
}

.partners-logos-slider {
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.logo-slide {
  width: 25%;
}

.logo-container {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.slide-nav.hidden {
  display: none;
}

.centered-div-m-right {
  margin-right: 12%;
  text-align: center;
}

.hidden {
  display: none;
}

.component-list {
  position: absolute;
  left: 0px;
  top: 20%;
  right: 0px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  list-style-type: none;
}

.component-list-item {
  margin-bottom: 25px;
  text-align: center;
}

.component-link {
  color: #fff;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.component-link:hover {
  color: #3898ec;
}

.div-pagination {
  text-align: center;
}

.div-pagination.m-right-12 {
  margin-right: 12%;
}

.er-outer-wrap {
  padding: 3% 5%;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

.dropdown-filter-2 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 0.9rem;
}

.section-wrap-2 {
  padding-top: 7%;
  padding-right: 0px;
  padding-bottom: 7%;
  background-color: #fff;
}

.section-wrap-2.gray {
  background-color: #f8f8f8;
}

.replay-video-placeholder {
  width: 400px;
  height: 230px;
  margin-top: 15px;
  background-color: #d3d3d3;
  background-image: url('../images/play-button.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.dropdown-filter-toggle-2 {
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f8f8f8;
}

.dropdown-filter-toggle-2.on-gray {
  background-color: #fff;
}

.row-3 {
  margin-bottom: 20px;
  margin-left: 0px;
  clear: both;
  text-align: left;
}

.row-3.m-btm-0 {
  margin-bottom: 0px;
}

.text-list-item-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #757575;
  font-size: 1rem;
  list-style-type: none;
}

.text-list-item-2.less-pad {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9rem;
}

.text-list-item-2.title {
  color: #333;
  font-weight: 400;
}

.text-list-item-2.title.less-pad {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9rem;
}

.dropdown-list-2.w--open {
  left: NaNpx;
  top: NaNpx;
  right: NaNpx;
  bottom: auto;
  display: block;
  margin-top: 15px;
  background-color: #f8f8f8;
}

.dropdown-list-2.on-gray {
  background-color: #fff;
}

.list-item-text-2 {
  display: inline-block;
  line-height: 1.4rem;
}

.content-wrapper-2 {
  position: relative;
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.er-block-title {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #dfdfdf;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 1.5rem;
  line-height: 2rem;
}

.er-details-wrap {
  margin-bottom: 20px;
}

.slider-nav {
  font-size: 0.7rem;
}

.nav-dropdown-link-2 {
  padding-right: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 2px none transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.85rem;
}

.nav-dropdown-link-2:hover {
  border-left-color: #1a7f65;
  background-color: #e6e6e6;
  background-position: 96% 50%;
  color: #1a7f65;
}

.nav-dropdown-link-2.in-mm {
  border-bottom-style: none;
  background-image: none;
  font-family: Futurastd, sans-serif;
  color: #333;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-dropdown-link-2.in-mm:hover {
  background-color: transparent;
  background-image: none;
  color: #ae2529;
}

.nav-dropdown-link-2.in-mm.centered {
  clear: both;
  text-align: center;
}

.mm-title {
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.mm-article-slider {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}

.card-title-2 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #030606;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.card-title-2.center {
  font-family: Futurastd, sans-serif;
  color: #363636;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.mm-lower-bar {
  width: 100%;
  margin-top: 5px;
  padding: 10px 30px;
  background-color: #4f4f4f;
  color: #fff;
}

.mm-article-slide {
  text-align: center;
}

.mm-upper-bar {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 10px;
}

.tablet-menu {
  display: none;
}

.div-footer-img {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.text-block-4 {
  color: #ae2529;
  font-size: 1.5rem;
  font-weight: 700;
}

.article-img {
  width: 100%;
}

.hamburger-menu {
  display: none;
}

.tabs-slide-nav-2 {
  padding-top: 0px;
  font-size: 0.6rem;
  text-align: right;
}

.tabs-slide-nav-2.slider {
  padding-top: 15px;
  text-align: center;
}

.lightbox-link-img-2 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.light-box-link-text-2 {
  margin-bottom: 8px;
  font-family: Futurastd, sans-serif;
  color: #ae2529;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
}

.tabs-slider-2 {
  height: auto;
  margin-left: 5%;
  background-color: transparent;
}

.tabs-slider-2.cards {
  margin-left: 0%;
}

.lightbox-link-2 {
  display: block;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #333;
  font-size: 0.9rem;
  text-align: left;
}

.lightbox-link-text-block-2 {
  padding: 5px 15px 8px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.card-sub-text-2 {
  margin-bottom: 3px;
  font-size: 0.85rem;
  font-weight: 400;
}

.icon-slider-arrow-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.icon-slider-arrow-2.winners-slider {
  bottom: 30%;
}

.share-link-block {
  width: 25px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.share-link-block:hover {
  opacity: 0.8;
}

.light-box-link-text-3 {
  margin-bottom: 8px;
  color: #030606;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 500;
}

.div-twitter-profile-img {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  padding-left: 1px;
}

.back-link-2 {
  position: absolute;
  left: 0px;
  bottom: 10%;
  z-index: 10;
  margin-left: 15%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 17px;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6a6a6a;
  font-size: 0.85rem;
}

.back-link-2:hover {
  background-image: none;
  color: #d6a31e;
}

.back-link-2.no-hero {
  left: 0px;
  top: -60px;
  bottom: auto;
  margin-left: 30px;
}

.back-link-2.no-hero.in-components {
  position: relative;
  top: -100px;
  margin-left: 100px;
  background-image: url('../images/back-arrow-cdi-white.svg');
  background-position: 0px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}

.back-link-2.no-hero.in-components:hover {
  opacity: 1;
}

.components-list {
  margin-left: 100px;
}

.components-list-item {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-link-2 {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #d43900;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-link-2:hover {
  color: #d6a31e;
}

.text-link-2.custom-link {
  font-family: 'Futurastd book', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

html.w-mod-js *[data-ix="display-popup"] {
  display: none;
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 95%;
  }
  .content-wrapper.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-wrapper.v-center.narrow {
    padding-right: 40px;
    padding-left: 40px;
  }
  .booking-widget {
    position: static;
  }
  .col.p-0.mobile-margin {
    margin-bottom: 40px;
  }
  .col.p-r-40 {
    padding-right: 0px;
  }
  .col.mobile-margin {
    margin-bottom: 30px;
  }
  .col.brdr-right {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right-style: none;
  }
  .col.p-l-0 {
    padding-left: 10px;
  }
  .row.m-right-12 {
    margin-right: 0%;
  }
  .row.m-left-12 {
    margin-left: 0%;
  }
  .row.m-bottom-row {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .tabs-menu.racing {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tabs {
    max-width: 90%;
  }
  .tab-link {
    width: 130px;
  }
  .tab-link.racing {
    display: block;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
  }
  .tab-link._50 {
    width: 200px;
  }
  .tab-icon {
    height: 30px;
    max-width: 60px;
  }
  .tab-icon.racing {
    position: relative;
    top: -2px;
    height: 25px;
    margin-right: 17px;
    margin-bottom: 0px;
    float: left;
  }
  .tab-pane {
    padding-right: 40px;
    padding-left: 40px;
  }
  .card-link-block.handicap-blocks {
    height: 150px;
    padding: 25px 19px 20px;
  }
  .hero-slider {
    height: 800px;
  }
  .section-wrap.gray {
    clear: both;
  }
  .section-wrap.m-top-113 {
    margin-top: 151px;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .section-wrap.full-img-break {
    height: 500px;
  }
  .overview-text {
    max-width: 100%;
  }
  .hero-row {
    height: 400px;
  }
  .content-hero {
    left: 0px;
    top: 50%;
    right: 0px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .heading-large {
    font-size: 3rem;
    line-height: 4rem;
  }
  .heading-large.title {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .heading-large.title.blog {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .primary-btn-2.m-t-55 {
    margin-top: 25px;
  }
  .primary-btn-2.full.racing-banner {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .icon-slider-arrow.hero-slider-arrow {
    bottom: 50%;
  }
  .icon-slider-arrow.hero-slider-arrow.left {
    margin-left: 20px;
  }
  .icon-slider-arrow.hero-slider-arrow.right {
    margin-right: 20px;
  }
  .icon-slider-arrow.footer-slider.left {
    margin-left: 0px;
  }
  .icon-slider-arrow.footer-slider.right {
    margin-right: 0px;
  }
  .hero-wrap {
    margin-top: 151px;
  }
  .book-widget-submit {
    padding: 25px 10px;
  }
  ._w-70 {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .overview-content {
    margin-left: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }
  .overview-content.text {
    padding-bottom: 5%;
    padding-left: 5%;
  }
  .overview-content.text.left {
    margin-right: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .overview-content.form {
    padding: 5%;
  }
  .overview-content.left {
    padding-right: 0%;
  }
  .overview-content.left.form {
    margin-right: 0%;
    padding-right: 5%;
  }
  .overview-content.accordian {
    padding: 5%;
  }
  .header {
    display: block;
  }
  .logo {
    top: 0px;
    width: 170px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .nav-link {
    display: block;
    padding: 20px;
  }
  .nav-link.book-now {
    margin-left: 0px;
    text-align: center;
  }
  .nav-link.book-now-btn {
    display: inline-block;
    padding: 22px 20px;
    float: right;
    background-color: transparent;
    color: #3898ec;
  }
  .nav-link.close-menu {
    background-image: url('../images/cross.svg');
    background-position: 98% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .tabs-wrap {
    padding-top: 7%;
    clear: both;
  }
  .centered-overview-text {
    max-width: 70%;
  }
  .header-top-block {
    margin-left: 30px;
  }
  .tabs-slider {
    margin-left: 0%;
  }
  .tabs-slider.left {
    margin-right: 0%;
  }
  .tabs-slider.left.m-right-12 {
    margin-right: 0%;
  }
  .medium-heading {
    margin-top: 0%;
  }
  .footer {
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .copywrite {
    margin-top: 40px;
  }
  .nav-menu {
    z-index: 3000;
    height: 100vh;
    padding-right: 0px;
    background-color: #f5f5f5;
    color: #000;
  }
  .adlava-credit {
    margin-top: 40px;
  }
  .secondary-btn.m-t-55 {
    margin-top: 45px;
  }
  .gallery-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gallery-wrap.gray {
    clear: both;
  }
  .casino-hosts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tabs-slide-nav.cards {
    padding-top: 0px;
  }
  .tabs-slide-nav.slider {
    padding-top: 0px;
  }
  .card-wrap.racing-card {
    margin-bottom: 25px;
  }
  .card-secondary-btn.m-l-20 {
    display: block;
    margin-left: 0px;
  }
  .in-hero-callout {
    display: none;
    margin-top: 10px;
  }
  .primary-btn.follow-btn {
    width: 49%;
  }
  .primary-btn.follow-btn.right-m {
    margin-right: 6px;
  }
  .social-block {
    width: 25%;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .dropdown-filter {
    font-weight: 500;
  }
  .dropdown-filter-toggle.w--open {
    margin-bottom: 0px;
  }
  .dropdown-list.w--open {
    margin-bottom: 15px;
    border-style: none;
    background-color: transparent;
  }
  .dropdown-list.megamenu {
    background-color: transparent;
  }
  .dropdown-list.megamenu.w--open {
    margin-top: 0px;
    margin-bottom: 15px;
    border-top-style: none;
    background-color: transparent;
  }
  .thank-you-img {
    height: 400px;
  }
  .narrow-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .narrow-content.hero-overlap {
    bottom: 130px;
    margin-bottom: -130px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .full-hero-wrap {
    margin-top: 151px;
  }
  .color-fill-hero-content {
    bottom: 80px;
    width: 100%;
  }
  .back-link {
    bottom: 5%;
    margin-left: 10%;
  }
  .back-link.under-hero {
    top: -50px;
    font-size: 0.8rem;
    line-height: 1.3rem;
    font-weight: 500;
  }
  .back-link.no-hero {
    top: -60px;
  }
  .fullscreen-page-break-inner {
    width: 70%;
  }
  .back-to-top-link {
    top: -65px;
  }
  .nav-dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    border-bottom-style: none;
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    color: rgba(0, 0, 0, .8);
    font-size: 0.8rem;
  }
  .nav-dropdown-link:hover {
    background-color: transparent;
  }
  .nav-dropdown-link.last {
    background-color: #c8c8c8;
  }
  .component-category-wrap {
    margin-bottom: 0px;
  }
  .component-category-wrap-title {
    padding-left: 50px;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .component-type-block {
    margin-bottom: 0px;
    padding-top: 113px;
    clear: both;
  }
  .component-type-title {
    margin-left: 50px;
  }
  .component-type-title.m-btm-80 {
    margin-right: 50px;
    margin-bottom: 90px;
    margin-left: 50px;
    border-left-color: #d69a00;
  }
  .desktop-view {
    display: none;
  }
  .tablet-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
  .portrait-mobile-view {
    display: none;
  }
  .landscape-mobile-view {
    display: none;
  }
  .menu-button {
    padding: 21px;
  }
  .menu-button.w--open {
    background-color: #292929;
  }
  .floating-btn {
    z-index: 500;
  }
  .div-headshot {
    display: block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-sarella-selections {
    padding-top: 10px;
    text-align: center;
  }
  .div-saratoga-bets-banner {
    margin-top: 40px;
  }
  .div-race-replay-widget {
    height: 500px;
  }
  .div-bio-img.bio-detail-page {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-bio {
    padding-left: 10px;
  }
  .upper-footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .centered-div-m-right {
    margin-right: 0%;
  }
  .component-list {
    top: 10%;
    width: 100%;
  }
  .component-link {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .div-pagination.m-right-12 {
    margin-right: 0%;
  }
  .section-wrap-2 {
    clear: both;
  }
  .section-wrap-2.gray {
    clear: both;
  }
  .content-wrapper-2 {
    max-width: 95%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-dropdown-link-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 60px;
    border-bottom: 2px solid rgba(26, 127, 101, 0);
    background-color: #a1a1a1;
    color: #fff;
    font-size: 0.85rem;
  }
  .nav-dropdown-link-2:hover {
    border-bottom-color: #1a7f65;
    background-color: #a1a1a1;
    background-image: none;
  }
  .desktop-menu {
    display: none;
  }
  .tablet-menu {
    display: block;
  }
  .full-menu {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .tabs-slide-nav-2.slider {
    padding-top: 20px;
  }
  .tabs-slider-2 {
    margin-left: 0%;
  }
  .lightbox-link-2 {
    padding-bottom: 10px;
  }
  .div-twitter-profile-img {
    width: 30%;
  }
  .back-link-2 {
    bottom: 5%;
    margin-left: 10%;
  }
  .back-link-2.no-hero {
    top: -60px;
  }
  .back-link-2.no-hero.in-components {
    margin-left: 50px;
  }
  .components-list {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  p {
    margin-bottom: 20px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .booking-widget {
    display: none;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.p-r-40.mobile-margin {
    margin-bottom: 30px;
  }
  .col.p-l-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.p-r-0 {
    padding-left: 0px;
  }
  .row {
    margin-bottom: 0px;
  }
  .row.m-btm-40 {
    margin-bottom: 0px;
  }
  .row.m-right-12.m-btm-20 {
    margin-bottom: 10px;
  }
  .row.m-left-12.m-btm-20 {
    margin-bottom: 0px;
  }
  .tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link {
    width: 25%;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 0.75rem;
    text-align: center;
  }
  .tab-link.racing {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tab-link._50 {
    width: 160px;
  }
  .tab-icon {
    height: 25px;
    margin-bottom: 9px;
  }
  .tab-icon.racing {
    width: 25px;
  }
  .tab-pane {
    padding: 3% 5%;
  }
  .card-link-block.handicap-blocks {
    height: 140px;
    margin-bottom: 20px;
    padding: 35px 35px 30px;
  }
  .hero-slider {
    height: 540px;
  }
  .section-wrap.m-top-113 {
    margin-top: 110px;
  }
  .section-wrap.m-top-113.thank-you {
    height: 100%;
  }
  .overview-text {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .hero-row {
    height: 270px;
  }
  .hero-slide-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-hero {
    padding: 0px 30px 20px;
  }
  .heading-large {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .heading-large.title.blog {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .btn-icon {
    width: 30px;
  }
  .primary-btn-2.m-t-55 {
    margin-top: 10px;
  }
  .primary-btn-2.trans-btn.mt-15 {
    margin-top: 15px;
  }
  .icon-slider-arrow.hero-slider-arrow.left {
    margin-left: 10px;
  }
  .icon-slider-arrow.hero-slider-arrow.right {
    margin-right: 10px;
  }
  .hero-wrap {
    margin-top: 110px;
  }
  ._w-70 {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .overview-content.text.left.on-white {
    padding-right: 8%;
  }
  .overview-content.left {
    margin-right: 0%;
  }
  .overview-content.accordian {
    padding: 20px;
  }
  .header {
    z-index: 3500;
  }
  .nav-link {
    display: block;
    margin-left: 0px;
    padding: 10px 20px;
  }
  .nav-link.book-now-btn {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link.close-menu {
    background-size: 15px;
  }
  .centered-overview-text {
    margin-bottom: 40px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .header-top-outer-wrap {
    padding-bottom: 0px;
  }
  .header-top-links {
    margin-top: 0px;
    text-align: left;
  }
  .header-top-links._w-26 {
    display: block;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px none rgba(0, 0, 0, .2);
  }
  .header-top-block {
    display: inline-block;
    margin-right: 30px;
    margin-left: 0px;
  }
  .header-top-block.hidden-on-mobile {
    display: none;
  }
  .header-top-block.on-dropdown {
    display: block;
    padding-left: 20px;
    color: #333;
  }
  .header-top-block.last {
    margin-right: 0px;
  }
  .header-top-label {
    display: inline-block;
  }
  .header-top-label.on-dropdown {
    display: block;
    color: #ae2529;
    font-size: 0.8rem;
  }
  .header-top-link {
    font-size: 0.8rem;
  }
  .header-top-link:hover {
    color: #292929;
  }
  .header-top-link.in-menu {
    color: #292929;
  }
  .medium-heading {
    margin-top: 15px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .text-list-item {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
  }
  .list-item-text {
    margin-left: 0px;
  }
  .list-item-text.m-0 {
    margin-left: 0px;
  }
  .list-item-text.title {
    font-family: Futurastd, sans-serif;
    color: #333;
    font-weight: 600;
  }
  .footer {
    padding-bottom: 100px;
  }
  .nav-menu {
    overflow: visible;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .adlava-credit {
    float: none;
  }
  .property-selector {
    width: 100%;
    padding-right: 70%;
  }
  .inner-tab-link {
    display: block;
    padding: 15px 10px;
  }
  .inner-tab-content {
    padding-top: 15px;
  }
  .secondary-btn.m-t-55 {
    margin-top: 35px;
  }
  .gallery-wrap.gray {
    clear: both;
  }
  .lightbox-link {
    margin-bottom: 20px;
    padding: 0px;
  }
  .tabs-slide-nav.slider {
    padding-top: 35px;
  }
  .card-wrap {
    margin-bottom: 30px;
  }
  .card-primary-btn {
    margin-right: 15px;
  }
  .card-secondary-btn {
    margin-top: 10px;
  }
  .card-secondary-btn.m-l-20 {
    margin-top: 0px;
  }
  .players-club-benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .benefit-chart-wrap {
    height: 600px;
  }
  .overview-list {
    margin-bottom: 0px;
  }
  .primary-btn.m-t-55 {
    margin-top: 45px;
  }
  .primary-btn.mobile-book-btn {
    position: static;
    left: 0px;
    right: auto;
    bottom: 0px;
    width: 100%;
    color: #fff;
  }
  .primary-btn.mobile-book-btn.second {
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 45%;
    margin-right: 2.5%;
    border: 2px solid #3898ec;
    background-color: transparent;
    color: #3898ec;
  }
  .primary-btn.mobile-book-btn.first {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .primary-btn.apply-btn {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  .social-icons {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .social-block {
    width: 30%;
    margin-bottom: 50px;
    text-align: center;
  }
  .dropdown-filter-toggle {
    margin-bottom: 10px;
  }
  .dropdown-list.megamenu.w--open {
    border-top-style: none;
  }
  .thank-you-img {
    height: 300px;
  }
  .full-hero-wrap {
    height: 150px;
    margin-top: 110px;
  }
  .color-fill-hero {
    height: 400px;
  }
  .color-fill-hero-content {
    bottom: 100px;
  }
  .back-link {
    bottom: 15px;
    margin-left: 30px;
  }
  .back-link.under-hero {
    top: -30px;
    margin-left: 20px;
  }
  .back-link.no-hero {
    top: -60px;
  }
  .fullscreen-page-break-inner {
    width: 100%;
  }
  .back-to-top-link {
    top: -65px;
  }
  .nav-dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .component-category-wrap-title {
    padding-left: 50px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .component-type-title {
    margin-left: 50px;
  }
  .mobile-view {
    display: block;
  }
  .desktop-tablet-view {
    display: none;
  }
  .tab-text {
    padding-top: 4px;
  }
  .list-text-wrap {
    display: inline-block;
  }
  .portrait-mobile-view {
    display: none;
  }
  .landscape-mobile-view {
    display: block;
  }
  .popup-wrap {
    overflow: scroll;
  }
  .mobile-buttons {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    display: none;
    padding: 12px;
    background-color: #fff;
    text-align: center;
  }
  .floating-btn {
    display: none;
  }
  .div-blocks {
    margin-top: 40px;
  }
  .div-race-replay-widget {
    height: 400px;
  }
  .race-number {
    font-size: 1.7rem;
  }
  .horsemen-link {
    margin-top: 10px;
  }
  .div-horseman-record {
    margin-top: 10px;
  }
  .upper-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo-slide {
    width: 50%;
  }
  .logo-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .component-list {
    top: 5%;
  }
  .component-link {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .dropdown-filter-toggle-2 {
    margin-bottom: 10px;
  }
  .text-list-item-2 {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
  }
  .list-item-text-2 {
    margin-left: 0px;
  }
  .content-wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs-slide-nav-2.slider {
    padding-top: 34px;
  }
  .tabs-slider-2.cards {
    margin-bottom: 10px;
  }
  .lightbox-link-2 {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .share-link-block {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .back-link-2 {
    bottom: 15px;
    margin-left: 30px;
  }
  .back-link-2.no-hero {
    top: -60px;
  }
  .back-link-2.no-hero.in-components {
    margin-left: 50px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  p {
    margin-bottom: 15px;
  }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-wrapper.v-center {
    text-align: center;
  }
  .content-wrapper.v-center.narrow {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.p-0.mobile-margin {
    margin-bottom: 20px;
  }
  .col.p-r-0 {
    padding-left: 0px;
  }
  .col.mobile-margin {
    margin-bottom: 0px;
  }
  .col.hide-on-portrait {
    display: none;
  }
  .col.p-10.last {
    padding-right: 10px;
  }
  .col.p-10.first {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col.p-10.first {
    padding-left: 10px;
  }
  .col.p-l-0 {
    padding-left: 0px;
  }
  .row.m-btm-40 {
    margin-bottom: 0px;
  }
  .row.m-right-12.m-btm-20 {
    margin-bottom: 0px;
  }
  .row.m-right-12.m-btm-40 {
    margin-bottom: 0px;
  }
  .tab-link {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 0.65rem;
  }
  .tab-link.racing {
    padding: 15px 20px;
  }
  .tab-link._50 {
    width: 50%;
  }
  .tab-icon {
    height: 22px;
    margin-bottom: 7px;
  }
  .tab-icon.racing {
    width: 25px;
  }
  .tab-pane {
    padding: 5% 15px;
  }
  .card-title {
    text-align: left;
  }
  .hero-slider {
    height: 600px;
  }
  .section-wrap {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .section-wrap.m-top-113 {
    margin-top: 103px;
  }
  .section-wrap.m-top-113.less-top-pad-mobile {
    padding-top: 20px;
  }
  .section-wrap.brdr-top {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .section-wrap.full-img-break {
    height: 300px;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .overview-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hero-row {
    height: 300px;
  }
  .hero-slide-nav {
    text-align: center;
  }
  .hero-content-wrap._w-swoosh {
    background-image: -webkit-linear-gradient(90deg, #660f10 12%, #ae2529);
    background-image: linear-gradient(0deg, #660f10 12%, #ae2529);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }
  .content-hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-large {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .heading-large.title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .heading-large.title.blog {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  .primary-btn-2.m-t-55 {
    margin-top: 20px;
  }
  .primary-btn-2.m-t-55.m-r-50 {
    margin-right: 0px;
  }
  .primary-btn-2.apply-btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .primary-btn-2.full.racing-banner {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon-slider-arrow.hero-slider-arrow {
    font-size: 2rem;
  }
  .icon-slider-arrow.footer-slider {
    width: 30px;
  }
  .hero-wrap {
    margin-top: 103px;
  }
  .p-heading {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .card-title-block {
    text-align: left;
  }
  .text-link.in-gallery {
    margin-top: -10px;
  }
  ._w-70 {
    max-width: 100%;
  }
  ._w-70.subtext {
    font-size: 1rem;
  }
  .overview-content.text {
    padding: 8%;
  }
  .overview-content.text.left {
    margin-right: 0%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .overview-content.text.left.on-white {
    padding-right: 5%;
    padding-left: 5%;
  }
  .header {
    z-index: 3500;
  }
  .logo {
    width: 150px;
    margin-left: 0%;
    padding: 4px 10px;
  }
  .nav-link {
    margin-left: 0px;
  }
  .tabs-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .tabs-wrap.p-t-5 {
    padding-top: 8%;
  }
  .centered-overview-text {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .header-top-outer-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-top-links {
    display: block;
    padding-top: 0px;
    text-align: right;
  }
  .header-top-links._w-26 {
    text-align: left;
  }
  .header-top-block {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    text-align: right;
  }
  .header-top-block.on-dropdown {
    margin-bottom: 8px;
    text-align: left;
  }
  .header-top-block.float-left {
    float: left;
  }
  .header-top-label {
    display: inline-block;
    text-align: left;
  }
  .header-top-label.on-dropdown {
    margin-bottom: 3px;
  }
  .header-top-label.mobile-upper {
    margin-right: 5px;
  }
  .header-top-link {
    display: inline-block;
    text-align: left;
  }
  .tabs-slider {
    margin-bottom: 20px;
  }
  .tabs-slider.left {
    height: 100%;
  }
  .tabs-slide {
    background-color: transparent;
  }
  .medium-heading {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-line {
    margin-right: 10px;
  }
  .list-item-text.title {
    font-family: Futurastd, sans-serif;
    color: #333;
    font-weight: 600;
  }
  .nav-menu {
    overflow: visible;
    height: 100vh;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .property-selector {
    padding-right: 45%;
  }
  .inner-tab-link {
    text-align: center;
  }
  .secondary-btn {
    display: block;
  }
  .secondary-btn.m-t-55 {
    margin-top: 25px;
  }
  .secondary-btn.m-l-20 {
    margin-top: 15px;
    margin-left: 0px;
  }
  .secondary-btn.load-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lightbox-link-img {
    margin-bottom: 10px;
  }
  .casino-host-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .casino-host-info {
    margin-bottom: 20px;
  }
  .casino-hosts {
    padding-bottom: 20px;
  }
  .tabs-slide-nav {
    padding-top: 55px;
    text-align: center;
  }
  .tabs-slide-nav.cards {
    top: 100%;
    padding-top: 0px;
  }
  .tabs-slide-nav.slider {
    top: 100%;
    padding-top: 0px;
  }
  .tabs-img-slide-text-block {
    padding: 5px 15px;
  }
  .tabs-img-slide-text {
    text-align: center;
  }
  .card-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .card-wrap.racing-card {
    margin-bottom: 20px;
  }
  .icon-text-item {
    margin-right: 10px;
  }
  .players-club-benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .benefit-chart-wrap {
    height: 600px;
  }
  .centered-wireframe-note.dark {
    font-size: 1rem;
  }
  .form-field-block {
    margin-bottom: 15px;
  }
  .in-hero-callout {
    margin-top: 10px;
    padding: 15px;
  }
  .overview-list {
    margin-bottom: 10px;
  }
  .centered-overview-text-title {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .primary-btn {
    width: 100%;
  }
  .primary-btn.m-t-55 {
    margin-top: 30px;
  }
  .primary-btn.mobile-book-btn {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .primary-btn.mobile-book-btn.second {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .primary-btn.mobile-book-btn.first {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .primary-btn.follow-btn {
    width: 100%;
  }
  .social-block {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .social-icon {
    width: 60px;
    height: 60px;
  }
  .dropdown-filter {
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 500;
  }
  .dropdown-filter-toggle {
    margin-bottom: 5px;
  }
  .dropdown-filter-toggle.w--open {
    margin-bottom: 0px;
  }
  .dropdown-list.w--open {
    top: auto;
    margin-bottom: 15px;
    border-style: none;
    background-color: #f5f5f5;
  }
  .calendar-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .thank-you-img {
    height: 200px;
  }
  .narrow-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .narrow-content.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .narrow-content.hero-overlap {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .full-hero-wrap {
    margin-top: 103px;
  }
  .acc-head {
    padding-right: 30px;
    padding-left: 10px;
    background-size: 15px;
  }
  .acc-head-icon {
    width: 15px;
  }
  .acc-head-text {
    display: inline-block;
  }
  .iniine-photo-block {
    margin-bottom: 30px;
  }
  .inline-photo {
    width: 100%;
  }
  .color-fill-hero {
    height: 500px;
  }
  .color-fill-hero-content {
    bottom: 110px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .back-link {
    bottom: 0px;
    margin-left: 20px;
  }
  .back-link.under-hero {
    top: -30px;
    margin-left: 10px;
  }
  .back-link.no-hero {
    top: -50px;
    margin-left: 10px;
  }
  .slide-nav-arrow {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 21px;
  }
  .fullscreen-page-break {
    bottom: 20px;
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .fullscreen-page-break-inner {
    width: 100%;
    padding-right: 10px;
  }
  .nav-dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    font-size: 0.8rem;
  }
  .nav-dropdown-link:hover {
    background-color: transparent;
  }
  .component-category-wrap-title {
    padding-left: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .component-type-title {
    margin-left: 20px;
  }
  .component-type-title.m-btm-80 {
    margin-left: 20px;
  }
  .list-line-wrap {
    margin-right: 10px;
  }
  .portrait-mobile-view {
    display: block;
  }
  .landscape-mobile-view {
    display: none;
  }
  .desktop-tablet-landscape-view {
    display: none;
  }
  .mobile-buttons {
    display: none;
  }
  .slider-mask {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button {
    margin-top: 0px;
    padding: 15px;
  }
  .job-listing-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .card-slider {
    font-size: 0.8rem;
  }
  .div-secondary-btns {
    margin-top: 15px;
  }
  .div-headshot {
    width: 70%;
  }
  .div-race-replay-widget {
    height: 300px;
  }
  .race-number {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .horsemen-link {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .div-bio-img {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .bio-img {
    width: 100%;
  }
  .div-horseman-record {
    margin-top: 30px;
  }
  .div-chart-col {
    font-size: 0.8rem;
  }
  .upper-footer-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .logo-slide {
    width: 100%;
  }
  .component-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .component-link {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .er-outer-wrap {
    padding: 15px 20px;
  }
  .section-wrap-2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .replay-video-placeholder {
    width: 100%;
    height: 200px;
  }
  .dropdown-filter-toggle-2 {
    margin-bottom: 5px;
  }
  .content-wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .card-title-2 {
    text-align: left;
  }
  .text-block-4 {
    font-size: 1.3rem;
  }
  .tabs-slide-nav-2 {
    top: 100%;
    padding-top: 18px;
    text-align: center;
  }
  .tabs-slide-nav-2.slider {
    top: 90%;
  }
  .tabs-slider-2 {
    margin-bottom: 20px;
  }
  .lightbox-link-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon-slider-arrow-2.winners-slider {
    bottom: 20%;
  }
  .back-link-2 {
    bottom: 0px;
    margin-left: 20px;
  }
  .back-link-2.no-hero {
    top: -50px;
    margin-left: 10px;
  }
  .back-link-2.no-hero.in-components {
    margin-left: 20px;
  }
  .components-list {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Futurastd book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype'), url('../fonts/FuturaStd-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}