@font-face {
  font-family: "JCDisplay";
  src: url("../../src/fonts/JCDisplay/JockeyClubDisplay-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sincerity";
  src: url("../../src/fonts/Sincerity/Sincerity-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sincerity";
  src: url("../../src/fonts/Sincerity/Sincerity-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ariana";
  src: url("../../src/fonts/Ariana/ArianaProRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ariana";
  src: url("../../src/fonts/Ariana/ArianaProBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html {
  font-family: "Ariana";
}

.container-constrained {
  max-width: 1400px;
  margin: auto;
  padding: 0px 17px;
}
@media screen and (max-width: 1000px) {
  .container-constrained {
    margin: 0px 20px;
    padding: 0px;
  }
  .container-constrained--mobile-no-margin {
    margin: 0px;
  }
}

.standard-container {
  margin: 64px auto;
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  .standard-container {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .standard-container {
    margin: 20px;
  }
}

.mfp-bg {
  background: #1EC8D7 !important;
}

.b-lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.b-lazy:not(.b-loaded) {
  background-image: url(https://jockeyclubcateringteam.com/dist/images/placeholder.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

a {
  text-decoration: none;
  color: unset;
}

.jockey-club-line {
  border-top: 2PX SOLID #AF9664;
  width: 100%;
  position: relative;
}
.jockey-club-line:after {
  content: " ";
  height: 2px;
  width: 2px;
  position: absolute;
  left: 0px;
  border: 2px solid #AF9664;
  top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #AF9664;
}
.jockey-club-line:before {
  content: " ";
  height: 2px;
  width: 2px;
  position: absolute;
  right: 0px;
  border: 2px solid #AF9664;
  top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #AF9664;
}

.jockey-club-arrow {
  border-top: 2PX SOLID #FDF8DF;
  width: 100%;
  position: relative;
}
.jockey-club-arrow:after {
  content: " ";
  height: 2px;
  width: 2px;
  position: absolute;
  left: 0px;
  border: 2px solid #FDF8DF;
  top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FDF8DF;
}
.jockey-club-arrow:before {
  content: " ";
  height: 6px;
  width: 6px;
  position: absolute;
  right: 0px;
  border-top: 2px solid #FDF8DF;
  border-right: 2px solid #FDF8DF;
  top: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body {
  margin: 0px;
  padding-top: 82px;
  color: #1EC8D7;
}
body.mfp-zoom-out-cur, body .mfp-close {
  cursor: unset !important;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 48px;
  }
}

.post-content img {
  width: 100%;
  height: auto;
}

.mfp-img {
  max-height: 100vh !important;
}

.editorial-rows {
  padding: 62px 0px;
}

.padded-row {
  padding: 86px 26px;
}
@media screen and (max-width: 1000px) {
  .padded-row {
    padding: 20px 0px;
  }
}

.padding-small {
  padding: 15px;
}

.padding-medium {
  padding: 35px;
}

.padding-large {
  padding: 20px;
}

.text-copy {
  font-family: "GTWalsheim";
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
}
.text-copy a {
  text-decoration: underline;
}
.text-copy p {
  font-size: inherit;
}

.image-container {
  position: relative;
  overflow: hidden;
}
.image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.square-box {
  position: relative;
}
.square-box .square-box-padder {
  padding-top: 100%;
}

.margin-wrapper .top-hero-container {
  margin-top: 72px !important;
}

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

.flex-spread {
  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;
}

.flex-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .flex-responsive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dark-default {
  color: white;
  border-color: white;
}
.dark-default.background-tertiary, .dark-default .background-tertiary {
  background-color: #274242;
}
.dark-default.background-secondary, .dark-default .background-secondary {
  background-color: white;
}
.dark-default.background-primary, .dark-default .background-primary {
  background-color: #0F2D2D;
}
.dark-default .heading {
  color: #AF9664;
}
.dark-default .subheading {
  color: #FDF8DF;
}
.dark-default .cta {
  background-color: #1EC8D7;
  color: #0F2D2D;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dark-default .cta:hover {
  background-color: #8EE3EB;
}
.dark-default .cta.border-cta {
  background-color: transparent;
  border: 2px solid #1EC8D7;
  color: #1EC8D7;
  font-weight: bold;
}
.dark-default input, .dark-default select, .dark-default textarea {
  border-color: white;
  color: white;
}
.dark-default .btn {
  background-color: #1EC8D7;
  color: #0F2D2D;
}

.dark-alt {
  color: white;
  border-color: white;
}
.dark-alt.background-tertiary, .dark-alt .background-tertiary {
  background-color: #0F2D2D;
}
.dark-alt.background-secondary, .dark-alt .background-secondary {
  background-color: #FDF8DF;
}
.dark-alt.background-primary, .dark-alt .background-primary {
  background-color: #274242;
}
.dark-alt .heading {
  color: #FDF8DF;
}
.dark-alt .subheading {
  color: #FDF8DF;
}
.dark-alt .cta {
  background-color: #1EC8D7;
  color: #0F2D2D;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dark-alt .cta:hover {
  background-color: #8EE3EB;
}
.dark-alt .cta.border-cta {
  background-color: transparent;
  border: 2px solid #1EC8D7;
  color: #1EC8D7;
  font-weight: bold;
}
.dark-alt input, .dark-alt select, .dark-alt textarea {
  border-color: white;
  color: white;
}
.dark-alt .btn {
  background-color: #1EC8D7;
  color: #0F2D2D;
}

.light-default {
  color: #0F2D2D;
  border-color: #0F2D2D;
}
.light-default.background-tertiary, .light-default .background-tertiary {
  background-color: #FDF8DF;
}
.light-default.background-secondary, .light-default .background-secondary {
  background-color: #0F2D2D;
}
.light-default.background-primary, .light-default .background-primary {
  background-color: white;
}
.light-default .heading {
  color: #0F2D2D;
}
.light-default .subheading {
  color: #0F2D2D;
}
.light-default .cta {
  background-color: #0F2D2D;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.light-default .cta:hover {
  background-color: #274242;
}
.light-default .cta.border-cta {
  background-color: transparent;
  border: 2px solid #0F2D2D;
  color: #0F2D2D;
  font-weight: bold;
}
.light-default input, .light-default select, .light-default textarea {
  border-color: #0F2D2D;
  color: #0F2D2D;
}
.light-default .btn {
  background-color: #0F2D2D;
  color: white;
}

.light-alt {
  color: #0F2D2D;
  border-color: #0F2D2D;
}
.light-alt.background-tertiary, .light-alt .background-tertiary {
  background-color: white;
}
.light-alt.background-secondary, .light-alt .background-secondary {
  background-color: #274242;
}
.light-alt.background-primary, .light-alt .background-primary {
  background-color: #FDF8DF;
}
.light-alt .heading {
  color: #274242;
}
.light-alt .subheading {
  color: #0F2D2D;
}
.light-alt .cta {
  background-color: #0F2D2D;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.light-alt .cta:hover {
  background-color: #274242;
}
.light-alt .cta.border-cta {
  background-color: transparent;
  border: 2px solid #0F2D2D;
  color: #0F2D2D;
  font-weight: bold;
}
.light-alt input, .light-alt select, .light-alt textarea {
  border-color: #0F2D2D;
  color: #0F2D2D;
}
.light-alt .btn {
  background-color: #0F2D2D;
  color: white;
}

.light {
  color: #0F2D2D;
  border-color: #0F2D2D;
}
.light.background-tertiary, .light .background-tertiary {
  background-color: white;
}
.light.background-secondary, .light .background-secondary {
  background-color: #FDF8DF;
}
.light.background-primary, .light .background-primary {
  background-color: white;
}
.light .heading {
  color: #274242;
}
.light .subheading {
  color: #0F2D2D;
}
.light .cta {
  background-color: #0F2D2D;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.light .cta:hover {
  background-color: #274242;
}
.light .cta.border-cta {
  background-color: transparent;
  border: 2px solid #0F2D2D;
  color: #0F2D2D;
  font-weight: bold;
}
.light input, .light select, .light textarea {
  border-color: #0F2D2D;
  color: #0F2D2D;
}
.light .btn {
  background-color: #0F2D2D;
  color: white;
}

.light-locations {
  color: white;
  border-color: white;
}
.light-locations.background-tertiary, .light-locations .background-tertiary {
  background-color: white;
}
.light-locations.background-secondary, .light-locations .background-secondary {
  background-color: #FDF8DF;
}
.light-locations.background-primary, .light-locations .background-primary {
  background-color: #0F2D2D;
}
.light-locations .heading {
  color: #FDF8DF;
}
.light-locations .subheading {
  color: #AF9664;
}
.light-locations .cta {
  background-color: #1EC8D7;
  color: #0F2D2D;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.light-locations .cta:hover {
  background-color: #8EE3EB;
}
.light-locations .cta.border-cta {
  background-color: transparent;
  border: 2px solid #1EC8D7;
  color: #1EC8D7;
  font-weight: bold;
}
.light-locations input, .light-locations select, .light-locations textarea {
  border-color: white;
  color: white;
}
.light-locations .btn {
  background-color: #1EC8D7;
  color: #0F2D2D;
}

.dark-locations {
  color: #0F2D2D;
  border-color: #0F2D2D;
}
.dark-locations.background-tertiary, .dark-locations .background-tertiary {
  background-color: #FDF8DF;
}
.dark-locations.background-secondary, .dark-locations .background-secondary {
  background-color: #274242;
}
.dark-locations.background-primary, .dark-locations .background-primary {
  background-color: white;
}
.dark-locations .heading {
  color: #0F2D2D;
}
.dark-locations .subheading {
  color: #0F2D2D;
}
.dark-locations .cta {
  background-color: #0F2D2D;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dark-locations .cta:hover {
  background-color: #274242;
}
.dark-locations .cta.border-cta {
  background-color: transparent;
  border: 2px solid #0F2D2D;
  color: #0F2D2D;
  font-weight: bold;
}
.dark-locations input, .dark-locations select, .dark-locations textarea {
  border-color: #0F2D2D;
  color: #0F2D2D;
}
.dark-locations .btn {
  background-color: #0F2D2D;
  color: white;
}

.light-form {
  color: #0F2D2D;
  border-color: #0F2D2D;
}
.light-form.background-tertiary, .light-form .background-tertiary {
  background-color: white;
}
.light-form.background-secondary, .light-form .background-secondary {
  background-color: #FDF8DF;
}
.light-form.background-primary, .light-form .background-primary {
  background-color: white;
}
.light-form .heading {
  color: #274242;
}
.light-form .subheading {
  color: #0F2D2D;
}
.light-form .cta {
  background-color: #0F2D2D;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.light-form .cta:hover {
  background-color: #274242;
}
.light-form .cta.border-cta {
  background-color: transparent;
  border: 2px solid #0F2D2D;
  color: #0F2D2D;
  font-weight: bold;
}
.light-form input, .light-form select, .light-form textarea {
  border-color: #0F2D2D;
  color: #0F2D2D;
}
.light-form .btn {
  background-color: #0F2D2D;
  color: white;
}

.dark-form {
  color: #FDF8DF;
  border-color: #FDF8DF;
}
.dark-form.background-tertiary, .dark-form .background-tertiary {
  background-color: #FDF8DF;
}
.dark-form.background-secondary, .dark-form .background-secondary {
  background-color: #274242;
}
.dark-form.background-primary, .dark-form .background-primary {
  background-color: #0F2D2D;
}
.dark-form .heading {
  color: #FDF8DF;
}
.dark-form .subheading {
  color: #FDF8DF;
}
.dark-form .cta {
  background-color: #1EC8D7;
  color: #0F2D2D;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dark-form .cta:hover {
  background-color: #8EE3EB;
}
.dark-form .cta.border-cta {
  background-color: transparent;
  border: 2px solid #1EC8D7;
  color: #1EC8D7;
  font-weight: bold;
}
.dark-form input, .dark-form select, .dark-form textarea {
  border-color: #FDF8DF;
  color: #FDF8DF;
}
.dark-form .btn {
  background-color: #1EC8D7;
  color: #0F2D2D;
}

.theme-cards {
  color: #FDF8DF;
  border-color: #FDF8DF;
}
.theme-cards.background-tertiary, .theme-cards .background-tertiary {
  background-color: #FDF8DF;
}
.theme-cards.background-secondary, .theme-cards .background-secondary {
  background-color: white;
}
.theme-cards.background-primary, .theme-cards .background-primary {
  background-color: #0F2D2D;
}
.theme-cards .heading {
  color: #FDF8DF;
}
.theme-cards .subheading {
  color: #FDF8DF;
}
.theme-cards .cta {
  background-color: #1EC8D7;
  color: #0F2D2D;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.theme-cards .cta:hover {
  background-color: #8EE3EB;
}
.theme-cards .cta.border-cta {
  background-color: transparent;
  border: 2px solid #1EC8D7;
  color: #1EC8D7;
  font-weight: bold;
}
.theme-cards input, .theme-cards select, .theme-cards textarea {
  border-color: #FDF8DF;
  color: #FDF8DF;
}
.theme-cards .btn {
  background-color: #1EC8D7;
  color: #0F2D2D;
}

h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: unset;
  margin: unset;
  padding: unset;
  line-height: unset;
}

p {
  line-height: 1.4em;
}

.heading {
  word-break: break-word;
}
.heading p {
  font-size: inherit;
  margin: 0px;
  line-height: 1.2em;
  word-break: break-word;
}
.heading.serif {
  font-family: "Sincerity";
}

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

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-family: "JCDisplay", impact;
  line-height: 1em;
  text-underline-offset: 0.05em;
  text-transform: UPPERCASE;
  padding-top: 0.75em;
}
.post-content h1 {
  font-size: 48px;
  line-height: 1;
}
.post-content h2 {
  font-size: 40px;
}
.post-content h3 {
  font-size: 32px;
}
.post-content h4 {
  font-size: 24px;
}
.post-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0px;
}
.post-content h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
.post-content a {
  text-decoration: underline;
  font-weight: bold;
}
.post-content a:hover {
  opacity: 0.6;
}
.post-content p {
  line-height: 1.4em;
  font-size: 16px;
}
.post-content li {
  padding-bottom: 12px;
}

.mega-heading {
  font-family: "JCDisplay", impact;
  font-size: 300px;
  text-transform: uppercase;
}

.heading-1 {
  font-family: "JCDisplay", impact;
  font-size: 48px;
  line-height: 58px;
  text-underline-offset: 12px;
}

.heading-2 {
  font-family: "JCDisplay", impact;
  font-size: 40px;
}

.heading-3 {
  font-family: "JCDisplay", impact;
  font-size: 32px;
}

.heading-4 {
  font-family: "Sincerity", impact;
  font-size: 24px;
}

.heading-5 {
  font-family: "JCDisplay", impact;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0px;
}

.heading-6 {
  font-family: "Ariana", impact;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}

@media screen and (max-width: 1000px) {
  .mega-heading {
    font-size: 104px;
    line-height: 103px;
  }
  .heading-1 {
    font-size: 32px;
  }
  .heading-2 {
    font-size: 28px;
  }
  .heading-3 {
    font-size: 24px;
  }
  .heading-4 {
    font-size: 20px;
  }
  .heading-5 {
    font-size: 16px;
  }
  .heading-6 {
    font-size: 14px;
    font-weight: bold;
  }
  .post-content h1 {
    font-size: 32px;
    text-underline-offset: 7px;
  }
  .post-content h2 {
    font-size: 28px;
  }
  .post-content h3 {
    font-size: 24px;
  }
  .post-content h4 {
    font-size: 20px;
  }
  .post-content h5 {
    font-size: 16px;
  }
  .post-content h6 {
    font-size: 14px;
    font-weight: bold;
  }
  .post-content p {
    font-size: 14px;
  }
}
.heading-white {
  color: white !important;
}

.breadcrumb {
  background-color: #FDF8DF;
  color: #0F2D2D;
}
.breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 43px;
}
.breadcrumb__container a {
  text-decoration: none;
  margin-left: 5px;
  text-transform: uppercase;
}
.breadcrumb__container a span:hover {
  text-decoration: underline;
}
.breadcrumb__mobile-link {
  display: none;
  padding: 8px 24px;
  text-decoration: none;
}
.breadcrumb__mobile-link img {
  margin-right: 10px;
}
.breadcrumb__mobile-link strong {
  text-transform: uppercase;
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .breadcrumb__container {
    display: none;
  }
  .breadcrumb__mobile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb-wrapper {
  margin-top: 41px;
}
.breadcrumb-wrapper.dark-breadcrumb .breadcrumb {
  background-color: #0F2D2D;
  color: white;
}
@media (max-width: 1000px) {
  .breadcrumb-wrapper {
    margin-top: 30px;
  }
}

.nav {
  font-family: "Ariana";
  position: fixed;
  z-index: 400;
  top: 0px;
  left: 0px;
  width: 100%;
}
.nav__desktop-top-bar {
  background: #274242;
  padding: 1px;
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: white;
  font-size: 14px;
}
.nav__desktop-top-bar.scrolled {
  max-height: 0px;
}
.nav__desktop-return-arrow {
  margin-right: 13px;
}
.nav__desktop-top-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 48px;
}
.nav__top-bar {
  background-color: #0F2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
}
.nav__desktop-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__desktop-primary-link {
  padding: 16px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
}
.nav__desktop-primary-link:hover {
  text-decoration: underline;
}
.nav__desktop-secondary-links {
  display: none;
  position: absolute;
  background-color: #1EC8D7;
  color: #0F2D2D;
  text-transform: uppercase;
}
.nav__desktop-secondary-link {
  padding: 10px 26px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav__desktop-secondary-link:hover {
  background-color: #8EE3EB;
}
.nav__desktop-link-section {
  position: relative;
}
.nav__desktop-link-section:hover .nav__desktop-secondary-links {
  display: unset;
}
.nav__search-input {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__search-input input {
  background: none;
  border: none;
  font-size: 16px;
  color: #FDF8DF;
  margin-left: 5px;
}
.nav__search-image {
  cursor: pointer;
}
.nav__logo {
  margin: 17px 40px;
  height: 40px;
}
.nav__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px;
  margin-right: 48px;
}
.nav__hamburger-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav__hamburger-button {
  color: white;
  display: none;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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: 0px 40px;
  width: 25px;
  border-left: 1px solid #707070;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav__hamburger-button .nav__hamburger-open-img {
  height: 30px;
  width: 30px;
  background-image: url(https://jockeyclubcateringteam.com/dist/images/icons/menu.svg);
}
.nav__hamburger-button .nav__hamburger-close-img {
  height: 30px;
  width: 30px;
  background-image: url(https://jockeyclubcateringteam.com/dist/images/icons/close.svg);
}
.nav__hamburger-button img {
  height: 24px;
}
.nav__hamburger-close-text {
  display: none;
}
.nav__cta {
  background-color: #1EC8D7;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-family: "Ariana";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0F2D2D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav__cta:hover {
  background-color: #006282;
}
.nav__cta-mobile {
  display: none;
}
.nav__hamburger-close {
  display: none;
}
.nav__expandable {
  background-color: #0F2D2D;
  color: #FDF8DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0vh;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav__expandable a {
  text-decoration: unset;
  color: #FDF8DF;
}
.nav.expanded .nav__expandable {
  height: calc(100svh - 80px);
}
.nav.expanded .nav__hamburger-open {
  display: none;
}
.nav.expanded .nav__hamburger-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav__primary-section {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
  border-right: 1px solid white;
}
.nav__primary-container {
  width: 344px;
  font-size: 24px;
}
.nav__secondary-container {
  width: 344px;
}
.nav__home-button {
  padding: 12px 10px;
  font-weight: bold;
}
.nav__desktop-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__desktop-search-input input {
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  width: 60px;
  margin-left: 5px;
  color: #AF9664;
  background: none;
  border: none;
}
.nav__primary-item {
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: none;
  padding: 22px 0px;
}
.nav__primary-item.has-children {
  background-image: url(../images/icons/arrow-right-gold-box.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
}
.nav__secondary-section {
  width: 50%;
  background-color: #274242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 110px;
  border-right: 1px solid white;
}
.nav__secondary-return {
  display: none;
}
.nav__secondary-item {
  padding-top: 32px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.nav__secondary-title {
  font-weight: bold;
  padding-bottom: 32px;
  padding-top: 7px;
}
.nav__mobile-jockey-link {
  font-size: 15px;
  text-transform: none;
  margin: 20px 0px;
}
@media (max-width: 1000px) {
  .nav {
    color: #FDF8DF;
  }
  .nav__desktop-top-bar {
    display: none;
  }
  .nav__expandable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    text-transform: uppercase;
  }
  .nav__desktop-link-section {
    display: none;
  }
  .nav__hamburger-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__cta {
    display: none;
  }
  .nav__primary-section {
    min-width: 100%;
    padding-top: 0px;
    position: relative;
    border-right: none !important;
  }
  .nav__buttons-container {
    margin: unset;
    margin-right: unset;
  }
  .nav__secondary-section {
    min-width: 100%;
    width: unset;
    padding-top: 0px;
    -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: start;
  }
  .nav__secondary-return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background: #0F2D2D;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav__secondary-return img {
    width: 30px;
  }
  .nav__secondary-return-spacer {
    width: 26px;
  }
  .nav__primary-container {
    width: 100%;
    margin: 20px;
  }
  .nav__secondary-container {
    width: unset;
    margin: 20px;
  }
  .nav__secondary-return {
    font-size: 16px;
    color: #FDF8DF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .nav__secondary-return img {
    height: 30px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 10px;
  }
  .nav__cta-mobile {
    display: unset;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    z-index: 5;
    padding: 0px;
    background-color: #1EC8D7;
    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: #0F2D2D;
    font-family: "Ariana";
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}

.cta {
  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: 16px;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Ariana";
  font-weight: bold;
}
@media (max-width: 1000px) {
  .cta__container {
    display: none;
  }
  .cta__mobile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer {
  background-color: #0F2D2D;
  padding: 1px;
}
.footer__top-container {
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__top-section {
  margin: 20px;
  width: 100%;
}
.footer__top-section:nth-child(n+3) {
  text-align: right;
}
.footer__title {
  font-family: "Sincerity";
  color: #AF9664;
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 15px;
}
.footer__item {
  font-family: "Ariana";
  font-size: 14px;
  color: white;
  margin-bottom: 15px;
}
.footer__bottom {
  background: #274242;
  padding: 1px;
  border-top: 2px solid white;
}
.footer__bottom-container {
  margin: 20px 49px;
  text-align: right;
  color: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom-container div {
  width: 100%;
}
.footer__fanatic-link {
  text-align: left;
}
.footer__bottom-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bottom-socials img {
  width: 30px;
  margin: 0px 5px;
}
@media screen and (max-width: 1000px) {
  .footer__top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
  .footer__top-section {
    width: auto;
    margin: 24px 16px;
    text-align: unset !important;
  }
  .footer__bottom-container {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom-container div {
    width: unset;
  }
  .footer__fanatic-link {
    text-align: center;
  }
  .footer__bottom-socials {
    margin: 20px;
  }
}

.homepage-hero {
  padding: 1px;
  position: relative;
}
.homepage-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.homepage-hero__cta-heading {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.homepage-hero__secondary-cta-heading {
  margin-top: 30px;
}
.homepage-hero__divider {
  margin: 48px auto;
  max-width: 84px;
}
.homepage-hero .image-container {
  position: unset;
}
.homepage-hero .image-container img {
  width: calc((100vw - 1440px) / 2 + 1110px);
  left: unset;
  right: 0px;
  max-width: 78%;
}
.homepage-hero__text {
  position: relative;
  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;
}
.homepage-hero__image {
  width: 140%;
}
.homepage-hero__text {
  width: 100%;
}
.homepage-hero__text-container {
  margin: 48px;
  max-width: 388px;
  width: 100%;
  text-align: center;
}
.homepage-hero__title {
  margin-bottom: 20px;
}
.homepage-hero__copy {
  margin-bottom: 133px;
}
.homepage-hero.third .homepage-hero__image {
  width: 200%;
}
.homepage-hero .secondary-cta {
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .homepage-hero {
    padding: 0px;
  }
  .homepage-hero__image {
    aspect-ratio: 342/267;
    width: 100% !important;
  }
  .homepage-hero__container {
    margin: 24px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .homepage-hero__container {
    margin: 0px !important;
  }
  .homepage-hero .image-container {
    position: unset;
  }
  .homepage-hero .image-container img {
    width: 100%;
    left: 0px;
    right: unset;
    max-width: unset;
  }
  .homepage-hero__copy {
    margin-bottom: 80px;
  }
  .homepage-hero__text-container {
    margin: 24px;
    max-width: unset;
    width: 100%;
  }
  .homepage-hero .image-container {
    position: relative !important;
  }
}

.video-hero {
  padding: 1px 0px;
}
.video-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-hero__text {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-hero__heading {
  margin-bottom: 30px;
}
.video-hero__text-container {
  margin-right: 60px;
}
.video-hero__video {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.video-hero__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 1000px) {
  .video-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-hero__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 48px;
  }
  .video-hero__text-container {
    margin-right: unset;
  }
  .video-hero__video {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.basic-hero {
  padding: 1px 0px;
}
.basic-hero__container {
  margin: 24px 48px;
  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;
}
.basic-hero__search-input {
  padding: 8px;
  background: none;
  border: 1px solid #FDF8DF;
  color: #FDF8DF !important;
  min-width: 218px;
  background-image: url(../images/icons/search-gold.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.basic-hero.dark .basic-hero__search-input {
  background-image: url(https://jockeyclubcateringteam.com/dist/images/icons/search-dark.svg);
  border-color: #FDF8DF !important;
}
@media screen and (max-width: 1000px) {
  .basic-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 24px 16px;
  }
  .basic-hero__form-container {
    width: 100%;
  }
  .basic-hero__form-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 27px;
  }
}

.overlay-hero {
  padding: 1px 0px;
}
.overlay-hero__underlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay-hero__underlay.with-image {
  opacity: 0.5;
}
.overlay-hero__text {
  position: relative;
  margin: 96px;
  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: 250px;
  text-align: center;
}
.overlay-hero__container.centered {
  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;
}
@media screen and (max-width: 1000px) {
  .overlay-hero__text {
    min-height: 60px;
    margin: 96px 16px !important;
  }
}

.content-hub-article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: auto;
}
.content-hub-article__side {
  background: #FDF8DF;
  width: 37%;
  position: relative;
}
.content-hub-article__side-underlay {
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #fdf8df;
  z-index: -1;
  right: 0px;
}
.content-hub-article__main {
  width: 63%;
  color: #0F2D2D;
}
.content-hub-article__main-container {
  margin: 48px;
}
.content-hub-article__side-container {
  margin: 48px;
  margin-left: 11px;
}
.content-hub-article__side-title {
  color: #274242;
  margin: 22px 0px;
}
.content-hub-article__side-item {
  color: #274242;
  font-family: "Ariana";
  margin: 15px 0px;
}
.content-hub-article__side-item.current-item {
  font-weight: bold;
}
@media (max-width: 1000px) {
  .content-hub-article__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-hub-article__main-container {
    margin: 32px 16px;
  }
  .content-hub-article__side-container {
    margin: 32px 16px;
  }
  .content-hub-article__side {
    width: 100%;
  }
  .content-hub-article__main {
    width: 100%;
  }
}

.search-page__top-bar-container {
  margin: auto;
  max-width: 800px;
  color: #0F2D2D;
  margin-top: 60px;
}
.search-page__cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-page__cards-wrapper {
  padding: 1px;
}
.search-page__card-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-page__card {
  margin: 7px;
  padding: 32px;
  height: 100%;
}
.search-page__card-type {
  margin-bottom: 10px;
}
.search-page__card-cta {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .search-page__top-bar-container {
    margin: 20px;
  }
  .search-page__card-wrapper {
    width: 100%;
  }
  .search-page__card {
    margin: 0px;
    margin-bottom: 20px;
  }
}

.news-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-posts__card-wrapper {
  width: 33%;
}
.news-posts__cta-container {
  width: 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;
}
.news-posts .news-load-more-button--js {
  margin-top: 38px;
  width: calc(33% - 40px);
  cursor: pointer;
}
@media (max-width: 1000px) {
  .news-posts__card-wrapper {
    width: 100%;
  }
  .news-posts .news-load-more-button--js {
    width: calc(100% - 50px);
  }
}

.news-posts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
}
.news-posts-card__image {
  width: 100%;
  aspect-ratio: 4/3;
}
.news-posts-card__text {
  background-color: #0F2D2D;
  padding: 26px 16px;
}
.news-posts-card__date {
  color: #AF9664;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 8px;
}
.news-posts-card__title {
  font-size: 24px;
  font-family: "Sincerity";
  color: #FDF8DF;
}

.news-post-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 159px);
}
.news-post-hero__date {
  color: #FDF8DF;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 24px;
}
.news-post-hero__description {
  color: white;
  margin-top: 24px;
  font-size: 16px;
}
.news-post-hero__text-section {
  width: 36%;
  background: #0F2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-post-hero__text {
  margin: 48px;
}
.news-post-hero__text h1 {
  color: #FDF8DF;
  font-family: "Sincerity";
  line-height: 1.3;
}
.news-post-hero__image {
  width: 64%;
}
@media (max-width: 1000px) {
  .news-post-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: unset;
  }
  .news-post-hero__text-section {
    width: unset;
  }
  .news-post-hero__image {
    width: unset;
    aspect-ratio: 4/3;
    max-height: 70vh;
  }
  .news-post-hero__text {
    margin: 32px 16px;
  }
}

.text-image-row {
  padding: 1px;
}
.text-image-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image-row.flip .text-image-row__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.text-image-row.full-size-image, .text-image-row.centre-text {
  position: relative;
}
.text-image-row.full-size-image .text-image-row, .text-image-row.centre-text .text-image-row {
  position: relative;
}
.text-image-row.full-size-image .image-container, .text-image-row.centre-text .image-container {
  position: unset;
}
.text-image-row.full-size-image .text-image-row__text, .text-image-row.centre-text .text-image-row__text {
  position: relative;
  width: 50%;
}
@media (min-width: 1000px) {
  .text-image-row.full-size-image .text-image-row__full-image-wrapper, .text-image-row.centre-text .text-image-row__full-image-wrapper {
    padding: 1px;
    position: relative;
    margin: 64px;
  }
}
.text-image-row.centre-text .text-image-row__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-image-row.centre-text .text-image-row__image {
  width: 0%;
}
.text-image-row.centre-text .text-image-row__text {
  width: 33%;
  min-width: 552px;
}
.text-image-row.third-text .text-image-row__image {
  width: 200%;
}
.text-image-row.half-text .text-image-row__text-container {
  max-width: unset;
}
.text-image-row__image {
  width: 100%;
}
.text-image-row__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70vh;
}
.text-image-row__text-container {
  margin: 48px;
  max-width: 388px;
}
.text-image-row__title {
  margin-bottom: 20px;
}
.text-image-row__copy {
  margin-bottom: 48px;
}
.text-image-row.third .text-image-row__image {
  width: 200%;
}
.text-image-row .secondary-cta {
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .text-image-row {
    padding: 0px;
  }
  .text-image-row__image {
    aspect-ratio: 342/267;
    width: 100% !important;
  }
  .text-image-row__container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .text-image-row.third-text .text-image-row__container, .text-image-row.centre-text .text-image-row__container, .text-image-row.half-text .text-image-row__container {
    padding: 16px;
  }
  .text-image-row__container {
    margin: 0px;
  }
  .text-image-row.centre-text .text-image-row__container {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .text-image-row.centre-text .text-image-row__image {
    width: 100%;
  }
  .text-image-row__text {
    min-height: unset;
    display: unset;
    width: unset !important;
    min-width: unset !important;
  }
  .text-image-row__copy {
    margin-bottom: 80px;
  }
  .text-image-row__text-container {
    margin: 24px;
    max-width: unset;
  }
  .text-image-row .image-container {
    position: relative !important;
  }
}

.cards-row {
  padding: 1px 0px;
  overflow: hidden;
}
.cards-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-row__card-wrapper {
  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;
}
.cards-row .card {
  position: relative;
  height: 100%;
  margin: 8px;
}
.cards-row .card__image {
  aspect-ratio: 4/3;
  position: relative;
}
.cards-row .card__image .image-container {
  height: 100%;
  z-index: 4;
}
.cards-row .card__highlight {
  position: absolute;
  width: 600vw;
  z-index: 0;
  left: -100vw;
  bottom: 0px;
  top: -73px;
}
.cards-row .card__text-container {
  margin: 32px;
}
.cards-row .card__description {
  margin-bottom: 111px;
}
.cards-row .card__cta-wrapper {
  position: absolute;
  bottom: 32px;
  width: calc(100% - 67px);
}
@media (max-width: 1000px) {
  .cards-row__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 11px;
  }
  .cards-row .card {
    z-index: 5;
    margin-bottom: 27px;
  }
  .cards-row .card__cta-wrapper {
    position: unset;
    width: unset;
  }
  .cards-row .card__highlight {
    top: -20px;
  }
  .cards-row .card__description {
    margin-bottom: 32px;
  }
}

.faq-row {
  padding: 1px;
}
.faq-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 116px;
  margin-top: 10px;
}
.faq-row__heading-container {
  margin-bottom: 0px;
}
.faq-row.inverse {
  background-color: #F8F8F8;
}
.faq-row__heading {
  margin-bottom: 16px;
  margin-top: 16px;
}
.faq-row__subheading {
  margin-bottom: 48px;
}
.faq-row__text {
  width: 50%;
  max-width: 548px;
}
.faq-row__faqs {
  width: 50%;
  max-width: 548px;
}
@media (max-width: 1100px) {
  .faq-row__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 64px 24px;
    margin-top: 30px;
    gap: unset;
  }
  .faq-row__heading-container {
    margin: 64px 24px;
    width: unset;
    margin-bottom: 0px;
  }
  .faq-row__text {
    width: 100%;
    max-width: unset;
  }
  .faq-row__faqs {
    width: 100%;
    max-width: unset;
  }
}

.faq-dropdown {
  margin: 20px 0px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3019607843);
  margin-bottom: 46px;
}
.faq-dropdown__top-icon-dark {
  display: none;
}
.faq-dropdown__top-icon, .faq-dropdown__top-icon-dark {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-dropdown__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  padding-bottom: 11px;
  min-height: 69px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 21px;
}
.faq-dropdown__top-text {
  padding-right: 110px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.faq-dropdown__top-icon-wrapper {
  right: 0px;
  top: 0px;
  position: absolute;
  padding-left: 31px;
}
.faq-dropdown__top-icon-border {
  width: 84px;
  height: 84px;
  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;
  background-color: #AF9664;
}
.faq-dropdown__top-icon, .faq-dropdown__top-icon-dark {
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.faq-dropdown__dark .faq-dropdown__top-icon-dark {
  display: unset !important;
}
.faq-dropdown__dark .faq-dropdown__top-icon-border {
  background-color: #1EC8D7;
}
.faq-dropdown__dark .faq-dropdown__top-icon {
  display: none !important;
}
.faq-dropdown__bottom-wrapper {
  display: grid;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  grid-template-rows: 0fr;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-dropdown__bottom-wrapper div {
  overflow: hidden;
}
.faq-dropdown__bottom-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
.faq-dropdown.open .faq-dropdown__bottom-wrapper {
  grid-template-rows: 1fr;
}
.faq-dropdown.open .faq-dropdown__top-icon, .faq-dropdown.open .faq-dropdown__top-icon-dark {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.content-hub-row {
  padding: 1px 0px;
}
.content-hub-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-hub-row__card-wrapper {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-hub-row__button-container {
  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;
  margin-bottom: 64px;
}
.content-hub-row__load-more-button {
  background-color: #0F2D2D;
  color: white;
  cursor: pointer;
  font-size: 14px;
  padding: 16px;
  width: 100%;
  text-align: center;
  max-width: 350px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.content-hub-row__load-more-button:hover {
  opacity: 0.5;
}
.content-hub-row.light-default .content-hub-row__load-more-button {
  background-color: #1EC8D7;
  color: #0F2D2D;
}
@media (max-width: 1000px) {
  .content-hub-row__card-wrapper {
    width: 100%;
  }
  .content-hub-row__load-more-button {
    margin: 0px 19px;
  }
}

.content-hub-card {
  margin: 8px;
  height: 100%;
  position: relative;
}
.content-hub-card__image {
  aspect-ratio: 4/3;
}
.content-hub-card__slider {
  background-color: #FDF8DF;
  height: 48px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.content-hub-card__text {
  margin: 26px 16px;
  margin-bottom: 72px;
}
.content-hub-card__category {
  margin-top: 13px;
}
.content-hub-card__slider-box {
  background-color: #AF9664;
  height: 100%;
  max-width: 48px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-hub-card__slider-box .jockey-club-arrow {
  margin: 12px;
}
.content-hub-card:hover .content-hub-card__slider-box {
  max-width: 100%;
}
.content-hub-card.dark .content-hub-card__title {
  color: #FDF8DF;
}
.content-hub-card.dark .content-hub-card__slider-box {
  background: #1EC8D7;
}
.content-hub-card.dark .content-hub-card__slider {
  background: #274242;
}
.content-hub-card.dark .jockey-club-arrow {
  border-color: #0F2D2D;
}
.content-hub-card.dark .jockey-club-arrow:after, .content-hub-card.dark .jockey-club-arrow:before {
  border-color: #0F2D2D;
}
.content-hub-card.dark .jockey-club-arrow:after {
  background: #0F2D2D;
}
@media (max-width: 1000px) {
  .content-hub-card {
    margin: 0px;
    margin-bottom: 16px;
  }
}

.locations-row {
  padding: 1px 0px;
}
.locations-row__title-buttons-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
}
.locations-row__title-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.locations-row__mobile-wrapper {
  overflow: hidden;
}
.locations-row__title-button {
  font-size: 24px;
  padding: 40px;
  margin: 10px;
  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-align: center;
  cursor: pointer;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.locations-row__title-button.selected {
  background-color: #0F2D2D;
  color: white;
}
.locations-row .post-content {
  margin-bottom: 48px;
}
.locations-row .post-content h1, .locations-row .post-content h2, .locations-row .post-content h3, .locations-row .post-content h4, .locations-row .post-content h5, .locations-row .post-content h6 {
  font-family: "Sincerity";
  color: #AF9664;
  text-transform: unset;
  font-weight: 100;
}
.locations-row__container {
  display: none;
  margin: 0px 9px;
  margin-bottom: 0px;
}
.locations-row__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locations-row__toggle-wrapper {
  grid-column: 1/-1;
}
.locations-row__toggle-wrapper.expanded .locations-row__container {
  display: block;
}
.locations-row__mobile-title-button {
  display: none;
  padding: 22px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.locations-row__mobile-title-button .heading {
  margin: 24px;
}
.locations-row__text-section {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -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;
}
.locations-row__text-container {
  margin: 48px;
}
.locations-row__map-section {
  width: 100%;
}
.locations-row.dark-locations .locations-row__title-button {
  background: #0F2D2D;
  color: #AF9664;
}
.locations-row.dark-locations .locations-row__title-button:hover {
  background: #243636;
}
.locations-row.dark-locations .locations-row__title-button.selected {
  background-color: white;
  color: #274242;
}
.locations-row.dark-locations .post-content h1, .locations-row.dark-locations .post-content h2, .locations-row.dark-locations .post-content h3, .locations-row.dark-locations .post-content h4, .locations-row.dark-locations .post-content h5, .locations-row.dark-locations .post-content h6 {
  color: #0F2D2D;
}
.locations-row.light-locations .locations-row__mobile-title-button .heading {
  color: #0F2D2D;
}
.locations-row.light-locations .locations-row__title-button {
  background: white;
  color: #0F2D2D;
}
.locations-row.light-locations .locations-row__title-button:hover {
  background: gainsboro;
}
.locations-row.light-locations .locations-row__title-button.selected {
  background-color: #0F2D2D;
  color: #FDF8DF;
}
@media (max-width: 1000px) {
  .locations-row {
    padding: 0px;
  }
  .locations-row__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .locations-row__mobile-title-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .locations-row__title-buttons-container {
    margin: 0px;
  }
  .locations-row__container {
    margin: 0px;
    background-color: #0F2D2D !important;
    color: white;
  }
  .locations-row__container .heading {
    color: #FDF8DF;
  }
  .locations-row__container .cta {
    background-color: #1EC8D7;
  }
  .locations-row__text-container {
    margin: 27px;
  }
  .locations-row__title-button-wrapper {
    display: none;
  }
  .locations-row__text-section {
    min-height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .locations-row__map-section {
    aspect-ratio: unset;
    height: 400px;
  }
  .locations-row__container {
    display: grid;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    grid-template-rows: 0fr;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .locations-row__content-wrapper {
    overflow: hidden;
  }
  .locations-row__mobile-title-icon {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-image: url(https://jockeyclubcateringteam.com/dist/images/icons/mobile-location-toggle.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .locations-row__toggle-wrapper .heading {
    font-size: 24px;
  }
  .locations-row__toggle-wrapper .locations-row__mobile-title-button {
    background-color: white;
  }
  .locations-row__toggle-wrapper.expanded .locations-row__mobile-title-icon {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .locations-row__toggle-wrapper.expanded .locations-row__mobile-title-button {
    background-color: #0F2D2D;
  }
  .locations-row__toggle-wrapper.expanded .locations-row__mobile-title-button .heading {
    color: #FDF8DF;
  }
  .locations-row__toggle-wrapper.expanded .locations-row__content-wrapper {
    grid-template-rows: 1fr;
  }
  .locations-row.dark-locations .locations-row__mobile-title-icon {
    background-image: url(https://jockeyclubcateringteam.com/dist/images/icons/mobile-location-toggle-dark.svg);
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper .locations-row__mobile-title-button {
    background-color: #0F2D2D;
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper .locations-row__mobile-title-button .heading {
    color: #AF9664;
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper.expanded .locations-row__mobile-title-button {
    background-color: white;
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper.expanded .locations-row__mobile-title-button .heading {
    color: #0F2D2D;
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper.expanded .locations-row__content-wrapper {
    background-color: white;
    color: #0F2D2D;
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper.expanded .locations-row__content-wrapper .heading {
    color: #0F2D2D;
  }
  .locations-row.dark-locations .locations-row__toggle-wrapper.expanded .locations-row__content-wrapper .cta {
    background-color: #0F2D2D;
  }
}

.form-row {
  padding: 1px 0px;
}
.form-row__container {
  margin: auto;
  max-width: 800px;
  padding: 48px;
  padding-top: 20px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.form-row__container.with-image {
  margin-top: -100px;
  position: relative;
}
.form-row__image {
  height: 400px;
}
.form-row .heading {
  margin-bottom: 48px;
  text-align: center;
  margin-top: 15px;
}
.form-row .g-recaptcha {
  margin-bottom: 14px;
}
.form-row .umbraco-forms-page {
  font-family: "Titillium Web";
  font-size: 16px;
}
.form-row .umbraco-forms-page .umbraco-forms-hidden {
  display: none;
}
.form-row .umbraco-forms-page .umbraco-forms-fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}
.form-row .umbraco-forms-page .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-label {
  margin-bottom: 4px;
  font-weight: bold;
  text-transform: capitalize;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-row .umbraco-forms-page .row-fluid .col-md-12 {
  width: 100%;
}
.form-row .umbraco-forms-page .row-fluid .col-md-6 {
  width: 50%;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field {
  margin: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field.checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field.checkbox .umbraco-forms-tooltip {
  margin: 7px 15px;
  text-transform: unset;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field.checkbox .umbraco-forms-label {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field input, .form-row .umbraco-forms-page .row-fluid .umbraco-forms-field select, .form-row .umbraco-forms-page .row-fluid .umbraco-forms-field textarea {
  display: block;
  background-color: transparent;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  padding: 12px 10px;
  font-size: 16px;
  font-family: "Titillium Web";
  height: 40px;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field select {
  background-image: url("https://jockeyclubcateringteam.com/grey-arrow-down.svg");
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.form-row .umbraco-forms-page .row-fluid .umbraco-forms-field textarea {
  height: unset;
  min-height: 160px;
}
.form-row .umbraco-forms-page .row-fluid .btn {
  padding-bottom: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 16px 26px;
  text-transform: uppercase;
  margin-left: 3px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: calc(100% - 5px);
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Ariana";
}
.form-row .umbraco-forms-page .row-fluid .btn:hover {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .form-row__form {
    width: 100%;
    max-width: unset;
  }
  .form-row__container {
    padding: 24px;
    margin: 26px;
  }
  .form-row .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-row .col-md-6 {
    width: 100% !important;
  }
}

.intro-row {
  padding: 1px 0px;
}
.intro-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-row__line-container {
  width: 20%;
  margin-right: 10%;
  margin-top: 20px;
}
.intro-row__text {
  width: 50%;
}
.intro-row__copy {
  margin-bottom: 19px;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .intro-row__container {
    margin: 31px;
  }
  .intro-row__text {
    width: 100%;
  }
  .intro-row__line-container {
    width: 10px;
    margin-right: 15px;
    margin-top: 0px;
    margin-left: 0px;
    border-top: unset;
  }
  .intro-row__line-container .jockey-club-line {
    border-top: unset;
    border-left: 2PX SOLID #AF9664;
    height: 100%;
  }
  .intro-row__line-container .jockey-club-line:after {
    top: unset;
    bottom: 0px;
    left: -4px;
  }
  .intro-row__line-container .jockey-club-line:before {
    left: -4px;
  }
}

.banner-row {
  padding: 1px 0px;
}
.banner-row__underlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-row__underlay.with-image {
  opacity: 0.5;
}
.banner-row__text {
  position: relative;
  margin: 96px;
  max-width: 45%;
}
.banner-row__logo {
  position: absolute;
  width: auto !important;
  height: 100%;
  right: 91px !important;
  left: unset !important;
}
.banner-row__heading {
  padding: 6px 0px;
}
.banner-row__cta {
  padding: 24px 0px;
}
.banner-row__copy {
  padding: 12px 0px;
}
.banner-row__copy p {
  margin: 0px;
  line-height: 24px;
}
.banner-row__container {
  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: calc(60vh - 128px);
}
.banner-row__container--with-logo {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1000px) {
  .banner-row {
    padding: 0px;
  }
  .banner-row__logo {
    display: none;
  }
  .banner-row__container {
    margin: 0px;
    min-height: 50vh;
  }
  .banner-row__text {
    margin: 48px 24px;
    width: 100%;
    max-width: unset;
  }
}

.icons-row {
  padding: 1px;
}
.icons-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icons-row__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons-row__icons.smaller-icons {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.icons-row__icons.smaller-icons .icons-row__icon-wrapper {
  width: 33%;
}
.icons-row__text-container {
  width: 100%;
}
.icons-row__text {
  margin-right: 100px;
}
.icons-row__icon-wrapper {
  width: 20%;
}
.icons-row__icon {
  aspect-ratio: 4/3;
  margin: 8px;
}
@media (max-width: 1000px) {
  .icons-row__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icons-row__text {
    margin-right: unset;
    margin: 10px;
    margin-bottom: 23px;
  }
  .icons-row__icon-wrapper {
    width: 50% !important;
  }
}

.gallery-row {
  padding: 60px 0px 100px 0px;
}
.gallery-row.inverse {
  background-color: #F8F8F8;
}
.gallery-row__container {
  overflow: hidden;
}
.gallery-row__text-display {
  max-width: calc(100% - 125px);
  margin: 15px 5px 27px 9px;
  min-height: 33px;
  font-family: "Sincerity";
}
.gallery-row__inner-container {
  position: relative;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 1000px) {
  .gallery-row {
    padding: 60px 0px;
  }
}

.gallery-carousel .slick-list {
  overflow: visible;
}
.gallery-carousel .slick-slide {
  opacity: 0.5;
  margin: 0px 8px;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.gallery-carousel .slick-slide.slick-current {
  opacity: 1;
}
.gallery-carousel .slick-arrow {
  z-index: 19;
  bottom: -55px !important;
  left: unset;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 48px;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background-color: #1EC8D7;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.gallery-carousel .slick-arrow:hover {
  opacity: 0.5;
}
.gallery-carousel .slick-arrow p {
  display: none;
}
.gallery-carousel .slick-arrow::before {
  content: "";
}
.gallery-carousel .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.gallery-carousel .slick-prev {
  right: 65px !important;
  background-image: url("https://jockeyclubcateringteam.com/dist/images/icons/arrow-right.svg");
  background-size: 25px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
}
.gallery-carousel .slick-next {
  right: 7px !important;
  background-image: url("https://jockeyclubcateringteam.com/dist/images/icons/arrow-right.svg");
  background-size: 25px;
  background-position: center;
}
.gallery-carousel.light-carousel .slick-next, .gallery-carousel.light-carousel .slick-prev {
  background-image: url("https://jockeyclubcateringteam.com/dist/images/icons/arrow-right-light.svg");
}
.gallery-carousel.light-carousel .slick-arrow {
  background-color: #AF9664;
}
.gallery-carousel img {
  width: 100%;
  aspect-ratio: 752/544;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .gallery-carousel__highlight-image {
    background-position: center;
    background-size: cover;
  }
  .gallery-carousel .slick-slide {
    margin: 0px;
  }
}

.mfp-arrow {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}

.downloads-row {
  padding: 1px;
}
.downloads-row__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 116px;
  margin-top: 10px;
}
.downloads-row__heading-container {
  margin-bottom: 0px;
}
.downloads-row.inverse {
  background-color: #F8F8F8;
}
.downloads-row__heading {
  margin-bottom: 16px;
  margin-top: 16px;
}
.downloads-row__subheading {
  margin-bottom: 48px;
}
.downloads-row__text {
  width: 50%;
  max-width: 548px;
}
.downloads-row__downloads {
  width: 50%;
  max-width: 548px;
}
@media (max-width: 1100px) {
  .downloads-row__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 64px 24px;
    margin-top: 30px;
    gap: unset;
  }
  .downloads-row__heading-container {
    margin: 64px 24px;
    width: unset;
    margin-bottom: 0px;
  }
  .downloads-row__text {
    width: 100%;
    max-width: unset;
  }
  .downloads-row__downloads {
    width: 100%;
    max-width: unset;
  }
}

.download-item {
  margin: 8px 0px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download-item__top-icon-dark {
  display: none;
}
.download-item:hover {
  text-decoration: underline;
}
.download-item__text {
  width: 75%;
  margin-right: 18px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.download-item__top-icon-border {
  width: 84px;
  min-height: 84px;
  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;
  background-color: #AF9664;
}
.download-item__top-icon, .download-item__top-icon-dark {
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.download-item__dark .download-item__top-icon-dark {
  display: unset !important;
}
.download-item__dark .download-item__top-icon-border {
  background-color: #1EC8D7;
}
.download-item__dark .download-item__top-icon {
  display: none !important;
}
.rich-text-row {
  padding: 1px;
}
.rich-text-row__container {
  margin: 30px auto;
  max-width: 784px;
}

/*# sourceMappingURL=style.css.map */