@charset "UTF-8";
/*
Theme Name: Woodbine
Theme URI: https://www.whitecapcanada.com
Author: Whitecap Canada Inc.
Author URI: http://www.whitecapcanada.com/
Description: Custom theme for Woodbine Entertainment Group
Version: 1.171027
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Woodbine Entertainment Group, Custom Theme
*/
/* ************************************************************ */
/*                                                              */
/*     DO NOT CHANGE THIS FILE. THIS IS THE COMPILED VERSION    */
/*                                                              */
/* ************************************************************ */
/* FONTS */
@font-face {
  font-family: "Druk";
  src: url("includes/fonts/DrukCond-Super-Web.woff");
  font-weight: 900;
}
@font-face {
  font-family: "Druk";
  src: url("includes/fonts/DrukCond-SuperItalic-Web.woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Euclid";
  src: url("includes/fonts/EuclidFlex-Regular.woff");
  font-weight: 400;
}
@font-face {
  font-family: "Euclid";
  src: url("includes/fonts/EuclidFlex-Medium_new.woff");
  font-weight: 500;
}
@font-face {
  font-family: "Euclid";
  src: url("includes/fonts/EuclidFlex-Bold.woff");
  font-weight: 600;
}
/* SKEW VARIABLES */
/* CUSTOM BUTTON COLOURS */
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #f7f7f7;
  color: #000;
  font-family: Euclid;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  overflow-x: hidden;
}

body:not(.home) .main-content {
  padding-bottom: 100px;
  overflow-x: hidden;
}

.site-wrapper {
  position: relative;
  overflow-x: hidden;
}

.hover-scale {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hover-scale:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

img {
  pointer-events: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
.no-margin {
  margin: 0 !important;
}

.d-none {
  display: none;
}

.bold {
  font-weight: bold;
  font-weight: 600;
}

.blue {
  background-color: #017AC6;
}

.purple {
  background-color: #5C068C;
}

.green {
  background-color: #2A8439;
}

.redtext {
  color: #E12726;
}

.greytext {
  color: #6f6f6f;
}

.whitetext {
  color: #fff;
}

.text-nowrap {
  white-space: nowrap;
}

.btn-tile {
  position: relative;
  width: 105px;
  height: 105px;
  margin-left: 8px;
  padding: 44px 0 15px 13px;
  display: inline-block;
  background-color: #FFF;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

a.icon-link .text {
  color: black;
  text-decoration: underline;
}
a.icon-link.white .text {
  color: white;
}
a.icon-link.red .text {
  color: #E12726;
}
a.icon-link .dashicons {
  color: #E12726;
  position: relative;
  top: 2px;
  display: none;
}
a.icon-link:after {
  content: "\f345";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: #E12726;
  position: relative;
  top: 4px;
}

sup {
  font-size: 0.6em;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 12px;
}

.horizontal-separator {
  border-top: 1px solid #dbdbdb;
  margin-top: 3.5em;
  margin-bottom: 5em;
}

.vertical-separator-left {
  border-left: 1px solid #dbdbdb;
  padding-left: 15px !important;
}

.wpb_content_element.widget-header {
  margin-bottom: 18px;
}

.callout-block {
  color: #FFF;
  padding: 35px;
}

.callout-block h3 {
  font-size: 24px;
  color: #E2231A;
}

.moreLink {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.moreLink:hover,
.moreLink:active {
  color: #e2231a;
}

.callout-block .moreLink,
.callout-block .moreLink:after {
  color: #FFF;
}

.callout-block .moreLink:hover {
  color: #FFF;
}

.moreLink.white:hover {
  color: #E2231A;
  cursor: pointer;
}

.moreLink i {
  color: #E2231A;
}

.arrowLink {
  color: #E2231A;
  font-size: 22px;
}

.arrowLink:hover {
  text-decoration: none;
}

.arrowList ul {
  list-style: none;
  margin: 0 0 2em 0 !important;
  padding: 0;
}

.arrowList li {
  margin: 0 1em 1em 1em;
  margin-left: 2em;
}

.arrowList li:before {
  content: "→";
  float: left;
  margin-left: -2em;
  padding-right: 15px;
}

.button-row {
  margin-top: 50px;
}

.list-area ul,
.quick-links ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.quick-links ul li {
  margin-bottom: 20px;
}

.list-area ul li a,
.quick-links ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
}

ul.list-justified {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

ul.list-justified li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-area .image {
  margin-top: -15px;
}

.image-area .caption {
  margin-top: -20px;
  text-align: right;
}

.image-caption {
  font-size: 12px;
  line-height: 16px;
  margin-top: -20px;
}

.vc_toggle {
  margin-bottom: 25px;
}

.toggle-featured .vc_toggle {
  background-color: #E2231A;
  color: #fff;
}

.toggle-featured .vc_toggle_title {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vc_toggle_round .vc_toggle_title .vc_toggle_icon {
  background-color: #e2231a;
  left: inherit !important;
  right: 20px;
}

.toggle-featured .vc_toggle_round .vc_toggle_title .vc_toggle_icon {
  background-color: #fff;
}

.vc_toggle_title:hover .vc_toggle_icon,
.toggle-featured .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #000;
}

.toggle-featured .vc_toggle_color_black .vc_toggle_icon::after,
.toggle-featured .vc_toggle_color_black .vc_toggle_icon::before {
  background-color: #e2231a;
}

.vc_toggle_title h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.toggle-featured .vc_toggle_title h4 {
  font-size: 24px;
}

.vc_toggle_content {
  padding: 35px !important;
  margin-bottom: 35px !important;
}

.toggle-featured .vc_toggle_content {
  font-size: 18px;
}

a.tab-link {
  color: #fff !important;
  padding: 6px 15px 5px 15px;
  text-align: center;
  text-transform: uppercase;
}

.cta-area {
  margin: 0 0 20px 0 !important;
  padding: 0 20px 20px 20px;
}

.cta-area .vc_column-inner {
  padding-top: 0 !important;
}

.cta-area .wpb_content_element {
  margin-bottom: 20px;
}

.cta-area .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-area h2 {
  color: #333 !important;
  font-size: 28px;
  font-weight: 400;
  margin-top: 35px;
}

.cta-area a {
  background-color: #E2231A !important;
  border-color: #E2231A !important;
  border-radius: 0;
  color: #FFF !important;
  float: right;
  font-size: 18px;
  font-weight: 700;
  height: 105px;
  line-height: 18px;
  padding: 55px 15px 15px 15px;
  text-decoration: none;
  width: 105px;
}

.cta-area a:after {
  content: "→";
  margin-left: 5px;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .vc_slide.vc_images_carousel {
  width: 100% !important;
}

.sidebar .vc_images_carousel .vc_carousel-indicators li {
  border-color: #fff;
  background-color: #fff;
}

#feature-box .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 260px;
}

#feature-box .thumbnail-description {
  padding-left: 25px;
}

#feature-box .wpb_wrapper .wpb_wrapper .wpb_content_element {
  margin-bottom: 0;
}

.table-responsive {
  margin-bottom: 0;
}

.tabular-data {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.tabular-data tr {
  border-bottom: 1px solid #dbdbdb;
}

.tabular-data th {
  border-right: 1px solid #dbdbdb;
  padding: 10px 25px;
  text-transform: uppercase;
}

.tabular-data td {
  border-right: 1px solid #dbdbdb;
  padding: 10px 25px;
}

.tabular-data th:last-child,
.tabular-data td:last-child,
.tabular-data tbody tr:last-child {
  border: 0;
}

.menu-tab .key-race-table ul,
.past-winner-table ul {
  margin: 0;
  width: 100%;
}

.menu-tab .key-race-table li {
  border-bottom: 0;
  font-size: 16px;
}

.dataTable tr.even td {
  ​background-color: #e4e4e4;
}

div.vc_color-info.vc_message_box {
  color: #526F84;
  border-color: #cfebfe;
  background-color: #dff2fe;
}

​.datepicker table tr td.active.active {
  border-radius: 0 !important;
}

@media only screen and (max-width: 992px) {
  .menu-tab .key-race-table li {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tab .key-race-table li {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
  }
}
.menu-tab .key-race-table li:nth-child(even) {
  border-left: 0;
  text-align: left;
}

.menu-tab .key-race-table li:last-child,
.menu-tab .key-race-table li:nth-child(9) {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .menu-tab .key-race-table li:nth-child(even) {
    border-left: 0;
  }
}
.past-winner-table ul {
  font-family: "Euclid";
  display: table;
  font-family: "Euclid";
  padding: 0;
}

.past-winner-table li {
  display: block;
  float: left;
  font-size: 16px;
  list-style: none;
  padding: 15px 0;
  width: 33%;
}
.past-winner-table.two-rows li {
  width: 50%;
}

.menu-tab .key-race-table li.divider,
.menu-tab .past-winner-table li.divider {
  border-top: 1px solid #dfdfdf;
  clear: both;
  padding: 7px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .menu-tab .key-race-table li.divider {
    display: none;
  }
}
.past-winner-table li label {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  font-family: "Euclid";
  color: #E2231A;
}

.past-winner-table .wpb_text_column ul li,
.past-winner-table .vc_cta3-container ul li {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .past-winner-table li {
    width: 50%;
  }
  .past-winner-table li:nth-child(even) {
    border-left: 0;
  }
}
.post-no-img .vc_gitem-animated-block {
  display: none;
}

.post-no-img .vc_gitem-zone {
  background-color: transparent !important;
  border-bottom: 1px solid #dedede;
  padding: 0;
}

.icon {
  float: left;
  margin-right: 10px;
}

.backto-link {
  text-align: center;
  margin-bottom: 10px;
}

.backto-link a,
a.backto-link {
  color: #E2231A;
  font-size: 18px;
  font-weight: 600;
}

/* OVERRIDES */
.container {
  padding-bottom: 0;
}

.vc_separator .vc_sep_holder {
  margin: 50px 0;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Content */
.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

.capitalize {
  text-transform: uppercase;
}

/* Clearing */
.clear {
  clear: both;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both;
}

/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
  display: inline;
}

@media only screen and (max-width: 119px) {
  #banner-area {
    height: 260px;
  }
  #banner-area .left-box .wpb_wrapper .wpb_content_element {
    padding-right: 120px;
  }
  #banner-area .right-box {
    margin-left: -75px;
    padding-left: 65px;
  }
  .white-overlay {
    padding: 20px 15px;
  }
  .white-overlay h1 em {
    display: block;
  }
  .visit .vc_column_container {
    max-width: 470px;
  }
  .visit .wpb_wrapper .wpb_wrapper .wpb_content_element {
    padding: 0 20px;
  }
  .circle-card .vc_grid-item-mini > .vc_gitem-zone {
    height: 70%;
    padding-top: 130px;
    top: -110px;
  }
  #book-reservation button {
    margin-right: 18.5%;
  }
  .pools .card {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .seminars .column {
    width: 469px;
  }
  .seminars .card {
    /*height:390px;*/
    min-height: 290px;
  }
  /* MODALS */
  #rc-portal {
    width: 65%;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-mobile {
    display: none !important;
  }
  .styled-table li {
    font-size: 18px;
  }
  .seminars .column {
    width: 100%;
  }
  .seminars .card {
    margin-right: 0;
    margin-left: 0;
    min-height: 320px;
    width: 100%;
  }
  .seminars .vc_column-inner .vc_column-inner,
  .tournaments .vc_column-inner .vc_column-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #rc-portal {
    width: 100%;
  }
  #book-reservation {
    margin: 0 auto !important;
  }
  .how-to-bet .vc_toggle_title h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .styled-table li,
  .styled-table.thirty-seventy li {
    width: 100%;
    float: none;
  }
  .styled-table li:nth-child(even) {
    border: 0;
  }
  .styled-table li:nth-child(odd) {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .styled-table li {
    padding: 10px;
  }
  .hero .subscribe-widget {
    font-size: 14px;
  }
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2em;
  }
  .home-upcoming .vc_column_container > .vc_column-inner .vc_column-inner {
    padding: 0;
  }
  .image-area .image {
    width: 70%;
  }
  .moreLink,
  .moreLink:hover,
  .moreLink:active {
    font-size: 15px;
  }
  .circle-card .vc_grid-item-mini > .vc_gitem-zone {
    height: 75%;
  }
  .em-view-container {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 500px) {
  .rc-label-input-pair {
    margin: 4px 0 10px 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .vjs-playlist,
  .video-js {
    background-color: transparent !important;
  }
  .vc_grid-item-zone-c-right .vc_gitem-zone-c,
  .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 100%;
  }
  /* CARDS */
  .card-row .wpb_column > .vc_column-inner,
  .card-column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .card-column.no-padding > .vc_column-inner > .wpb_wrapper > .wpb_text_column,
  .card-row.no-padding .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    padding: 0 35px 35px;
  }
  .card.padded {
    padding: 20px;
  }
  /* CONTENT SECTION BLOCKS */
  h1 {
    font-size: 2.6em;
  }
  h2 {
    font-size: 1.9em;
  }
  .image-area .image {
    width: 100%;
  }
  .vc_toggle_title h4 {
    font-size: 15px;
    word-break: break-word;
  }
  #banner-area h3 {
    font-size: 26px;
  }
  #banner-area h4 {
    font-size: 22px;
  }
  /* SECTION-SPECIFIC */
  .specials-container .owl-stage .owl-item > div,
  .options-container .owl-stage .owl-item > div {
    background-size: cover !important;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 385px !important;
  }
  .options-container .owl-stage .owl-item > div .specials-card {
    margin: 0px;
    width: 100%;
  }
}
/* Fixed image height */
.fixed-height-image > .wpb_wrapper {
  width: 100%;
}
.fixed-height-image > .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}
.fixed-height-image > .wpb_wrapper .vc_single_image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
.fixed-height-image.height-300 > .wpb_wrapper {
  width: 100%;
}
.fixed-height-image.height-300 > .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}
.fixed-height-image.height-300 > .wpb_wrapper .vc_single_image-wrapper img {
  height: 300px;
}
.fixed-height-image.height-150 > .wpb_wrapper {
  width: 100%;
}
.fixed-height-image.height-150 > .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}
.fixed-height-image.height-150 > .wpb_wrapper .vc_single_image-wrapper img {
  height: 150px;
}

@-webkit-keyframes leftBounce {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    margin-top: -50%;
  }
  50% {
    opacity: 0;
    margin-top: -50%;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    top: -156px;
  }
  50% {
    opacity: 0;
    top: -156px;
  }
  100% {
    opacity: 1;
    top: 45px;
  }
}
@-webkit-keyframes bounce {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes bounce {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 10px;
  }
}
h1,
h2,
h3 {
  font-weight: 600;
}

.font-druk {
  font-family: Druk;
}

.home-title {
  font-size: 80px;
}

.text-white {
  color: white !important;
}

.text-red {
  color: #E12726 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

p,
h1,
h2,
h3,
h4,
h5,
a {
  overflow-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #000;
}

.druk {
  font-family: "Druk";
  font-weight: 900;
  letter-spacing: 1px;
}

a {
  color: #DB231A;
}

a:hover {
  color: #555;
}

p:last-child {
  margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

h1 {
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.h1 {
  font-size: 55px;
  font-weight: bold;
}

h2.underlined {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}

h2 {
  font-size: 66px;
  font-weight: 600;
  text-transform: uppercase;
}

h3,
.widget-header h2,
.content-block h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: none;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
}

h4 + h5 {
  margin-top: 25px;
}

p {
  margin-bottom: 2em;
}

.align-right {
  text-align: right;
}

.subheading {
  margin-top: -35px;
  margin-bottom: 50px;
}

a.link-text-alt {
  color: #fff;
  text-decoration: underline;
}

a.link-text-alt:hover {
  text-decoration: none;
}

.smaller {
  font-size: 0.8em;
}

@media only screen and (max-width: 359px) {
  /* CONTENT SECTION BLOCKS */
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
}
/* Added accessibility stuff */
.vc_tta-panels-container a,
.wpb_text_column a em {
  font-style: normal;
  text-decoration: underline;
}

.k-pager-wrap {
  color: #6b6b6b;
}

ul#menu-main-nav {
  z-index: 999;
}

.red-outline-button > .vc_general {
  font-weight: bold;
  border-color: #e2231a !important;
  background-color: transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.red-outline-button > .vc_general:focus,
.red-outline-button > .vc_general:hover {
  border-color: #e2231a !important;
  background-color: #e2231a !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: white !important;
}

ul#main-menu-nav a:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #e2231a;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #e2231a;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.removed-chosen-dropdown {
  border: none;
  font-size: 24px;
  line-height: 1em;
  height: auto;
  background-color: transparent;
  background: inherit;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}

.removed-chosen-dropdown > option {
  color: black;
  font-size: 18px;
}

.removed-chosen-dropdown:not(.no-select) {
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
}

.raceNumber .extra-caret::before {
  position: absolute;
  right: 20px;
  font-family: Dashicons;
  content: "\f347";
  margin-top: 15px;
}

.raceNumber select {
  width: 100%;
}

select.removed-chosen-dropdown {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.removed-chosen-dropdown::-ms-expand {
  display: none;
}

#statistics select:focus {
  outline: 2px solid red;
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:focus-within a {
  outline: 1px solid black !important;
}

.vc_grid .vc_gitem-link:focus {
  outline: 3px solid black !important;
}

.vc_general.vc_btn3:focus {
  outline: 3px solid black !important;
}

.vc_btn3.vc_btn3-color-black:focus {
  outline: 3px solid #e2231a !important;
}

.ubermenu-accessible input:not(:hover):focus,
.ubermenu-accessible:not(:hover) .ubermenu-target:focus {
  outline: 2px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

.close:focus, .close:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (max-height: 400px) {
  .row.race-ctrl {
    display: none;
  }
}
/* HORSEPEOPLE */
.form-ccs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #717171;
  margin: 15px 0;
}

.form-ccs .fa {
  padding-left: 10px;
}

/* NOMINATION AND PAYMENT FORMS */
.form-control {
  height: 40px;
  padding: 5px 15px;
}

/* GRAVITY FORMS */
.gform_wrapper.gf_browser_chrome select {
  padding: 8px 8px 9px;
}

.gform_wrapper .top_label li.gfield.gf_inline {
  margin-bottom: 25px;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 6px;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 45px !important;
}

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 5px;
}

.gform_wrapper h2.gsection_title {
  background-color: #000;
  color: #FFF;
  padding: 10px !important;
}

.gform_wrapper .gsection {
  border: 0;
}

.gform_wrapper .gfield_required,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper div.validation_error {
  color: #dd0000;
}

.site-tour {
  display: none;
}

.tour .site-tour {
  display: block;
}

.tour .sites {
  display: inline-block;
}

.tour .sites-dd .dd-label {
  background-color: #e2231a;
}

.tour .site-tour {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15000;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.tour .site-tour .tour-box {
  position: absolute;
  max-width: 100%;
  left: 250px;
  top: 7px;
}

.tour .tour-box .box-inner {
  position: relative;
  border: 2px solid white;
  padding: 20px;
  margin-right: 15px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: right;
  -webkit-animation: fadeInTop 3s ease;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fadeInTop 3s ease;
  /* IE 10+, Fx 29+ */
}

.tour .site-tour h3 {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 5px;
}

.tour .site-tour .end-tour {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.tour .site-tour .arrow {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  color: #e2231a;
  display: inline-block;
  margin: 0 10px 24px 0;
  -webkit-animation: leftBounce 1s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: leftBounce 1s infinite;
  /* IE 10+, Fx 29+ */
}

.tour .sites-dd .sites {
  display: block;
  -webkit-animation: slideInTop 3s ease;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: slideInTop 3s ease;
  /* IE 10+, Fx 29+ */
}

@media only screen and (max-width: 640px) {
  .sites {
    width: 160px;
  }
  .tour .site-tour .tour-box {
    left: 175px;
  }
  .tour .tour-box .box-inner {
    padding: 15px;
  }
  .tour .site-tour h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .tour .site-tour .end-tour {
    font-size: 18px;
  }
}
.btn-tile.white {
  background-color: #FFF;
  color: #000;
}

.close {
  opacity: 1;
}

.woodbine-button-cta {
  margin-bottom: 0 !important;
}
.woodbine-button-cta > * {
  background-color: #E12726 !important;
  color: white !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 15px !important;
  letter-spacing: 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}
.woodbine-button-cta > *:after {
  content: "\f345";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: white;
  padding-left: 5px;
}

.vc_btn3-container.white-hover:hover a {
  color: white !important;
}
.vc_btn3-container.white-hover:hover a i {
  color: white !important;
  margin-top: 1px;
}

.wb-btn {
  display: inline-block;
}

.vc_btn3-container.bg-white {
  background-color: white;
}

.wb-btn,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  color: #000;
  border-color: #2A2A2A;
  background-color: transparent;
  border-width: 3px;
  border-style: solid;
  border-radius: 0;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  margin-bottom: 25px;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #f7f7f7;
  border-color: #000;
  background-color: #000;
}

.wb-btn:focus,
.wb-btn:hover,
.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:hover {
  text-decoration: none;
  color: #e2231a;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.icon-link:before {
  font-family: "Dashicons";
  display: inline-block;
  font-size: 1.2em;
  vertical-align: top;
  margin-right: 7px;
}

.icon-link.twitter:before {
  content: "\f301";
}

.icon-link.facebook:before {
  content: "\f304";
}

.icon-link.youtube:before {
  content: "\f236";
}

.inset-image {
  margin: 0;
}

a.btn-round:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

a.btn-round {
  background-color: #e2231a;
  border-radius: 25px;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 5px 0;
  display: inline-block;
  color: #FFF;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a.btn-round:after {
  color: white;
}

.vc_btn3-container.vc_btn3-inline {
  margin-right: 15px;
}

.btn {
  border-radius: 0;
}

.btn-default {
  color: #000;
  background-color: transparent;
  border-color: #000;
  border-width: 3px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 25px;
}

.btn-default:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.btn-default.active,
.btn-default.active:hover {
  color: #FFF;
  background-color: #E2231A;
  border-color: #e2231a;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #e2231a;
  border-color: #e2231a;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #ff473e;
  border-color: #ff473e;
}

.btn-primary:focus {
  background-color: #e2231a;
}

.btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

.btn-outline-primary-sm {
  border: 2px solid #e2231a;
  border-radius: 5px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-transform: uppercase;
}

/* WORDPRESS BUTTON OVERRIDES */
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-danger {
  background-color: #e2231a !important;
  color: #fff !important;
}

.vc_btn3-style-outline-custom {
  border-radius: 3px;
  color: #000 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.white .vc_btn3-style-outline-custom {
  color: #fff !important;
}

a.btn-signup.capitalize {
  background-color: #e2231a;
  border-radius: 3px;
  padding: 8px 22px 6px 22px;
  font-weight: bold;
  display: inline-block;
  color: #FFF !important;
}

.card-list a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.card-list ul li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.card-list a.download:after {
  content: "↓";
}

.card-list ul li a.download:after {
  content: "↓";
}

.card-list .freepgm-link {
  background-color: #E2231A;
  color: #FFF;
}

.card-list .freepgm-link:after {
  color: #FFF;
}

.card-row.height-equal.no-padding > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.card-row.height-equal.no-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  padding: 0 25px 25px;
}
.card-row.height-equal.no-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column p:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .card-row.height-equal.no-padding > .wpb_column > .vc_column-inner {
    padding: 0 15px;
  }
}
.card,
.vjs-playlist .vjs-playlist-item,
.wb-postgrid .vc_grid-item-mini,
.card-column > .vc_column-inner > .wpb_wrapper,
.vc_toggle_content,
.card-row .wpb_column > .vc_column-inner > .wpb_wrapper,
.card-list ul li a,
.circle-card .vc_gitem-zone {
  background-color: #FFF;
  color: #000;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-row .wpb_content_element:last-child {
  margin-bottom: 0;
}

.card-row .wpb_column > .vc_column-inner > .wpb_wrapper,
.card-column > .vc_column-inner > .wpb_wrapper,
.vc_toggle_content {
  margin-bottom: 30px;
  padding: 50px;
}

@media (max-width: 1200px) {
  .card-row.equal-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-row.equal-height > .wpb_column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.card-row.smaller-padding .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 20px;
}

.card-row.equal-height .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.card-row.no-column-padding .wpb_column:first-child > .vc_column-inner {
  padding-left: 0px;
}

.card-row.no-column-padding .wpb_column:last-child > .vc_column-inner {
  padding-left: 0px;
}

.card-column.no-padding > .vc_column-inner > .wpb_wrapper > .wpb_text_column,
.card-row.no-padding .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  padding: 0 50px 50px;
}

.card-column.no-padding > .vc_column-inner > .wpb_wrapper,
.card-row.no-padding .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 0;
}

.card.padded {
  padding: 50px;
}

@media only screen and (max-width: 992px) {
  .vc_row .sidebar .vc_row .vc_column-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.card.card-header h3 {
  background: #f5f5f5;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}

.card.card-header .vc_grid-item:last-child .vc_gitem-zone {
  border-bottom: 0;
  margin-bottom: -35px;
}

.card.card-header .vc_gitem-col .vc_btn3 {
  background: transparent !important;
  color: #e2231a !important;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}

.card.card-header .vc_gitem-post-data p {
  margin-bottom: 0;
}

.card-list a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-list a i {
  color: #E12726;
}

.card-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}

.card-list ul li a i {
  color: #E12726;
}

.card-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-list ul li {
  margin-bottom: 5px !important;
}

a.card {
  color: #000;
}

a.card:hover,
.card.hover:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.card .card-link {
  margin-top: 15px;
  text-align: center;
}

.circle-card .vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -100px;
}

.circle-card .vc_grid-item-mini {
  height: 100%;
}

.circle-card .vc_grid-item-mini > .vc_gitem-zone {
  height: 60%;
  padding: 150px 25px 20px;
  position: relative;
  top: -130px;
}

.circle-card .vc_gitem-animated-block .vc_gitem-zone {
  border-radius: 50%;
  margin: 0 auto;
  width: 50%;
  z-index: 1;
}

.circle-card h4 {
  color: #e2231a;
  font-size: 18px;
  text-transform: uppercase;
}

.circle-card .vc_general {
  display: none;
}

/* Card with Faded BG */
.card-faded-bg {
  background-color: white;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.card-faded-bg.bg-right > .wpb_column:last-child {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.card-faded-bg.bg-right > .wpb_column:last-child .vc_column-inner {
  background-size: cover;
  position: relative;
  height: 100%;
}
.card-faded-bg.bg-right > .wpb_column:last-child .vc_column-inner:before {
  content: " ";
  display: block;
  height: 100%;
  width: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
}
.card-faded-bg.bg-left > .wpb_column:first-child {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.card-faded-bg.bg-left > .wpb_column:first-child .vc_column-inner {
  background-size: cover;
  position: relative;
  height: 100%;
}
.card-faded-bg.bg-left > .wpb_column:first-child .vc_column-inner:before {
  content: " ";
  display: block;
  height: 100%;
  width: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .card-faded-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .card-faded-bg > .wpb_column {
    width: 100%;
  }
  .card-faded-bg > .wpb_column > .vc_column-inner {
    min-height: 250px;
    background-position: center;
  }
  .card-faded-bg.bg-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .card-faded-bg.bg-right > .wpb_column:last-child .vc_column-inner:before {
    height: 50px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    top: unset;
    bottom: 0;
  }
  .card-faded-bg.bg-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-faded-bg.bg-left > .wpb_column:first-child .vc_column-inner:before {
    height: 50px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    top: unset;
    bottom: 0;
  }
}
.filelist .wpb_text_column .k-widget ul li {
  margin-bottom: 0;
}
.filelist .wpb_text_column ul li {
  margin: 0;
}
.filelist div.k-pager-wrap {
  border: 0;
  background: transparent;
  padding: 0;
}
.filelist div.k-pager-wrap .k-link {
  color: #000;
}
.filelist div.k-widget {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filelist .k-pager-wrap ul {
  display: inline-block;
}
.filelist .k-pager-wrap:before {
  display: inline-block;
  content: "Page:";
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
}
.filelist .k-pager-wrap a.k-link:hover {
  background-color: #fff;
  border: 0;
  color: #000;
}
.filelist .card-list {
  padding: 0;
  list-style: none;
  border: none;
}
.filelist .card-list li a {
  width: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filelist .k-pager-numbers span.k-state-selected {
  background: transparent;
  color: #db2118;
  font-weight: 600;
}
.filelist span.k-state-selected {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filelist.no-data {
  text-align: center;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  padding: 20px 10px !important;
}

.filelist .card-list.k-widget,
.filelist .k-pager-wrap .k-link {
  background: transparent;
}

.filelist div.k-pager-wrap .k-link,
.filelist .k-pager-numbers span.k-state-selected {
  border: 0;
  font-size: 14px;
  padding: 7px;
  border-radius: 0;
  line-height: 20px;
}

.filelist .k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  min-width: 1em !important;
}

.filelist .card-list {
  padding: 0;
  list-style: none;
  border: none;
}

.filelist .card-list li a {
  width: inherit;
  display: block !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 30px;
  padding-right: 30px !important;
}
.filelist .card-list li a i {
  position: absolute;
  right: 10px;
  top: 14px;
}

.card-list a {
  display: block;
  padding: 10px 15px !important;
}

.card-list a::after {
  content: none !important;
}

.card-list a i {
  color: #e12726;
}

.widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.weg-widget {
  margin-bottom: 50px;
}

.sidebar .arrowList,
.side-widget {
  background-color: #E2231A;
  color: #fff;
  padding: 20px;
}

.side-widget.vc_column_container .vc_column-inner {
  padding-top: 0;
}

.side-widget h2,
.side-widget h3,
.side-widget h4 {
  margin-top: 0;
}

.side-widget .wpb_content_element:last-child {
  margin-bottom: 0;
}

.side-widget a {
  color: #fff;
}

/* Share Buttons */
.addtoany_content {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.addtoany_header {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.sidebar .addtoany_header,
.sidebar .addtoany_no_icon {
  display: none;
}

.sidebar .addtoany_content {
  border-top: 0;
  padding-top: 0;
}

.sidebar .addtoany_list a span {
  background-size: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type=submit] {
  display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}

@media only screen and (max-width: 1070px) {
  .k-widget .k-pager-numbers:first-child {
    left: 0;
    margin: 5px 0;
  }
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link,
  .k-webkit .k-pager-numbers .k-current-page .k-link {
    border: 1px solid #000;
    border-radius: 0;
  }
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page,
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page {
    display: none;
  }
  .k-edge .k-pager-numbers .k-current-page .k-pager-nav {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .circle-card .vc_grid-item-mini > .vc_gitem-zone {
    height: 70%;
    top: -100px;
  }
}
/* Race Calendar Widget (in homepage) */
.race-calendar-title {
  font-size: 25px;
  margin: 0;
}

.race-calendar-widget {
  overflow: hidden;
}
.race-calendar-widget .title {
  font-size: 25px;
}
.race-calendar-widget .month-nav.input {
  display: none;
}
.race-calendar-widget .em-cal-nav .month.input {
  margin: 0;
}
.race-calendar-widget .em-cal-nav .month.input form {
  border: 2px solid #E12726 !important;
  margin: 10px 0 !important;
  background-color: white !important;
}
.race-calendar-widget .em-cal-nav .month.input form input {
  font-size: 16px !important;
  padding: 5px 10px !important;
  font-weight: 600 !important;
  width: 300px !important;
}
.race-calendar-widget .event-date-scroll {
  position: absolute;
  z-index: 1;
  border-bottom: 2px solid black !important;
  background-color: white;
  border: none;
  height: 60px;
  color: #E12726;
  padding: 15px;
  top: 62px;
}
.race-calendar-widget .event-date-scroll .dashicons {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.race-calendar-widget .event-date-scroll:hover .dashicons {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.race-calendar-widget .event-date-scroll.scroll-left {
  left: -1px;
}
.race-calendar-widget .event-date-scroll.scroll-right {
  right: -1px;
}
.race-calendar-widget .event-date-card {
  background-color: white;
  position: relative;
}
.race-calendar-widget .event-date-card .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  height: 80px;
  position: relative;
}
.race-calendar-widget .event-date-card .dates::-webkit-scrollbar {
  display: none;
}
.race-calendar-widget .event-date-card .dates .em-cal-day {
  border-bottom: 2px solid black;
  position: relative;
  height: 60px;
  color: #AF1818;
}
.race-calendar-widget .event-date-card .dates .em-cal-day:first-child {
  margin-left: 49px;
}
.race-calendar-widget .event-date-card .dates .em-cal-day:last-child {
  margin-right: 48px;
}
.race-calendar-widget .event-date-card .dates .em-cal-day button {
  background-color: white;
  border: none;
  height: 50px;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.eventful button {
  background-color: #E3E3E3;
}
.race-calendar-widget .event-date-card .dates .em-cal-day .day-container {
  width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.race-calendar-widget .event-date-card .dates .em-cal-day .day-container .day-number {
  font-size: 22px;
  font-weight: bold;
}
.race-calendar-widget .event-date-card .dates .em-cal-day .day-container .day-text {
  font-size: 13px;
  text-transform: uppercase;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.eventless {
  color: #757575;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.eventless-today:not(.selected):before, .race-calendar-widget .event-date-card .dates .em-cal-day.eventful-today:not(.selected):before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 5px;
  border: 2px solid #E12726;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.eventless-today {
  color: #757575;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.eventful:hover, .race-calendar-widget .event-date-card .dates .em-cal-day.eventful-today:hover {
  cursor: pointer;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.selected {
  border: 2px solid #E12726;
  background-color: #E12726;
  color: white;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.selected button {
  background-color: #E12726;
}
.race-calendar-widget .event-date-card .dates .em-cal-day.selected:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  bottom: -12px;
  border-top: 10px solid #E12726;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.race-calendar-widget .event-details {
  padding: 30px;
  padding-top: 10px;
}
.race-calendar-widget .event-details .selected-date {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5em !important;
}
.race-calendar-widget .event-details .event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.race-calendar-widget .event-details .event-list .select-date {
  padding: 40px 0;
  font-style: italic;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  text-align: center;
  color: gray;
}
.race-calendar-widget .event-details .event-list .event-list-item {
  position: relative;
  height: 250px;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1 500px;
          flex: 1 500px;
  -ms-flex: 1 auto;
      flex: 1 auto;
  max-width: calc(50% - 15px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.race-calendar-widget .event-details .event-list .event-list-item .bg-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  position: absolute;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body {
  width: 100%;
  z-index: 1;
  padding: 30px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .category {
  position: absolute !important;
  top: 20px;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .category.upcoming-race-tb, .race-calendar-widget .event-details .event-list .event-list-item .event-body .category.upcoming-race-mohawk-sb {
  display: none;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .title {
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time {
  width: auto;
  clear: both;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background-color: #E12726;
  color: white;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  position: absolute;
  left: -10px;
  text-transform: uppercase;
  bottom: 20%;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content {
  width: 100%;
  padding: 8px 33px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  line-height: 20px;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link {
  font-size: 20px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content {
    font-size: 17px;
    line-height: 17px;
  }
  .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link {
    font-size: 17px;
  }
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link {
  display: block;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link:after {
  display: none;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link .dashicons {
  display: inline-block;
  color: black;
  padding-left: 20px;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link .dashicons:before {
  font-size: 24px;
  position: relative;
  top: -3px;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link:hover {
  color: white !important;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link:hover .text {
  color: white !important;
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .link {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

@media (max-width: 991px) {
  .race-calendar-widget .event-details .event-list {
    overflow-x: auto;
  }
  .race-calendar-widget .event-details .event-list .event-list-item {
    margin: 0 10px;
    width: 400px;
    min-width: 400px;
  }
  .race-calendar-widget .event-details .event-list .event-list-item:first-child:last-child {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    min-width: 100%;
    margin: 0;
  }
  .race-calendar-widget .em-cal-nav .month.input form input {
    width: 100% !important;
    padding-left: 20px !important;
  }
}
.ubermenu .race-calendar-widget .event-details .event-list .event-list-item .event-body .title {
  margin-top: 25px !important;
  font-size: 20px !important;
}
.ubermenu .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content {
  font-size: 16px !important;
  padding: 8px 20px;
}
.ubermenu .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link {
  font-size: 16px !important;
}
.ubermenu .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link .dashicons {
  padding-left: 10px;
  top: 0;
}

@media (max-width: 590px) {
  .race-calendar-widget .event-date-scroll {
    height: 60px;
    top: 72px;
  }
  .race-calendar-widget .em-cal-nav .month.input form {
    width: 100%;
    padding: 0 10px !important;
  }
  .race-calendar-widget .event-date-card .dates .em-cal-day .day-container {
    width: 50px;
  }
  .race-calendar-widget .event-date-card .dates .em-cal-day.eventless-today:not(.selected):before,
  .race-calendar-widget .event-date-card .dates .em-cal-day.eventful-today:not(.selected):before {
    width: 50px;
    height: 50px;
    left: 0;
    top: 3px;
  }
  .race-calendar-widget .event-details .event-list .event-list-item .event-body .time {
    width: 90%;
  }
  .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content {
    font-size: 13px !important;
    padding: 8px 10px;
  }
  .race-calendar-widget .event-details .event-list .event-list-item .event-body .title {
    font-size: 18px !important;
  }
  .race-calendar-widget .event-details .event-list .event-list-item {
    height: 200px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    min-width: 100%;
  }
  .race-calendar-widget .event-details .event-list .event-list-item .event-body {
    padding-top: 20px;
  }
}
.fullcalendar {
  background-color: #fff;
  margin-top: 1em;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .fullcalendar {
    margin-bottom: 1em;
  }
}
table.fullcalendar thead td {
  background-color: #e7e7e7;
  text-align: center;
  padding: 20px;
  border: 0;
}

table.fullcalendar thead td.month_name {
  font-size: 32px;
  font-weight: 500;
}

.fullcalendar tbody {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.fullcalendar tbody .days-names td {
  height: inherit;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0 12px;
}

table.fullcalendar tbody td {
  width: 14%;
  height: 132px;
  vertical-align: top;
  text-align: left;
  border: 1px solid #dedede;
  padding: 20px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 639px) {
  table.fullcalendar tbody td {
    padding-bottom: 0;
  }
}
.fullcalendar tbody td ul {
  padding: 0;
  list-style: none;
  margin: 0 -20px;
  line-height: 18px;
  margin-top: 10px;
}

.fullcalendar tbody td ul li {
  margin-bottom: 2px;
  padding: 10px 20px 10px 10px;
  padding-right: 40px;
}

@media only screen and (max-width: 1023px) {
  .fullcalendar tbody td ul li {
    padding: 30px 10px 10px 10px;
  }
}
.fullcalendar tbody td ul li,
.fullcalendar tbody td ul li.calendar-event-list-item {
  position: relative;
  color: black;
}
.fullcalendar tbody td ul li a,
.fullcalendar tbody td ul li.calendar-event-list-item a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.fullcalendar tbody td ul li.calendar-event-list-item.Upcoming {
  background-color: black;
  color: white;
}
.fullcalendar tbody td ul li.calendar-event-list-item.Upcoming a {
  z-index: 10;
  position: relative;
  color: white !important;
}
.fullcalendar tbody td ul li.calendar-event-list-item.Upcoming a:before {
  content: "";
  float: right;
  width: calc(100% - 70px);
  height: 1em;
}

.fullcalendar tbody td ul li.Event,
.fullcalendar tbody td ul li.Events,
.fullcalendar tbody td ul li.Holidays {
  background: #2DCCD3 url("https://woodbine.com/wp-content/uploads/icon-events-white.png") no-repeat;
  background-position: right 8px top 8px;
  background-size: 27px 22px;
}
.fullcalendar tbody td ul li.Event a,
.fullcalendar tbody td ul li.Events a,
.fullcalendar tbody td ul li.Holidays a {
  color: black !important;
}

.fullcalendar tbody td ul li.Signature {
  background: #E12726 url("https://woodbine.com/wp-content/uploads/icon-live-racing-white.png") no-repeat;
  background-position: right 8px top 8px;
  background-size: 27px 22px;
}
.fullcalendar tbody td ul li.Signature a {
  color: white !important;
}

.fullcalendar tbody td ul li.Gold {
  background: #D7AC4D url("https://woodbine.com/wp-content/uploads/icon-live-racing-white.png") no-repeat;
  background-position: right 8px top 8px;
  background-size: 27px 22px;
}
.fullcalendar tbody td ul li.Gold a {
  color: black !important;
}

.calendar-color-legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  margin-top: 20px;
}
.calendar-color-legends > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-color-legends > div .box {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  display: block;
}
.calendar-color-legends > div.regular .box {
  background-color: #D9D9D9;
}
.calendar-color-legends > div.event .box {
  background-color: #2DCCD3;
}
.calendar-color-legends > div.signature .box {
  background-color: #E2231A;
}
.calendar-color-legends > div.gold .box {
  background-color: #D7AC4D;
}

@media (max-width: 567px) {
  .calendar-color-legends {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calendar-color-legends > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    margin-bottom: 10px;
  }
}
.fullcalendar tbody td ul li.Stakes.Races:after {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url(https://woodbine.com/wp-content/uploads/star.svg) no-repeat;
  background-position: top 5px right 5px;
  background-size: 20px 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
}

@media only screen and (max-width: 1023px) {
  .fullcalendar tbody td ul li.Upcoming,
  .fullcalendar tbody td ul li.General,
  .fullcalendar tbody td ul li.Signature,
  .fullcalendar tbody td ul li.Holidays {
    background-position: left 8px top 8px;
  }
}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a,
table.em-calendar td.eventful-post a {
  color: #000;
  text-decoration: none;
}

table.em-calendar td.eventful-pre a {
  font-size: 11px;
  text-decoration: none;
}

table.em-calendar td ul a,
table.em-calendar td.eventful ul a,
table.em-calendar td.eventful-today ul a,
table.em-calendar td.eventful-post ul a {
  color: white !important;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-decoration: none;
}

table.em-calendar td.eventful:hover,
table.em-calendar td.eventful-today:hover,
table.em-calendar td.eventful-post:hover {
  background-color: #fdf1f1;
}

table.em-calendar td.eventful:hover a,
table.em-calendar td.eventful-today:hover a,
table.em-calendar td.eventful-post:hover a {
  color: #d0231a;
}

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
  background-color: white;
  font-weight: 600;
  border: 2px solid #e2231a;
}

table.em-calendar td.eventful-today a,
table.em-calendar td.eventful-today ul a {
  color: #d0231a;
}

@media only screen and (max-width: 768px) {
  /* Race Calendar */
  .em-calendar-wrapper {
    max-width: 100%;
    overflow: auto;
  }
}
.race-calendar-widget .event-details .event-list .event-list-item .event-body .time {
  width: auto !important;
}

.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link .dashicons {
  padding-left: 10px !important;
}

.ubermenu .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content {
  padding-left: 30px !important;
}

.race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link .dashicons:before {
  top: -5px !important;
}

.ubermenu .race-calendar-widget .event-details .event-list .event-list-item .event-body .time .content .icon-link .dashicons:before {
  top: -3px !important;
}

.flatpickr-monthSelect-month.endRange, .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange {
  background-color: #E12726;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #E12726;
}

/* VISUAL COMPOSER ELEMENTS */
.vc_color-alert-info.vc_message_box-solid {
  background-color: #5a5a5a;
}

.min-height-300 {
  min-height: 300px;
}

.left-image-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-image-full > .vc_col-has-fill > .vc_column-inner {
  height: 100%;
  min-height: 200px;
  background-size: cover;
}

@media (max-width: 991px) {
  .left-image-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .left-image-full > * {
    width: 100%;
  }
  .left-image-full > .vc_col-has-fill > .vc_column-inner {
    width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .mobile-background-top > * {
    background-position: top !important;
  }
}
.wpb_gmaps_widget .wpb_wrapper {
  background-color: #d9d9d9;
}

.vc_message_box {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #E2231A !important;
  border-radius: 5px !important;
  border-width: 1px;
  color: #E2231A !important;
  font-weight: 600;
  padding: 0 1em 0 4em;
}

.vc_message_box h4 {
  font-size: 1em;
}

.vc_message_box-solid-icon .vc_message_box-icon {
  background-color: #E2231A !important;
  width: 2.75em;
}

/* TABS */
/* Default WEG Tabs */
.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel .vc_tta-panel-heading {
  border: 0;
  border-radius: 0;
  background-color: #000;
  color: #FFF;
}

.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #E2231A;
}

.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #333;
}

.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #FFF;
}

.wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-tab > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media only screen and (min-width: 768px) {
  .wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent !important;
    background-color: #FFF !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 50px;
  }
  .wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-tab.vc_active > a,
  .wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-tab.vc_active > a:hover,
  .wpb-js-composer .vc_tta.vc_general.weg-tabs.hero-tabs .vc_tta-tab.vc_active > a,
  .wpb-js-composer .vc_tta.vc_general.weg-tabs.hero-tabs .vc_tta-tab.vc_active > a:hover {
    background-color: #f7f7f7 !important;
    color: #000 !important;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-tab > a,
  .wpb-js-composer .vc_tta.vc_general.weg-tabs .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #e2231a;
    font-size: 18px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 0;
    color: #FFF;
  }
  .wpb-js-composer .weg-tabs .vc_tta-panel .vc_tta-panel-title > a {
    color: #FFF;
  }
  /* Hero Tabs */
  .wpb-js-composer .vc_tta.vc_general.weg-tabs.hero-tabs .vc_tta-panels .vc_tta-panel-body {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 100px 0 0;
  }
  .wpb-js-composer .weg-tabs.hero-tabs .vc_tta-panels {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .wpb-js-composer .weg-tabs.hero-tabs {
    margin-top: -155px;
  }
  .wpb-js-composer .vc_tta.vc_general.weg-tabs.hero-tabs .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wpb-js-composer .vc_tta.vc_general.weg-tabs.hero-tabs .vc_tta-tab {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
  }
  /* Section Toggle Tabs */
  .wpb-js-composer .toggle-tabs.vc_tta.vc_general .vc_tta-panel-body,
  .wpb-js-composer .toggle-tabs.vc_tta.vc_general .vc_tta-panels {
    background-color: transparent !important;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0 !important;
  }
  .toggle-tabs .vc_tta-tabs-list {
    text-align: center;
  }
  .wpb-js-composer .toggle-tabs.vc_tta.vc_general .vc_tta-tab > a {
    padding: 8px 25px;
    border-radius: 0;
    background-color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
  }
  .wpb-js-composer .toggle-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border-color: #e2231a;
    background-color: #e2231a;
    color: #fff;
  }
  .wpb-js-composer .toggle-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
    margin: 0 0 50px;
  }
}
/* VC Post Grid */
.wb-postgrid .vc_grid-item .vc_gitem-col {
  background-color: #FFF;
  padding: 35px;
}

.wb-postgrid .vc_grid-item .vc_btn3 {
  padding: 0;
  color: #000 !important;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  background-color: transparent !important;
}

.wb-postgrid .vc_grid-item .vc_btn3:hover {
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

.wb-postgrid .vc_grid-item .vc_btn3:after {
  font-family: Euclid;
  content: "→";
  display: inline-block;
  margin-left: 5px;
  color: #E2231A;
}

@media only screen and (max-width: 992px) {
  /* CONTENT SECTION BLOCKS */
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-spacer {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .hero,
  .vc_row.hero {
    padding: 30px 0;
    margin-bottom: 35px;
  }
  .filelist .card-list .card {
    font-size: 16px;
    overflow: hidden;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .vc_row .vc_row .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
  }
  #banner-area {
    height: auto;
  }
  #banner-area .left-box .wpb_wrapper .wpb_content_element {
    padding: 15px 10px;
  }
  #banner-area .right-box {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    ms-transform: skewx(0deg);
    -webkit-transform: skewx(0deg);
    transform: skewx(0deg);
  }
  #banner-area .right-box .vc_column-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
  #banner-area .right-box h4 {
    font-size: 18px;
    ms-transform: skewx(0deg);
    -webkit-transform: skewx(0deg);
    transform: skewx(0deg);
  }
  .circle-card .vc_grid-item-mini > .vc_gitem-zone {
    height: 76%;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    top: -80px;
  }
  .alignment-responsive .vc_btn3-container.vc_btn3-right,
  .alignment-responsive .align-right {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  /* CONTENT SECTION BLOCKS */
  .hero .subscribe-widget {
    font-size: 16px;
  }
  h1 {
    font-size: 2.5em;
  }
  .intro {
    display: block;
  }
  .image-area .image {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .image-area .caption {
    margin-top: 15px;
    text-align: center;
  }
  #banner-area {
    display: block;
  }
  #banner-area .right-box {
    padding: 20px 0;
  }
  .tabular-data td {
    padding: 10px 15px;
  }
  .columns-with-divider .vertical-separator-left {
    border-left: 0;
  }
  .circle-card .vc_grid {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .circle-card .vc_pageable-slide-wrapper {
    width: 750px;
  }
  .circle-card .vc_grid-item {
    width: 250px;
  }
  .circle-card .vc_grid-item-mini > .vc_gitem-zone {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* TABS */
  .vc_tta-panel h4 a {
    font-size: 18px;
    font-weight: 400;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 25px 0 !important;
  }
}
/* MODALS */
#rc-portal {
  border-radius: 0;
  width: 45%;
  max-width: 100% !important;
  font-size: 14px;
  font-family: Euclid !important;
  margin: 100px auto;
  padding: 50px 0 0 !important;
  background-color: #fff;
}

.rc-fieldset {
  padding: 32px;
  border: 0;
}

#rc-portal label {
  font-weight: 400;
}

input.rc-input,
select.rc-input,
textarea.rc-textarea {
  width: 100% !important;
  padding-left: 10px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

input.rc-input {
  height: 32px !important;
}

.rc-footer-column a {
  color: #7b7b7b;
}

.errorBox {
  background: #ffc4c4 !important;
  border: 1px solid #b74b4b !important;
  clear: left !important;
  font-size: 14px !important;
  color: #000000 !important;
  margin: 0 0 25px !important;
  padding: 3px !important;
  min-height: inherit !important;
  max-height: inherit !important;
  text-align: center !important;
  vertical-align: bottom !important;
}

#rc-portal legend {
  border-bottom: 0;
  margin-bottom: 0;
}

fieldset.rc-fieldset legend.rc-legend {
  font-size: 24px !important;
  margin-left: 0 !important;
  text-align: center !important;
}

.rc-section-line-color {
  background-color: #272727 !important;
  color: #FFF !important;
  margin-bottom: 20px !important;
  padding: 5px 15px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid white !important;
  font-weight: normal !important;
}

.rc-label-column {
  vertical-align: middle !important;
}

.rc-button-group {
  margin-left: -5px !important;
}

.rc-button.ui-button-text-only,
input.rc-button,
a.rc-button {
  display: inline-block !important;
  background-color: #000;
  background-image: none;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-family: Euclid;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 8px 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rc-fieldset .ui-button-text-only .ui-button-text {
  padding: 0;
}

/* YouTube Player */
.vc_row.home-videos {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .vc_row.home-videos {
    margin-bottom: 0;
  }
}
.home-videos .wpb_content_element,
.home-videos .vc_column-inner {
  margin-bottom: 0;
  padding-top: 0 !important;
}

.home-videos .yotu-thumbnails-wrp .owl-prev,
.home-videos .yotu-thumbnails-wrp .owl-next,
.home-videos .yotu-mode-carousel .owl-prev,
.home-videos .yotu-mode-carousel .owl-next {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-videos .yotu-thumbnails-wrp .owl-next,
.home-videos .yotu-mode-carousel .owl-next {
  right: 0;
}

.home-videos .yotu-thumbnails-wrp .owl-prev,
.home-videos .yotu-mode-carousel .owl-prev {
  left: 0;
}

.page-id-5112 .yotu-playlist .yotu-pagination {
  display: none;
}

.yotu-player-full .yotu-wrapper-player {
  width: 100%;
  margin-bottom: 25px;
}

body .wpb_text_column .yotu-videos.yotu-preset-gplus .yotu-video-title,
body .wpb_text_column [data-showdesc=off] .yotu-videos.yotu-preset-gplus h3.yotu-video-title {
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 13px;
}

/* BRIGHTCOVE */
.home-videos .video-js {
  width: 100% !important;
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
}

.video-js {
  border: 5px solid white;
}

.vjs-playlist,
.video-js {
  height: 450px;
}
.vjs-playlist::-webkit-scrollbar,
.video-js::-webkit-scrollbar {
  width: 10px;
}
.vjs-playlist::-webkit-scrollbar-track,
.video-js::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.vjs-playlist::-webkit-scrollbar-thumb,
.video-js::-webkit-scrollbar-thumb {
  background: #888;
}
.vjs-playlist::-webkit-scrollbar-thumb:hover,
.video-js::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.video-tabs {
  display: none;
}

.bc-player-kMn9zyk0v_default .vjs-big-play-button:active,
.bc-player-kMn9zyk0v_default .vjs-big-play-button:focus,
.bc-player-kMn9zyk0v_default:active .vjs-big-play-button,
.bc-player-kMn9zyk0v_default:hover .vjs-big-play-button {
  background-color: rgba(226, 35, 26, 0.7);
}

.vjs-mouse.vjs-playlist {
  background-color: transparent;
  color: #000;
  min-width: inherit !important;
  width: 100%;
  max-width: 100%;
  border-bottom: 2px solid black;
  margin: 0;
  padding: 0;
}

.vjs-playlist .vjs-playlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Euclid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding-left: 0;
}

.vjs-playlist .vjs-playlist-thumbnail {
  min-width: 121px;
}

.vjs-playlist .vjs-playlist-title-container {
  display: block;
  padding: 3px;
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  bottom: 10%;
  border: 2px solid #fff;
  border-right: 0;
  font-weight: 600 !important;
  max-height: 36px;
  width: 90% !important;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  right: -15px !important;
}
.vjs-playlist .vjs-playlist-title-container .vjs-up-next-text {
  display: none;
}
.vjs-playlist .vjs-playlist-title-container:before {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  width: 50px;
  height: 100%;
  content: "";
  background: black;
  z-index: 1;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  z-index: 1;
}
.vjs-playlist .vjs-playlist-title-container .cite,
.vjs-playlist .vjs-playlist-title-container .vjs-playlist-name {
  text-overflow: unset !important;
  overflow: visible !important;
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  margin-right: 10px;
  margin-left: 10px;
}

.vjs-playlist .vjs-playlist-duration,
.vjs-playlist .vjs-playlist-now-playing-text {
  width: 60px;
  position: absolute;
  padding: 3px;
  background-color: white;
  color: #E12726;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  top: 20px;
  left: -1px;
  line-height: 18px;
}
.vjs-playlist .vjs-playlist-duration:after,
.vjs-playlist .vjs-playlist-now-playing-text:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 15px 0 0;
  border-color: white transparent transparent transparent;
}
.vjs-playlist .vjs-playlist-now-playing-text {
  width: 100px;
  background-color: #E12726;
  color: white;
  margin: 0;
}
.vjs-playlist .vjs-playlist-now-playing-text:after {
  border-color: #E12726 transparent transparent transparent;
}

.vjs-playlist .vjs-playlist-description {
  display: none;
}

.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
  color: #FFF;
  font-weight: bold;
}

.bc-tall-player .playlist-wrapper {
  width: 100%;
  float: none;
  right: 0;
}

.bc-tall-player .video-wrapper {
  width: 100%;
  left: 0;
  float: none;
  margin-bottom: 20px;
}

.bc-tall-player .playlist-wrapper .vjs-playlist {
  height: inherit;
  max-height: 288px;
}

@media only screen and (max-width: 1199px) {
  .vjs-playlist cite {
    font-size: 14px;
    line-height: 19px;
  }
}
/* WATCH RACES */
.mobile-video-container a {
  height: 200px;
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.live-video h3 {
  margin-top: 70px;
}

.full-player-template .video-container {
  height: 658px;
  overflow: visible;
  margin-bottom: 20px;
}

.full-player-template .video-js {
  margin-top: 150px;
}

video-js .vjs-dock-shelf,
.video-js .vjs-dock-text {
  background: none;
  color: #000;
  font-size: 22px;
  margin-top: -100px;
  font-family: Trebuchet MS, Arial;
}

.full-player-template .video-js .vjs-dock-title {
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
}

.vjs-has-started.not-hover .vjs-dock-shelf,
.vjs-has-started.not-hover .vjs-dock-text {
  opacity: 1 !important;
}

.bc-player-kMn9zyk0v_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.bc-player-kMn9zyk0v_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.bc-player-kMn9zyk0v_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.bc-player-kMn9zyk0v_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.bc-player-kMn9zyk0v_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
.bc-player-kMn9zyk0v_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.live-video#live {
  margin-bottom: 20px;
}

.live-video .not-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 658px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: gainsboro;
  padding: 100px 0;
  margin: 20px 0;
}

.live-video .not-available h3 {
  font-size: 32px;
  font-family: Euclid;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}

.bc-player-tabs #menu {
  display: block;
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 4px solid #000;
  margin-top: 10px;
}

.bc-player-tabs #menu > li {
  display: inline-block;
  margin-bottom: 8px;
}

.bc-player-tabs #menu > li button {
  text-transform: uppercase;
  background-color: gainsboro;
  padding: 5px 11px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 6px;
  color: #000;
  font-weight: bold;
  border: none;
}

.bc-player-tabs #menu > li button.live-tab {
  border: 2px solid #E2231A;
  color: #E2231A;
  background-color: transparent;
}

.bc-player-tabs #menu > li button.live-tab.active {
  background-color: #E2231A;
  color: #FFF;
}

.bc-player-tabs #menu > li button:hover {
  cursor: pointer;
  background-color: #bbb;
  color: #000;
}

.bc-player-tabs #menu > li button.active {
  background-color: #000;
  color: #fff;
}

.bc-player-tabs #menu > li button.disabled {
  background-color: gainsboro;
  color: #aaa;
  pointer-events: none;
  cursor: default;
}

.full-player-template .vjs-playlist {
  border: 0;
  background: none;
  overflow: initial;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

.full-player-template .vjs-playlist .vjs-playlist-item {
  margin: 15px;
  max-width: calc(33.3% - 30px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

.full-player-template .playlist-cards {
  display: block;
}

.full-player-template .playlist-cards picture.vjs-playlist-thumbnail {
  width: 100%;
  height: auto;
  margin-right: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
}

.full-player-template .playlist-cards picture.vjs-playlist-thumbnail.vjs-icon-play:before,
.full-player-template .vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before,
.full-player-template .vjs-playlist .vjs-playlist-item:focus .vjs-playlist-thumbnail:before {
  border-radius: 5px;
  font-family: VideoJS;
  height: 34px;
  left: 50%;
  margin-left: -20px;
  line-height: 34px;
  top: 50%;
  width: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: -17px;
}

.full-player-template .vjs-playlist .vjs-selected .vjs-playlist-thumbnail.vjs-playlist-now-playing:before {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.full-player-template .playlist-cards li.vjs-playlist-item:focus {
  outline: 2px solid black;
}

.full-player-template .playlist-cards li.vjs-playlist-item cite {
  padding: 4px 10px 4px 0 !important;
  display: block;
  height: inherit;
}

.full-player-template .vjs-playlist .vjs-playlist-description {
  display: block;
  font: 13px/16px Euclid;
  padding: 0 15px 20px;
  color: #111;
  height: auto;
}

/* New RCN Player May 2019 */
.wb-live-player > div:last-child {
  max-width: 100%;
  padding-bottom: 56.25%;
}

.video-container {
  max-width: 100% !important;
}

@media only screen and (max-width: 1279px) {
  .vjs-playlist .vjs-playlist-name {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 992px) {
  /* BRIGHTCOVE */
  .vjs-mouse.vjs-playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: auto;
    margin-top: 15px;
  }
  .vjs-mouse.vjs-playlist .vjs-playlist-item {
    min-width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
  }
  .vjs-playlist cite {
    padding: 15px;
    text-align: center;
  }
  .vjs-mouse.vjs-playlist .vjs-playlist-thumbnail,
  .vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    width: 100%;
    margin: 0;
    height: 150px;
    line-height: 109px;
    overflow: hidden;
  }
  .full-player-template .video-container,
  .live-video .not-available {
    height: 405px;
  }
  .full-player-template .vjs-playlist .vjs-playlist-item {
    margin: 10px;
    max-width: calc(50% - 20px);
  }
  .vjs-playlist .vjs-playlist-title-container .vjs-playlist-name {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* BRIGHTCOVE */
  .full-player-template .vjs-playlist .vjs-playlist-item {
    margin: 10px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .vjs-playlist .vjs-playlist-duration {
    display: block !important;
  }
}
#banner-area {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}

#banner-area .left-box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  min-height: 170px;
}

#banner-area .left-box .vc_column-inner {
  height: inherit;
  padding-top: 0;
}

#banner-area .left-box .wpb_wrapper .wpb_content_element {
  padding: 45px 70px 45px 35px;
}

#banner-area .right-box {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  margin-left: -65px;
  margin-bottom: 0;
  padding-left: 55px;
  ms-transform: skewx(30deg);
  -webkit-transform: skewx(30deg);
  transform: skewx(30deg);
}

#banner-area .right-box a {
  color: #fff;
  margin-left: -55px;
  padding-left: 55px;
}

#banner-area .right-box h4 {
  color: #E2231A;
}

#banner-area .right-box a:after {
  color: #E2231A;
  content: "→";
  margin-left: 5px;
}

#banner-area .right-box .vc_column-inner {
  padding-top: 0;
}

#banner-area h4 {
  margin-top: 0;
}

#banner-area .right-box h4,
#banner-area .right-box p {
  ms-transform: skewx(-30deg);
  -webkit-transform: skewx(-30deg);
  transform: skewx(-30deg);
}

#feature-box .card {
  margin-right: 0;
  margin-left: 0;
}

#banner-area .wpb_content_element {
  margin-bottom: 0;
}

#feature-box .thumbnail-image {
  max-width: 209px;
}

.skewed {
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
}
.skewed > * {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
}
.skewed.pop:hover > * {
  -webkit-transform: skew(27deg) scale(1.05);
          transform: skew(27deg) scale(1.05);
}
.skewed.dark-skewed {
  clear: both;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E12726;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: black;
  min-width: 160px;
}
.skewed.dark-skewed > * {
  width: 100%;
  text-align: center;
  padding: 2px 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.skewed.light-skewed {
  clear: both;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E12726;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  min-width: 160px;
  color: #E12726;
}
.skewed.light-skewed > * {
  width: 100%;
  text-align: center;
  padding: 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.slanted-flag {
  width: 140px;
  position: relative;
  display: block;
  padding: 0px;
  background-color: #E12726;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.slanted-flag.slanted-end .content:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 15px 0 0;
  border-color: #E12726 transparent transparent transparent;
}
.slanted-flag.slanted-start {
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  padding-right: 20px;
  position: relative;
  right: -20px;
  width: 160px;
}
.slanted-flag.slanted-start .content {
  padding-right: 10px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 24px;
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
}
.slanted-flag.white {
  color: #E12726;
  background-color: white;
}
.slanted-flag.white.slanted-start:before {
  background: white;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .slanted-flag {
    width: 135px;
    font-size: 13px;
    padding: 0;
  }
  .slanted-flag.slanted-start .content {
    padding-right: 0px;
  }
  .slanted-flag.slanted-start:before {
    width: 20px;
  }
}
/**** UPCOMING RACES LIST IN HOMEPAGE ****/
.upcoming-races ul.race-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upcoming-races ul.race-list li:nth-child(n+5) {
  display: none;
}
.upcoming-races ul.race-list .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px;
  position: relative;
  max-width: 320px;
}
.upcoming-races ul.race-list .card:first-child {
  margin-left: 0;
}
.upcoming-races ul.race-list .card:last-child {
  margin-right: 0;
}
.upcoming-races ul.race-list .card .card-header {
  background-color: #D9D9D9;
  color: black;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.upcoming-races ul.race-list .card .card-header.available {
  background-color: #E12726;
  color: white;
}
.upcoming-races ul.race-list .card .card-header .day {
  width: 100px;
  clear: both;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background-color: white;
  color: black;
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  position: absolute;
  left: -5px;
  text-transform: uppercase;
}
.upcoming-races ul.race-list .card .card-header .day.red {
  color: #E12726;
}
.upcoming-races ul.race-list .card .card-header .day .content {
  width: 100%;
  padding: 0px;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
}
.upcoming-races ul.race-list .card .card-header .month {
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
}
.upcoming-races ul.race-list .card .card-header .date {
  font-size: 2.5em;
  margin-top: 0.65em;
  text-align: center;
  font-weight: bold;
}
.upcoming-races ul.race-list .card .card-body {
  padding: 15px;
}
.upcoming-races ul.race-list .card .card-body .name {
  text-align: center;
  font-size: 0.85em;
}
.upcoming-races ul.race-list .card .card-body .time {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.75em;
}
.upcoming-races ul.race-list .card .card-body .link {
  margin-top: 0.75em;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9em;
}
.upcoming-races ul.race-list .card .card-body .link .text {
  text-decoration: underline;
}
.upcoming-races ul.race-list .card .card-body .link .dashicons {
  color: #E12726;
}
.upcoming-races .upcoming-future {
  padding: 40px;
  text-align: center;
}
.upcoming-races .upcoming-future .text {
  font-size: 20px;
  margin-top: 20px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .upcoming-races ul.race-list .card {
    margin: 10px;
  }
  .upcoming-races ul.race-list .card .card-header .month {
    padding-top: 30px;
    text-align: center;
  }
  .upcoming-races ul.race-list .card .card-header .date {
    margin-top: 0.3em;
  }
}
@media (max-width: 991px) {
  .upcoming-races ul.race-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    overflow-x: auto;
  }
  .upcoming-races ul.race-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin: 15px;
  }
  .upcoming-races ul.race-list .card:first-child {
    margin-left: 0;
  }
}
.weg-widget.pools-carryovers .widget-header {
  display: none;
}
.weg-widget.pools-carryovers .widget-header h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #FFF;
  padding: 10px 17px;
  line-height: 1;
}

/**** POOLS CARRY OVERS *****/
.pools-carryovers .carryover-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pools-carryovers .carryover-list .carryover-card {
  background-color: white;
  height: 130px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(33.33% - 30px);
          flex: 0 calc(33.33% - 30px);
  margin: 15px;
  overflow: hidden;
}
.pools-carryovers .carryover-list .carryover-card:first-child {
  margin-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(33.33% - 15px);
          flex: 0 calc(33.33% - 15px);
}
.pools-carryovers .carryover-list .carryover-card:last-child {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(33.33% - 15px);
          flex: 0 calc(33.33% - 15px);
}
.pools-carryovers .carryover-list .carryover-card .card-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pools-carryovers .carryover-list .carryover-card .card-body .star-bg {
  background-image: url("/wp-content/themes/woodbine/includes/resources/images/star-svg.svg");
  background-size: 210px;
  background-repeat: no-repeat;
  background-position-y: 56%;
  height: 100%;
  width: 150px;
  position: absolute;
  right: 0px;
}
.pools-carryovers .carryover-list .carryover-card .card-body .star-title {
  color: black;
  font-size: 66px;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 45%;
  font-weight: 500;
}
.pools-carryovers .carryover-list .carryover-card .card-body .star-title.hi-5 {
  font-size: 66px;
  font-family: "Druk";
  right: 20px;
  top: 45%;
}
.pools-carryovers .carryover-list .carryover-card .card-body .star-title.pick-4, .pools-carryovers .carryover-list .carryover-card .card-body .star-title.pick-5 {
  color: white;
  right: 37px;
  font-size: 55px;
}
.pools-carryovers .carryover-list .carryover-card .card-body .star-title.pick-4 {
  font-family: Arial;
  font-weight: bold;
  top: 44%;
  right: 40px;
}
.pools-carryovers .carryover-list .carryover-card .card-body .pool-name {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  z-index: 1;
}
.pools-carryovers .carryover-list .carryover-card .card-body .pool-amount {
  width: 100%;
  font-size: 24px;
  color: #BC1A1A;
  background-color: #FDD881;
  padding: 10px 15px;
  position: absolute;
  top: 37%;
}
.pools-carryovers .carryover-list .carryover-card .card-body .link {
  padding-left: 15px;
  padding-bottom: 5px;
}
.pools-carryovers .carryover-list .carryover-card.pick-4 .card-body .star-bg, .pools-carryovers .carryover-list .carryover-card.pick-5 .card-body .star-bg {
  background-size: 160px;
  right: -15px;
}
.pools-carryovers ul {
  list-style: none;
  padding: 0;
}
.pools-carryovers .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.pools-carryovers .card .pool-name {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  padding: 15px;
  width: 44%;
}
.pools-carryovers .card .pool-name span {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pools-carryovers .pool-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 20px;
  font-size: 24px;
}

.raceday-links .pools-carryovers ul {
  list-style: none;
  padding: 0;
}
.raceday-links .pools-carryovers .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.raceday-links .pools-carryovers .card .pool-name {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  padding: 15px;
  width: 60%;
}
.raceday-links .pools-carryovers .card .pool-name span {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.raceday-links .pools-carryovers .pool-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 20px;
  font-size: 24px;
}

.weg-widget.pools-carryovers .card .pool-name {
  color: #000;
  width: auto;
}

.weg-widget.pools-carryovers .carryover-list .carryover-card .card-body .pool-amount {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1200px) {
  .pools-carryovers .carryover-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pools-carryovers .carryover-list .carryover-card {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 calc(50% - 15px) !important;
            flex: 0 calc(50% - 15px) !important;
  }
  .pools-carryovers .carryover-list .carryover-card:nth-child(odd) {
    margin-left: 0;
  }
  .pools-carryovers .carryover-list .carryover-card:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pools-carryovers .carryover-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pools-carryovers .carryover-list .carryover-card {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 100% !important;
            flex: 0 100% !important;
    margin: 0;
    margin-bottom: 30px;
  }
}
.wb-alert:not(#homeAlerts) {
  padding: 10px;
  background-color: rgb(254, 194, 16);
  color: #000;
  text-align: center;
  font-weight: 500;
}

.hero,
.vc_row.hero {
  background-color: #666;
  color: #fff;
  margin-bottom: 75px;
  position: relative;
  padding: 50px 0;
  text-align: left;
}

.vc_row.hero h1 {
  text-align: left;
}

.vc_row.hero h2 {
  text-align: left;
}

.hero h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}

.hero a:not(.btn-round) {
  color: #E2231A;
  font-weight: bold;
}

.hero .subscribe-widget {
  display: block;
  font-size: 18px;
  margin-top: 50px;
  text-align: center;
}

.hero:before,
.vc_row.hero:before,
.black-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero.faded,
.hero.box-overlay {
  color: #000;
}

.hero.faded.top-position {
  background-position: top !important;
}

.hero.faded:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.5)), to(rgb(247, 247, 247)));
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.5), rgb(247, 247, 247));
}

.hero.box-overlay:before {
  background-color: transparent;
}

.hero.faded h1 em,
.hero.box-overlay h1 em {
  color: #e2231a;
  font-style: normal;
}

.hero.faded h2,
.hero.box-overlay h2 {
  font-size: 22px;
}

.hero a.btn-signup {
  background-color: #E12726;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  color: #FFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hero a.btn-signup:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.hero .moreLink:hover,
.black-overlay .moreLink:hover {
  color: #FFF;
}

@media (max-width: 991px) {
  .vc_row.hero {
    margin-bottom: 20px;
  }
  .vc_row.hero h1 {
    font-size: 2.5em;
  }
  .vc_row.hero h2 {
    font-size: 1.5em;
  }
}
/* JACKPOT HI-5 and PICK 4 PAGES*/
.jp-hi5-total .side_widget {
  border: 3px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
}

.jp-hi5-total .side_widget .jp-type {
  margin-right: 15px;
}

.jp-hi5-total h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.jp-hi5-total .side_widget h3 {
  font-family: "Euclid", Arial;
  margin: 0;
  padding: 9px 0 18px;
  font-size: 40px;
}

/* SEARCH */
.pagination .form-control {
  border-radius: 0;
}

@media (max-width: 767px) {
  .pagination li.pagination-detail {
    display: inline-block;
    width: 100%;
    position: absolute;
    margin-top: 100px;
    left: 0;
  }
  .pagination li.pagination-detail span {
    width: 100%;
    border: none;
    background-color: transparent;
    color: black;
  }
}
.pagination > li > a,
.pagination > li > span {
  padding: 11px 24px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #E2231A;
  border-color: #E2231A;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #757575;
  cursor: default;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

nav .pagination form.tk-page-nav {
  display: none;
}

/* 404 */
.error-404.main-content,
.no-results.main-content {
  padding: 100px 0;
}

.error-404 h2,
.no-results h2 {
  margin-bottom: 100px;
}

.error-404 .page-content,
.no-results .page-content {
  text-align: center;
}

h1.e404 {
  font-size: 16px;
  color: #808080;
  margin-bottom: 10px;
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.search-form input.search-field {
  border: 1px solid #FFF;
  padding: 12px 25px;
  border-radius: 0;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  color: #000;
}

.search-form input[type=submit] {
  border: 0;
  background-color: #000;
  color: #FFF;
  height: 50px;
  padding: 12px 24px;
  border-radius: 0;
}

.news-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-search h3 {
  font-size: 16px;
  margin-right: 15px;
}

.news-page-heading h3 {
  margin-bottom: 10px;
}

.expert-portrait {
  max-width: 225px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  aspect-ratio: 1/1.1;
  background-color: black;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.expert-portrait .image-container {
  width: 100%;
}
.expert-portrait .image-container img {
  width: 100%;
}
.expert-portrait .description {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  background-color: white;
  top: calc(100% - 35px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expert-portrait .description .name {
  font-weight: bold;
  font-size: 18px;
}
.expert-portrait .description .spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.expert-portrait .description .social-icons {
  padding-top: 10px;
}
.expert-portrait .description .social-icons a {
  margin: 20px;
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expert-portrait .description .social-icons a:hover {
  color: #E12726;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.expert-portrait .description .link {
  color: white;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #E12726;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 10px;
}
.expert-portrait .description .link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.expert-portrait .description .link i {
  padding-left: 10px;
}
.expert-portrait:hover .description, .expert-portrait:focus-within .description {
  top: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expert-portrait:hover .description .spacer, .expert-portrait:focus-within .description .spacer {
  display: none;
}
.expert-portrait:hover .description .name, .expert-portrait:focus-within .description .name {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.image-square-link {
  width: 350px;
  height: 300px;
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
.image-square-link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.image-square-link .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.image-square-link .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-square-link .title .text {
  width: 100%;
  position: absolute;
  height: 70px;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.image-square-link .title .text .dashicons {
  position: absolute;
  right: 10px;
  color: #E12726;
}
.image-square-link .title:before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  height: 70px;
  bottom: 0;
  left: -50%;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(20%, #000), color-stop(75%, rgba(0, 0, 0, 0.43)), color-stop(96%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, #000 20%, rgba(0, 0, 0, 0.43) 75%, rgba(0, 0, 0, 0) 96%);
}
.image-square-link:hover .title:before {
  left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .image-square-link {
    width: 300px;
  }
  .image-square-link .image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .image-square-link .image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .image-square-link {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
/********** MAIN NAV ************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
/* General Header containers */
.header-container {
  background-color: black;
  z-index: 6;
  background-color: black;
  position: relative;
}
@media (max-width: 640px) {
  .header-container {
    padding-top: 20px;
  }
}
.header-container .header-content {
  max-width: 1920px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-container .header-content .logo {
  display: inline-block;
  width: 250px;
  height: auto;
  margin-right: 10px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container .header-content .logo img {
  width: 100%;
  height: auto;
}
.header-container .header-content .navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-container .header-content .navigation .main-nav .main-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 25px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: 25px;
  background-color: white;
}
.header-container .header-content .navigation .main-nav .main-nav-content:before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 50px;
  height: 64px;
  content: "";
  background: white;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  z-index: 1;
}

/* Mega Menu */
.ubermenu {
  background-color: white;
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.ubermenu .ubermenu-skin-grey-white .ubermenu-submenu,
.ubermenu .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-target {
  color: #000;
}
.ubermenu .ubermenu-submenu a.ubermenu-target:hover .ubermenu-target-text {
  color: #E12726 !important;
}
.ubermenu .woodbine-button-cta > * {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ubermenu .woodbine-button-cta > *:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  max-width: 250px;
  width: 250px !important;
}
.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel {
  width: calc(100% - 250px);
}
.ubermenu .search .ubermenu-target-text {
  display: none !important;
}
.ubermenu .no-title {
  margin-top: 35px !important;
}
.ubermenu .icon-link {
  margin-left: auto;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.ubermenu .ubermenu-target-text {
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.ubermenu .hidden-desktop {
  display: none !important;
}
.ubermenu .ubermenu-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: 0;
}
.ubermenu .ubermenu-nav > .ubermenu-item {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target.ubermenu-target-with-icon {
  font-size: 16px;
}
.ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target > .ubermenu-sub-indicator {
  display: none;
}
.ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target > .ubermenu-target-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: black;
}
.ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target > .ubermenu-target-title:hover {
  color: #E12726;
}
.ubermenu .ubermenu-nav > .ubermenu-item.ubermenu-active > a.ubermenu-target > .ubermenu-target-title {
  color: #E12726 !important;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu {
  padding: 20px 0;
  right: 0px;
  position: absolute;
  left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: calc(100vw - 274px);
  max-width: 1648px;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu > * {
  width: 100%;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tabs {
  max-width: 1600px;
  margin: auto;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .tabs-title > .ubermenu-content-block {
  padding-bottom: 0;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tabs-group {
  border: none;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tab .ubermenu-target {
  background-color: white;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tab .ubermenu-target .ubermenu-target-text {
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tab .ubermenu-target .ubermenu-sub-indicator {
  color: #E12726;
  font-size: 18px;
  margin-top: -8px;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tab.ubermenu-active .ubermenu-target .ubermenu-target-text {
  color: #E12726 !important;
}
.ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu .ubermenu-tab .ubermenu-tab-content-panel {
  background-color: white;
}
.ubermenu .ubermenu-nav > .ubermenu-item .uber-has-submenu-flyout .ubermenu-target .ubermenu-target-title {
  font-size: 16px;
  color: black;
  font-weight: 500;
}

@media (min-width: 1601px) and (max-width: 1940px) {
  .ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu {
    width: calc(100vw - 289px);
  }
}
@media (max-width: 1600px) {
  .ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu {
    width: calc(100vw - 226px);
  }
}
@media (max-width: 1400px) {
  .ubermenu .ubermenu-nav > .ubermenu-item:not(.ubermenu-has-submenu-flyout) > .ubermenu-submenu {
    width: 100vw;
    max-width: unset;
  }
  .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
    padding-left: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1350px) {
  .ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target {
    padding: 5px;
  }
  .ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target > .ubermenu-target-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-container .header-content .navigation .main-nav .main-nav-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ubermenu {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 80px;
    background-color: white;
    width: 100vw;
    right: 0;
    font-size: 14px;
  }
  .ubermenu > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu {
    background-color: white;
    border: 1px solid rgb(200, 200, 200);
    border-left: none;
    border-right: none;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ubermenu > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-item:not(.hidden-desktop):not(.show-mobile) {
    display: none;
  }
  .ubermenu > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-item.hidden-desktop {
    display: block !important;
  }
  .ubermenu > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu .ubermenu-target {
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
  }
  .ubermenu .ubermenu-item .ubermenu-sub-indicator-close .fas {
    display: block;
    color: black;
  }
  .ubermenu .ubermenu-item .ubermenu-sub-indicator {
    color: black;
    display: block !important;
  }
  .ubermenu .ubermenu-item.ubermenu-active .ubermenu-sub-indicator-close .fas {
    display: block;
    color: black;
  }
  .ubermenu .ubermenu-item.ubermenu-active .ubermenu-sub-indicator-close .fas:before {
    content: "\f106" !important;
  }
  .ubermenu .ubermenu-item.ubermenu-active .ubermenu-sub-indicator {
    display: none !important;
  }
  .ubermenu .search .ubermenu-icon {
    display: none;
  }
  .ubermenu .search .search-menu-label {
    display: block !important;
    position: relative;
    left: -10px;
  }
  .ubermenu .search-form input.search-field {
    font-size: 20px;
  }
  .ubermenu-skin-grey-white.ubermenu-responsive-toggle {
    width: auto;
    background: white !important;
    color: black !important;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
  }
  .ubermenu-skin-grey-white.ubermenu-responsive-toggle .fas {
    font-size: 25px;
    line-height: 10px;
    position: relative;
    left: 10px;
    top: 5px;
  }
  .ubermenu-skin-grey-white.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open .fas:before {
    content: "\f00d" !important;
  }
}
/* Top Part of the header */
.topBar {
  position: relative;
  background-color: #000;
  color: #FFF;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 45px;
  width: calc(100% - 27px);
  margin-left: auto;
  text-align: right;
  display: flex;
  /* Top Right Buttons*/
  /* Upcoming race text*/
}
.topBar a {
  color: #FFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px;
}
.topBar .right-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBar .right-btns a:before {
  font-family: Dashicons;
  font-size: 18px;
  color: #E2231A;
  padding: 0 5px 0 0;
}
.topBar .right-btns a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topBar .right-btns a.media-inquiries:before {
  content: "\f130";
}
.topBar .right-btns a.free-program:before {
  content: "\f316";
}
.topBar .right-btns a.new-betters:before {
  content: "\f223";
}
.topBar .right-btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  height: 100%;
}
.topBar div[data-role=upcomming] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  clear: both;
  padding: 0 10px;
  overflow: hidden;
  margin: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E2231A;
  text-align: left;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topBar div[data-role=upcomming]:hover {
  background-color: #E12726;
  color: white;
}
.topBar div[data-role=upcomming] a {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
}
.topBar div[data-role=upcomming] a:hover {
  color: white;
}

/* Site Switcher */
.siteSwitcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.siteSwitcher .dashicons {
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 1px;
}
.siteSwitcher:hover .site-list {
  display: block;
}
.siteSwitcher #siteSwitcherNew {
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
  color: white;
  height: 100%;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.333333px;
  padding: 0 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
}
.siteSwitcher #siteSwitcherNew .site-dropdown-label {
  color: white;
  font-size: 14px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.siteSwitcher #siteSwitcherNew .site-dropdown-label .svg {
  display: block !important;
  padding-right: 5px;
  position: relative;
}
.siteSwitcher #siteSwitcherNew .site-dropdown-label .svg svg {
  position: relative;
  top: 2px;
}
.siteSwitcher .dropdown-menu {
  top: calc(100% - 2px);
  border-radius: none;
  background-color: white;
  color: black;
  left: auto;
  right: 0;
}
.siteSwitcher .dropdown-menu a {
  color: black;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
}
.siteSwitcher .dropdown-menu a i {
  color: #E12726;
}
.siteSwitcher .dropdown-menu a:hover {
  color: #E12726;
  background-color: black;
  background-image: none;
}

/* Three featured Nav Dine, Bet & Watch */
.featured-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 999;
  height: 64px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .featured-nav li {
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
  }
}
.featured-nav a {
  padding: 5px 30px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: 2px solid white;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  position: relative;
  left: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
}
.featured-nav a .dashicons {
  position: relative;
  top: -1px;
  padding-left: 5px;
}
.featured-nav a.dine-with-us {
  background-color: #D9D9D9;
  color: #E12726;
}
.featured-nav a.bet-now {
  background-color: black;
  color: white;
}
.featured-nav a.watch-races {
  background-color: #E12726;
  color: white;
  position: relative;
}
.featured-nav a.watch-races .content {
  z-index: 1;
}

@media (max-width: 1600px) {
  .header-container .header-content .logo {
    width: 180px;
  }
  .header-container .header-content .navigation .main-nav .main-nav-content:before {
    left: -13px;
    height: 50px;
    -webkit-transform: skewX(-27deg);
            transform: skewX(-27deg);
  }
  #mega-menu-wrap-primary {
    max-width: 700px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: 50px;
    line-height: 50px;
    z-index: 2;
    font-weight: 500;
    font-size: 16px;
  }
  .featured-nav {
    height: 50px;
  }
  .featured-nav a {
    padding: 5px 10px;
    padding-left: 20px;
    font-size: 14px;
    left: 12px;
  }
  .featured-nav a.watch-races {
    padding-right: 20px;
  }
  /* Top Part of the header */
  .topBar {
    height: 40px;
    width: calc(100% - 30px);
  }
  .topBar a {
    padding: 5px 10px;
    font-size: 11px;
  }
  .topBar div[data-role=upcomming] {
    padding: 0 10px;
  }
  .topBar .siteSwitcher #siteSwitcherNew {
    padding: 5px 10px;
    font-size: 11px;
  }
  .topBar .siteSwitcher #siteSwitcherNew .svg svg {
    top: 4px;
  }
  .topBar .siteSwitcher #siteSwitcherNew .site-dropdown-label {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .header-container .header-content .logo {
    margin-left: 10px;
    width: 150px;
    margin-right: 0;
  }
  #mega-menu-wrap-primary {
    max-width: 700px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
  .featured-nav {
    height: 50px;
  }
  .featured-nav a {
    padding: 5px 10px;
    padding-left: 20px;
    font-size: 14px;
    left: 10px;
    max-width: 110px;
    line-height: 1.1;
  }
  .featured-nav a .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured-nav a.bet-now {
    max-width: 90px;
  }
  /* Top Part of the header */
  .topBar {
    height: 40px;
  }
  .topBar a {
    padding: 5px 5px;
  }
  .topBar .siteSwitcher #siteSwitcherNew {
    padding: 5px 0px;
  }
  .topBar div[data-role=upcomming] {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .topBar .right-btns {
    margin-right: 10px;
  }
  .ubermenu .ubermenu-nav > .ubermenu-item > a.ubermenu-target {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-container .header-content .logo {
    width: 200px;
  }
  .header-container .header-content .logo img {
    height: auto;
    width: 100%;
  }
  .header-container .header-content .navigation .main-nav .main-nav-content:before {
    height: 40px;
  }
  .topBar div[data-role=upcomming] {
    display: none !important;
  }
  .featured-nav {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 100vw;
    background-color: #D9D9D9;
    border-top: 2px solid white;
    height: 40px;
    border-bottom: 2px solid white;
  }
  .featured-nav a {
    padding: 5px 10px;
    padding-left: 20px;
    font-size: 14px;
    left: 12px;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: none;
    border-bottom: none;
    line-height: 1.1;
  }
  .featured-nav a.bet-now {
    max-width: none;
  }
  .featured-nav a.dine-with-us {
    border-left: none;
    color: black;
  }
  .featured-nav a .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mega-menu-primary {
    margin-top: 40px;
  }
  #mainContent {
    margin-top: 40px;
  }
  .ubermenu .search .ubermenu-target-text {
    margin: 0;
    display: inline-block !important;
  }
  /* Top Part of the header */
  .topBar a {
    font-size: 10px;
    line-height: 1.1;
    text-align: left;
  }
  .topBar .siteSwitcher #siteSwitcherNew {
    font-size: 10px;
  }
  .topBar .siteSwitcher #siteSwitcherNew .site-dropdown-label {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .topBar .new-betters {
    display: none !important;
  }
}
@media (max-width: 445px) {
  .topBar .siteSwitcher {
    position: absolute;
    right: 0;
    height: 40px;
  }
  .topBar .siteSwitcher #siteSwitcherNew .site-dropdown-label {
    display: none;
  }
  .topBar .siteSwitcher #siteSwitcherNew:before {
    content: "\e114";
    width: 25px;
    height: 25px;
    background-image: url(//woodbine.com/wp-content/themes/woodbine/images/woodbine-logo-mark-only.svg);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    font-family: "Glyphicons Halflings";
    font-size: 9px;
    padding-left: 20px;
    color: #e2231a;
    margin-right: 10px;
  }
  .topBar .siteSwitcher #siteSwitcherNew .dropdown-menu {
    left: auto;
    right: 0;
  }
  .topBar .right-btns {
    margin-right: 45px;
  }
}
@media (max-width: 565px) {
  .header-container .header-content .logo {
    width: 175px;
  }
  .new-betters {
    display: none;
  }
  .featured-nav a {
    padding-left: 13px;
  }
  .featured-nav a.dine-with-us {
    padding-left: 0;
  }
  .featured-nav a.dine-with-us .dashicons {
    height: 15px;
    width: 15px;
    font-size: 15px;
  }
}
@media (max-width: 466px) {
  .header-container .header-content .logo {
    width: 120px;
  }
  .featured-nav a {
    font-size: 11px;
  }
}
@media (max-width: 365px) {
  .featured-nav a {
    font-size: 11px;
  }
}
/* Search */
/* Nav Search */
.ubermenu .search-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.ubermenu .search-form label span {
  display: none;
}

.ubermenu .search-form input.search-field {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  border: 0;
  border-bottom: 2px solid black;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -1px;
  height: inherit;
}

.ubermenu .nav-search input.search-field::-moz-placeholder {
  color: #5C5C5C;
}

.ubermenu .nav-search input.search-field::-webkit-input-placeholder {
  color: #5C5C5C;
}

.ubermenu .nav-search input.search-field:-ms-input-placeholder {
  color: #5C5C5C;
}

.ubermenu .nav-search input.search-field::-ms-input-placeholder {
  color: #5C5C5C;
}

.ubermenu .nav-search input.search-field::placeholder {
  color: #5C5C5C;
}

/*------------ END OF MAIN NAV ---------*/
/*********** MEGA MENU ITEMS  ***********/
.ubermenu-content-block > p {
  display: none;
}

.mega-menu-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E12726;
}

/* Menu news*/
.ubermenu .home-featured-news .card .card-body .title {
  font-size: 18px;
}

.mega-menu-watch .gif-container {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu-watch .gif-container .background-image {
  background-image: url(/wp-content/themes/woodbine/includes/resources/images/horse-racing.gif);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.mega-menu-watch .gif-container .play-button {
  z-index: 1;
  color: white;
  position: relative;
  font-size: 80px;
}

.ubermenu-content-block .hye-card {
  height: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
  background-size: 300px;
  background-position-x: 120%;
  background-position-y: -20%;
}
.ubermenu-content-block .hye-card h2 {
  margin-top: 0;
}
.ubermenu-content-block .hye-card .icon-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.ubermenu-content-block .hye-card .icon-link .dashicons {
  color: white;
}
.ubermenu-content-block .hye-card.smaller {
  height: 250px;
}

.mega-menu-image-card .image {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.mega-menu-image-card .content {
  padding: 15px;
}
.mega-menu-image-card .content .title {
  font-weight: bold;
  font-size: 18px;
}
.mega-menu-image-card .content .link {
  text-align: right;
  padding-top: 10px;
  font-weight: 500px;
}

.ubermenu-item .eventsList .postcard {
  margin-bottom: 0;
}

.ubermenu-item .eventsList .eventsList-item .eventImage {
  height: 200px;
}

.ubermenu-item .eventsList .eventsList-item .card-footer {
  height: auto;
  padding: 15px;
}

.ubermenu-item .card-row.no-padding .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  padding: 0 15px 15px;
  margin-top: -20px;
}

.image-list .mega-menu-item:not(:last-child) {
  margin-bottom: 35px !important;
}

.mega-menu-image-background {
  height: 250px;
  position: relative;
}
.mega-menu-image-background .image {
  background-image: url(https://woodbine.whitecapcanada.com/wp-content/uploads/hbi-bet.png);
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.mega-menu-image-background .content {
  color: white;
  height: 100%;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mega-menu-image-background .content .title {
  font-size: 16px;
}
.mega-menu-image-background .content .link {
  text-align: right;
  color: white;
}
.mega-menu-image-background .content .link a:after {
  color: white;
}

.media-equiries-tab .wpb_text_column.card {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.media-equiries-tab .wpb_text_column.card a {
  padding-top: 10px;
  display: block;
}

.ubermenu .upcoming-races .race-list .card {
  margin-top: 0;
}

.mega-menu-subscribe {
  position: relative;
}
.mega-menu-subscribe .image {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.mega-menu-subscribe .content {
  position: relative;
  padding: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mega-menu-subscribe .content .description .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mega-menu-subscribe .content .description p {
  font-size: 16px;
}
.mega-menu-subscribe .content .link a .dashicons {
  padding-left: 10px;
}

.search-menu-label {
  display: none;
}

@media (max-width: 991px) {
  .mega-menu {
    margin-top: 40px !important;
  }
  .mega-menu .mobile-hidden {
    display: none !important;
  }
  .mega-menu .mega-menu-link {
    text-transform: uppercase !important;
    font-size: 20px !important;
  }
  .mega-menu .mega-menu-linka.dashicons-search.mega-menu-link {
    display: none !important;
  }
  .mega-menu .mega-menu-link .search-menu-label {
    display: inline-block;
  }
  .mega-menu .textwidget {
    padding-left: 20px;
  }
  .mega-menu .mega-menu-list .menu-item a {
    max-width: unset;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: black;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .mega-indicator {
    display: block !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link.dashicons-search:before {
    display: none;
  }
}
.menu-events .eventsList .postcard {
  margin: 0;
}
.menu-events .eventsList .postcard .eventsList-item {
  margin: 0;
}
.menu-events .eventsList .postcard .eventsList-item .eventImage {
  position: absolute;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  height: 100%;
}
.menu-events .eventsList .postcard .eventsList-item .card-footer {
  overflow: hidden;
  height: 200px;
  padding-top: 65px;
  position: relative;
  color: white;
}
.menu-events .eventsList .postcard .eventsList-item .card-footer a {
  color: white;
}
.menu-events .eventsList .postcard .eventsList-item .card-footer a.icon-link .text {
  color: white;
}
.menu-events .eventsList .postcard .eventsList-item .card-footer a.icon-link .text:after {
  color: white;
}

@media (max-width: 1200px) {
  .ubermenu .eventsList > div:nth-child(3) {
    display: none;
  }
}
.menu-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-news-list .home-featured-news {
  padding: 0 10px;
  height: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.33%;
          flex: 0 33.33%;
  max-width: 33.33%;
}
.menu-news-list .home-featured-news .card {
  height: 250px;
  overflow: hidden;
}
.menu-news-list .home-featured-news .card .card-body .flag-container {
  right: -10px !important;
}
.menu-news-list .read-more-news {
  display: none;
}

.mega-menu-item .search-form label {
  width: 100%;
  border: none;
}
.mega-menu-item .search-form label span {
  opacity: 0;
}
.mega-menu-item .search-form label .search-field {
  border: none;
  border-bottom: 2px solid black;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  font-size: 40px;
  font-weight: 400;
}

.menu-calendar {
  height: 300px;
}
.menu-calendar .em-cal-nav {
  display: none !important;
}
.menu-calendar .race-calendar-widget .event-date-scroll {
  top: 0 !important;
}
.menu-calendar .event-date-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.menu-calendar .race-calendar-widget .event-details .event-list .event-list-item {
  height: 175px;
}
.menu-calendar .race-calendar-widget .event-details .event-list .event-list-item .event-body {
  padding: 20px 30px !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.ubermenu .gradient-background-image {
  z-index: -1;
  position: relative;
}
.ubermenu .gradient-background-image img {
  width: 800px;
  height: 600px;
  position: absolute;
  right: -50px;
  bottom: -450px;
  max-width: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.ubermenu .gradient-background-image .vc_single_image-wrapper:after {
  content: "";
  display: block;
  width: 800px;
  height: 600px;
  position: absolute;
  right: -50px;
  bottom: -450px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), color-stop(55%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0) 100%);
  max-width: 45vw;
}
.ubermenu .gradient-background-image.smaller-gradient img {
  max-width: 30vw;
  width: 600px;
}
.ubermenu .gradient-background-image.smaller-gradient .vc_single_image-wrapper:after {
  width: 600px;
  max-width: 30vw;
}

.ubermenu .pools-carryovers .carryover-list .carryover-card {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 auto !important;
          flex: 1 auto !important;
}

/*---------- End Of Mega Menu -------------- */
/* Navigation */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

@media only screen and (max-width: 992px) {
  /* Nav Search */
  .nav-search .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  .nav-wrapper {
    padding-bottom: 0px;
  }
}
#megaMenuCustomOverlay {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 5;
}

/* Floating Header */
.header-container {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}

body.admin-bar .header-container {
  top: 32px;
}

#mainContent {
  margin-top: 109px;
}

@media (max-width: 1600px) {
  #mainContent {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .ubermenu {
    max-height: calc(100vh - 120px) !important;
    overflow: auto !important;
  }
  #mainContent {
    margin-top: 120px;
  }
}
@media all and (max-width: 991px) and (orientation: landscape) {
  .header-container {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
  }
  #mainContent {
    margin-top: 32px;
  }
}
/* Header Ticker */
#ticker-box {
  padding: 0 10px;
  margin: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E12726;
  text-align: left;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  overflow: hidden;
  max-width: calc(100vw - 865px);
}
#ticker-box > * {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#ticker-box > * a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

@media (min-width: 640px) and (max-width: 991px) {
  #ticker-box {
    position: fixed;
    top: 46px;
    width: calc(100vw - 320px);
    left: 220px;
    border: none;
    margin: 5px;
    height: 20px;
    z-index: 3;
  }
  #ticker-box ul li a {
    color: black;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  #ticker-box {
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    border: none;
    -webkit-transform: none;
            transform: none;
    margin: 5px;
    height: 20px;
  }
  #ticker-box ul {
    -webkit-transform: none;
            transform: none;
  }
  #ticker-box ul li a {
    font-size: 11px;
  }
}
#tickerBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  border: 2px solid #E12726;
  margin: 7px;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  max-width: calc(100vw - 853px);
  margin-right: 20px;
}
#tickerBox .ticker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  -webkit-animation: ticker 20s infinite linear;
          animation: ticker 20s infinite linear;
  white-space: nowrap;
}
#tickerBox .ticker__list .ticker__item {
  margin-right: 20px;
}
#tickerBox .ticker__list .ticker__item a {
  padding: 0 20px;
}
#tickerBox .ticker__list .ticker__item a .cta-line {
  padding: 2px 3px;
  text-decoration: underline;
}
#tickerBox .ticker__list .ticker__item a .cta-line i {
  padding-left: 3px;
}

#tickerBox:hover .ticker__list,
#tickerBox:focus .ticker__list,
#tickerBox:focus-within .ticker__list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (min-width: 1900px) {
  #tickerBox {
    max-width: 1060px;
  }
}
@media (max-width: 1600px) {
  #tickerBox {
    max-width: calc(100vw - 820px);
  }
}
@media (max-width: 1200px) {
  #tickerBox {
    max-width: calc(100vw - 730px);
  }
  #tickerBox .ticker__list .ticker__item a {
    padding: 0 20px;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  #tickerBox {
    position: fixed;
    top: 46px;
    max-width: calc(100vw - 350px);
    left: 220px;
    border: none;
    margin: 5px;
    height: 20px;
    z-index: 3;
  }
  #tickerBox .ticker__list .ticker__item a {
    color: black;
    font-size: 13px;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  #tickerBox {
    position: fixed;
    top: 0;
    max-width: 100vw;
    left: 0;
    border: none;
    margin: 5px;
    height: 20px;
    -webkit-transform: none;
            transform: none;
  }
  #tickerBox .ticker__list {
    -webkit-transform: skew(0);
            transform: skew(0);
    -webkit-animation: tickerNoSkew 25s infinite linear;
            animation: tickerNoSkew 25s infinite linear;
  }
  #tickerBox .ticker__list .ticker__item a {
    font-size: 11px;
    padding: 0 20px;
  }
}
@-webkit-keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%) skew(27deg);
            transform: translateX(-100%) skew(27deg);
  }
}
@keyframes ticker {
  100% {
    -webkit-transform: translateX(-100%) skew(27deg);
            transform: translateX(-100%) skew(27deg);
  }
}
@-webkit-keyframes tickerNoSkew {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes tickerNoSkew {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.pre-title {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 1.2em;
  font-weight: 500;
}
.pre-title .underline {
  text-decoration: underline;
}
.pre-title.backto {
  letter-spacing: 0;
  text-transform: initial;
}
.pre-title.backto a {
  background: #E2231A;
  color: #FFF;
  padding: 7px 14px;
}

.equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.equal-height > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.equal-height img {
  -ms-flex-item-align: center;
      align-self: center;
}
.equal-height .content-block {
  width: 100%;
}
.equal-height .moreLink {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  margin-top: 20px;
}

#background-position-bottom {
  background-position-y: bottom !important;
}

.post-header,
.single .post-header,
.page .post-header {
  position: relative;
  background-color: #e6e6e6;
  color: #000;
  padding: 67px 0;
  margin-bottom: 100px;
  text-align: center;
}

.single .single-content {
  max-width: 950px;
}

.post-header.black-overlay h1 {
  color: #FFF;
  margin: 25px 0;
  line-height: 1;
}

.padding50 {
  padding: 50px;
}

/* PAGE TEMPLATES */
.page-template-page-blank .site-header,
.page-template-page-blank .topBar,
.page-template-page-blank .site-footer {
  display: none;
}

.nav-wrapper {
  padding-bottom: 10px;
}

.black-overlay,
.black-overlay h1,
.black-overlay h2,
.black-overlay h3,
.black-overlay h4,
.black-overlay h5 {
  color: #FFF;
}

.black-overlay a {
  color: #E2231A;
}

/* VC CAROUSEL */
.vc_images_carousel {
  max-width: 100%;
}

/* CONTENT SECTION BLOCKS */
.vc_row.black-overlay,
.black-overlay,
.black-overlay .wpb_wrapper {
  position: relative;
}

.white-faded:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0.65))) !important;
  background-image: linear-gradient(180deg, rgb(247, 247, 247), rgba(247, 247, 247, 0.65)) !important;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.vc_row-no-padding .image-grid .wpb_image_grid {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.vc_row-no-padding .image-grid .wpb_image_grid_ul {
  height: 354px !important;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-auto-rows: 177px;
}

.vc_row-no-padding .image-grid .wpb_image_grid_ul li {
  position: unset !important;
  width: 180px;
  height: 177x;
  border: 2px solid #fff;
}

.vc_row-no-padding .image-grid .wpb_image_grid_ul li img {
  width: 100%;
  height: 177px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vc_row-no-padding .image-grid .wpb_image_grid_ul li:nth-child(5n-1),
.vc_row-no-padding .image-grid .wpb_image_grid_ul li:nth-child(5n-2) {
  grid-row-start: 2;
}

.vc_row-no-padding .image-grid .wpb_image_grid_ul li:nth-child(5n) {
  grid-row-start: 1;
  grid-row-end: span 2;
  width: 354px;
  height: 354px;
}

.vc_row-no-padding .image-grid .wpb_image_grid_ul li:nth-child(5n) img {
  height: 354px;
}

.vc_row-no-padding .image-grid .wpb_image_grid::-webkit-scrollbar {
  height: 8px;
}

.vc_row-no-padding .image-grid .wpb_image_grid::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 4px;
}

.vc_row-no-padding .image-grid .wpb_image_grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}

footer .btn-signup:hover {
  color: #E2231A;
}

.social-footer {
  padding-top: 15px;
}

.social-footer a {
  color: #000;
}

.social-footer img {
  margin-right: 5px;
}

.land-acknowledge {
  margin-top: 30px;
  color: white;
  display: block;
  text-decoration: underline;
}
.land-acknowledge:hover {
  color: #E12726;
}

/* FOOTER */
.responsible-gaming-wrapper {
  background-color: #FFF;
}

.responsible-gaming {
  text-align: center;
  padding: 25px 0;
}

.responsible-gaming a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-footer-wrapper {
  background-color: #000;
  color: #FFF;
  padding: 70px 0;
}

footer .properties {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
}
footer .properties a {
  display: inline-block;
  padding: 10px 25px 10px 0;
  max-height: 100px;
}
footer .properties a img {
  max-height: 25px;
}
footer .footer-logos .site-logo {
  max-width: 180px;
}
footer .socialLinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .socialLinks ul li {
  display: inline-block;
}
footer .socialLinks ul li:first-child a {
  padding-left: 0;
}
footer .socialLinks ul li a {
  padding: 10px 5px;
}
footer .socialLinks img {
  width: 22px;
}
footer .main-footer-wrapper .footer-logos p {
  font-size: 13px;
}
footer .main-footer-wrapper .footer-logos p a {
  color: #fff;
}
footer .main-footer-wrapper .footer-logos p a:hover {
  text-decoration: underline;
  color: #ccc;
}
footer h2 {
  color: #e9140a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
footer .footer-nav ul {
  margin-top: 0;
  margin: 25px 2px;
  list-style: none;
  padding-left: 0;
  line-height: 1.8em;
}
footer .footer-nav ul a {
  color: #FFF;
  text-decoration: underline;
}
footer .btn-signup {
  border: 2px solid #e2231a;
  background-color: transparent;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
}
footer .btn-signup:hover {
  background-color: #e2231a;
  color: #FFF;
}
footer .btn-signup:hover .dashicons {
  color: black;
}
footer .ac-icon {
  max-width: 60px;
}

.footer-logos .properties a {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-logos .properties a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.legal-area {
  background-color: #2a2a2a;
  padding: 10px 0;
  color: #B9B9B9;
}

.legal-area a {
  padding: 0 10px;
  color: #B9B9B9;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .legal-area .links {
    display: block;
  }
  footer .socialLinks ul {
    margin-bottom: 40px;
  }
  footer .footer-nav ul {
    border-left: 0;
    margin: 10px 2px 40px 2px;
    padding-left: 0;
  }
  footer .properties {
    margin-top: 25px;
  }
}
/* SECTIONS - SPECIFIC */
.handicapping-main .vc_tta-tab > a {
  padding: 5px 20px !important;
}

.handicapping-main .vc_tta-panel-body {
  margin-right: -15px;
  margin-left: -15px;
}

.handicapping-main .card {
  float: left;
  margin: 0 15px 35px 15px;
  max-height: 220px;
  width: 47%;
  overflow: hidden;
}

.handicapping-main .thumbnail-image {
  height: 220px;
  width: 40%;
}

.handicapping-main .thumbnail-image .vc_column-inner,
.handicapping-main .thumbnail-image .wpb_wrapper {
  height: inherit;
  padding: 0;
}

.handicapping-main .thumbnail-image .wpb_single_image {
  height: inherit;
  margin-bottom: 0;
}

.handicapping-main .thumbnail-image .wpb_single_image img {
  width: 220px;
}

.handicapping-main .thumbnail-description {
  width: 60%;
}

.handicapping-main .thumbnail-description .wpb_content_element {
  max-height: 136px;
  overflow: hidden;
}

.handicapping-main .thumbnail-description h4,
.handicapping-sub-intro h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.25em;
}

.handicapping-main .thumbnail-description h5 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
}

.handicapping-main .thumbnail-description h5 a {
  color: #333;
}

.handicapping-main .thumbnail-description .vc_column-inner {
  padding: 50px 35px;
}

.handicapping-main-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.handicapping-main-links h4 {
  margin-bottom: 25px;
}

.handicapping-main-links .twitter-area .twitter-feed {
  background-color: #dbdbdb;
  height: 801px;
  margin-top: 35px;
  padding: 1.5%;
  overflow-y: scroll;
}

.handicapping-main-links .twitter-area h4 {
  margin-bottom: -10px !important;
  text-align: center;
}

.handicapping-main-links .tweet-wrapper {
  background-color: #fff;
  float: left;
  height: 210px;
  margin: 1.3%;
  padding: 2%;
  width: 247px;
}

.handicapping-main-links .tweets .tweet-wrapper:last-child {
  border-bottom: 0;
}

.handicapping-main-links .tweet-header .profile {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.handicapping-main-links .tweet-header .profile + a {
  display: block;
}

.handicapping-sub-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
}

.handicapping-sub h4 {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .handicapping-main .card {
    width: 455px;
  }
  .handicapping-main .thumbnail-description .wpb_content_element {
    max-height: 138px;
  }
  .handicapping-main .thumbnail-description h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0.2em;
  }
  .handicapping-main .thumbnail-description h5 {
    font-size: 13px;
  }
  .handicapping-main .thumbnail-description .vc_column-inner {
    font-size: 13px;
    padding: 20px;
  }
  .handicapping-main-links .tweet-wrapper {
    height: auto;
    width: 97.5%;
  }
}
/* HANDICAPPING */
#book-reservation button {
  font-size: 40px;
  margin-right: 28.25%;
}

.pools .card {
  float: left;
  margin: 0 15px 35px 15px;
  width: 570px;
}

.pools table {
  font-family: "Euclid";
}

.tournaments .vc_tta-accordion h4 {
  text-transform: uppercase;
}

.tournament-results {
  margin-bottom: 35px;
}

.tournament-results .vc_column_container {
  padding-right: 15px;
  padding-left: 15px;
}

.tournament-results .vc_column-inner {
  border: 1px solid #dbdbdb;
  margin: 0 1px 25px 1px;
  padding: 0;
}

.pools .tabular-data,
.tournament-results .tabular-data {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.pools.card-row .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 20px;
}

.tabular-data-title {
  border-bottom: 2px solid #E2231A;
  margin-bottom: 0;
  padding: 15px;
}

.tabular-data-title h3 {
  font-size: 24px;
}

@media only screen and (max-width: 992px) {
  .handicapping-main .card {
    margin-right: 15px !important;
    margin-left: 15px !important;
    max-height: 170px;
    width: 330px;
  }
  .handicapping-main .thumbnail-image {
    height: 170px;
    width: 35%;
  }
  .handicapping-main .thumbnail-description {
    width: 65%;
  }
  .handicapping-main .thumbnail-description .vc_column-inner {
    padding: 20px;
  }
  .handicapping-main-links .twitter-area .twitter-feed {
    padding: 1.75%;
  }
  .handicapping-main-links .tweet-wrapper {
    margin: 1.85%;
    width: 97%;
  }
  .visit .vc_column_container {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .visit .wpb_wrapper .wpb_wrapper .wpb_content_element {
    padding: 0 30px;
  }
  /* Standings */
  .standings .boards .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .standings #info {
    padding: 0;
    margin-bottom: 30px;
  }
  .standings .radio-tabs .btn {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  /* SECTION-SPECIFIC */
  .handicapping-main .wpb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .handicapping-main .vc_tta-panel-body {
    padding: 35px 15px !important;
  }
  .handicapping-main .card {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
  .handicapping-main .thumbnail-image {
    width: 25%;
  }
  .handicapping-main .thumbnail-description {
    width: 75%;
  }
  .handicapping-main-links {
    display: block;
  }
  .handicapping-main-links .twitter-area .twitter-feed {
    height: 445px;
    padding: 1%;
  }
  .handicapping-main-links .tweet-wrapper {
    margin: 1%;
    width: 98%;
  }
  .handicapping-sub-intro {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .handicapping-main .card {
    height: 165px;
  }
  .handicapping-main .thumbnail-image {
    height: 165px;
    width: 35%;
  }
  .handicapping-main .thumbnail-description {
    width: 65%;
  }
  .handicapping-main .thumbnail-description .vc_column-inner {
    padding: 15px;
  }
  .handicapping-main .thumbnail-description .wpb_content_element {
    max-height: 102px;
  }
}
@media only screen and (max-width: 479px) {
  .handicapping-main .card {
    height: 130px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .handicapping-main .thumbnail-image {
    height: 130px;
    width: 36%;
  }
  .handicapping-main .thumbnail-description {
    width: 64%;
  }
  .handicapping-main .thumbnail-description .wpb_content_element {
    margin-bottom: 10px;
  }
  .handicapping-main .thumbnail-description h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0.15em;
  }
  .handicapping-main .thumbnail-description h5 {
    font-size: 11px;
  }
}
/* EXPERT TOP PICK */
.expert-toppick {
  background-color: white;
  padding: 25px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-image: url("https://woodbine.com/wp-content/uploads/Horseplayer-Seminar-Winning-at-Woodbine-1400-x-400-r1.jpg");
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: right center;
}
.expert-toppick .title {
  position: absolute;
  width: 450px;
  font-size: 22px;
  padding: 10px;
  font-weight: 600;
  text-align: left;
  padding-left: 40px;
  left: -15px;
  background-color: #E12726;
  top: 20px;
}
.expert-toppick .title .content {
  color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.expert-toppick .details {
  margin-top: 70px;
  font-size: 30px;
  margin-bottom: 10px;
}
.expert-toppick .details .race {
  font-weight: bold;
  letter-spacing: 0.02em;
}
.expert-toppick .number {
  height: 100px;
  aspect-ratio: 1/1;
  background-color: blue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.expert-toppick .number .content {
  font-weight: bold;
  font-size: 50px;
}

@media (max-width: 991px) {
  .expert-toppick {
    background-size: contain;
  }
  .expert-toppick .title {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .expert-toppick {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: bottom;
    background-size: auto 90%;
    padding-left: 30px;
  }
  .expert-toppick:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(20%, rgba(255, 255, 255, 0.98)), color-stop(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(white 20%, rgba(255, 255, 255, 0.98) 20%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  }
  .expert-toppick .title {
    position: absolute;
    width: 90%;
    font-size: 16px;
    padding: 5px;
    z-index: 1;
    padding-left: 30px;
  }
  .expert-toppick .left-side,
  .expert-toppick .right-side {
    z-index: 1;
  }
  .expert-toppick .details {
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 30px;
    z-index: 1;
  }
  .expert-toppick .number {
    height: 75px;
    aspect-ratio: 1/1;
    background-color: blue;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    z-index: 1;
  }
  .expert-toppick .number .content {
    font-weight: bold;
    font-size: 50px;
  }
}
/* MEET EXPERT ROW */
.meet-expert-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.meet-expert-row > * {
  max-width: 300px !important;
  margin: 0 10px;
}

@media (max-width: 991px) {
  .meet-expert-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meet-expert-row > * {
    max-width: 50% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 20px);
            flex: 0 calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .meet-expert-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meet-expert-row > * {
    max-width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 20px);
            flex: 0 calc(100% - 20px);
  }
}
/* EXPERT DETAILS PAGE */
.expert-detail-header {
  margin-bottom: 0px !important;
  background-size: cover;
}
.expert-detail-header .backto a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: -20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.expert-detail-header .backto a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.expert-detail-header .backto a i {
  padding-right: 10px;
  font-style: normal;
}

.expert-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expert-info-header .expert-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 80%;
          flex: 0 80%;
}
.expert-info-header .expert-info h1 {
  font-size: 70px;
}
.expert-info-header .expert-info .social-icons a {
  color: black;
  font-size: 18px;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.expert-info-header .expert-info .social-icons a i {
  padding-right: 8px;
}
.expert-info-header .expert-info .description {
  font-size: 22px;
  line-height: 1.5;
}
.expert-info-header .expert-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 20%;
          flex: 0 20%;
  padding: 20px;
  text-align: center;
}
.expert-info-header .expert-image img {
  width: 100%;
  max-width: 225px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -20px;
}

@media (max-width: 991px) {
  .expert-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .expert-info-header .expert-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    text-align: center;
  }
  .expert-info-header .expert-info h1 {
    font-size: 40px;
    text-align: center;
  }
  .expert-info-header .expert-info .description {
    font-size: 18px;
  }
  .expert-info-header .expert-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .expert-info-header .expert-image img {
    margin-bottom: 20px;
  }
}
.expert-selections .card-list {
  padding: 0;
  list-style: none;
  border: none;
  display: grid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 991px) {
  .expert-selections .card-list {
    grid-auto-flow: column;
    grid-template-rows: repeat(5, 1fr);
  }
}
.expert-selections .card-list li {
  margin-right: 20px;
}
.expert-selections .card-list li a {
  width: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.expert-selections .card-list li a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (min-width: 991px) {
  .expert-selections .card-list li:nth-child(n+6) {
    margin-left: 20px;
    margin-right: 0;
  }
}
.expert-selections .k-pager-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expert-selections .k-pager-wrap ul li {
  margin: 0 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.expert-selections .k-pager-wrap ul li:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.expert-selections .k-pager-wrap ul li > * {
  font-size: 16px !important;
}
.expert-selections .k-pager-wrap ul li .k-state-selected {
  background-color: #E12726;
  color: white;
}

/* Expert Picks Selectors */
.expert-pick-list {
  margin: 60px 0;
  margin-bottom: 100px !important;
}
.expert-pick-list .expert-pick {
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expert-pick-list .expert-pick .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 200px;
          flex: 0 200px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.expert-pick-list .expert-pick .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expert-pick-list .expert-pick .expert-detail {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 20%;
          flex: 1 20%;
}
.expert-pick-list .expert-pick .expert-detail .name {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}
.expert-pick-list .expert-pick .expert-detail .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.expert-pick-list .expert-pick .expert-detail .socials a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.expert-pick-list .expert-pick .expert-detail .socials a .fa {
  width: 20px;
}
.expert-pick-list .expert-pick .picks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 400px;
          flex: 0 400px;
}
.expert-pick-list .expert-pick .picks .square-pick {
  margin: 20px;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  opacity: 0;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-1 {
  opacity: 1;
  visibility: visible;
  background-color: #b20403;
  color: white;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-2 {
  opacity: 1;
  visibility: visible;
  background-color: #d3d3d3;
  color: black;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-3 {
  opacity: 1;
  visibility: visible;
  background-color: #0837d5;
  color: white;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-4 {
  opacity: 1;
  visibility: visible;
  background-color: #eddd27;
  color: black;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-5 {
  opacity: 1;
  visibility: visible;
  background-color: #147b36;
  color: white;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-6 {
  opacity: 1;
  visibility: visible;
  background-color: #1f1f1f;
  color: #ede506;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-7 {
  opacity: 1;
  visibility: visible;
  background-color: #db8b1e;
  color: black;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-8 {
  opacity: 1;
  visibility: visible;
  background-color: #e97ad6;
  color: black;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-9 {
  opacity: 1;
  visibility: visible;
  background-color: #27c3c0;
  color: black;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-10 {
  opacity: 1;
  visibility: visible;
  background-color: #6e1593;
  color: white;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-11 {
  opacity: 1;
  visibility: visible;
  background-color: blue;
  color: white;
}
.expert-pick-list .expert-pick .picks .square-pick.pick-12 {
  opacity: 1;
  visibility: visible;
  background-color: blue;
  color: white;
}
.expert-pick-list .expert-pick .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expert-pick-list .expert-pick .details-link,
.expert-pick-list .expert-pick .bottom-details-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.expert-pick-list .expert-pick .details-link a,
.expert-pick-list .expert-pick .bottom-details-link a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 124px;
  position: relative;
  border-bottom: 1px solid black;
}
.expert-pick-list .expert-pick .details-link a .dashicons,
.expert-pick-list .expert-pick .bottom-details-link a .dashicons {
  color: #E12726;
  position: relative;
  left: 5px;
}
.expert-pick-list .expert-pick .bottom-details-link {
  display: none;
}
.expert-pick-list .expert-pick.desktop .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .expert-pick-list {
    margin: 60px 0;
    margin-bottom: 100px !important;
  }
  .expert-pick-list .expert-pick.desktop .expert-detail .details-link {
    display: none;
  }
  .expert-pick-list .expert-pick.desktop .bottom-details-link {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    text-align: right;
  }
  .expert-pick-list .expert-pick.desktop .bottom-details-link a {
    margin: 10px;
    margin-left: auto;
    margin-right: 32px;
  }
  .expert-pick-list .expert-pick.desktop .middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 150px);
            flex: 0 calc(100% - 150px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail {
    padding-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .name {
    margin-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .socials a {
    margin-top: 10px;
    margin-right: 20px;
  }
  .expert-pick-list .expert-pick.desktop .middle .picks {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .expert-pick-list {
    margin-top: 0;
    margin-bottom: 30px !important;
  }
  .expert-pick-list .expert-pick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .expert-pick-list .expert-pick .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 150px;
            flex: 0 150px;
    max-height: 200px;
  }
  .expert-pick-list .expert-pick .expect-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 30%;
            flex: 0 30%;
    padding: 15px;
  }
  .expert-pick-list .expert-pick .expect-detail .details-link {
    display: none;
  }
  .expert-pick-list .expert-pick .picks {
    -webkit-box-flex: 1;
        -ms-flex: 1 calc(70% - 200px);
            flex: 1 calc(70% - 200px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    padding-top: 20px;
    padding-right: 20px;
  }
  .expert-pick-list .expert-pick .picks .square-pick {
    margin: 15px;
    height: 60px;
    width: 60px;
    font-size: 32px;
  }
  .expert-pick-list .expert-pick .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .expert-pick-list {
    margin-top: 0;
    margin-bottom: 30px !important;
  }
  .expert-pick-list .expert-pick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .expert-pick-list .expert-pick .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 150px;
            flex: 0 150px;
    max-height: 200px;
  }
  .expert-pick-list .expert-pick .expect-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 30%;
            flex: 0 30%;
    padding: 15px;
  }
  .expert-pick-list .expert-pick .expect-detail .details-link {
    display: none;
  }
  .expert-pick-list .expert-pick .picks {
    -webkit-box-flex: 1;
        -ms-flex: 1 calc(70% - 200px);
            flex: 1 calc(70% - 200px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    padding-top: 20px;
  }
  .expert-pick-list .expert-pick .picks .square-pick {
    margin: 15px;
    height: 40px;
    width: 40px;
    font-size: 28px;
  }
  .expert-pick-list .expert-pick .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .expert-pick-list {
    margin: 60px 0;
    margin-bottom: 100px !important;
  }
  .expert-pick-list .expert-pick.desktop .expert-detail .details-link {
    display: none;
  }
  .expert-pick-list .expert-pick.desktop .bottom-details-link {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    text-align: right;
  }
  .expert-pick-list .expert-pick.desktop .bottom-details-link a {
    margin: 10px;
    margin-left: auto;
  }
  .expert-pick-list .expert-pick.desktop .middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 150px);
            flex: 0 calc(100% - 150px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail {
    padding-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .name {
    margin-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .socials a {
    margin-top: 5px;
    margin-right: 20px;
  }
  .expert-pick-list .expert-pick.desktop .middle .picks {
    padding-top: 0;
  }
  .experts-form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0;
  }
  .experts-form-header .searched-pick {
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 30px;
  }
  #expertPickForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #expertPickForm .form-group {
    margin-bottom: 20px;
    width: 100% !important;
  }
  #expertPickForm .btn-submit {
    width: 100% !important;
    margin-top: 10px;
  }
  .expert-pick-list .middle .expert-detail .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .expert-pick-list .middle .expert-detail .socials a {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .expert-pick-list {
    margin: 60px 0;
    margin-bottom: 100px !important;
  }
  .expert-pick-list .expert-pick.desktop {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .expert-pick-list .expert-pick.desktop .bottom-details-link {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    text-align: right;
  }
  .expert-pick-list .expert-pick.desktop .bottom-details-link a {
    margin: 10px;
    margin-left: auto;
  }
  .expert-pick-list .expert-pick.desktop .middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail {
    padding-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .name {
    margin-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert-pick-list .expert-pick.desktop .middle .expert-detail .socials a {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .expert-pick-list .expert-pick.desktop .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-height: 200px;
  }
  .expert-pick-list .expert-pick.desktop .picks {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .expert-pick-list .expert-pick.desktop .picks .square-pick {
    margin: 5px 15px;
    margin-top: 15px;
  }
  .expert-pick-list .expert-pick.desktop .picks .square-pick .pick-null {
    display: none !important;
  }
  .expert-pick-list .expert-pick.desktop .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 20px;
    padding-top: 10px;
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #E12726;
  border-color: #E12726 transparent #E12726 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pick-loading {
  margin: 50px 0;
  text-align: center;
}

.experts-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 50px 0;
  margin-top: 20px;
}
.experts-form-header .searched-pick {
  font-size: 24px;
  font-weight: 500;
}

#expertPickForm .form-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  width: 200px;
}
#expertPickForm .form-group label {
  font-weight: 500;
  margin: 0;
}
#expertPickForm .form-group input,
#expertPickForm .form-group select {
  border: 2px solid black;
  font-size: 20px;
  color: black;
  background-color: white;
}
#expertPickForm .btn-submit {
  margin-top: 24px;
  width: 130px;
  background-color: #e12726;
  color: white;
  padding: 9px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#experts .response-text {
  font-size: 20px;
  font-weight: 200;
  font-style: italic;
  padding: 100px 0;
}

/* NEWS PAGES */
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.search-form input.search-field {
  border: 1px solid #FFF;
  padding: 12px 25px;
  border-radius: 0;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  color: #000;
}

.search-form input[type=submit] {
  border: 0;
  background-color: #000;
  color: #FFF;
  height: 50px;
  padding: 12px 24px;
  border-radius: 0;
}

.category-item-list .postcard .card-header {
  /* height: 150px; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.postcard h3 {
  position: relative;
  margin: 0;
  z-index: 5;
}

.postcard a.post-thumbnail.black-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
  text-align: center;
  color: #FFF;
}

.post-template-default .entry-content-thumbnail {
  margin-bottom: 50px;
}

.post-template-default .entry-content p {
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.post-template-default footer.entry-meta {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 15px;
}

.carousel-indicators {
  bottom: auto;
  top: 100%;
  right: 0;
  left: auto;
  margin-top: 7px;
  width: 100%;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.36);
  border: 0;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #E2231A;
}

.map {
  margin-top: 75px;
}

.address-area .vc_column-inner {
  height: 100%;
  padding-bottom: 35px;
}

.address-area .wpb_wrapper {
  height: inherit;
}

.address-area .wpb_content_element {
  height: inherit;
  padding: 0 25px;
}

.address-area .wpb_wrapper .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  /* NEWS PAGES */
  .post-template-default .entry-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-template-default footer.entry-meta {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* FEATURED NEWS WIDGETS */
.featured-news .vc_column-inner {
  padding: 0;
}
.featured-news .post-area {
  border: 4px solid #f7f7f7;
  padding: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding-top: 60px;
}
.featured-news .post-area .flag-container {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.featured-news .post-area .flag-container.skewed-flag {
  right: -10px;
}
.featured-news .post-area .hentry {
  margin: 0;
}
.featured-news .post-area:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.featured-news .post-area .post-details {
  position: relative;
  z-index: 10;
}
.featured-news .post-area .post-details a {
  color: #FFF;
}
.featured-news .post-area .post-details h3 {
  font-size: 33px;
  line-height: 40px;
  margin: 10px 0 25px;
}
.featured-news .view-all-news {
  border: 4px solid #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e2231a;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  text-align: center;
  min-width: 200px;
}
.featured-news .view-all-news a {
  color: #FFF;
}
.featured-news .view-all-news a:after {
  color: #FFF;
}
.featured-news .title-area {
  border: 4px solid #f7f7f7;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: 39%;
  color: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-news h2 {
  font-size: 45px;
  text-transform: none;
}
.featured-news .moreLink {
  color: #FFF;
  display: block;
  width: 100%;
}
.featured-news .post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.featured-news .post-details .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.featured-news .post-details .meta .post-categories {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}
.featured-news .post-categories a {
  background-color: #E2231A;
  color: #FFF;
  padding: 2px 6px;
}
.featured-news .view-all-link {
  padding: 10px 28px;
  text-align: right;
}
.featured-news .view-all-link a {
  color: #000;
}

.featured-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-news-large .title-area {
  width: 375px;
  background: url(/wp-content/themes/woodbine/images/featnews-bg.png) #000 no-repeat bottom right;
  background-size: 57%;
}

.featured-news-small .title-area {
  width: 305px;
  background-color: #E2231A;
}
.featured-news-small .title-area .dashicons {
  color: black;
}
.featured-news-small .moreLink:after {
  color: #000;
}
.featured-news-small .post-area .post-details h3 {
  font-size: 26px;
  line-height: 1.3em;
}

.post-details .meta .date {
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .featured-news-small .post-item .post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured-news-small .post-item .post-thumbnail {
    height: 115px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  /* Featured News */
  .featured-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .featured-news-large .featured-row {
    height: inherit;
  }
  .featured-row .title-area,
  .featured-row .view-all-news {
    width: 100%;
  }
  .featured-row .title-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured-row .title-area a {
    padding: 20px 0;
  }
  .featured-news-large .post-area {
    width: 50%;
  }
  .featured-news-small .post-area {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  /* Featured News */
  .featured-news .title-area,
  .featured-news .post-area {
    padding: 25px;
  }
  .featured-news .post-container {
    overflow-x: auto;
  }
  .featured-news-large h2,
  .featured-news-small h2 {
    font-size: 24px;
    margin: 0;
  }
  .featured-news-large .post-area {
    min-width: 75%;
    min-height: initial;
  }
  .featured-news-small .post-area {
    min-width: 75%;
    min-height: initial;
  }
  .featured-news-small .post-area .post-details h3,
  .featured-news-large .post-area .post-details h3 {
    font-size: 22px;
  }
}
/* RACE DAY */
.race-ctrl {
  top: -150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.race-ctrl-wrap {
  height: 96px;
}

.mobile .raceInfo select {
  background-color: #FFF;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.raceday .hero {
  background: url(/wp-content/uploads/raceday-herobg.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  text-align: left;
  min-height: 736px;
}

.raceday .hero h1 {
  text-align: left;
  margin-bottom: 50px;
  margin-left: -5px;
}

.sofia,
.raceDate,
.raceDetails .detail-value,
.raceDay-calendar .cal-wrapper,
.weather,
.race-mtp,
.pool-amount,
.chosen-container,
.event-date,
.pagination {
  font-family: "Euclid";
}

.scratched {
  background: rgba(202, 95, 95, 0.48);
  text-decoration: line-through;
}

.dis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.dis span {
  font-size: 64px;
  color: #E2231A;
  margin: auto;
}

.raceType {
  text-transform: uppercase;
  background-color: #000;
  padding: 7px 12px 6px;
  font-size: 14px;
  letter-spacing: 1px;
}

.race-date label {
  display: none;
}

.raceDate {
  font-size: 44px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}

.raceInfo label,
.raceDetails .detail-label {
  display: block;
  color: #f91400;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.raceInfo .detail-table {
  width: 100%;
}

.raceInfo .detail-table tr td {
  padding-bottom: 25px;
}

.raceInfo .chosen-container {
  display: block;
  width: 100% !important;
}

/* Disable Track Switcher */
.raceInfo .raceTrack {
  pointer-events: none;
}

.raceInfo .raceTrack .chosen-container-single .chosen-single {
  border: 0;
  padding-left: 0;
}

.raceInfo .raceTrack .chosen-container-single .chosen-single:after {
  display: none;
}

/* // */
.raceInfo .chosen-container-single .chosen-single {
  font-size: 24px;
  line-height: 1em;
  height: auto;
  background-color: transparent;
  background: inherit;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  border: 1px solid white;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 20px;
  border-radius: 0;
}

.raceInfo .chosen-container-active.chosen-with-drop .chosen-single {
  color: #000;
  border-radius: 0;
  background-image: inherit;
  background-color: #FFF;
  border: 0;
}

.raceInfo .chosen-container .chosen-drop,
.raceDetails .chosen-container-single .chosen-drop {
  border-radius: 0;
  border: 0;
}

.chosen-container-single .chosen-drop .chosen-results {
  max-height: 350px;
}

.chosen-container-single .chosen-drop .chosen-results .active-result {
  padding: 7px 18px;
  font-size: 16px;
}

.chosen-container-single .chosen-drop .chosen-results .active-result:last-child {
  margin-bottom: 10px;
}

.chosen-container-single .chosen-drop .chosen-results .active-result.highlighted {
  background: inherit;
  background-color: #000;
}

.chosen-container-single .chosen-search {
  display: none;
}

.chosen-container-single .chosen-single span {
  display: inline-block;
}

.chosen-container-single .chosen-single div {
  display: none;
}

.raceInfo .chosen-container-single .chosen-single:after {
  position: absolute;
  right: 20px;
  font-family: Dashicons;
  content: "\f347";
  margin-top: 5px;
}

.raceDetails {
  margin-top: 20px;
  padding-top: 25px;
}

.detail-item {
  margin-bottom: 25px;
}

.detail-value {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.race-mtp {
  display: inline-block;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4em;
  white-space: nowrap;
  vertical-align: top;
  margin-bottom: 25px;
}

.race-mtp .mtp-number {
  background-color: #E2231A;
  padding: 0 13px 6px;
}

.raceDay-calendar .cal {
  width: 330px;
}

.raceDay-calendar .cal {
  display: inline-block;
}

.raceDay-calendar .title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  background-color: #000;
  padding: 9px 15px;
}

.raceDay-calendar .datepicker table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
}

.raceDay-calendar .datepicker-inline {
  width: auto;
  background-color: #FFF;
  padding: 0 15px 7px;
  color: #000;
  border-radius: 0;
}

.raceDay-calendar .table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 0;
}

.raceDay-calendar tfoot {
  display: none;
}

.raceDay-calendar .table-condensed > tbody > tr > td.day {
  border-radius: 50%;
  border: 1px solid #999;
  font-weight: 600;
  color: #000;
  background-color: #ececec;
  line-height: 2.1em;
}

.raceDay-calendar .table-condensed > tbody > tr > td.day.disabled {
  background-color: transparent;
  font-weight: 400;
  border: 0;
  color: #999;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  border: 0 !important;
  background: none !important;
  text-shadow: none !important;
  border-radius: 50% !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #E2231A !important;
  color: #FFF !important;
}

.raceDay-calendar .cal-desc {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.raceDay-calendar .cal-desc span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
}

.cal-desc span:last-child {
  margin-left: 25px;
}

.cal-desc span:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 2px;
  border-radius: 24px;
}

.cal-desc span.race:before {
  background-color: #ececec;
}

.cal-desc span.selected:before {
  background-color: #e2231a;
}

.sticky-races .race-ctrl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #000;
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  height: 125px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.sticky-races .raceInfo {
  float: right;
  width: 100%;
}

.raceInfo .race-date label {
  display: none;
}

.sticky-races .raceDetails {
  display: none;
}

.sticky-races .raceType {
  display: none;
}

.sticky-races .race-date {
  display: inline-block;
  text-align: left;
}

.sticky-races .race-date label {
  display: block;
}

.sticky-races .raceDay-calendar {
  display: none;
  width: 100%;
}

.sticky-races.cal-open .raceDay-calendar {
  display: inline-block;
  padding: 0 30px;
}

.sticky-races .raceInfo .chosen-container-single .chosen-single {
  padding: 11px 15px;
  font-size: 20px;
}

.sticky-races .race-no {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sticky-races .cal-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.sticky-races .raceDay-calendar .cal-desc {
  color: #000;
}

.sticky-races .cal {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  margin-top: 18px;
}

.sticky-races .race-ctrl #raceControl {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-races .raceDay-calendar h4 {
  display: block;
  width: 100%;
}

.sticky-races .raceDate {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-races .raceDate:after {
  display: inline-block;
  font-family: "Dashicons";
  content: "\f508";
  font-size: 24px;
  font-weight: normal;
  margin-left: 25px;
}

.sticky-races .dis {
  position: fixed;
  bottom: initial !important;
  height: 125px !important;
  z-index: 100001;
}

.weather_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weather_widget .city {
  display: none;
}

.weather_widget .temp {
  font-size: 37px;
}

.weather-icon {
  max-width: 50px;
  margin-right: 20px;
}

/* Results Entries Chart */
.raceday-results {
  font-family: "Euclid";
  background-color: #F6F6F6;
  margin-bottom: 100px;
  padding: 50px 0 0;
  font-size: 14px;
  line-height: 18px;
}

.raceday-results .nav-tabs {
  border-bottom: 0;
}

.raceday-results .nav-tabs > li > a:hover {
  cursor: pointer;
  background-color: #000;
  color: #FFF;
}

.raceday-results .tab-header {
  background-color: #FFF;
  padding: 25px;
}

.raceday-results .tab-header h3 {
  margin: 0;
  font-weight: 900;
}

.text-sep {
  display: inline-block;
  margin: 0 15px;
}

.no-race-results {
  background-color: #FFF;
  color: #adadad;
  padding: 30px 30px 45px;
  text-align: center;
  font-size: 24px;
}

.results-table table {
  width: 100%;
  background-color: #FFF;
}

.results-table table th {
  background-color: #000;
  color: #FFF;
  padding: 10px 15px;
}

.results-table th.pg-number {
  background-color: transparent;
  padding: 0;
  width: 90px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #000;
  cursor: default;
  background-color: #DBDBDB;
  border: 0;
  border-radius: 0;
  border-bottom-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #E2231A;
  color: #FFF;
  border: 0;
}

.results-table .tab-heading {
  background-color: #FFF;
  padding: 10px 20px;
}

.results-table td:not(.pg-number),
.rd-results th {
  padding: 10px 15px;
}

.results-table tr:nth-child(odd) {
  background-color: #e4e4e4;
}

.results-table tr:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.saddle-cloth {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  min-width: 40px;
  padding: 28px 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  text-align: center;
}

.rd-charted .saddle-cloth {
  padding: 10px 0;
}

.raceday-links .row:not(:last-child) {
  margin-bottom: 50px;
}

.raceday-links .row > div {
  margin-bottom: 35px;
}

/* Racing Selections */
a.racing-selections-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 235px;
  padding: 20px;
  background: url(/wp-content/themes/woodbine/images/selections-bg.jpg) center/cover no-repeat #ccc;
  color: #FFF;
  font-weight: bold;
}

a.racing-selections-ph:hover {
  opacity: 0.8;
}

/* Photo Finish */
.photofinish-container {
  text-align: center;
  background-color: #FFF;
  padding: 50px;
}

.photofinish-container .content-block,
.photofinish-container .no-photo {
  margin-bottom: 45px;
}

.no-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #dcdcdc;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  font-size: 1em;
  font-weight: 600;
}

/* SIMULCASTS */
.simulcast table {
  font-family: "Euclid";
}

.simulcast #simulcast thead {
  background-color: #000;
  color: #FFF;
  padding: 20px;
}

.simulcast #simulcast .datetime {
  text-align: right;
}

.simulcast #calendar .datepicker-inline {
  width: auto;
}

.simulcast #calendar .datepicker td,
.simulcast #calendar .datepicker th {
  width: 35px;
}

.simulcast .weekmonth {
  overflow: scroll;
  max-height: 800px;
}

.simulcast .weekmonth th {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 20px;
}

.simulcast .weekmonth td {
  padding: 5px 15px;
  vertical-align: top;
}

.simulcast td ul {
  white-space: nowrap;
  font-size: 11px;
  list-style: none;
  padding: 0;
}

.simulcast td .cancelled {
  text-decoration: line-through;
  color: #E2231A;
}

/* STANDINGS */
.standings .boards {
  margin-top: 50px;
}

.standings .boards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  margin-bottom: 50px;
}

.standings .boards h3 {
  font-size: 34px;
  font-family: "Euclid";
  font-weight: 700;
  letter-spacing: -0.25pt;
}

.standings .radio-tabs h4 {
  text-transform: uppercase;
  background-color: gainsboro;
  padding: 5px 11px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

.standings .radio-tabs {
  border-bottom: 4px solid black;
  display: block;
}

.standings .radio-tabs .btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.standings .radio-tabs .btn {
  border: 0;
  border-bottom: 4px solid #000;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin-right: 30px;
  margin-bottom: -4px;
}

.standings .radio-tabs .btn:first-child {
  margin-left: 0;
}

.standings .radio-tabs .btn:last-child {
  margin-right: 0;
}

.standings .radio-tabs input[type=radio] {
  display: none;
}

.standings .radio-tabs .btn.active {
  color: #E2231A;
  border-bottom: 4px solid #E2231A;
}

.standings .radio-tabs .sb {
  text-align: right;
}

.standings #info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 25px 0 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.standings [data-role=photo] {
  background-color: #f7f7f7;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  position: relative;
}

.standings .player-name {
  width: 100%;
}

.standings #info .fullname {
  font-size: 20px;
  font-weight: 600;
}

.card-stats {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 50%;
}

.standings .Earnings {
  display: block;
  text-align: right;
}

.standings .bar {
  height: 25px;
  background-color: #9c9c9c;
  width: 30px;
  border-radius: 25px;
}

.standings .selected .bar {
  background-color: #E2231A;
}

.standings .selected .name {
  font-weight: 600;
}

.standings .player-stat:hover {
  cursor: pointer;
}

.standings .bg {
  height: 25px;
  background-color: rgba(156, 156, 156, 0.43);
  width: 100%;
  border-radius: 25px;
  margin: 5px 0;
}

.name-earnings {
  font-family: "Euclid";
  font-size: 31px;
  margin-top: 15px;
  padding-top: 21px;
  border-top: 1px solid #d6d6d6;
}

/* STATISTICS */
.stats-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stats-controls .stat-type,
.stats-controls .stat-year {
  font-family: Euclid, Arial, Helvetica;
  font-size: 18px;
  font-weight: 600;
  height: inherit;
  background-color: transparent;
  border: 2px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 6px 8px;
  color: #000;
  -webkit-appearance: menulist;
}

.stats-controls .stat-type {
  width: 300px;
  margin-right: 15px;
}

.stats-controls .stat-year {
  width: 100px;
}

/* Stats Table */
.stats-table {
  max-width: 100%;
  overflow-x: auto;
}

.stats-table > .k-grid {
  min-width: 1170px;
}

/*.stats-table { font-family: 'Euclid'; }*/
.stats-table .k-grid-header {
  background-color: #000;
  border-radius: 0;
}

.stats-table .k-grid-header,
.k-grid-header-wrap,
.k-header {
  border-color: #000;
  background-color: #000;
}

.stats-table .k-grid-header .k-link:link,
.k-grid-header .k-link:visited,
.k-grid-header .k-nav-current.k-state-hover .k-link,
.k-grouping-header .k-link {
  color: #FFF;
  padding: 15px 10px;
}

.stats-table .k-pager-wrap {
  background-color: #FFF;
  color: #000;
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #333;
}

.k-pager-wrap > .k-link {
  color: #000;
  border: 0;
}

.k-edge .k-pager-nav.k-pager-first + .k-link,
.k-ff .k-pager-nav.k-pager-first + .k-link,
.k-ie11 .k-pager-nav.k-pager-first + .k-link,
.k-safari .k-pager-nav.k-pager-first + .k-link,
.k-webkit .k-pager-nav.k-pager-first + .k-link,
.k-pager-wrap .k-link.k-pager-last {
  border-right: 0;
}

.k-pager-wrap .k-link:hover {
  color: #e2231a;
  border-color: transparent;
  background: none;
}

.k-header > .k-grid-filter,
.k-header > .k-header-column-menu {
  margin: 0;
  padding: 5px 0px;
}

.k-grid-content {
  font-family: "Euclid";
  font-size: 15px;
  color: #000;
  overflow-y: auto;
}

.stats-table a:hover {
  color: #E2231A;
}

.k-grid tr td {
  border: 0;
}

.k-grid td {
  padding: 10px 20px;
}

.k-pager-wrap .k-link.k-pager-last {
  border-radius: 0;
}

.k-overflow-container .k-primary,
.k-primary {
  color: #fff;
  border-color: #e2231a;
  background-image: none;
  background-position: 50% 50%;
  background-color: #e2231a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-primary:hover {
  color: #fff;
  border-color: #000;
  background-image: none;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control,
.k-autocomplete,
.k-block,
.k-button,
.k-calendar .k-link,
.k-calendar td,
.k-calendar-container,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-drag-clue,
.k-dropdown,
.k-dropdown-wrap,
.k-editor-inline,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-inline-block,
.k-list-container,
.k-multiselect,
.k-notification,
.k-numeric-wrap,
.k-numerictextbox,
.k-picker-wrap,
.k-slider-selection,
.k-slider-track,
.k-split-button,
.k-textbox,
.k-tile,
.k-timepicker,
.k-tooltip,
.k-touch-scrollbar,
.k-treeview .k-in,
.k-upload,
.k-window,
.k-window-action,
.k-window-titleless .k-window-content {
  border-radius: 0;
}

/* BIOGRAPHIES */
.bio-type {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
}

.bio-photo img {
  width: 100%;
}

.vc_general.vc_cta3 h2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-align: center;
}

.bios-content .vc_general.vc_cta3.vc_cta3-style-classic,
.vc_general.vc_cta3.vc_cta3-style-custom {
  border: 0;
  border-radius: 0;
  padding: 50px;
  color: #FFF;
  background-color: #E2231A !important;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 50px 0;
}

.wpb_text_column.card {
  padding: 50px;
}

.bio {
  margin-top: 50px;
}

.bio .footable td {
  font-family: "Euclid";
}

@media only screen and (max-width: 119px) {
  .raceDay-calendar {
    padding-left: 0;
  }
  .raceDay-calendar .cal-container {
    padding: 0;
  }
  .raceday-links .equal-height > div {
    display: block;
  }
}
@media only screen and (max-width: 1070px) {
  .raceDay-calendar .table-condensed > tbody > tr > td {
    padding: 0;
    line-height: 1.8em;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .raceday .hero {
    min-height: 992px;
  }
  .raceday-links .row {
    margin-bottom: 50px;
  }
  .raceday-links .equal-height img {
    width: 100%;
  }
  .raceday-links .equal-height {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .sticky-races .race-date {
    margin-bottom: 10px;
  }
  .sticky-races .race-ctrl #raceControl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .race-ctrl-wrap,
  .sticky-races .race-ctrl {
    height: inherit;
  }
  .sticky-races .raceInfo .chosen-container-single .chosen-single {
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1;
  }
  .sticky-races .race-ctrl .raceTrack,
  .sticky-races .race-ctrl .raceNumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sticky-races .race-ctrl label {
    min-width: 70px;
  }
  .sticky-races.mobile .raceInfo select {
    max-width: 77%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sticky-races .dis {
    height: 100% !important;
  }
  /* Statistics */
  .k-grid td {
    padding: 6px 10px;
  }
  /* Standings */
  .standings .radio-tabs .btn-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .standings .radio-tabs {
    border-bottom: 0;
  }
  .standings .radio-tabs .btn-group .tb,
  .standings .radio-tabs .btn-group .sb {
    text-align: center;
    width: 100%;
  }
  .standings .radio-tabs .btn-group .tb {
    margin-bottom: 30px;
  }
  .standings .radio-tabs .btn-group .btn,
  .standings .radio-tabs .btn-group .btn.active {
    border-bottom: 0;
  }
  .standings .boards {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* SIGNATURE RACES */
  /* Race Day */
  .raceday .hero h1 {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .raceday .hero h1,
  .raceType,
  .race-date {
    text-align: center;
  }
  .raceInfo .chosen-container-single .chosen-single {
    font-size: 19px;
    line-height: 1em;
    padding: 12px 20px;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .raceDate {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .raceDetails {
    margin-top: 0;
  }
  .raceDetails .weather {
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .mobile .raceInfo select {
    width: 100%;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:focus,
  .nav-tabs > li > a:hover {
    padding: 8px 15px;
  }
  .nav-tabs > li {
    margin-bottom: 2px;
  }
  .raceday-results .tab-header h3 {
    font-size: 24px;
    text-align: center;
  }
}
/*** EVENTS MINI CALENDAR ***/
.event-mini-cal .em-calendar {
  width: 100%;
}
.event-mini-cal .em-calendar tbody {
  font-family: "Euclid", Arial, Helvetica, sans-serif;
}
.event-mini-cal .em-calendar td {
  padding: 5px 4px;
}
.event-mini-cal .em-calendar td.eventful a {
  color: #e2231a;
  font-weight: 600;
  text-decoration: underline;
}
.event-mini-cal .em-calendar td.eventful-today a {
  color: #e2231a;
  font-weight: 600;
  text-decoration: underline;
}
.event-mini-cal .days-names td {
  font-weight: bold;
}

/***** EVENT LIST CARDS *****/
.card.eventsList-item {
  position: relative;
  overflow: hidden;
}
.card.eventsList-item > p {
  display: none;
}

.wpb_text_column .card.eventsList-item {
  margin-bottom: 35px;
  overflow: hidden;
}

.eventsList .eventsList-item .card-header {
  padding: 25px;
}
.eventsList .eventsList-item .card-footer {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.eventsList .eventsList-item .card-footer .left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.eventsList .eventsList-item .card-footer .right-side {
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eventsList .eventsList-item .eventImage {
  display: block;
  height: 270px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.eventsList .eventsList-item .event-date {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
.eventsList .eventsList-item .icon-link {
  position: relative;
  right: -5px;
}
.eventsList .eventsList-item .flag-container {
  position: absolute;
  right: 0;
  top: 10%;
}
.eventsList .eventsList-item .flag-container.skewed-flag {
  right: -10px;
}
.eventsList .post-title {
  width: 100%;
  font-size: 20px;
  padding-right: 20px;
  font-weight: bold;
}

.eventsList-item .card-link {
  font-weight: 600;
  text-align: left;
}

.signature-race {
  background: #e2231a;
  border-radius: 4px;
  border: 2px solid #e2231a;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 9px 5px;
  line-height: 1;
  margin-top: 8px;
}

.special-day {
  border-radius: 4px;
  border: 2px solid #e2231a;
  display: inline-block;
  color: #e2231a;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 9px 5px;
  line-height: 1;
  margin-top: 8px;
}

.wpb_text_column ul.em-categories-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

ul.em-categories-list li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

ul.em-categories-list li:first-child {
  margin-left: 0;
}

.wpb_text_column ul.em-categories-list a {
  display: inline-block;
  font-weight: 600;
  padding: 10px 17px;
  color: #FFF;
  background-color: #000;
}

.wpb_text_column ul.em-categories-list a:hover {
  background-color: #E2231A;
}

.experiences-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  display: none;
}

.wpb_text_column .buttons-right a {
  font-weight: 600;
  padding: 10px 17px;
  color: #FFF;
  background-color: #E2231A;
}

/* EVENTS */
.events-calendar h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.events-calendar-legend {
  color: #666;
  font-size: 14px;
}

.events-calendar-legend p {
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 639px) {
  .events-calendar-legend p {
    margin-top: 1em !important;
    text-align: left;
  }
}
/***** EVENTS DETAIL PAGE  *****/
.single-event .post-header {
  padding: 100px 0;
  text-align: left;
}
.single-event .post-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-event .post-header h1 {
  text-align: left;
  padding-right: 50px;
}
.single-event .post-header .event-date {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #FFF;
}
.single-event .post-header .header-logo-container {
  -ms-flex-item-align: center;
      align-self: center;
}
.single-event .post-header .header-logo-container .logo {
  text-align: right;
}
.single-event .post-header .header-logo-container .logo img {
  display: inline-block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 150px;
  max-width: 200px;
}
.single-event .cta {
  background: white;
  color: #E12726;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
.single-event .cta[href=""] {
  display: none;
}
.single-event .event-detail-event-list {
  margin-bottom: 0;
  font-size: 1.1em;
}
.single-event .event-detail-event-list .eventsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-event .event-detail-event-list .eventsList .postcard {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 100% !important;
          flex: 1 100% !important;
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0;
}
.single-event .event-detail-event-list .eventsList .postcard:not(:last-child) .eventsList-item {
  border-bottom: 1px solid lightgray;
}
.single-event .event-detail-event-list .eventsList .eventsList-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none !important;
          transform: none !important;
}
.single-event .event-detail-event-list .eventsList .eventsList-item h3 {
  background-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 15px;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .arrowLink {
  font-size: 16px;
  text-transform: none;
  text-decoration: underline;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .card-footer {
  height: auto;
  padding: 25px 10px;
  margin-bottom: 0;
  padding-top: 50px;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .flag-container {
  top: 0;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .card-footer {
  padding-top: 0;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .event-date {
  position: relative;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: left;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .eventImage {
  display: none;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .special-day {
  display: none;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .signature-race {
  display: none;
}
.single-event .event-detail-event-list .eventsList .eventsList-item .bottom-part {
  position: relative;
  left: -7px;
}

@media (max-width: 1025px) {
  .single-event .post-header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-event .post-header h1 {
    font-size: 50px;
  }
  .single-event .post-header .header-logo-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .single-event .post-header .header-logo-container .logo {
    text-align: left;
    margin-top: 50px;
  }
  .single-event .post-header .header-logo-container .logo img {
    -o-object-position: left;
       object-position: left;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .single-event .event-detail-event-list .eventsList .eventsList-item .card-footer {
    padding-top: 50px;
  }
  .single-event .event-detail-event-list .eventsList .eventsList-item .flag-container {
    top: 0;
  }
  .single-event .event-detail-event-list .eventsList .eventsList-item .event-date {
    top: 25px;
  }
}
.single-event .event-categories-z-jumbotron-image-top .post-header {
  background-position: top !important;
}

.single-event .event-categories-jumbotron-image-top .post-header {
  background-position: top !important;
}

@media (max-width: 767px) {
  .eventsList .eventsList-item .eventImage {
    height: 150px;
  }
  .eventsList .eventsList-item .card-footer {
    height: auto;
    padding: 15px;
  }
  .single-event .post-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-event .post-header h1 {
    font-size: 2.2em;
  }
}
.event-categories-holidays .post-header .description {
  display: block;
}

@media only screen and (max-width: 1280px) {
  .event .container-page {
    padding: 0;
  }
}
.black-overlay .owl-item .sa_hover_container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.black-overlay .owl-item .sa_hover_container > * {
  position: relative;
}

.event-content h2 {
  font-size: 28px;
}
.event-content h3 {
  font-size: 22px;
  margin-bottom: 11px;
}
.event-content p {
  margin-bottom: 35px;
}

.single-event .event-image {
  margin-bottom: 35px;
}
.single-event .wpb_image_grid {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.single-event .wpb_image_grid::-webkit-scrollbar {
  height: 8px;
}
.single-event .wpb_image_grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}
.single-event .wpb_image_grid_ul {
  height: 298px !important;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 149px;
}
.single-event .wpb_image_grid_ul li {
  position: unset !important;
  width: 149px;
  height: 149px;
  border: 2px solid #fff;
}
.single-event .wpb_image_grid_ul li img {
  width: 100%;
  height: 149px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-event .wpb_image_grid_ul li:nth-child(5n-1) {
  grid-row-start: 2;
}
.single-event .wpb_image_grid_ul li:nth-child(5n-2) {
  grid-row-start: 2;
}
.single-event .wpb_image_grid_ul li:nth-child(5n) {
  grid-row-start: 1;
  grid-row-end: span 2;
  width: 298px;
  height: 298px;
}
.single-event .wpb_image_grid_ul li:nth-child(5n) img {
  height: 298px;
}

.single-eventd .wpb_image_grid::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 4px;
}

/* Event Category */
.cat-header {
  margin: 100px 0;
}

.event-cat-single h2 {
  text-align: center;
  margin: 10px 0;
}

.event-cat-single ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.event-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
}

.event-description h3 {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  line-height: 22px;
}

.featured-event a.moreLink {
  color: #000;
}

.key-race-table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key-race-table ul li:not(:first-child) {
  padding-left: 10px;
}

.sidebar .eventsList .eventsList-item .event-date {
  padding-right: 12px !important;
  margin-bottom: 5px !important;
  top: auto !important;
}

.sidebar .event-detail-event-list .eventsList .eventsList-item h3 {
  padding-bottom: 15px !important;
}

.sidebar .event-detail-event-list .eventsList .eventsList-item .bottom-part {
  left: 0 !important;
  text-align: right;
}

.sidebar .event-detail-event-list .eventsList .eventsList-item .card-footer {
  display: block !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important;
}

.sidebar .event-detail-event-list .eventsList .eventsList-item .flag-container {
  right: -15px !important;
}

.sidebar .event-detail-event-list .eventsList .postcard:last-child .eventsList-item {
  margin-bottom: 0 !important;
}

.sidebar .event-detail-event-list .eventsList .postcard .card.eventsList-item {
  margin-bottom: 15px !important;
  overflow: hidden !important;
}

.sidebar .eventsList .eventsList-item .card-footer .right-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 0 !important;
}

.sidebar .eventsList .eventsList-item .card-footer .bottom-part {
  display: block !important;
  text-align: right;
}

.options-container .owl-stage .owl-item > div {
  background-position: left center !important;
  background-size: 50% !important;
}

@media only screen and (max-width: 1280px) {
  .sidebar .eventsList .eventsList-item .card-footer .left-side {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  div.options-container .owl-stage .owl-item > div {
    background-position: left top !important;
    padding-top: 220px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar .eventsList .eventsList-item .card-footer .right-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* Dining page Details */
.single-dining .pre-title {
  font-weight: 400;
}
.single-dining h2 {
  font-size: 28px;
}
.single-dining h3 {
  font-size: 22px;
  margin-bottom: 11px;
}
.single-dining .wpb_image_grid {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.single-dining .wpb_image_grid_ul {
  height: 298px !important;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 149px;
}
.single-dining .wpb_image_grid_ul li {
  position: unset !important;
  width: 149px;
  height: 149px;
  border: 2px solid #fff;
}
.single-dining .wpb_image_grid_ul li img {
  width: 100%;
  height: 149px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-dining .wpb_image_grid_ul li:nth-child(5n) {
  grid-row-start: 1;
  grid-row-end: span 2;
  width: 298px;
  height: 298px;
}
.single-dining .wpb_image_grid_ul li:nth-child(5n) img {
  height: 298px;
}

.single-dining .wpb_image_grid_ul li:nth-child(5n-1),
.single-dining .wpb_image_grid_ul li:nth-child(5n-2) {
  grid-row-start: 2;
  grid-row-start: 2;
}

.wpb_image_grid::-webkit-scrollbar {
  height: 8px;
}

.wpb_image_grid::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 4px;
}

.wpb_image_grid::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}

.dining-main-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dining-main-intro .vc_btn3-container.vc_btn3-inline {
  float: right;
}

/** Amenities List **/
.amenities-list {
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
.amenities-list .amenity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.amenities-list .amenity-item .image {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amenities-list .amenity-item .text {
  padding-left: 8px;
}

/*** Hye Card ***/
.hye-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 545px;
  background: url("https://woodbine.com/kingsplate/wp-content/uploads/sites/7/2024/04/FXT46692.jpg") center/cover no-repeat;
  color: #FFF;
  padding: 35px;
  padding-bottom: 25px;
}
.hye-card .mohawk {
  display: none;
}
.hye-card:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.hye-card h2 {
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.hye-card .separator {
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
}
.hye-card a.moreLink {
  color: #FFF;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 600;
  text-transform: uppercase;
}
.hye-card a.moreLink:hover {
  text-decoration: none;
}
.hye-card a.moreLink span {
  text-decoration: none;
  color: white;
}
.hye-card a.moreLink i {
  color: #E12726;
}

.hye-card .content,
.hye-card .moreLink {
  z-index: 5;
}

/*** Dining Filter Calendar ***/
#diningDatePicker .ui-datepicker {
  z-index: 99 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100%;
}
#diningDatePicker .ui-datepicker .ui-datepicker-header {
  background: black !important;
  color: white !important;
}
#diningDatePicker .ui-datepicker .ui-state-default {
  border: none !important;
  background-color: white !important;
  text-align: center;
}
#diningDatePicker .ui-datepicker .ui-state-active {
  border: none !important;
  background-color: #e2231a !important;
  color: white !important;
  font-weight: bold !important;
}
#diningDatePicker .ui-datepicker .ui-state-highlight {
  border: none !important;
  background-color: #f9d3d1 !important;
  color: black !important;
}

#diningDatePicker .ui-datepicker .ui-datepicker-next,
#diningDatePicker .ui-datepicker .ui-datepicker-prev {
  background-color: white !important;
  background-color: white !important;
}

/* Dining list Wrapper */
.diningList-wrapper > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.diningList-wrapper > .row > .dining-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.diningList-wrapper > .row > .dining-item .dining {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.diningList-wrapper > .row > .dining-item .dining .spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.diningList-wrapper .excerpt h4 {
  font-size: 18px;
  font-weight: 600;
}

.diningList-wrapper .dining-not-found p {
  font-size: 1.5em;
  font-weight: 500;
  font-style: italic;
  margin: 2em 0;
  text-align: center;
}

.diningList-wrapper .postcard .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-bottom: 25px;
}

.diningList-wrapper .postcard .card-header .wheelchair {
  width: 13px;
}

.diningList-wrapper .postcard .rating {
  padding-top: 5px;
}

.diningList-wrapper .post-title {
  width: 100%;
  font-size: 24px;
  padding-right: 20px;
}

.diningList-wrapper .dining .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.diningList-wrapper .hye-card .border {
  border: 1px solid transparent;
  color: white;
  font-weight: 500;
  background-color: transparent;
  padding: 0;
}

.diningList-wrapper > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

/** Post Cards ***/
.postcard {
  margin-bottom: 25px;
  -webkit-transition: ease 0.15s;
  transition: ease 0.15s;
}
.postcard:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: ease 0.25s;
  transition: ease 0.25s;
}
.postcard:hover .card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: ease 0.25s;
  transition: ease 0.25s;
}
.postcard .card-footer {
  padding-top: 0;
  padding-bottom: 25px;
}
.postcard .card-footer .bottom-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.postcard .card-header,
.postcard .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 25px 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.category .postcard .card-footer {
  font-size: 14px;
  line-height: 20px;
  height: 166px;
  overflow: hidden;
}

.postcard .post-thumbnail {
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
  height: 200px;
  width: 100%;
}

.postcard .categories,
.dinigList-wrapper .tags {
  display: inline-block;
}

.postcard .meta ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.postcard .post-title a,
.postcard .categories a,
.postcard .tags a {
  color: #000;
}

.postcard .post-details .arrowLink {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.postcard .post-details .arrowLink:hover {
  color: #E2231A;
}

.postcard .post-details .arrowLink a {
  color: #e2231a;
  display: block;
  font-weight: 600;
}

.postcard .post-details .arrowLink span {
  color: #e2231a;
}

/*** SPECIALS BADGE ****/
.specials-badge {
  border-radius: 4px;
  border: 2px solid #000;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 9px 5px;
  line-height: 1;
  margin-top: 8px;
}
.specials-badge:hover {
  color: #000;
}
.specials-badge.green-badge {
  color: #1e6e07;
  border: 2px solid #1e6e07;
}
.specials-badge.red-badge {
  color: white;
  border: 2px solid #E12726;
  background-color: #E12726;
}

/*** DINING LIST ***/
.dining-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dining-filter-container .btn-primary-outline {
  background-color: white;
  border: 1px solid #e2231a;
  border-radius: 1.5em;
  color: #e2231a;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.dining-filter-container .btn-primary-outline:focus {
  outline: 2px solid black;
}
.dining-filter-container .btn-primary-outline:hover {
  background-color: #e2231a;
  border: 1px solid #e2231a;
  color: white;
}
.dining-filter-container .btn-primary-outline .fa-sliders {
  padding-right: 10px;
}
.dining-filter-container .btn-primary-outline .caret {
  margin-left: 10px;
}
.dining-filter-container .btn-group.open .btn-primary-outline {
  background-color: #e2231a;
  border: 1px solid #e2231a;
  color: white;
}
.dining-filter-container .current-filters .filter-button {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  border-radius: 1.5em;
  background-color: #d0d0d0;
  color: black;
  margin: 10px 5px;
}
.dining-filter-container .current-filters .filter-button:hover {
  background-color: #b7b7b7;
}
.dining-filter-container .current-filters .filter-button .fa {
  color: #e2231a;
  padding-left: 10px;
}
.dining-filter-container .current-filters .filter-button .fa:hover {
  cursor: pointer;
  color: white;
}
.dining-filter-container .current-filters .filter-button.remove-all-filters {
  background-color: #e2231a;
  color: white;
}
.dining-filter-container .current-filters .filter-button.remove-all-filters .fa {
  color: white;
}
.dining-filter-container .current-filters .filter-button.button-hovered {
  background-color: #e2231a;
  color: white;
}
.dining-filter-container .filter-dropdown {
  padding: 10px;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dining-filter-container .filter-dropdown > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.dining-filter-container .filter-dropdown > div > div {
  margin-bottom: 20px;
}
.dining-filter-container .filter-dropdown > div .filter-title {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.dining-filter-container .filter-dropdown .checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 20px);
          flex: 0 calc(50% - 20px);
  margin: 5px 10px;
  font-size: 1.1em;
}
.dining-filter-container .filter-dropdown .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dining-filter-container .filter-dropdown .checkbox input {
  height: 20px;
  width: 20px;
  margin-top: 2px;
  accent-color: #e2231a;
}
.dining-filter-container .filter-dropdown .checkbox .text {
  padding-left: 10px;
  font-size: 0.95em;
}

.diningList-wrapper .dining-not-found p {
  font-size: 1.5em;
  font-weight: 500;
  font-style: italic;
  margin: 2em 0;
  text-align: center;
}

@media (min-width: 997px) {
  .dining-filter-container .filter-dropdown {
    width: 820px;
  }
  .dining-filter-container .filter-dropdown > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 22.5%;
            flex: 1 22.5%;
  }
  .dining-filter-container .filter-dropdown > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 30%;
            flex: 1 30%;
  }
}
@media (min-width: 660px) and (max-width: 996px) {
  .dining-filter-container .filter-dropdown {
    width: 450px;
  }
  .dining-filter-container .filter-dropdown > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
  }
}
@media (max-width: 660px) {
  .dining-filter-container {
    position: relative;
  }
  .dining-filter-container .dropdown-menu {
    right: 0;
    left: unset;
  }
  .dining-filter-container .btn-group {
    position: unset;
  }
}
@media (max-width: 410px) {
  .postcard .card-footer .bottom-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .postcard .card-footer .bottom-part .specials-badge {
    width: 100%;
  }
}
/**** SPECIALS CONTAINER ****/
.specials-container .owl-stage .owl-item > div {
  border: 1px solid lightgray;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px !important;
}
.specials-container .owl-stage .owl-item > div .specials-card {
  background-color: white;
  padding: 10px;
  margin: 0 -1px;
}
.specials-container .owl-stage .owl-item > div .specials-card .header {
  font-weight: bold;
  font-size: 1.1em;
}
.specials-container .owl-stage .owl-item > div .specials-card .sub-header {
  font-weight: bold;
}
.specials-container .owl-stage .owl-item > div .specials-card .description {
  font-size: 16px;
  color: white;
}

/**** OPTIONS CONTAINER ****/
.options-container .owl-stage .owl-item > div {
  background: #fff;
  border: 1px solid lightgray;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px !important;
  min-height: unset !important;
  height: 270px !important;
  padding: 0 !important;
  width: 98.9%;
}
.options-container .owl-stage .owl-item > div .specials-card {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
  margin: 0 -1px;
  width: 50%;
}
.options-container .owl-stage .owl-item > div .specials-card .header {
  font-weight: bold;
  font-size: 1.1em;
}
.options-container .owl-stage .owl-item > div .specials-card .description {
  font-size: 16px;
  color: white;
}

@media (max-width: 767px) {
  .options-container .owl-stage .owl-item > div {
    min-height: 350px !important;
    height: unset !important;
    padding: 0 !important;
    width: 100%;
    padding-top: 200px !important;
    background-size: 100% auto !important;
  }
  .options-container .owl-stage .owl-item > div .specials-card {
    padding: 10px;
    margin: 0;
    width: 100%;
  }
}
.sa_owl_theme.owl-carousel .owl-nav button.owl-prev {
  background-color: white !important;
  background-image: url(../../wp-content/uploads/red_icon_prev.png) !important;
  padding: 20px !important;
  border-radius: 50%;
  background-size: 10px 20px !important;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
  left: -10px;
}
.sa_owl_theme.owl-carousel .owl-nav button.owl-next {
  background-color: white !important;
  background-image: url(../../wp-content/uploads/red_icon_next.png) !important;
  padding: 20px !important;
  border-radius: 50%;
  background-size: 10px 20px !important;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
  right: -10px;
}

/**** DINING MENU *****/
.toggleable-menu-tab.minimized {
  max-height: 300px;
  overflow: hidden;
}
.toggleable-menu-tab.minimized:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgb(247, 247, 247)));
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0), rgb(247, 247, 247));
  height: 300px;
  margin-bottom: -300px;
  z-index: 1;
}

.menu-tab .vc_tta-tabs-container {
  border-bottom: 2px solid #dedede;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu-tab .vc_tta-tabs-container .vc_tta-tab {
  border-bottom: 2px solid #dedede;
  position: relative;
  bottom: -2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 !important;
  margin-right: 2px !important;
}
.menu-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: #dedede;
  color: #e12726;
  padding: 7px 20px 6px;
}
.menu-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: #e12726;
  color: white;
}
.menu-tab .vc_tta-tabs-container .vc_tta-tab.vc_active {
  color: white;
  border-bottom: 2px solid #e12726;
}

.toggle-menu-button button {
  padding: 10px;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
}

.vp-portfolio {
  margin-bottom: 45px;
}

.vc_general.dining-menu .vc_tta-panel-title {
  border: 2px solid #dedede;
}
.vc_general.dining-menu .vc_tta-panel-title > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.vc_general.dining-menu .vc_tta-panel.vc_active .vc_tta-panel-title {
  border-color: #eeedf2;
}
.vc_general.dining-menu .vc_tta-panel.vc_active a:not(.vc_btn3) {
  color: #000 !important;
}
.vc_general.dining-menu .vc_tta-panel.vc_active .vc_btn3-container a:hover {
  color: white !important;
}

.dining-menu ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
.dining-menu h4 {
  font-size: 14px;
}
.dining-menu h4 .price-detail {
  font-weight: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dining-menu .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dining-menu .price-detail strong {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.dining-menu ul.list-spaced li {
  margin-bottom: 1.2em;
}
.dining-menu ul.list-note li {
  display: inline-block;
  font-size: 0.9em;
  margin-right: 1em;
}

.list-plain {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

/***** DINING TESTIMONIALS ****/
.dining-testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.dining-testimonial-container .fa-quote-left {
  font-size: 2.5em;
  color: lightgray;
  margin-bottom: 10px;
}
.dining-testimonial-container .spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dining-testimonial-container .name {
  color: #e2231a;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f7f7f7;
  padding: 5%;
  margin: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dining-testimonial-container .name img {
  height: 30px !important;
}

.dining-testimonials .owl-carousel .owl-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 15px;
  padding-bottom: 20px;
}

.otp-container {
  margin-bottom: 35px;
}
.otp-container div {
  text-align: left;
}

@media (max-width: 767px) {
  .otp-container div {
    text-align: center;
  }
}
/**** DINING ICONS ****/
div[class*=StarRatingSnippet] {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
div[class*=StarRatingSnippet] svg {
  color: #E2231A;
}

span[class^=StarRating_] {
  font-size: 1em;
}

.icon-rating {
  background: transparent url(/wp-content/uploads/icon-star.png) no-repeat 0 2px;
  background-size: 20px;
  padding-left: 28px;
}

.icon-hours {
  background: transparent url(/wp-content/uploads/icon-clock.png) no-repeat 0 1px;
  background-size: 20px;
  padding-left: 28px;
}

.icon-phone {
  background: transparent url(/wp-content/uploads/icon-phone.png) no-repeat 0 1px;
  background-size: 20px;
  padding-left: 28px;
}

.icon-location {
  background: transparent url(/wp-content/uploads/icon-location.png) no-repeat 0 1px;
  background-size: 18px;
  padding-left: 28px;
}

.icon-info {
  background: transparent url(/wp-content/uploads/icon-info.png) no-repeat 0 2px;
  background-size: 20px;
  padding-left: 28px;
}

@media only screen and (max-width: 1199px) {
  .diningList-wrapper .card {
    height: 570px;
  }
}
@media only screen and (max-width: 992px) {
  .diningList-wrapper .card {
    height: 580px;
  }
  .diningList-wrapper .postcard .card-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .directions .wpb_column {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .directions .vertical-separator-left {
    border-left: 0;
  }
  .map-row {
    display: block;
  }
  .address-area .wpb_content_element {
    padding: 20px;
  }
  .dining-main-intro {
    display: block;
  }
  .dining-main-intro .vc_btn3-container.vc_btn3-inline {
    float: none;
  }
  .diningList-wrapper .card {
    height: auto;
    min-height: unset;
  }
  .diningList-wrapper .post-thumbnail {
    background-position: center center;
    height: 320px;
  }
  #book-reservation button {
    margin-right: 1.5%;
  }
  .seminars .card {
    height: auto;
    min-height: initial;
  }
  .dining .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vc_tta-tabs.dining-menu .vc_tta-tabs-list {
    overflow: hidden !important;
    overflow-x: scroll !important;
    white-space: nowrap;
  }
  .menu-tab .vc_tta-panel-heading {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .diningList-wrapper > .row > .dining-item {
    width: 100%;
  }
}
.all-filters-removed {
  margin-top: 20px;
  color: black;
  padding: 5px 10px;
  margin-bottom: -10px;
}

/* Open Table New Reviews */
.dining-reviews-opentable .amplify-widget > div > div:nth-child(2) > div:nth-child(2) {
  max-width: unset !important;
}
.dining-reviews-opentable .amplify-widget > div > div:nth-child(2) > div:nth-child(2) div[data-test-id=rtx-review-carousel-group] div[data-test-id=card] {
  height: 100%;
}
.dining-reviews-opentable .amplify-widget svg.fa-star {
  color: #E12726;
}
.dining-reviews-opentable div[data-test-id=rtx-review-carousel] > :nth-last-child(2) {
  display: none !important;
}
.dining-reviews-opentable div[data-test-id=rtx-review-carousel] > :last-child {
  margin-top: 2em;
}

.weg-widget.pools-carryovers .carryover-list .carryover-card .card-body .pool-amount {
  width: 100% !important;
}

.race-calendar-widget .event-date-scroll {
  top: unset !important;
}

/*** HOMEPAGE ABOVE THE FOLD ****/
/* Home General */
@media (min-width: 1400px) {
  .container {
    width: 1400px;
    padding: 0 15px;
  }
}
.home-title {
  font-size: 80px;
}

@media (max-width: 967px) {
  .home-title {
    font-size: 54px;
  }
}
/* Homepage-slider angled box */
rs-layer.angled-box[data-type=shape]:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 75px;
  background-color: #0c0c0c;
  position: absolute;
  right: -45px;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
}

/* above the fold container */
.homepage-above-fold-container > .wpb_column > .vc_column-inner {
  padding: 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron {
  max-width: 1920px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-9 > .vc_column-inner {
  padding-left: 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-9 > .vc_column-inner .wpb_revslider_element {
  margin-bottom: 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 > .vc_column-inner {
  padding-right: 0;
  height: 100%;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 > .vc_column-inner .wpb_wrapper,
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 > .vc_column-inner .wpb_raw_html {
  height: 100%;
  margin: 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 22%;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 15px 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper > *:first-child {
  margin-top: 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper > *:nth-last-child(2) {
  margin-bottom: 0;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-signup {
  -webkit-box-flex: 0;
      -ms-flex: 0 50px;
          flex: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 0;
  border: 2px solid #d9d9d9;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-signup:after {
  top: 0;
  padding-left: 15px;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-signup:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #E12726;
  color: white;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-signup:hover:after {
  color: white;
}
.homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron rs-layer-wrap {
  left: 0 !important;
}

.home .rs-module-wrap[data-alias=new-homepage-slider] .button-unmute {
  right: -70vw;
  position: absolute;
}

@media (min-width: 1920px) {
  .home .button-unmute {
    right: -1380px;
    position: absolute;
  }
}
@media (max-width: 991px) {
  .home .rs-module-wrap[data-alias=new-homepage-slider] rs-arrow {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .home .button-unmute {
    right: -98vw;
  }
  .home .hermes .tp-bullet {
    height: 10px !important;
    width: 10px !important;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-9 > .vc_column-inner {
    padding: 0px;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-9 > .vc_column-inner .wpb_revslider_element {
    margin-bottom: 0px;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 > .vc_column-inner {
    padding: 0 15px;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes .read-more-news {
    margin-bottom: 20px !important;
  }
  .home-featured-news .card .card-body {
    min-height: 150px;
  }
}
@media (max-width: 1024px) {
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper {
    display: block;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
/* Homepage Featured News */
.home-featured-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-featured-news .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.home-featured-news .card .bg-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  position: absolute;
}
.home-featured-news .card .card-body {
  color: white;
  z-index: 1;
  position: relative;
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-featured-news .card .card-body .flag-container {
  position: absolute;
  right: -10px;
}
.home-featured-news .card .card-body .date {
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-featured-news .card .card-body .title {
  font-size: 1.5em;
}
.home-featured-news .card .card-body .learn-more {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-featured-news .card .card-body .learn-more .text {
  text-decoration: underline;
}
.home-featured-news .card .card-body .learn-more .dashicons {
  color: #E12726;
}

.read-more-news {
  font-weight: 600;
  font-size: 1.2em;
  text-align: right;
  padding-right: 20px;
  margin: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
  margin-top: -10px !important;
}

@media (min-width: 1024px) and (max-width: 1450px) {
  .home-featured-news .card .card-body {
    padding-top: 40px;
  }
  .home-featured-news .card .card-body .flag-container {
    top: 15px;
  }
  .home-featured-news .card .card-body .title {
    font-weight: 500;
    font-size: 1em;
    line-height: 1;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper {
    padding-top: 15px;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-signup {
    font-size: 13px;
    padding: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 25px;
            flex: 0 25px;
  }
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-sliders .description {
    min-height: unset;
  }
  .read-more-news {
    font-size: 1em;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1024px) {
  .homepage-above-fold-container > .wpb_column > .vc_column-inner .homepage-jumbotron .vc_col-sm-3 .right-side-boxes > .wpb_wrapper .homepage-signup {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 1300px) {
  .home-featured-news .card .card-body {
    padding-top: 20px;
  }
  .home-featured-news .card .card-body .date {
    font-size: 12px;
  }
  .read-more-news {
    font-size: 1em;
  }
}
/* Homepage Promotion Rev-Slider */
.right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides > rs-slide > rs-layer-wrap.promotion-angled-box {
  position: relative !important;
}
.right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides > rs-slide > rs-layer-wrap.promotion-angled-box > rs-loop-wrap {
  right: 0;
}
.right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides > rs-slide > rs-layer-wrap.promotion-angled-box > rs-loop-wrap > rs-mask-wrap {
  right: -20px;
  top: 10px;
  padding: 5px 20px !important;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  padding-right: 40px !important;
  background-color: #E12726;
  font-size: 13px !important;
  display: inline-block !important;
  line-height: 13px !important;
  font-family: "Euclid" !important;
  font-weight: 500 !important;
  text-align: center;
  height: auto !important;
}
.right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides > rs-slide > rs-layer-wrap.promotion-angled-box > rs-loop-wrap > rs-mask-wrap > * {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  font-size: 13px !important;
  display: inline-block !important;
  line-height: 13px !important;
  font-family: "Euclid" !important;
}

@media (min-width: 1025px) {
  .right-side-boxes .wpb_wrapper rs-module-wrap {
    height: 100% !important;
    width: 100% !important;
    max-width: unset !important;
    margin: 0 !important;
    aspect-ratio: 3.5/2;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module {
    height: 100% !important;
    width: 100% !important;
    aspect-ratio: 3.5/2;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides {
    height: 100% !important;
    width: 100% !important;
    aspect-ratio: 3.5/2;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides rs-layer-wrap {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    aspect-ratio: 3.5/2;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides rs-layer-wrap a.rs-layer {
    height: 100% !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides rs-layer-wrap a.rs-layer img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .right-side-boxes .wpb_wrapper rs-module-wrap {
    height: auto !important;
    min-height: auto !important;
    margin-top: 350px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 350px !important;
            flex: 0 350px !important;
    margin: 0 !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module {
    max-height: 350px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides {
    max-height: 350px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides rs-layer-wrap {
    max-height: 350px !important;
  }
}
@media (min-width: 480px) and (max-width: 565px) {
  .right-side-boxes .wpb_wrapper rs-module-wrap {
    height: auto !important;
    min-height: auto !important;
    margin-top: 15px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 250px !important;
            flex: 0 250px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module {
    max-height: 250px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides {
    max-height: 250px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides rs-layer-wrap {
    max-height: 250px !important;
  }
}
@media (max-width: 480px) {
  .right-side-boxes .wpb_wrapper rs-module-wrap {
    height: auto !important;
    min-height: auto !important;
    margin-top: 15px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 250px !important;
            flex: 0 250px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module {
    max-height: 250px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides {
    max-height: 250px !important;
  }
  .right-side-boxes .wpb_wrapper rs-module-wrap > rs-module > rs-slides rs-layer-wrap {
    max-height: 250px !important;
  }
}
/** Upcoming race day section ***/
.home-racedays {
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center;
}
.home-racedays.corner-image {
  background-size: 1000px;
  background-position-x: left;
  background-position-y: bottom;
}
.home-racedays > div > .vc_column-inner {
  max-width: 1400px;
  padding: 0 15px !important;
  margin: auto;
}
.home-racedays .view-calendar-link {
  position: absolute;
  right: 0;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  z-index: 1;
  padding: 7px 10px;
  background-color: #E12726;
  color: white;
  -webkit-transition: transorm 0.2s;
  transition: transorm 0.2s;
}
.home-racedays .view-calendar-link:after {
  color: white;
}
.home-racedays .view-calendar-link .text {
  padding: 0 5px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.home-racedays .view-calendar-link i {
  padding-right: 3px;
  position: relative;
  color: black;
}
.home-racedays .view-calendar-link:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/** Card Slantedd Image ***/
.card-slanted-image {
  background-size: 75% auto;
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.card-slanted-image h3 {
  font-size: 2em;
}
.card-slanted-image p {
  font-size: 1.2em;
}
.card-slanted-image > div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-slanted-image > div > div {
  background-color: white;
  padding: 20px !important;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  height: 210px;
}
.card-slanted-image > div > div > * {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
}

@media (max-width: 991px) {
  .card-slanted-image {
    padding-top: 400px;
    background-position: top;
    background-size: 100% auto;
    background-size: 125% auto;
  }
  .card-slanted-image > div {
    width: 100%;
  }
  .card-slanted-image > div > div {
    background-color: transparent;
    z-index: 1;
  }
  .card-slanted-image > div:before {
    content: "";
    display: block;
    height: 346px;
    width: 1000px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    top: -10px;
    left: -18%;
  }
  .card-slanted-image > div:after {
    display: none;
  }
}
.homepage-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.homepage-card-list .homepage-card {
  width: calc(33.3333% - 20px) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.homepage-card-list .homepage-card .vc_column-inner {
  padding: 0;
  padding-top: 200px;
  background-size: 100% auto !important;
  background-position: top;
}
.homepage-card-list .homepage-card .wpb_raw_code {
  margin-bottom: 0 !important;
}
.homepage-card-list .homepage-card .homepage-card-details {
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.homepage-card-list .homepage-card .homepage-card-details .title {
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.homepage-card-list .homepage-card .homepage-card-details .link {
  text-decoration: underline;
  margin-top: 10px;
}
.homepage-card-list .homepage-card.full-bg .vc_column-inner {
  padding-top: 0;
  color: white;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.homepage-card-list .homepage-card.full-bg .wpb_wrapper {
  height: 100%;
}
.homepage-card-list .homepage-card.full-bg .wpb_raw_code {
  height: 100%;
}
.homepage-card-list .homepage-card.full-bg .homepage-card-details {
  height: 100%;
  padding-top: 40px;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.homepage-card-list .homepage-card.full-bg .homepage-card-details.show-logo {
  background: url(/wp-content/uploads/track-lines.png) 8em 2em/cover no-repeat;
}

.home-experiences .card.eventsList-item {
  position: relative;
}
.home-experiences .card.eventsList-item .arrowLink {
  font-size: 15px;
}
.home-experiences .card.eventsList-item .signature-race {
  position: absolute;
  top: 116px;
  right: 0;
  font-size: 0.75em;
  padding: 5px;
  border-radius: 0;
}
.home-experiences .card.eventsList-item .special-day {
  position: absolute;
  top: 116px;
  right: 0;
  font-size: 0.75em;
  padding: 5px;
  border-radius: 0;
  background-color: white;
}

.wb-alert {
  z-index: 1;
  position: relative;
}

.mk-alert {
  z-index: 1;
  position: relative;
}

.home .vjs-playlist > ol li .vjs-playlist-name {
  color: white;
}

@media (max-width: 1200px) {
  .home-header .right-side {
    padding-top: 100px;
    padding-left: 40px;
  }
  .home-header .home-header-text .second-level {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .home-header .right-side {
    padding-top: 120px;
  }
  .home-header .home-header-text {
    font-size: 65px;
  }
  .home-header .home-header-text .second-level {
    font-size: 1.5em;
    line-height: 1em;
  }
  .card-slanted-image > div {
    width: 100%;
  }
  .home .vjs-playlist {
    border: none;
    background-color: transparent;
    height: auto;
  }
  .home .vjs-playlist > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin-top: 2em;
  }
  .home .vjs-playlist > ol li {
    border: none;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  #homepageSliders .owl-item .sa_hover_container .homepage-sliders {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    justify-content: space-between;
    padding-top: 40px;
  }
  #homepageSliders .owl-item .sa_hover_container .homepage-sliders .description .title {
    font-size: 1.1em;
  }
  #homepageSliders .owl-item .sa_hover_container .homepage-sliders .description .message {
    font-size: 0.9em;
  }
  .homepage-card-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .homepage-card-list .homepage-card {
    min-width: 300px;
  }
}
@media (max-width: 590px) {
  .home-racedays .view-calendar-link {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
  }
}
@media (max-width: 565px) {
  .card-slanted-image {
    padding-top: 250px;
    background-position: top;
    background-size: 125% auto;
  }
  .card-slanted-image > div:after {
    top: 25px;
  }
  .card-slanted-image > div:before {
    top: 45px;
  }
}
/*** HOME RACE CALENDAR ****/
.home .em-calendar-wrapper {
  background-color: #FFF;
  border: 3px solid black;
}
.home table.em-calendar thead {
  background-color: #000;
  color: #FFF;
}
.home .event-mini-cal .em-calendar thead td {
  padding: 12px;
}
.home .event-mini-cal .em-calendar td {
  padding: 8px 4px;
}
.home .event-mini-cal > .wpb_wrapper {
  position: relative;
}
.home .event-mini-cal p {
  margin: 0;
}
.home .event-mini-cal a.overlay-link {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid black;
  border-bottom: none;
  z-index: 1;
  background-color: white;
}
.home .event-mini-cal a.overlay-link:hover {
  background-color: rgba(255, 255, 255, 0.37);
}

.home-upcoming {
  padding-bottom: 75px;
  overflow: visible !important;
  background-image: url(/wp-content/uploads/HorsesInset-Stripes.png);
  background-repeat: no-repeat;
  background-position: 101% 101%;
  background-size: auto 75%;
}

.home-upcoming .horse-stripes1 {
  position: absolute;
  top: 8px;
  right: -25%;
}

/*** EXPERIENCE SECTION ***/
.vc_row.experience-wb {
  overflow: visible !important;
  margin-bottom: 30px;
}
.vc_row.experience-wb:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  background-color: #000;
  height: 100%;
  background-image: url(/wp-content/uploads/experiencewb-bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.experience-wb > .vc_column_container > .vc_column-inner {
  margin: 10px 0 20px;
}
.experience-wb .event-view-more a {
  background-color: #E12726 !important;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: -80px;
  font-weight: 500;
  color: white !important;
  padding: 10px 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.experience-wb .event-view-more a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.experience-wb .horse-stripes2 {
  display: none;
  position: absolute;
  left: -44%;
  bottom: -21%;
}
.experience-wb .eventsList .eventsList-item .eventImage {
  height: 200px;
}
.experience-wb .eventsList-item h3 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 5px;
}
.experience-wb .eventsList-item a.moreLink {
  color: #000;
}

li.calendar-event-list-item.AAAToBeAnnounced {
  display: none;
}

.event-mini-cal .em-calendar td.eventful a[title=AAAToBeAnnounced] {
  color: black;
  pointer-events: none !important;
  font-weight: normal;
}

@media (min-width: 1200px) {
  .smaller-events-card .eventsList .eventsList-item .card-footer .arrowLink span {
    display: none;
  }
}
/* Home Alert */
#homeAlerts {
  background-color: black;
  color: white;
  padding: 10px;
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-bottom: 0;
  height: auto;
  min-height: auto !important;
}
#homeAlerts .alert-inner {
  border: 2px solid #E12726;
  border-right: none;
  text-align: left;
  padding: 10px;
  font-weight: 500;
}
#homeAlerts .alert-inner .warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#homeAlerts .alert-inner .warning:before {
  content: "\f071";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  color: #E12726;
  padding-right: 20px;
}

@media (max-width: 1300px) {
  #homeAlerts {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  #homeAlerts .alert-inner {
    border-right: 2px solid #E12726;
  }
}
@media (max-width: 991px) {
  #homeAlerts {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  #homeAlerts .alert-inner {
    border-right: 2px solid #E12726;
  }
}
/* Homepage Feed */
.featured-event .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.featured-event .event-image {
  display: block;
  min-width: 270px;
  width: 100%;
  min-height: 265px;
}

.featured-event .event-description {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.featured-event .event-date,
.featured-event-list .event-date {
  width: 100%;
  font-weight: 600;
}

.featured-event-list .event-date {
  text-align: center;
}

.featured-event .event-description h3 {
  font-size: 34px;
  line-height: 40px;
  text-align: left;
}

.featured-event-list .event-image {
  display: block;
  height: 125px;
}

/*HOMEPAGE EVENT LIST */
.event-view-more {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home .eventsList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .home .eventsList .postcard {
    -webkit-box-flex: 1;
        -ms-flex: 1 350px;
            flex: 1 350px;
    min-width: 350px;
  }
}
/* HOMEPAGE BLOCKS STYLES */
.home-promoslider .wpb_revslider_element {
  margin-top: -150px;
  margin-bottom: 50px;
  border: 5px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .section-wegcares img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .section-wegcares img {
    max-width: 400px;
  }
}
.section-wegcares,
.section-wegcares a,
.section-wegcares a:hover,
.section-wegcares a:active {
  color: #FFF;
}

.section-wegcares h2 {
  font-size: 44px;
  margin-bottom: 50px;
}

.section-wegcares p {
  line-height: 1.5em;
  margin-bottom: 45px;
  text-align: left;
  font-size: 18px;
}

.section-wegcares .moreLink {
  font-size: 24px;
}

.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section-spacer {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* TWITTER FEED */
.tweet-wrapper {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.tweet-header {
  margin-bottom: 10px;
}

.tweet-header .profile {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  width: 42px;
}

.tweet-header a {
  font-weight: 600;
  padding: 0 5px;
  color: #000;
}

.tweet-text {
  font-size: 14px;
  line-height: 21px;
}

.twitter-large .tweet-text {
  font-size: 18px;
  line-height: 27px;
}

.tweet-text a::after {
  content: " - Twitter.com";
}

.twitter-scroll .tweets {
  max-height: 500px;
  overflow: scroll;
}

.twitter .carousel {
  margin-top: 10px;
  margin-bottom: 18px;
}

/* INSTAGRAM FEED */
#sbi_images {
  margin: -5px;
}

#sb_instagram .sbi_follow_btn {
  display: none;
}

.sbi_username a::after {
  content: " - Instagram.com";
}

@media only screen and (max-width: 640px) {
  #sbi_images {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    min-width: 66%;
  }
}
@media only screen and (max-width: 119px) {
  .home-upcoming {
    background: none !important;
  }
  /* Revolution Slider */
  .wpb_content_element.slider-homehero {
    margin-bottom: 0;
  }
  .experience-wb .horse-stripes2 {
    position: absolute;
    left: -24%;
    bottom: -36%;
    width: 45%;
  }
}
@media only screen and (max-width: 992px) {
  .featured-event .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience-wb .horse-stripes2,
  .home-upcoming .horse-stripes1 {
    display: none;
  }
  .vc_row.experience-wb {
    margin-bottom: 100px;
  }
  .vc_row.experience-wb:before {
    height: 107%;
  }
  .experience-wb > .vc_column_container > .vc_column-inner {
    margin: 0;
  }
  .featured-news-large h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 768px) {
  /* HOMEPAGE */
  .vc_row.experience-wb {
    margin-bottom: 100px;
  }
  .vc_row.experience-wb:before {
    height: 107%;
  }
  .featured-news-large .featured-row {
    height: inherit;
  }
  .featured-event .card {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /*.wpb_content_element { margin-bottom:0 }*/
  .home-promoslider .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  .experience-wb h2 {
    font-size: 54px;
    max-width: 100%;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .topBar div[data-role*=upcom] {
    display: none;
  }
  .home-promoslider .wpb_revslider_element {
    top: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* Header Buttons List */
.landing-button-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.landing-button-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
.landing-button-list li a {
  background-color: #E12726;
  color: white !important;
  width: calc(100% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  padding-right: 15px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 577px) {
  .landing-button-list li:nth-child(odd) a {
    margin-right: 15px;
  }
  .landing-button-list li:nth-child(even) a {
    margin-left: 15px;
  }
  .landing-button-list li:nth-child(7) a, .landing-button-list li:nth-child(8) a {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .landing-button-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .landing-button-list li a {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .landing-button-list.big-margin li a {
    margin-bottom: 48px;
  }
}

/* Header Video */
.stream-container {
  position: relative;
  overflow: hidden;
}
.stream-container video, .stream-container img.placeholder {
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stream-container .play-icon {
  color: white;
  position: absolute;
  top: 30%;
  left: calc(50% - 42.5px);
  font-size: 70px;
  border-radius: 50%;
  border: 8px solid white;
  display: block;
  height: 85px;
  width: 85px;
}
.stream-container .play-icon:before {
  position: relative;
  left: 3px;
}
.stream-container .angle {
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  background-color: black;
  color: white;
  padding: 17px 50px;
  padding-left: 70px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  bottom: 50px;
  left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
}
.stream-container .angle > * {
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
}
.stream-container .angle > * .dashicons {
  color: #E12726;
  font-size: 30px;
  padding-left: 20px;
  position: relative;
  top: -7px;
}

.stream-container .free-program {
  display: block;
}
.stream-container .free-program img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stream-container .free-program .title {
  position: absolute;
  top: 40px;
  font-size: 35px;
  left: 30px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}
.stream-container .free-program .angle {
  bottom: 20px;
}

@media (max-width: 767px) {
  .stream-container video {
    height: 250px;
  }
  .stream-container .angle {
    padding: 10px 20px;
    padding-left: 30px;
    font-size: 20px;
    bottom: 20px;
    width: 80%;
    left: -10px;
  }
}
/* List item */
.landing-link {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  display: block;
  background-color: white;
}
.landing-link .image-container {
  position: relative;
}
.landing-link .image-container img {
  width: 100%;
  aspect-ratio: 19/4;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 565px) {
  .landing-link .image-container img {
    aspect-ratio: 19/5;
  }
}
.landing-link .image-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media (max-width: 575px) {
  .landing-link .image-container::after {
    height: 50px;
  }
}
.landing-link .title {
  font-size: 28px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  padding: 10px 20px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .landing-link .title {
    font-size: 20px;
    padding: 10px 20px;
    padding-bottom: 0;
  }
}
.landing-link .title .red {
  color: #E12726;
  letter-spacing: 1px;
}
.landing-link .description {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 20px;
  padding-bottom: 10px;
  color: black;
  padding-right: 40px;
  position: relative;
  text-overflow: ellipsis;
  font-weight: normal !important;
}
@media (max-width: 575px) {
  .landing-link .description {
    font-size: 14px;
  }
}
.landing-link .description .dashicons {
  position: absolute;
  right: 10px;
  color: #E12726;
}

@media (max-width: 575px) {
  .landing-header h1 {
    font-size: 30px !important;
    margin-top: -50px;
  }
}
.horsepeople-tab .vc_tta-tabs-container {
  overflow: visible !important;
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible !important;
  background-color: white;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  margin: 0;
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  border-right: 1px solid #ebebeb;
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  height: 165px;
  border-radius: 0;
  background-color: white;
  color: black;
  font-weight: 500;
  font-size: 18px;
  border: none;
}
@media (min-width: 768px) {
  .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
    display: none;
  }
}
@media (max-width: 1440px) {
  .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    font-size: 16px;
    line-height: 1.2;
    padding: 14px 16px;
  }
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before {
  width: 30px !important;
  height: 30px !important;
  position: unset !important;
  display: block !important;
  content: "" !important;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before {
    width: 25px !important;
    height: 25px !important;
  }
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none !important;
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  z-index: 20;
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #D9D9D9 !important;
  border-bottom-color: #E12726 !important;
  border: 2px solid #E12726;
  color: black !important;
}
@media (min-width: 992px) {
  .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (max-width: 1440px) {
  .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    font-size: 15px;
    line-height: 1.2;
  }
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(1) a:before {
  background-image: url("/wp-content/themes/woodbine/includes/resources/images/Book.svg");
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(2) a:before {
  background-image: url("/wp-content/themes/woodbine/includes/resources/images/Star.svg");
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(3) a:before {
  background-image: url("/wp-content/themes/woodbine/includes/resources/images/Info.svg");
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(4) a:before {
  background-image: url("/wp-content/themes/woodbine/includes/resources/images/Assignment.svg");
}
.horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:nth-child(5) a:before {
  background-image: url("/wp-content/themes/woodbine/includes/resources/images/Question.svg");
}
.horsepeople-tab .vc_tta-panels-container {
  margin-top: 75px;
  min-height: 450px;
}
@media (max-width: 767px) {
  .horsepeople-tab .vc_tta-panels-container {
    margin-top: 50px;
  }
}
.horsepeople-tab .vc_tta-panels-container .vc_tta-panels {
  border: none !important;
}
.horsepeople-tab .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
  display: none !important;
}
.horsepeople-tab .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin-bottom: 50px !important;
}
.horsepeople-tab .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
  border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .horsepeople-tab-container {
    margin-top: -150px !important;
  }
  .horsepeople-tab-container > .wpb_column {
    position: unset;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container {
    display: block !important;
    position: absolute;
    left: 0;
    width: 100vw;
    top: 20px;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0;
    border: none;
    height: auto;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 20%;
            flex: 0 20%;
    margin: 0;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    width: 100%;
    font-size: 13px;
    padding: 14px 10px;
    height: 140px;
    padding-bottom: 20px;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-panels-container {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .horsepeople-hero {
    padding-bottom: 50px !important;
  }
  .horsepeople-tab.vc_tta-panels-container {
    margin-top: 0 !important;
  }
  .horsepeople-tab-container {
    margin-top: 0 !important;
  }
  .horsepeople-tab-container > .wpb_column {
    position: unset;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container {
    display: block !important;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin: 0;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    width: 100%;
    font-size: 15px;
    padding: 14px 10px;
    height: auto;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    line-height: 1;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before {
    margin: 0 20px !important;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a br {
    display: none;
  }
  .horsepeople-tab-container > .wpb_column .horsepeople-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a .vc_tta-title-text {
    position: relative;
    top: 2px;
  }
}
.horsepeople-section h2 {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}
.horsepeople-section h3 {
  display: none;
}
.horsepeople-section .filelist {
  background-color: white;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.horsepeople-section .filelist ul.card-list {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.horsepeople-section .filelist ul.card-list li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid lightgray;
}
.horsepeople-section .filelist ul.card-list li a {
  margin-bottom: 0 !important;
  padding: 20px !important;
  padding-right: 30px !important;
  text-decoration: none !important;
  font-weight: 400;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
}
.horsepeople-section .filelist ul.card-list li a i {
  font-size: 25px;
  top: 16px;
}
.horsepeople-section .filelist ul.card-list li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  font-weight: 500;
}
.horsepeople-section .filelist .k-pager-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.horsepeople-section .filelist .k-pager-wrap ul.k-pager-numbers {
  width: 100%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horsepeople-section .filelist .k-pager-wrap ul.k-pager-numbers li {
  -webkit-box-flex: 0;
      -ms-flex: 0 10%;
          flex: 0 10%;
}
.horsepeople-section .filelist .k-pager-wrap ul.k-pager-numbers li a.k-link {
  color: #868686;
}
.horsepeople-section .filelist .k-pager-wrap ul.k-pager-numbers li .k-state-selected {
  color: white;
  background-color: #E12726;
}
.horsepeople-section .filelist .k-pager-wrap .k-pager-info {
  display: none !important;
}
.horsepeople-section .filelist .k-pager-wrap:after {
  display: none !important;
}
.horsepeople-section ul.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.horsepeople-section ul.link-list li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid lightgray;
}
.horsepeople-section ul.link-list li a {
  margin-bottom: 0 !important;
  padding: 20px !important;
  padding-right: 30px !important;
  text-decoration: none !important;
  font-weight: 400;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  color: black;
  position: relative;
  line-height: 1;
}
.horsepeople-section ul.link-list li a i {
  position: absolute;
  right: 10px;
  color: #E12726;
  font-size: 25px;
  top: 16px;
}
.horsepeople-section ul.link-list li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  font-weight: 500;
}

.horsepeople-all button.vc_btn3 {
  color: white !important;
  border: 1px solid #E12726 !important;
  background-color: #E12726 !important;
}
.horsepeople-all button.vc_btn3:hover {
  color: white;
  border: 1px solid #E12726;
  background-color: #E12726;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.horsepeople-message-box p {
  border: 2px solid #e12726;
  padding: 40px;
  font-size: 25px;
  line-height: 1.5;
  background-color: white;
  font-weight: 400;
}
.horsepeople-message-box p .text-red {
  font-weight: bold;
}

.horsepeople-bottom .contact-information {
  background-color: white;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  min-height: 250px;
}
.horsepeople-bottom .horseowner {
  height: 250px;
  background-size: cover;
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.horsepeople-bottom .horseowner:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.horsepeople-bottom .horseowner a {
  color: white;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 400px;
  display: block;
  line-height: 1.35;
  -webkit-text-stroke: 1px black;
  z-index: 1;
  position: relative;
}

.header-text .small {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}
.header-text .big {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .header-text .small {
    font-size: 25px !important;
  }
  .header-text .big {
    font-size: 40px;
  }
}
.corner-carousel .carousel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.corner-carousel .carousel-row .carousel-container {
  height: 450px;
}
.corner-carousel .carousel-row .carousel-container .vc_images_carousel {
  height: 100%;
}
@media (min-width: 992px) {
  .corner-carousel .carousel-row .carousel-container .vc_images_carousel .vc_carousel-inner {
    height: 100%;
  }
  .corner-carousel .carousel-row .carousel-container .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
    width: 150vw !important;
  }
  .corner-carousel .carousel-row .carousel-container .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_item {
    height: 450px;
  }
  .corner-carousel .carousel-row .carousel-container .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .corner-carousel .carousel-row .carousel-container .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.corner-carousel .carousel-row .carousel-container .vc_images_carousel ol.vc_carousel-indicators li {
  border: 1px solid white;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.corner-carousel .carousel-row .carousel-container .vc_images_carousel ol.vc_carousel-indicators li.vc_active {
  background-color: #E12726;
}
@media (min-width: 992px) {
  .corner-carousel.corner-carousel-right {
    padding-right: 0 !important;
  }
  .corner-carousel.corner-carousel-right .vc_images_carousel {
    right: 0;
    position: absolute;
    bottom: 0;
  }
  .corner-carousel.corner-carousel-left {
    padding-left: 0 !important;
  }
  .corner-carousel.corner-carousel-left .vc_images_carousel {
    left: 0;
    position: absolute;
    bottom: 0;
  }
}
.corner-carousel .arrowList ul {
  margin: 0 !important;
}
.corner-carousel .arrowList ul li:before {
  color: #E12726;
  font-weight: bold;
}
@media (max-width: 991px) {
  .corner-carousel .carousel-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corner-carousel .woodbine-button-cta {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .corner-carousel.corner-carousel-right .carousel-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.card-angle-label > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  color: #000;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .wpb_wrapper {
  width: 100%;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
  position: relative;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .wpb_wrapper .vc_single_image-wrapper img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .image.top img {
  -o-object-position: top;
     object-position: top;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .angle-label {
  position: absolute;
  top: 20px;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .angle-label .slanted-flag.slanted-start {
  left: -10px;
  right: unset;
  padding-left: 30px;
  width: 250px;
  font-size: 15px;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .angle-label .slanted-flag.slanted-start.longer {
  width: 320px;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .angle-label .slanted-flag.slanted-start .content {
  height: 28px;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .description {
  padding: 30px;
}
@media (max-width: 991px) {
  .card-angle-label > .vc_column-inner > .wpb_wrapper .description {
    min-height: 190px;
  }
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .arrowList ul {
  margin: 0 !important;
}
.card-angle-label > .vc_column-inner > .wpb_wrapper .arrowList ul li:before {
  color: #E12726;
  font-weight: bold;
}

@media (min-width: 991px) {
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper > div.image {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 15px);
            flex: 0 calc(50% - 15px);
  }
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper .image .wpb_wrapper {
    height: 100%;
    width: 100%;
  }
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper .image .wpb_wrapper .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper .image .wpb_wrapper .vc_single_image-wrapper img {
    position: absolute;
    left: 0;
    height: 100%;
  }
  .card-angle-label.image-left > .vc_column-inner > .wpb_wrapper .description {
    padding: 30px;
  }
}
.light-dark-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.training-center-image {
  margin-bottom: 20px;
}
.training-center-image > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  color: #000;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.training-center-image > .vc_column-inner > .wpb_wrapper .wpb_text_column,
.training-center-image > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin: 0 !important;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .wpb_wrapper {
  width: 100%;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
  position: relative;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .wpb_wrapper .vc_single_image-wrapper img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding-bottom: 50px;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .wpb_single_image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(25.6%, #000), color-stop(71.11%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, #000 25.6%, rgba(0, 0, 0, 0) 71.11%);
  display: block;
  position: absolute;
  top: 0;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .image.top img {
  -o-object-position: top;
     object-position: top;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .angle-label {
  position: absolute;
  top: 20px;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .angle-label .slanted-flag.slanted-start {
  left: -10px;
  right: unset;
  padding-left: 30px;
  width: 310px;
  font-size: 15px;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .angle-label .slanted-flag.slanted-start .content {
  height: 28px;
}
.training-center-image > .vc_column-inner > .wpb_wrapper .description {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */