/**
  If any section gets too long, it is recommended to break it out into
  its own file and imported in the modules/all.scss file.
**/
/** Utilities **/
/** Colors */
/** Font **/
/* =================================================================
flex settings
================================================================= */
/* stylelint-disable */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");

/* Regular */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-Regular"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Regular.woff") format("woff"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* Medium */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-Medium"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Medium.woff") format("woff"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-Bold"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Bold.woff") format("woff"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic";
  src: url("https://media.longhornsteakhouse.com/images/site/ext/fonts/leaguegothic-regular-webfont.eot");
  src: url("https://media.longhornsteakhouse.com/images/site/ext/fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("https://media.longhornsteakhouse.com/images/site/ext/fonts/leaguegothic-regular-webfont.woff") format("woff"),
    url("https://media.longhornsteakhouse.com/images/site/ext/fonts/leaguegothic-regular-webfont.ttf") format("truetype"),
    url("https://media.longhornsteakhouse.com/images/site/ext/fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("//media.longhornsteakhouse.com/stage/stage1/fonts/glyphicons-halflings-regular.eot");
  src: url("//media.longhornsteakhouse.com/stage/stage1/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("//media.longhornsteakhouse.com/stage/stage1/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/stage/stage1/fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("//media.longhornsteakhouse.com/stage/stage1/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("//media.longhornsteakhouse.com/stage/stage1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* AGENCY FONTS - OLD */
@font-face {
  font-family: "Montserrat";
  src: url("//media.longhornsteakhouse.com/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Regular.woff") format("woff"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("//media.longhornsteakhouse.com/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Medium.woff") format("woff"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("//media.longhornsteakhouse.com/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Bold.woff") format("woff"),
    url("//media.longhornsteakhouse.com/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

p {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", "Open Sans",
    "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}

p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol {
  font-weight: 400;
  margin: 0;
}

.h1 {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 2rem;
  line-height: 2.1875rem;
  margin-bottom: 0rem;
}

.h2 {
  font-family: "PlayFair Display", "Trivia Serif", "Acta Display",
    "Champagne Sorbet", serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 2.375rem;
  line-height: 2.9375rem;
  margin-bottom: 0.875rem;
}

@media only screen and (min-width: 47.5em) {
  .h2 {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

.h3 {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0rem;
}

.h4 {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 47.5em) {
  .h4 {
    font-size: 2.625rem;
  }
}

.h5 {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 47.5em) {
  .h5 {
    font-size: 2.375rem;
  }
}

.h6 {
  font-size: 1rem;
  font-weight: bold;
}

.h-small {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  font-family: "League Gothic", "LeagueGothic", Cambria, "Hoefler Text", Utopia,
    "Liberation Serif", "Nimbus Roman No9 L Regular", sans-serif;
}

.h1-subhead {
  display: block;
  font-family: "PlayFair Display", Cambria, "Hoefler Text", Utopia,
    "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman",
    serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 3.75rem;
  line-height: 1;
}

@media only screen and (min-width: 47.5em) {
  .h1-subhead {
    width: 100%;
    font-size: 5.625rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .h1-subhead {
    font-size: 8.75rem;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.primary-font-color {
  color: #020001;
}

.secondary-font-color {
  color: #6a6a6a;
}

.tertiary-font-color {
  color: #fff;
}

.quarternary-font-color {
  color: #535353;
}

.primary-link-color {
  color: #831a2e;
}

.secondary-link-color {
  color: #000;
}

.quarternary-link-color {
  color: #fff;
}

.quinary-font-color {
  color: #d4be97;
}

.light-background {
  background: #fafafa;
  color: #020001;
}

.secondary-light-background {
  background: #fafafa;
  color: #020001;
}

.dark-background {
  background: #aca4a3;
  color: #fff;
}

.secondary-dark-background {
  background: rgba(172, 164, 163, 0.3);
  color: #020001;
}

.tertiary-dark-background {
  background: #212020;
  color: #fff;
}

.quartenary-dark-background-color {
  background: #1a1a1a;
  color: #fff;
}

.bold {
  font-weight: bold;
}

.primary-bold {
  font-family: "Montserrat", "Roboto", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 700;
}

.word-break {
  word-spacing: 100vw;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.shadow,
.text-shadow {
  text-shadow: 0 0 8px rgba(2, 0, 1, 0.44);
}

a {
  text-decoration: none;
  color: #831a2e;
}

a:hover,
a:active,
a:focus,
a:focus-within {
  text-decoration: underline;
  color: #831a2e;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.is-invalid {
  border-color: #dc3545 !important;
}

/* Typography -----------------------------------------------------------*/
/* Font Weight */
.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

/* Font family */
.font-montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.font-league-gothic {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif;
}

.font-league-gothic-condensed {
  font-family: "league-gothic-condensed", sans-serif !important;
}

.font-playfair {
  font-family: "Playfair Display", serif !important;
}

/* Font Sizes */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.687rem !important;
}

.fs-9 {
  font-size: 0.625rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.fs-11 {
  font-size: 0.375rem !important;
}

/* Line Height */
.lh-1 {
  line-height: 1 !important;
}

.lh-small {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-large {
  line-height: 2 !important;
}

/* Letter spacing */
.ls-1 {
  letter-spacing: 0.0625rem !important;
}

.ls-2 {
  letter-spacing: 0.1rem !important;
}

.ls-3 {
  letter-spacing: 0.125rem !important;
}

.ls-4 {
  letter-spacing: 0.1875rem !important;
}

/* Colors */
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #af2734 !important;
}

.text-bordo {
  color: #831a2e !important;
}

.text-gray--lighter {
  color: #6a6a6a !important;
}

.text-gray--darker {
  color: #4a413a !important;
}

.text-orange {
  color: #ce732f !important;
}

.bg-black--lighter {
  background-color: #212020 !important;
}

.bg-black--darker {
  background-color: #020001 !important;
}

.bg-gray--light {
  background-color: #aca4a3 !important;
}

.bg-gray--lighter {
  background-color: rgba(172, 164, 163, 0.3) !important;
}

.bg-red {
  background-color: #831a2e !important;
}

.bg-orange {
  background-color: #ce732f !important;
}

.bg-maroon {
  background-color: rgb(131, 26, 46) !important;
}

.bg-white-smoke {
  background-color: rgb(188, 182, 181) !important;
}

.bg-texture--tan-paper {
  background-image: url("https://media.longhornsteakhouse.com/images/site/responsive/global/paper-background-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-texture--white-paper {
  background: url("//media.longhornsteakhouse.com/images/site/responsive/global/background-light-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 6px !important;
  padding: 0.7rem 1.5rem;
}

.btn-red,
.btn-red:visited {
  background-color: #831a2e;
  border: 2px solid #831a2e;
  color: #fff !important;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  color: #fff !important;
  background-color: #af2734;
  border: 2px solid #af2734;
  cursor: pointer;
}

.btn-gray,
.btn-gray:visited {
  background-color: #4a413a;
  border: 2px solid #4a413a;
  color: #fff !important;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  background-color: #212020;
  border-color: #212020;
  cursor: pointer;
}

.btn:disabled,
.btn[disabled] {
  background-color: rgba(172, 164, 163, 0.3) !important;
  border: 2px solid #4a413a;
  color: #fff !important;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  cursor: not-allowed;
}

/* Border */
.border-orange {
  border-color: #ce732f !important;
}

.border-gray {
  border-color: #6a6a6a !important;
}

.border-black {
  border-color: #000 !important;
}

.border-red {
  border-color: #831a2e !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
}

/* Utility Classes */
.text-shadow-1 {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.text-shadow-2 {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.text-shadow-3 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/* Media Queries  */
@media (max-width: 575.98px) {
  .lh-xs-1 {
    line-height: 1 !important;
  }

  .lh-xs-small {
    line-height: 1.25 !important;
  }

  .lh-xs-base {
    line-height: 1.5 !important;
  }

  .lh-xs-large {
    line-height: 2 !important;
  }
}

@media (min-width: 576px) {
  .lh-sm-1 {
    line-height: 1 !important;
  }

  .lh-sm-small {
    line-height: 1.25 !important;
  }

  .lh-sm-base {
    line-height: 1.5 !important;
  }

  .lh-sm-large {
    line-height: 2 !important;
  }
}

@media (min-width: 768px) {
  .lh-md-1 {
    line-height: 1 !important;
  }

  .lh-md-small {
    line-height: 1.25 !important;
  }

  .lh-md-base {
    line-height: 1.5 !important;
  }

  .lh-md-large {
    line-height: 2 !important;
  }
}

@media (min-width: 992px) {
  .lh-lg-1 {
    line-height: 1 !important;
  }

  .lh-lg-small {
    line-height: 1.25 !important;
  }

  .lh-lg-base {
    line-height: 1.5 !important;
  }

  .lh-lg-large {
    line-height: 2 !important;
  }
}

body {
  background: #fafafa;
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1.125rem;
  /* Accessibility standards: minimum 16px */
}

img {
  width: 100%;
  height: auto;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.flex-align-left {
  margin-right: auto;
}

.flex-align-right {
  margin-left: auto;
}


.hidden {
  display: none;
}

.visually-hidden {
  /* For accessibility uses */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visually-shown {
  position: static;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
}

.hide-on-large {
  display: block;
}

@media only screen and (min-width: 37.5em) {
  .hide-on-large {
    display: none;
  }
}

.hide-on-small {
  display: none;
}

@media only screen and (min-width: 37.5em) {
  .hide-on-small {
    display: block;
  }
}

.hide-on-mobile {
  display: none;
}

.hide-on-tablet {
  display: block;
}

@media only screen and (min-width: 47.5em) {
  .hide-on-tablet {
    display: none;
  }
}

.show-on-tablet {
  display: none;
}

@media only screen and (min-width: 47.5em) {
  .show-on-tablet {
    display: block;
  }
}

.hide-on-desk {
  display: block;
}

@media only screen and (min-width: 56.25em) {
  .hide-on-desk {
    display: none;
  }
}

.show-on-desk {
  display: none;
}

@media only screen and (min-width: 56.25em) {
  .show-on-desk {
    display: block;
  }
}

@media only screen and (min-width: 45em) {
  .left {
    float: left;
  }
}

@media only screen and (min-width: 45em) {
  .right {
    float: right;
  }
}

.inner-container {
  max-width: 75rem;
}

.inner-container-small {
  max-width: 48.125rem;
}

.padded-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 75em) {
  .padded-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.43125rem 0.25rem 0 0.25rem;
  border-color: #831a2e transparent transparent transparent;
}

.paper-background {
  background: url("//media.longhornsteakhouse.com/images/site/responsive/global/paper-background-pattern.jpg");
  background-repeat: repeat-x;
}

.paper-background-light {
  background: url("//media.longhornsteakhouse.com/images/site/ext/about-us-11-2020/paper-background-pattern-light.jpg") repeat;
}

.no-scroll {
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.responsive-frame-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-frame-container iframe,
.responsive-frame-container frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-wrapper video {
  width: 100%;
}

.responsive-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.responsive-video-wrapper.ratio-16-9 {
  padding-bottom: 56.25%;
}

.responsive-video-wrapper video {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000000),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.78;
}

.zoom-on-hover {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.zoom-on-hover:hover,
.zoom-on-hover:active,
.zoom-on-hover:focus,
.zoom-on-hover:focus-within {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.skip-to-content-link {
  left: 50%;
  padding: 1.25rem 1.25rem;
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  background: #fafafa;
  color: #831a2e;
  z-index: 9999;
}

.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  color: #831a2e;
}

.image-shadow {
  -webkit-box-shadow: 15px 12px 34px 0 rgba(28, 26, 26, 0.45);
  box-shadow: 15px 12px 34px 0 rgba(28, 26, 26, 0.45);
}

.primary-button {
  background-color: #831a2e;
  border: 0.125em solid #831a2e;
  color: #fff;
}

.secondary-button {
  background-color: #fafafa;
  color: #020001;
  border: 0.125em solid #fafafa;
}

.primary-button,
.secondary-button {
  display: inline-block;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 1.125rem 1.875rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.primary-button:hover,
.secondary-button:hover,
.primary-button:active,
.secondary-button:active,
.primary-button:focus,
.secondary-button:focus,
.primary-button:focus-within,
.secondary-button:focus-within {
  text-decoration: none;
  color: #fff;
  background-color: #af2734;
  border: 0.125rem solid #af2734;
}

.primary-button.disabled:hover,
.disabled.secondary-button:hover,
.primary-button.disabled:active,
.disabled.secondary-button:active,
.primary-button.disabled:focus,
.disabled.secondary-button:focus,
.primary-button.disabled:focus-within,
.disabled.secondary-button:focus-within {
  color: #fff;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
}

.primary-button.small-button,
.small-button.secondary-button {
  /* font-size: 1rem; */
  font-size: 16px;
  letter-spacing: 0;
  padding: 0.625em 0.75em;
  text-align: center;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
  color: #fff;
}

.primary-button.small-button:hover,
.small-button.secondary-button:hover,
.primary-button.small-button:focus,
.small-button.secondary-button:focus {
  background-color: #af2734;
  border: 0.125em solid #af2734;
  color: #fff;
}

.secondary-button {
  background-color: #fafafa;
  color: #020001;
}

.button-reset {
  cursor: pointer;
  outline: none;
  border: 0;
  padding: 3px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-items: center;
}

.button-reset:focus,
.button-reset:focus-within,
.button-reset:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.button-link {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  font: inherit;
  line-height: normal;
  text-decoration: none;
  color: #831a2e;
}

.button-link:focus,
.button-link:focus-within,
.button-link:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.button-link:hover,
.button-link:active,
.button-link:focus,
.button-link:focus-within {
  text-decoration: underline;
}

.link-with-arrow {
  position: relative;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 2.1875rem;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 62.5em) {
  .link-with-arrow {
    margin: 0 0.625rem 0.625rem;
  }
}

@media only screen and (min-width: 75em) {
  .link-with-arrow {
    margin: 0 0 0.625rem;
  }
}

.link-with-arrow:hover,
.link-with-arrow:active,
.link-with-arrow:focus,
.link-with-arrow:focus-within {
  text-decoration: underline;
  color: #831a2e;
}

.link-with-arrow .arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.link-with-arrow .arrow>img {
  display: block;
}

@media only screen and (min-width: 62.5em) {
  .card-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 82rem;
  }
}

.card-section-wrapper .card {
  margin-bottom: 2.1875rem;
  -webkit-box-shadow: 0 0.3125rem 3.4375rem 0 rgba(2, 2, 2, 0.25);
  box-shadow: 0 0.3125rem 3.4375rem 0 rgba(2, 2, 2, 0.25);
  padding: 1.25rem 1.25rem 2.5rem;
}

@media only screen and (min-width: 47.5em) {
  .card-section-wrapper .card:first-of-type {
    margin-left: 0;
  }

  .card-section-wrapper .card:last-of-type {
    margin-right: 0;
  }
}

.card-section-wrapper .card.card-with-image .card-image-wrapper {
  position: relative;
  margin-bottom: 2.1875rem;
}

.card-section-wrapper .card.card-with-image .card-image-wrapper .h3 {
  position: absolute;
  top: 1rem;
  width: 100%;
}

.card-section-wrapper .card.card-with-image .card-image-wrapper .h3 span {
  margin: 0 0.375rem;
}

@media only screen and (min-width: 47.5em) {
  .card-section-wrapper.card-three-column .card {
    margin: 0 auto 2.1875rem;
    max-width: 31.25rem;
  }
}

@media only screen and (min-width: 62.5em) {
  .card-section-wrapper.card-three-column .card {
    width: 33%;
    max-width: 25.875rem;
    margin: 0 1.125rem;
  }
}

.column-sections {
  padding: 4rem 1.5rem;
}

@media only screen and (min-width: 47.5em) {
  .column-sections .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.column-sections .column-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 47.5em) {
  .column-sections .column-section.pull-up {
    margin-top: -0.875rem;
  }
}

.column-sections .column-section:last-of-type {
  margin-bottom: 0;
}

.column-sections .column-section .column-icon-wrapper {
  margin-bottom: 1.5625rem;
}

.column-sections .column-section .paragraph-copy {
  margin-bottom: 1.5625rem;
  width: 85%;
}

.column-sections .column-section .link-with-arrow-wrapper {
  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;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 25.875em) {
  .column-sections .column-section .link-with-arrow-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 47.5em) {
  .column-sections .column-section .link-with-arrow-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 75em) {
  .column-sections .column-section .link-with-arrow-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.column-sections .column-section .link-with-arrow-wrapper.two-links {
  width: 100%;
  max-width: 25rem;
}

.column-sections .column-section .link-with-arrow-wrapper.hide-sms {
  display: none;
}

@media only screen and (min-width: 47.5em) {
  .column-sections.three-column .column-section {
    width: 50%;
  }
}

@media only screen and (min-width: 62.5em) {
  .column-sections.three-column .column-section {
    width: 33%;
    max-width: 20.625rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 47.5em) {
  .paper-offset-image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.paper-offset-image-block-image {
  padding: 1.5rem 1.5rem 0;
  background-size: 51%;
  margin-bottom: 2.875rem;
}

@media only screen and (min-width: 47.5em) {
  .paper-offset-image-block-image {
    padding: 1.875rem 0 0 1.875rem;
    margin-bottom: 0;
    background-size: 58%;
  }
}

@media only screen and (min-width: 75em) {
  .paper-offset-image-block-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.2%;
    flex: 0 0 58.2%;
  }
}

.paper-offset-image-block-content {
  text-align: center;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 47.5em) {
  .paper-offset-image-block-content {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media only screen and (min-width: 50em) {
  .paper-offset-image-block-content {
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 75em) {
  .paper-offset-image-block-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    padding-right: 0;
    max-width: 383px;
    margin-right: 130px;
  }
}

@media only screen and (min-width: 47.5em) {

  .paper-offset-image-block-content .primary-button,
  .paper-offset-image-block-content .secondary-button {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 75em) {

  .paper-offset-image-block-content .primary-button,
  .paper-offset-image-block-content .secondary-button {
    font-size: 1.5rem;
  }
}

.paper-sidecard-image-block {
  padding: 1.5rem 1.5rem 4.375rem;
  margin-bottom: 5.625rem;
  text-align: center;
  background: url("//media.longhornsteakhouse.com/images/site/ext/about-us-11-2020/paper-background-pattern-light.jpg") repeat;
}

@media only screen and (min-width: 47.5em) {
  .paper-sidecard-image-block {
    background: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    max-width: 64.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 47.5em) {
  .paper-sidecard-image-block.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.paper-sidecard-image-block-heading {
  font-size: 2.6875rem;
}

@media only screen and (min-width: 75em) {
  .paper-sidecard-image-block-heading {
    font-size: 3.75rem;
  }
}

.paper-sidecard-image-block-image {
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 47.5em) {
  .paper-sidecard-image-block-image {
    margin-bottom: 0;
  }
}

.paper-sidecard-image-block-image .image-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 47.5em) {
  .paper-sidecard-image-block-content {
    padding: 2.5rem;
    -webkit-box-shadow: 15px 12px 34px 0 rgba(28, 26, 26, 0.45);
    box-shadow: 15px 12px 34px 0 rgba(28, 26, 26, 0.45);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    background: url("//media.longhornsteakhouse.com/images/site/ext/about-us-11-2020/paper-background-pattern-light.jpg") repeat;
  }
}

@media only screen and (min-width: 50em) {
  .paper-sidecard-image-block-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}

@media only screen and (min-width: 56.25em) {
  .paper-sidecard-image-block-content {
    padding: 4.375rem 3.75rem 4.375rem 2.5rem;
  }
}

@media only screen and (min-width: 62.5em) {
  .paper-sidecard-image-block-content {
    padding: 4.375rem 3.75rem;
  }
}

.content-block {
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 50em) {
  .content-block {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.content-block .content-block-image-container .cb-image-mid,
.content-block .content-block-image-container .cb-image-large {
  display: none;
}

@media only screen and (min-width: 50em) {
  .content-block .content-block-image-container .cb-image-small {
    display: none;
  }
}

@media only screen and (min-width: 50em) {
  .content-block .content-block-image-container .cb-image-mid {
    display: block;
  }
}

@media only screen and (min-width: 75em) {
  .content-block .content-block-image-container .cb-image-mid {
    display: none;
  }
}

@media only screen and (min-width: 75em) {
  .content-block .content-block-image-container .cb-image-large {
    display: block;
    margin-bottom: -5.4%;
  }
}

.content-block-content {
  text-align: center;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 50em) {
  .content-block-content {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 1.25rem 0 1.25rem 1.5rem;
    max-width: 28.75rem;
  }
}

@media only screen and (min-width: 50em) {
  .content-block-content .content-block-content-header {
    font-size: 2.1875rem;
  }
}

@media only screen and (min-width: 75em) {
  .content-block-content .content-block-content-header {
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 50em) {
  .content-block-content .content-block-content-copy {
    max-width: 24.375rem;
  }
}

.content-block-content .note {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  font-weight: 700;
}

@media only screen and (min-width: 50em) {
  .content-block-content .note {
    margin-top: 0.625rem;
  }
}

.rotate {
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*
* IE11 styles
*/
.ie-11 img {
  width: auto;
}

.ie-11 .hero-wrapper img,
.ie-11 .card-image-wrapper img {
  width: 100%;
}

.ie-11 .card-image-wrapper img {
  height: 23.375rem;
}

.ie-11 .paper-sidecard-image-block-image image {
  width: 100%;
}

.lh-label {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #020001;
  text-transform: uppercase;
  text-align: left;
  border: none;
  margin-bottom: 0.625rem;
}

input:not([type="submit"]) {
  border: 0.0625rem solid #831a2e;
  width: 100%;
  padding: 1.5rem 1rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  color: #020001;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 4rem;
}

input:not([type="submit"]).short-input {
  padding: 0.75rem;
  font-size: 1rem;
  height: 2.5rem;
}

input:not([type="submit"]):active,
input:not([type="submit"]):focus {
  color: #020001;
}

input:not([type="submit"])::-webkit-input-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"])::-moz-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"]):-ms-input-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"])::-ms-input-placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

input:not([type="submit"])::placeholder {
  color: #020001;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}

@supports (font-synthesis: inherit) {
  input::-webkit-input-placeholder {
    line-height: 4rem;
  }

  input::-moz-placeholder {
    line-height: 4rem;
  }

  input:-ms-input-placeholder {
    line-height: 4rem;
  }

  input::-ms-input-placeholder {
    line-height: 4rem;
  }

  input::placeholder {
    line-height: 4rem;
  }
}

.form-row {
  display: block;
}

@media only screen and (min-width: 62.5em) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 62.5em) {
  .form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media only screen and (min-width: 62.5em) {
  .form-input label {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
  }
}

.form-input.form-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 2.0625rem;
}

.form-with-validation .invalid-feedback {
  text-align: left;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-validation-failed {
  max-width: 37.5rem;
  text-align: left;
}

.form-validation-failed-title {
  margin-bottom: 0.5rem;
}

.form-validation-failed-list {
  list-style-type: disc;
  margin-left: 2.5rem;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 1.25rem;
}

.form-validation-failed-list:last-child {
  margin-bottom: 0;
}

.loading {
  width: 100%;
  max-width: 5.625rem;
  height: auto;
  margin: 0 auto;
}

.custom-radio-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-radio-block {
  position: relative;
}

.custom-radio-block-label {
  cursor: pointer;
  color: #fff;
  padding: 0.875rem 1.25rem;
  border-radius: 0.375rem;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.custom-radio-block-label:hover,
.custom-radio-block-label:active,
.custom-radio-block-label:focus,
.custom-radio-block-label:focus-within {
  text-decoration: none;
  color: #fff;
  background-color: #af2734;
  border: 0.125rem solid #af2734;
}

.custom-radio-block-input {
  visibility: hidden;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

.custom-radio-block-input:checked+label {
  background-color: #fafafa;
  color: #020001;
}

.checkbox-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input[type="checkbox"] {
  width: 2rem;
  padding: 0;
}

input[type="checkbox"].checkbox-on-side {
  margin-right: 0.75rem;
}

.checkbox-label-on-side {
  margin-top: 0.25rem;
  line-height: 1.3;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
* Components
*/
.modal {
  width: 90%;
  margin-left: -45%;
  background-color: #fafafa;
  color: #020001;
  font-size: 1rem;
  padding: 1.875rem 1.5rem;
  max-height: 90vh;
  overflow-y: auto;
}

@media only screen and (min-width: 47.5em) {
  .modal {
    width: 43.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
  }
}

.modal.fade {
  top: -100%;
}

.modal.fade.in {
  top: 5%;
}

.modal p {
  font-size: 1rem;
}

.modal .modal-header {
  padding: 0;
}

.modal .modal-body {
  max-height: none;
  padding: 1.25rem 0;
}

.modal .modal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal-form-row {
  width: 100%;
  margin-bottom: 0.5rem;
}

.modal .modal-form-row.extra-margin {
  margin-bottom: 2.5rem;
}

.modal-close-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.modal-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #d7d7d7;
  opacity: 0.8;
}

.header {
  width: 100%;
  background-color: #020001;
  /* position: -webkit-sticky;
 position: sticky;
 top: 0; */
  z-index: 1000;
}

.header .header-wrapper {
  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;
  padding: 0 1.5rem;
  min-height: 4.375rem;
  margin: 0 auto;
  background-color: #020001;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 47.5em) {
  .header .header-wrapper {
    padding: 1.0625rem 1rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .header .header-wrapper {
    min-height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 75em) {
  .header .header-wrapper {
    padding: 1.0625rem 1.5rem;
  }
}

.header .hamburger-button {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  opacity: 1;
}

.header .hamburger-button:focus,
.header .hamburger-button:focus-within,
.header .hamburger-button:active {
  outline: 5px auto -webkit-focus-ring-color;
}

@media only screen and (min-width: 47.5em) {
  .header .hamburger-button.hide-on-tablet {
    display: none;
  }
}

.header .hamburger-button .hamburger {
  width: 1.75rem;
  height: 1.0625rem;
  z-index: 999;
  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;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}

.header .hamburger-button .hamburger i {
  width: 100%;
  height: 0.1875rem;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .hamburger-button .hamburger i.middle {
  width: 1rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header .hamburger-button .hamburger.slider-open i.top {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.header .hamburger-button .hamburger.slider-open i.middle {
  opacity: 0;
}

.header .hamburger-button .hamburger.slider-open i.bottom {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.header .mobile-nav-slider-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 4.375rem;
  left: -100%;
  background-color: #212020;
  padding: 3.125rem 0 2.625rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 98;
  overflow-y: auto;
  padding-bottom: 160px;
  visibility: hidden;
}

@media only screen and (min-width: 56.25em) {
  .header .mobile-nav-slider-wrapper {
    display: none;
  }
}

.header .mobile-nav-slider-wrapper.is-open {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
}

.header .mobile-nav-slider-wrapper .mobile-nav-item {
  margin-bottom: 1.25rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav-link {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  line-height: 2.625rem;
  text-transform: uppercase;
  color: #fff;
}

.header .mobile-nav-slider-wrapper .mobile-nav-link:hover,
.header .mobile-nav-slider-wrapper .mobile-nav-link:active,
.header .mobile-nav-slider-wrapper .mobile-nav-link:focus,
.header .mobile-nav-slider-wrapper .mobile-nav-link:focus-within {
  text-decoration: underline;
}

.header .mobile-nav-slider-wrapper .mobile-nav {
  margin: 0 1.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #e1e0df;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary .mobile-nav-item:last-of-type {
  margin-bottom: 0;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary .mobile-nav-link {
  font-size: 2.125rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary {
  padding-top: 2.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary .mobile-nav-item {
  margin-bottom: 1.5rem;
}

.header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary .mobile-nav-link {
  font-size: 1.5rem;
}

.header .logo-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 9.0625rem;
}

@media only screen and (min-width: 47.5em) {
  .header .logo-wrapper {
    max-width: 6.25rem;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 56.25em) {
  .header .logo-wrapper {
    max-width: 9.0625rem;
  }
}

@media only screen and (min-width: 75em) {
  .header .logo-wrapper {
    max-width: 10.375rem;
  }
}

.header .desktop-nav-wrapper {
  margin-left: 1.5rem;
  margin-right: auto;
}

@media only screen and (min-width: 47.5em) {
  .header .desktop-nav-wrapper {
    margin-left: 0.75rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .header .desktop-nav-wrapper {
    margin-left: 1.5rem;
  }
}

@media only screen and (min-width: 75em) {
  .header .desktop-nav-wrapper {
    margin-left: 3rem;
  }
}

.header .desktop-nav-wrapper.hide-on-mobile {
  display: none;
}

@media only screen and (min-width: 47.5em) {
  .header .desktop-nav-wrapper.hide-on-mobile {
    display: block;
  }
}

.header .desktop-nav-wrapper .desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-item {
  margin: 0 0.5rem;
}

@media only screen and (min-width: 75em) {
  .header .desktop-nav-wrapper .desktop-nav .desktop-nav-item {
    margin: 0 1rem;
  }
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-item:first-of-type {
  margin-left: 0;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-item:last-of-type {
  margin-right: 0;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0.125rem solid transparent;
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:hover,
.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:active,
.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:focus,
.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link:focus-within {
  text-decoration: none;
  border-bottom: 0.125rem solid #fff;
}

@media only screen and (min-width: 47.5em) {
  .header .desktop-nav-wrapper .desktop-nav .desktop-nav-link {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .header .desktop-nav-wrapper .desktop-nav .desktop-nav-link {
    font-size: 1.125rem;
  }
}

.header .desktop-nav-wrapper .desktop-nav .desktop-nav-link.waitlist-link {
  line-height: 1.2;
  margin-top: 0.125rem;
}

.header .cart-location-wrapper .cart-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .cart-location-wrapper .cart-location .cart-location-item {
  line-height: 1.4;
  padding: 0 0.5625rem;
}

@media only screen and (min-width: 47.5em) {
  .header .cart-location-wrapper .cart-location .cart-location-item {
    padding: 0 0.3125rem;
  }
}

@media only screen and (min-width: 59.375em) {
  .header .cart-location-wrapper .cart-location .cart-location-item {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 75em) {
  .header .cart-location-wrapper .cart-location .cart-location-item {
    padding: 0 1.5rem;
  }
}

.header .cart-location-wrapper .cart-location .cart-location-item:first-of-type {
  padding-left: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item:last-of-type {
  padding-right: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item.hide-on-mobile {
  display: none;
}

@media only screen and (min-width: 47.5em) {
  .header .cart-location-wrapper .cart-location .cart-location-item.hide-on-mobile {
    display: initial;
  }
}

@media only screen and (min-width: 47.5em) {
  .header .cart-location-wrapper .cart-location .cart-location-item.hide-on-tablet {
    display: none;
  }
}

@media only screen and (min-width: 59.375em) {
  .header .cart-location-wrapper .cart-location .cart-location-item.hide-on-desktop {
    display: none;
  }
}

.header .cart-location-wrapper .cart-location .cart-location-item.map-pin a {
  width: 1.5625rem;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location {
  font-size: 0.75rem;
  line-height: 1rem;
  width: 8.9375rem;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-location-number {
  margin-bottom: 0.25rem;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-location-name>a {
  color: #fff;
  text-decoration: underline;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link {
  text-decoration: none;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
}

.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:hover,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:active,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:focus,
.header .cart-location-wrapper .cart-location .cart-location-item .active-location .header-change-location-link:focus-within {
  text-decoration: underline;
  color: #fff;
}

@media only screen and (min-width: 59.375em) {
  .header .cart-location-wrapper .cart-location .cart-location-item.log-in-link {
    border-right: 0.0625rem solid #fff;
    border-left: 0.0625rem solid #fff;
  }
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag {
  position: relative;
}

/* @media only screen and (min-width: 47.5em) {
  .header
    .cart-location-wrapper
    .cart-location
    .cart-location-item.shopping-bag {
    max-width: 1.875rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .header
    .cart-location-wrapper
    .cart-location
    .cart-location-item.shopping-bag {
    max-width: 100%;
  }
} */
.header .cart-location-wrapper .cart-location .shopping-bag .cart-location-link {
  display: block;
}

.header .cart-location-wrapper .cart-location .shopping-bag .cart-location-link img {
  width: 1.625rem;
  max-width: 100%;
  height: auto;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-item-count {
  position: absolute;
  bottom: 0.125rem;
  right: -0.3125rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 0.625rem;
  background-color: #831a2e;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 0.1875rem 0.25rem 0.0625rem 0.3125rem;
  min-width: 1rem;
  border-radius: 6.25rem;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-item-count.double-digit {
  padding-top: 6px;
  padding-bottom: 3px;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup {
  position: absolute;
  right: 0;
  min-width: 300px;
  padding: 10px;
  border-radius: 6px;
  /* width: 16.875rem; */
  /* padding: 0.625rem 0.625rem 0;
    border-radius: 0.375rem; */
  -webkit-box-shadow: 10px 10px 34px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 34px 0 rgba(0, 0, 0, 0.3);
}

.header .cart-location-wrapper .cart-location .shopping-bag .cart-empty-popup .cart-empty-title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup .cart-empty-copy {
  /* font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 1rem; */
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 15px;
}

.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup .primary-button,
.header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag .cart-empty-popup .secondary-button {
  /* width: 100%; */
  display: block;
  margin-bottom: 0.625em;
  font-size: 16px;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", "Open Sans",
    "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}

.header .cart-location-wrapper .cart-location .cart-location-link,
#header-account-overlay .createProfile_lh {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.header .cart-location-wrapper .cart-location .cart-location-link:hover,
.header .cart-location-wrapper .cart-location .cart-location-link:active,
.header .cart-location-wrapper .cart-location .cart-location-link:focus,
.header .cart-location-wrapper .cart-location .cart-location-link:focus-within {
  text-decoration: none;
}

@media only screen and (min-width: 56.25em) {

  .header .cart-location-wrapper .cart-location .cart-location-link:hover.underline,
  .header .cart-location-wrapper .cart-location .cart-location-link:active.underline,
  .header .cart-location-wrapper .cart-location .cart-location-link:focus.underline,
  .header .cart-location-wrapper .cart-location .cart-location-link:focus-within.underline {
    border-bottom: 0.125rem solid #fff;
  }
}

.header .cart-location-wrapper .cart-location .mobile-location-link {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
}

.header .cart-location-wrapper .cart-location .mobile-location-link:focus,
.header .cart-location-wrapper .cart-location .mobile-location-link:focus-within,
.header .cart-location-wrapper .cart-location .mobile-location-link:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.header .mobile-location-information {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 4.375rem;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: 0.875rem;
  -webkit-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
  visibility: hidden;
}

.header .mobile-location-information.is-open {
  max-height: 37.5rem;
  visibility: visible;
}

@media only screen and (min-width: 59.375em) {
  .header .mobile-location-information.is-open {
    max-height: 0;
  }
}

.header .mobile-location-information .padded-wrapper {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header .mobile-location-information .mobile-location-address-line {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem;
}

.header .mobile-location-information .mobile-location-times #popRestHrs {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
}

.header .mobile-location-information .mobile-location-times .times {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 400;
  float: right;
}

.header .mobile-location-information .mobile-location-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.125rem;
  border-bottom: 0.0625rem solid #aca4a3;
}

.header .mobile-location-information .mobile-location-name .mobile-location-pin {
  width: 1rem;
  margin-right: 0.625rem;
}

.header .mobile-location-information .mobile-tel a {
  text-decoration: underline;
}

.header .mobile-location-information .mobile-location-times-available {
  margin-bottom: 0.375rem;
}

.header .mobile-location-information .mobile-location-times-available td {
  padding: 0 0.5rem 0.375rem 0;
}

.header .mobile-location-information .mobile-location-links {
  font-size: 1.125rem;
  text-align: center;
}

.header .mobile-location-information .mobile-location-links a {
  padding: 0.1875rem 0.75rem;
  border-left: 0.125rem solid #aca4a3;
}

.header .mobile-location-information .mobile-location-links a:first-child {
  padding-left: 0;
  border-left: none;
}

.header .mobile-location-information .mobile-location-edit {
  margin-top: 0.625rem;
  position: relative;
  text-align: center;
}

.header .mobile-location-information .mobile-location-edit .mobile-location-button {
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
}

.header .mobile-location-information .mobile-location-edit .primary-button#change-your-location,
.header .mobile-location-information .mobile-location-edit #change-your-location.secondary-button {
  width: auto;
  text-align: center;
  font-size: 1rem;
}

.waitlist-modal .waitlist-modal-radio-wrapper {
  max-width: 25rem;
}

.waitlist-modal .waitlist-location-details .waitlist-location-row {
  margin-bottom: 0.375rem;
}

.waitlist-modal .time-to-wait {
  display: inline-block;
  margin-left: 2.5rem;
  color: #831a2e;
}

#joinWaitListModal.modal {
  width: 100%;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: none !important;
}

#waitlist-step1 .error_msg {
  text-align: center !important;
  font-size: 13px !important;
  color: #831a2e !important;
  margin-top: 6px;
}

#joinWaitListModal.modal .mobalbox {
  background-color: #fff !important;
  border-radius: 3px;
  width: 33.125rem;
  /* 
  top: 0;
  margin: 10vh auto 1.875rem; */
  color: #000;
  padding: 1.25rem 1.875rem;
  overflow: hidden;
}

#joinWaitListModal.modal .mobalbox h3.myModalLabel {
  /* width: 100% !important; */
  display: block;
  text-align: center !important;
  color: #000;
  font-family: "League Gothic", "LeagueGothic", "league-gothic", Cambria,
    "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular",
    sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin: 1.25rem 0;
}

#joinWaitListModal.modal .mobalbox h3.myModalLabel.nowait {
  background-image: url(//media.longhornsteakhouse.com/images/site/responsive/global/erroricon.svg);
  padding-top: 3.125rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2.5rem 2.5rem;
}

#joinWaitListModal.modal .mobalbox h3.myModalLabel p.wl_currently_unavailable {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 2rem !important;
  padding-top: 0.625rem;
  text-align: center;
  line-height: 1.1 !important;
  color: #020001 !important;
}

#joinWaitListModal.modal .mobalbox p {
  color: #020001 !important;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0.625rem 0;
  text-transform: none;
}

#joinWaitListModal.modal .mobalbox #joinWaitListModal .error_msg {
  margin-bottom: 0.625rem;
}

#joinWaitListModal.modal .mobalbox .wait_list_est.nowait {
  display: inline-block;
  width: 100%;
  padding: 0 !important;
  float: none !important;
  margin-bottom: 1.0625rem;
}

#joinWaitListModal.modal .mobalbox h4.error_msg.text-left {
  line-height: 1.1;
  color: #000;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 0.875rem;
}

#joinWaitListModal button .test {
  display: none !important;
}

button#joinWaitListModal_overlayCloseButton_custom1 {
  background-color: #831a2e !important;
  background: url(//media.longhornsteakhouse.com/images/site/responsive/global/cancel-icon-rev.svg) no-repeat;
  background-size: 70%;
  background-position: center center;
  border: none;
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  position: relative;
  z-index: 12;
  border-radius: 0.1875rem;
  margin-right: 0;
  padding: 0.625rem;
  cursor: pointer;
  opacity: 1;
}

button#joinWaitListModal_overlayCloseButton_custom1 img {
  display: none !important;
}

#waitlist-step1 {
  display: block;
  line-height: 1.3125rem;
  text-align: center !important;
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07 {
  text-align: center;
  /* margin: 0 auto;
  display: block;
  float: none;
  padding: 1.25rem;
  width: 88%; */
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07>span {
  display: block;
}

.OutsideWaitlistHours_okgotitbtn {
  margin: 0 auto !important;
}

.OutsideWaitlistHours_okgotitbtn #joinWaitListModal_overlayCloseButton_custom1 {
  display: block;
  background-color: #831a2e;
  padding: 0.625rem;
  height: 4rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 0.1875rem !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 18rem;
}

.global-alert {
  width: 100%;
  background: #2d2926;
  color: #fff;
  font-size: 0.875rem;
}

.global-alert .global-alert-link {
  color: #fff;
  /* border-bottom: 0.0625rem solid #fff; */
}

.global-alert .global-alert-link:hover {
  text-decoration: none !important;
}

.global-alert {
  display: none;
  font-size: 0.875rem;
}

@media only screen and (min-width: 47.5em) {
  .global-alert {
    display: block;
  }
}

.global-alert .global-alert-wrapper {
  background: #2d2926;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 47.5em) {
  .global-alert .global-alert-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media only screen and (min-width: 75em) {
  .global-alert .global-alert-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.global-alert .careers-link {
  float: right;
  border-bottom: none;
  font-size: 0.875rem;
}

.global-alert .careers-link:hover {
  text-decoration: underline;
}

.header-wrapper {
  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;
  padding: 0 1.5rem;
  min-height: 4.375rem;
  margin: 0 auto;
  background-color: #020001;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 47.5em) {
  .header-wrapper {
    padding: 1.0625rem 0.75rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .header-wrapper {
    min-height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 75em) {
  .header-wrapper {
    padding: 1.0625rem 1.5rem;
  }
}

#erroricon_waitlist {
  display: none !important;
}

/*
* IE11 styles
*/
@media only screen and (min-width: 59.375em) {
  .ie-11 .header .cart-location-wrapper .cart-location .hide-on-mobile.cart-location-item {
    display: block;
  }
}

.footer {
  position: relative;
  background: url("//media.longhornsteakhouse.com/images/site/responsive/global/background-light-texture.jpg");
  padding-bottom: 1.75rem;
}

.footer .order-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6875rem 1rem;
  background-color: #fafafa;
  border-bottom: 0.0625rem solid #aca4a3;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.footer .order-bar-wrapper.fixed-order-bar {
  padding: 1.6875rem 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #020001;
}

@media only screen and (min-width: 50em) {
  .footer .order-bar-wrapper.hide-on-desktop {
    display: none;
  }
}

.footer .order-bar-wrapper .primary-button,
.footer .order-bar-wrapper .secondary-button {
  padding: 0.8125rem;
  height: 2.75rem;
  line-height: 1;
  font-size: 4vw;
}

@media only screen and (min-width: 23.4375em) {

  .footer .order-bar-wrapper .primary-button,
  .footer .order-bar-wrapper .secondary-button {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 25.875em) {

  .footer .order-bar-wrapper .primary-button,
  .footer .order-bar-wrapper .secondary-button {
    padding: 0.8125rem 1rem;
  }
}

.footer .footer-nav-primary {
  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;
  padding: 6.25rem 0 2.5rem;
}

.footer .footer-nav-primary .footer-nav-item {
  margin: 0 0.5rem 1.25rem;
}

@media only screen and (min-width: 56.25em) {
  .footer .footer-nav-primary .footer-nav-item {
    margin: 0 1.25rem 0.625rem;
  }
}

.footer .footer-nav-primary .footer-nav-link {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #020001;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (min-width: 56.25em) {
  .footer .footer-nav-primary .footer-nav-link {
    font-size: 1.3125rem;
  }
}

.footer .footer-nav-primary .footer-nav-link:hover,
.footer .footer-nav-primary .footer-nav-link:active,
.footer .footer-nav-primary .footer-nav-link:focus,
.footer .footer-nav-primary .footer-nav-link:focus-within {
  text-decoration: underline;
}

.footer .social-app-wrapper {
  margin-bottom: 5.625rem;
}

@media only screen and (min-width: 56.25em) {
  .footer .social-app-wrapper {
    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: 2.5rem;
  }
}

.footer .social-app-wrapper .social-links-wrapper,
.footer .social-app-wrapper .app-links-wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 56.25em) {

  .footer .social-app-wrapper .social-links-wrapper,
  .footer .social-app-wrapper .app-links-wrapper {
    margin: 0 3.125rem;
  }
}

.footer .social-app-wrapper .app-links-wrapper .paragraph-copy {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 37.5em) {
  .footer .social-app-wrapper .app-links-wrapper .paragraph-copy {
    margin-bottom: 0;
  }
}

.footer .social-app-wrapper .paragraph-copy {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0.625rem;
}

.footer .social-app-wrapper .wrapper-for-icon {
  margin: 0 0.625rem;
}

.footer .social-app-wrapper .link-for-icon {
  display: inline-block;
}

.footer .social-app-wrapper .link-for-icon.app-icon {
  width: 6.9375rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 37.5em) {
  .footer .social-app-wrapper .link-for-icon.app-icon {
    margin-bottom: 0;
  }
}

.footer .footer-nav-secondary {
  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;
  margin: 50px 15px;
}

.footer .footer-nav-secondary .footer-nav-item {
  margin: 0 0 0.625rem;
  padding: 0 0.5rem;
}

@media only screen and (min-width: 56.25em) {
  .footer .footer-nav-secondary .footer-nav-item {
    margin: 0;
  }
}

.footer .footer-nav-secondary .footer-nav-item:not(:last-child) {
  border-right: 0.0625rem solid #535353;
}

.footer .footer-nav-secondary .footer-nav-link {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  font-size: 16px;
  line-height: 1;
  color: #6a6a6a;
}

.footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
  font-size: 14px;
  line-height: 1.4;
  color: #535353;
  text-align: center;
}

.hero {
  text-align: center;
}

.hero .hero-wrapper,
.hero .hero-video-wrapper {
  position: relative;
  max-height: 56.25rem;
  overflow: hidden;
}

.hero .hero-wrapper .hero-headline,
.hero .hero-wrapper .hero-headline-reverse-size,
.hero .hero-video-wrapper .hero-headline,
.hero .hero-video-wrapper .hero-headline-reverse-size {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.57);
}

.hero .hero-headline {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 47.5em) {
  .hero .hero-headline {
    font-size: 3.125rem;
    line-height: 0.8;
  }
}

@media only screen and (min-width: 56.25em) {
  .hero .hero-headline {
    font-size: 4.6875rem;
  }
}

.hero .hero-headline-reverse-size {
  top: 0.9375rem;
  font-size: 2.75rem;
  line-height: 1.2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 37.5em) {
  .hero .hero-headline-reverse-size {
    font-size: 4.375rem;
    top: 1.25rem;
  }
}

@media only screen and (min-width: 45em) {
  .hero .hero-headline-reverse-size {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .hero .hero-headline-reverse-size {
    font-size: 7.5rem;
    top: 2.875rem;
  }
}

.hero .hero-headline-reverse-size .h1-subhead {
  font-size: 1.5rem;
}

@media only screen and (min-width: 37.5em) {
  .hero .hero-headline-reverse-size .h1-subhead {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 45em) {
  .hero .hero-headline-reverse-size .h1-subhead {
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .hero .hero-headline-reverse-size .h1-subhead {
    font-size: 4rem;
  }
}

.hero .hero-cta {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  position: inherit;
  /*146829*/
}

.wlcarousel {
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}

.carousel-inner.wlistsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  left: 0;
}

#partysizenum.wlnumber {
  float: none !important;
  display: inline-block;
  padding: 14px 10px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #831a2e;
  font-family: "Montserrat", sans-serif;
  margin-right: 0 !important;
  text-indent: 1px;
}

#partysizenum.wlnumber:hover {
  background: #831a2e;
  color: #fff !important;
}

.selected-partysize {
  background: #831a2e;
  color: #fff !important;
}

.input-append {
  text-align: left;
}

.input-append input {
  margin-bottom: 8px;
}

.wait_list_est.wl-time #waitTime {
  text-align: center;
  display: block;
  float: none;
  width: 100% !important;
}

.wait_list_est.wl-time {
  width: 100%;
  display: block;
  float: none !important;
}

#joinWaitListModal #waitlist-step1 .linkcolortxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021000;
  text-decoration: none !important;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07 {
  margin-top: 20px;
}

#joinWaitListModal #waitlist-step1 .linkcolortxt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021000 !important;
  text-decoration: none;
  font-size: 22px;
}

#joinWaitlistForm .partyfont,
.wait_list_est.wl-time #waitTime {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.wait_list_est.wl-time .time_num.new-time-num {
  margin: 10px auto !important;
  display: block;
  float: none !important;
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

#joinWaitlistForm .input-append input {
  border: 1px solid #831a2e;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  line-height: 26px;
  font-size: 18px !important;
  padding: 10px !important;
  border-radius: 3px !important;
  margin: 5px 0 10px 0;
  color: #021000 !important;
  font-weight: normal !important;
}

#joinWaitlistForm .input-append label {
  text-align: left !important;
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase;
  line-height: 20px !important;
}

.checkbox_d_overlay,
.checkbox_d_overlay1 {
  background-image: url(https://media.longhornsteakhouse.com/images/site/ext/css-images/checksprite.png) !important;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  float: left;
}

#join_checkbox input[type="checkbox"] {
  padding: 0;
  visibility: hidden;
  height: 20px;
  width: 20px;
}

div#join_checkbox.checkbox_d_overlay.checkbox_checked,
div#join_checkbox.checkbox_d_overlay1.checkbox_checked {
  background-position: 0% -24px !important;
}

#joinWaitListModal a.globaloptinelement {
  color: #000000;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  width: 90%;
}

.mobalbox a {
  color: #831a2e;
}

#joinWaitListModal i {
  text-transform: uppercase;
  font-size: 11px;
  font-style: italic;
}

.wait_list_est.wl-time {
  width: 100%;
  display: block;
  float: none !important;
}

.fill_form {
  font-size: 14px !important;
}

#joinWaitListModal.modal #joinWaitListModal h3.myModalLabel {
  text-transform: uppercase;
}

div#waitlist-step1 {
  text-align: center;
  display: block;
  font-size: 20px;
}

/* #joinWaitListModal .loc_sm_txt {
  font-size: 13px;
  color: #000000;
  font-weight: normal;
} */

.wait_list_est.wl-time .time_num.new-time-num {
  margin: 10px auto !important;
  display: block;
  float: none !important;
}

.wait_list_est.wl-time #waitTime {
  text-align: center;
  display: block;
  float: none;
  width: 100% !important;
}

.wait_list_est {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  padding-top: 20px;
  margin-top: 0px;
}

#joinWaitlistForm .partyfont,
.wait_list_est.wl-time #waitTime {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

form#joinWaitlistForm.send-overlay-form.newwaitlistform .overlay-check {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#EnterWaitlistConfirmation {
  background: #831a2e;
  border: 1px solid #831a2e;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 10px;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  float: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 3px !important;
  line-height: 26px;
  height: 50px;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 216px;
}

#EnterWaitlistConfirmation:hover {
  opacity: 0.8;
}

form#joinWaitlistForm.send-overlay-form.newwaitlistform .overlay-check #EnterWaitlistConfirmation {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

#waitlistCancel {
  padding: 10px;
  font-size: 18px;
  border-radius: 3px !important;
  text-align: center;
  font-family: montserrat !important;
  margin: 20px auto 0 !important;
  display: block;
  float: none !important;
  font-weight: normal;
}

form#joinWaitlistForm.send-overlay-form.newwaitlistform .overlay-check #waitlistCancel {
  width: 100% !important;
  display: block;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  text-decoration: underline;
}

#joinWaitListModal .guests p small {
  font-style: normal !important;
}

#newsOpts label {
  font-weight: normal;
  display: inline;
}

#newsOpts label:hover {
  text-decoration: none;
}

p.wl-margin {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  width: 450px !important;
}

/*
* Pages
*/
.sign-up-with-cards {
  background-size: 100% 85%;
  padding: 3.25rem 1.5rem 10.375rem;
}

@media only screen and (min-width: 62.5em) {
  .sign-up-with-cards {
    background-size: 100% 66%;
  }
}

.sign-up-with-cards .h2 {
  max-width: 30.1875rem;
}

.sign-up-with-cards .paragraph-copy {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 75em) {
  .sign-up-with-cards .paragraph-copy {
    margin-bottom: 1.75rem;
  }
}

.eclub-form-wrapper .eclub-signup-form-wrapper {
  margin-bottom: 4rem;
  position: relative;
}

@media only screen and (min-width: 62.5em) {

  .eclub-form-wrapper .eclub-signup-form .email-input-wrapper,
  .eclub-form-wrapper .eclub-signup-form .zip-input-wrapper {
    width: 30%;
    text-align: left;
  }
}

@media only screen and (min-width: 62.5em) {
  .eclub-form-wrapper .eclub-signup-form .form-button {
    width: 11%;
    max-width: 12.5rem;
  }
}

@media only screen and (min-width: 62.5em) {
  .eclub-form-wrapper .zip-input-wrapper {
    margin: 0 1.625rem;
  }
}

.eclub-form-wrapper .email-input-wrapper {
  margin-bottom: 1.375rem;
}

@media only screen and (min-width: 62.5em) {
  .eclub-form-wrapper .email-input-wrapper {
    margin-bottom: 0;
  }
}

.eclub-form-wrapper .zip-input-wrapper {
  margin-bottom: 1.375rem;
}

@media only screen and (min-width: 62.5em) {
  .eclub-form-wrapper .zip-input-wrapper {
    margin-bottom: 0;
  }
}

#eclubForm h1 {
  font-family: "LeagueGothic", Cambria, "Hoefler Text", Utopia,
    "Liberation Serif", "Nimbus Roman No9 L Regular", sans-serif;
  font-size: 2rem;
  color: #020001;
  padding: 1.25rem;
  text-align: center;
}

#eclubForm h1#page-title {
  color: #fff;
  background-color: #2d2926;
  text-transform: uppercase;
  display: none;
}

#eclubForm h3 {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", Cambria,
    "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular",
    sans-serif;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

#eclubForm p {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
}

#eclubForm span.small {
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
}

#eclubForm hr {
  display: none;
}

#eclubForm .errorMessages {
  max-width: 60rem;
  margin: 0 19px 1rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

@media screen and (min-width: 980px) {
  #eclubForm .errorMessages {
    margin: 0 auto 1rem;
  }
}

#eclubForm .errorMessages span {
  display: block;
  padding: 8px 0;
}

#eclubForm .errorMessages span.line-break {
  display: none;
}

#eclubForm #error_msg {
  color: #ff0000;
  margin-bottom: 1.25rem;
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm #page-content>*:not(.hero_img) {
  padding: 0 1.25rem;
}

#eclubForm .eclubHeaderDiv {
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm p.center {
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm #joinEclub {
  max-width: 60rem;
  margin: 0 auto;
}

#eclubForm #joinEclub::after {
  content: "";
  display: table;
  clear: both;
}

#eclubForm .head-eclub {
  padding-top: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

#eclubForm .header_txt {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2.1875rem;
}

#eclubForm .divider-image {
  display: none;
}

#eclubForm .eClubDesc p {
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-align: center;
}

#eclubForm .eclub_info_div label {
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

#eclubForm .eclub_info_div input {
  color: #020001;
  background-color: #fff;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  height: 3.125rem;
}

#eclubForm .eclub_info_div #state {
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: #fff;
  color: #020001;
  padding: 0.3125rem 0.625rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  height: 3.125rem;
}

#eclubForm .eclub_info_div .birth-day {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#eclubForm .eclub_info_div .birth-day select {
  width: 33%;
  margin: 0 0.3125rem;
  background-color: #fff;
  color: #020001;
  padding: 0.3125rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  height: 3.125rem;
}

#eclubForm .eclub_info_div .birth-day select:first-of-type {
  margin-left: 0;
}

#eclubForm .eclub_info_div .birth-day select:last-of-type {
  margin-right: 0;
}

#eclubForm .eclub_info_div .small {
  display: block;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: 1.625rem;
}

#eclubForm .location_info_div #location-state,
#eclubForm .location_info_div #preferredLocation {
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: #fff;
  color: #020001;
  padding: 0.3125rem 0.625rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-size: 1rem;
  border: 0.0625rem solid #831a2e;
  border-radius: 0.1875rem;
  height: 3.125rem;
}

#eclubForm .location_info_div .eclubJoin.required {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  margin-top: 40px;
}

#eclubForm .all_restarent {
  margin-bottom: 0.625rem;
}

#eclubForm .all_restarent .checkbox_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}

#eclubForm .all_restarent .brandNameText {
  margin-left: 0.625rem;
}

#eclubForm .all_restarent input[type="checkbox"] {
  position: static !important;
  top: unset !important;
  left: unset !important;
  height: 1.125rem !important;
  width: 1.125rem !important;
}

@media only screen and (min-width: 47.5em) {

  #eclubForm .eclub_info_div,
  #eclubForm .location_info_div {
    width: 45%;
  }
}

@media only screen and (min-width: 47.5em) {
  #eclubForm .eclub_info_div {
    float: left;
  }
}

#eclubForm .eclub_info_div .birth-day select,
#eclubForm .eclub_info_div #state {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("https://media.longhornsteakhouse.com/images/site/ext/css-images/longarrowicon.png");
  background-repeat: no-repeat;
  background-position: right -0.0625rem center;
  background-size: 30px 50px;
}

@media only screen and (min-width: 47.5em) {
  #eclubForm .location_info_div {
    float: right;
  }
}

#eclubForm .location_info_div .all_restarent #offers {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#eclubForm .location_info_div .all_restarent #offers::before {
  content: "";
  color: #831a2e;
  position: relative;
  top: 8px;
  text-align: center;
  width: 17px;
  height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 15px;
}

#eclubForm .location_info_div .all_restarent #offers:checked::before {
  content: "\2714";
}

#eclubForm #location-state,
#eclubForm #preferredLocation {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("https://media.longhornsteakhouse.com/images/site/ext/css-images/longarrowicon.png");
  background-repeat: no-repeat;
  background-position: right -0.0625rem center;
  background-size: 30px 50px;
}

@media only screen and (min-width: 47.5em) {
  #eclubForm #location-state {
    margin-top: 1.8125rem;
  }
}

@media only screen and (min-width: 47.5em) {
  #eclubForm #preferredLocation {
    margin-top: 2rem;
  }
}

#eclubForm .button-right {
  width: 13.75rem;
  margin-right: auto;
  margin-left: auto;
}

#eclubForm .primary-btn {
  display: inline-block;
  width: 100%;
  margin-top: 2.5rem;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
  margin-bottom: 1.25rem;
  background-color: #831a2e;
  border: 0.125rem solid #831a2e;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}

#eclubForm .primary-btn:hover,
#eclubForm .primary-btn:active,
#eclubForm .primary-btn:focus,
#eclubForm .primary-btn:focus-within {
  text-decoration: none;
  color: #fff;
  background-color: #af2734;
  border: 0.125rem solid #af2734;
}

#eclubForm .eclubJoinTermsText {
  text-align: center;
  margin-bottom: 2.5rem;
}

#eclubForm .eclubJoinTermsText p {
  font-size: 0.875rem;
  line-height: 1.4;
}

.about-us-main .hero-video-wrapper .video-wrapper {
  background-image: url("//media.longhornsteakhouse.com/images/site/ext/pages/about-us-11-2020/1983LH_OutlawRibeyeGrillRGB.jpg");
  background-size: cover;
}

.about-us-main .hero-video-wrapper .video-wrapper video {
  margin-bottom: -0.1875rem;
}

.about-us-main .longhorn-history {
  padding-top: 3.75rem;
  position: relative;
}

.about-us-main .longhorn-history .history-headline {
  max-width: 29.6875rem;
  margin-bottom: 1.5625rem;
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .longhorn-history .history-headline {
    margin-bottom: 1rem;
  }
}

.about-us-main .longhorn-history .h1 {
  font-size: 2.8125rem;
  margin-bottom: 1.0625rem;
}

@media only screen and (min-width: 47.5em) {
  .about-us-main .longhorn-history .h1 {
    font-size: 3.75rem;
  }
}

.about-us-main .longhorn-history .longhorn-history-story {
  padding-left: 1.25rem;
  max-width: 74.375rem;
}

@media only screen and (min-width: 62.5em) {
  .about-us-main .longhorn-history .longhorn-history-story {
    margin-left: auto;
    margin-right: auto;
    height: 37.5rem;
    overflow: hidden;
  }
}

.about-us-main .longhorn-history .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-main .longhorn-history .slick-slide {
  height: inherit;
}

.about-us-main .longhorn-history .slick-list {
  padding-right: 2.1875rem;
}

.about-us-main .longhorn-history .story-item {
  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;
  position: relative;
  padding: 5rem 1.875rem 2.5rem;
  border-left: 0.125rem solid;
  border-color: rgba(212, 190, 151, 0.5);
  margin-top: 3.125rem;
  -webkit-transition: border-color 0.5s linear, margin-top 0.15s linear,
    width 0.3s linear;
  -o-transition: border-color 0.5s linear, margin-top 0.15s linear,
    width 0.3s linear;
  transition: border-color 0.5s linear, margin-top 0.15s linear,
    width 0.3s linear;
}

@media only screen and (min-width: 62.5em) {
  .about-us-main .longhorn-history .story-item {
    width: 10.18925%;
    float: left;
    overflow: hidden;
    cursor: pointer;
    height: 37.5rem;
  }
}

@media only screen and (min-width: 62.5em) {
  .about-us-main .longhorn-history .story-item:hover {
    border-color: #d4be97;
  }

  .about-us-main .longhorn-history .story-item:hover .history-date {
    color: #d4be97;
  }
}

@media only screen and (min-width: 62.5em) {
  .about-us-main .longhorn-history .story-item.active {
    width: 49.04516%;
    cursor: auto;
  }
}

.about-us-main .longhorn-history .story-item .history-date {
  font-size: 2.625rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  color: rgba(212, 190, 151, 0.5);
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.about-us-main .longhorn-history .story-item .history-logos {
  width: 100%;
  margin-bottom: 0.9375rem;
  text-align: right;
}

@media only screen and (min-width: 75em) {
  .about-us-main .longhorn-history .story-item .history-logos {
    text-align: center;
  }
}

.about-us-main .longhorn-history .story-item .history-logos .history-logo {
  display: inline-block;
  width: auto;
}

.about-us-main .longhorn-history .story-item .history-logos .stacked-logo {
  width: 3.625rem;
}

@media only screen and (min-width: 75em) {
  .about-us-main .longhorn-history .story-item .history-logos .stacked-logo {
    width: 5.4375rem;
  }
}

.about-us-main .longhorn-history .story-item .history-logos .side-by-side-logo {
  width: 9.6875rem;
}

@media only screen and (min-width: 75em) {
  .about-us-main .longhorn-history .story-item .history-logos .side-by-side-logo {
    width: 21rem;
  }
}

.about-us-main .longhorn-history .story-item .history-logos .flaming-logo {
  width: 6.875rem;
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .longhorn-history .story-item .history-logos .flaming-logo {
    width: 11.125rem;
  }
}

.about-us-main .longhorn-history .story-item .history-logos .steerhead-logo {
  width: 6.375rem;
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .longhorn-history .story-item .history-logos .steerhead-logo {
    width: 10.125rem;
  }
}

.about-us-main .longhorn-history .story-item .history-image {
  display: block;
  margin-bottom: 1.25rem;
}

.about-us-main .longhorn-history .story-item .history-content {
  text-align: center;
}

@media only screen and (min-width: 47.5em) {
  .about-us-main .longhorn-history .story-item .history-content {
    text-align: left;
    padding-left: 1.25rem;
  }
}

.about-us-main .longhorn-history .story-item .history-image,
.about-us-main .longhorn-history .story-item .history-content,
.about-us-main .longhorn-history .story-item .history-logos {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.about-us-main .longhorn-history .story-item.slick-active,
.about-us-main .longhorn-history .story-item.active {
  border-color: #d4be97;
  margin-top: 0;
}

.about-us-main .longhorn-history .story-item.slick-active .history-date,
.about-us-main .longhorn-history .story-item.active .history-date {
  color: #d4be97;
}

.about-us-main .longhorn-history .story-item.slick-active .history-image,
.about-us-main .longhorn-history .story-item.slick-active .history-content,
.about-us-main .longhorn-history .story-item.slick-active .history-logos,
.about-us-main .longhorn-history .story-item.active .history-image,
.about-us-main .longhorn-history .story-item.active .history-content,
.about-us-main .longhorn-history .story-item.active .history-logos {
  opacity: 1;
}

@media only screen and (min-width: 62.5em) {

  .about-us-main .longhorn-history .story-item.slick-active .history-image,
  .about-us-main .longhorn-history .story-item.slick-active .history-content,
  .about-us-main .longhorn-history .story-item.slick-active .history-logos,
  .about-us-main .longhorn-history .story-item.active .history-image,
  .about-us-main .longhorn-history .story-item.active .history-content,
  .about-us-main .longhorn-history .story-item.active .history-logos {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.about-us-main .longhorn-history .history-image-overlay {
  position: relative;
}

@media only screen and (min-width: 45em) {
  .about-us-main .longhorn-history .history-image-overlay .history-image-underlay {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}

.about-us-main .longhorn-history .history-image-overlay .history-logo-overlay {
  position: absolute;
  bottom: -0.75rem;
  right: -0.1875rem;
  width: 2.9375rem;
  height: 2.5625rem;
}

@media only screen and (min-width: 45em) {
  .about-us-main .longhorn-history .history-image-overlay .history-logo-overlay {
    bottom: -0.5rem;
    right: -0.5rem;
    width: 6.375rem;
    height: 5.5rem;
  }
}

@media only screen and (min-width: 47.5em) {
  .about-us-main .longhorn-history .history-image-overlay .history-logo-overlay {
    bottom: -0.75rem;
    right: -0.1875rem;
    width: 2.9375rem;
    height: 2.5625rem;
  }
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .longhorn-history .history-image-overlay .history-logo-overlay {
    bottom: -0.5rem;
    right: -0.5rem;
    width: 6.375rem;
    height: 5.5rem;
  }
}

.about-us-main .longhorn-history .history-content-heading {
  font-size: 1.875rem;
  font-family: "LeagueGothic", Cambria, "Hoefler Text", Utopia,
    "Liberation Serif", "Nimbus Roman No9 L Regular", sans-serif;
  color: #d4be97;
  margin-bottom: 1rem;
}

.about-us-main .longhorn-history .slider-next-prev-container {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 62.5em) {
  .about-us-main .longhorn-history .slider-next-prev-container {
    display: none;
  }
}

.about-us-main .longhorn-history .slider-next-prev-inner-container,
.about-us-main .longhorn-history .slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-main .longhorn-history .slider-next-prev-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-main .longhorn-history .slider-next-prev-inner-container {
  margin: 0 auto;
  width: 12.5rem;
  background: #1a1a1a;
  padding: 0.5rem 0.75rem;
}

.about-us-main .longhorn-history .slick-arrow {
  width: 3.5625rem;
}

.about-us-main .longhorn-history .slider-count {
  padding: 0 0.3125rem;
}

.about-us-main .longhorn-history .slider-total-slides {
  opacity: 0.45;
}

.about-us-main .longhorn-history .slider-count-divider {
  padding: 0 0.25rem;
}

.about-us-main .about-us-team-wrapper {
  max-width: 73rem;
  margin: 0 auto;
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .about-us-team-wrapper {
    background: url("//media.longhornsteakhouse.com/images/site/ext/pages/about-us-11-2020/background-square-bg.svg") no-repeat;
    background-position-y: 13.4375rem;
  }
}

.about-us-main .about-us-craving-more .content-block-image-container {
  margin-bottom: -1.5625rem;
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .about-us-craving-more .content-block-image-container {
    margin-bottom: 0;
  }
}

.about-us-main .media-inquiries {
  padding: 0 1.5rem;
  background: url(//media.longhornsteakhouse.com/images/site/responsive/global/background-light-texture.jpg);
}

.about-us-main .media-inquiries .media-content-wrapper {
  border-bottom: solid 0.125rem #aca4a3;
  max-width: 73rem;
  padding: 3.125rem 0;
}

@media only screen and (min-width: 56.25em) {
  .about-us-main .media-inquiries .media-content-wrapper {
    padding: 3.75rem 0;
  }
}

.about-us-main .media-inquiries .h1,
.about-us-main .media-inquiries .media-inquiries-list li {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 41.875em) {
  .about-us-main .media-inquiries .h1 {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 41.875em) {
  .about-us-main .media-inquiries .media-inquiries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-us-main .media-inquiries .media-inquiries-list li {
    margin-left: 1.125rem;
  }

  .about-us-main .media-inquiries .media-inquiries-list li:first-child {
    margin-left: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
* IE11 styles
*/
.ie-11 .about-us-main .ie-height-fix {
  height: 100%;
}

.ie-11 .about-us-main .ie-width-fix {
  width: 100%;
}

/*WO682304 - My account overlay header changes -- start*/
.myacc-hide {
  display: none;
}

div#myAccountModal {
  top: 105px;
  position: absolute;
  width: 285px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #b5b5b5;
  right: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.myacc-fav-img,
.logout-img,
.user-img,
.orders-img {
  width: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.myacc-fav,
.myacc-accountText,
#myAccountModal .maincontent li {
  display: block;
  float: none;
}

.myacc-activity,
.myacc-orders,
.myacc-favourites,
.myacc-info {
  text-align: center;
}

#myAccountModal .row.pad-left15.myacc-details {
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.myacc-body {
  width: 100%;
}

.myacc-name {
  padding-bottom: 10px;
  border-bottom: 2px solid #cdcdcd;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-top: 5px;
}

#myAccountModal .maincontent {
  text-align: left;
}

#myAccountModal .maincontent li a {
  color: #020001 !important;
  padding: 0 50px;
  text-transform: capitalize !important;
  display: block;
  text-decoration: none;
  font-size: 14px !important;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 600;
}

#myAccountModal a#registrationId {
  display: block;
}

#myAccountModal div a {
  text-transform: uppercase;
  text-decoration: none;
  color: #020001;
  font-size: 11px;
  display: block;
  font-family: "Montserrat", "Avenir", "Proxima Nova", "Museo Sans", sans-serif;
  font-weight: 600;
}

#myAccountModal ul {
  margin: 0;
  margin-top: 0 !important;
}

#myAccountModal a.myacc-logout {
  display: contents !important;
}

ul.myacc-info li a {
  line-height: 5px;
}

#myacc-arrow {
  top: 0;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

ul#header-account-overlay li {
  display: contents;
}

#header-account-overlay a.createProfile_lh {
  padding: 15px;
  cursor: auto;
}

.detialArrow {
  background-image: url(//media.longhornsteakhouse.com/images/site/arrow-orders-down.png);
  width: 25px;
  background-size: 12px;
}

.wl-arrow {
  background-repeat: no-repeat;
  height: 14px;
  background-position: center bottom;
  display: inline-block;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -8px;
  position: relative;
  top: -3px;
}

#myAccountModal .row.pad-left15 {
  display: block;
}

.detialArrow_up {
  background-image: url(//media.longhornsteakhouse.com/images/site/arrow-orders-up.png);
}

/*WO682304 - My account overlay header changes -- end*/

.header .mobile-nav-slider-wrapper li.mobile-nav-item:last-child .my-account-links a.mobile-nav-link {
  width: auto;
  font-size: 1.4em !important;
}

/*wait list popup*/
span#nextposition_text {
  margin-left: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #831a2e !important;
  float: left;
  font-size: 23px !important;
  width: auto;
  font-weight: 700;
}

#joinWaitListModal .mobalbox p {
  font-weight: normal;
}

#joinWaitListModal p {
  color: #021000 !important;
}

#joinWaitListModal p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 16px;
  width: 100%;
}

.modal #joinWaitListModal {
  background-color: #fff !important;
  margin-top: 10vh;
  border-radius: 3px;
}

/* .modal #joinWaitListModal {
    width: 530px!important;
    top: 0!important;
    margin-bottom: 30px;
    background: #D5D6D9 !important;
} */
#joinWaitListModal #waitlist-step2 .colortxt {
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 14px !important;
  margin-bottom: 12px;
}

#joinWaitListModal span {
  color: #000;
}

p.colortxt>span {
  font-weight: normal;
}

/* span.loc_sm_txt {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 15px;
} */
/* span.loc_sm_txt {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 0;
} */
#joinWaitListModal.modal #joinWaitListModal span {
  color: #020001;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 20px;
}

div#waitlist-step2 {
  margin-left: 0;
}

#joinWaitListModal #waitlist-step2 .make-change {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#joinWaitListModal #waitlist-step2 .btn_fl {
  width: 220px !important;
  background: #767576;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  padding: 10px 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px !important;
  margin-left: 2px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

#waitlist-step2 .btn_wishlist {
  background-color: #831a2e !important;
  height: 35px;
  clear: both;
}

/*Edit WL popup*/
#joinWaitListStep1.modal.fade.in {
  top: 10% !important;
}

div#joinWaitListStep1.mobalbox {
  background: #fff !important;
  padding: 10px 20px 20px 20px !important;
  color: #000000;
  width: 500px;
}

h3.myModalLabel {
  text-transform: uppercase !important;
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: inherit;
}

.mobalbox p,
.modalbox p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  vertical-align: bottom;
  line-height: 16px;
}

#joinWaitListStep1 .wl_msg {
  margin-bottom: 12px !important;
  font-weight: bold;
}

.mobalbox label,
.mobalbox select,
.mobalbox input {
  border-color: #000000;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

label {
  clear: both;
  display: inline-block;
  margin-bottom: 5px;
}

#RemoveWaitlistConfirmation,
#EditWaitlistConfirmation {
  width: 30%;
  height: 29px;
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  float: right;
  margin-left: 0 !important;
}

.pull-left {
  float: left !important;
}

form a {
  color: #831a2e;
  text-decoration: underline;
}

.editGuests {
  margin-left: 16px;
  width: 100%;
}

.small,
small {
  font-size: 85%;
  font-style: italic;
}

#partysizenum.wlnumber {
  float: none !important;
  display: inline-block;
  padding: 14px 10px;
  border-radius: 3px;
  border: 1px solid #831a2e;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 0 !important;
  text-indent: 1px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  color: #831a2e !important;
  text-align: center !important;
  cursor: pointer;
}

.item #partysizenum.selected-partysize.wlnumber {
  background-color: #831a2e !important;
  color: #fff !important;
}

/*REmove from WL*/
.primary-btn {
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  padding: 7px 10px;
  text-transform: uppercase;
  border-radius: 0px !important;
  font-weight: normal;
  font-size: 14px;
}

div#removeWaitListModal .container-fluid {
  left: 0;
  margin: auto;
  top: 0px;
  text-align: center;
  width: 500px !important;
  background: #fff !important;
  margin-top: 180px;
  height: auto;
  padding: 20px 30px !important;
}

div#removeWaitListModal {
  width: 100%;
  height: auto;
}

.modal.fade.in {
  top: 0 !important;
}

.fade.in {
  opacity: 1;
}

.modalunkown {
  z-index: 99999;
  margin: auto;
  background: none !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#removeWaitListModal h3.myModalLabel {
  margin-bottom: 40px;
}

h3.myModalLabel {
  text-transform: uppercase !important;
  color: black;
  font-size: 18px;
  font-weight: bold;
}

button#RemoveWaitlistCancelConfirmation {
  width: 200px;
  margin-right: 10px;
  border: 0;
  height: 30px;
}

.btn_fl {
  font-size: 14px;
  background-color: #767576;
  color: #fff !important;
}

#RemoveWaitlistConfirmation,
#EditWaitlistConfirmation {
  width: 46%;
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0px !important;
  height: 30px;
  float: right;
}

div#removeWaitlist-text {
  width: 100%;
}

form.send-overlay-form {
  width: 100%;
}

.error_msg {
  color: #831a2e !important;
  margin-bottom: 10px;
  cursor: text;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}

a.primary-btn,
input.primary-btn,
#gc input.primary-btn {
  background: #831a2e;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 10px;
  width: 12em;
}

button#waitlistFindAnotherLoc {
  margin-right: 20px;
}

div#removeWaitlist1-text {
  margin: 0 auto;
}

#joinWaitListModal .waitlistnum_new {
  text-align: left !important;
}

#joinWaitListModal span {
  color: #000;
}

span.direct-text-size {
  display: block;
}

#joinWaitListModal #waitlist-step2 .colortxt {
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

#joinWaitListModal #waitlist-step2 .colortxt span {
  font-weight: normal;
}

button.test {
  display: none;
}

#joinWaitListModal .span3.margin_lft_07 {
  margin-top: 0px;
  padding-top: 0;
  width: 94%;
  margin-bottom: 20px;
  float: left;
}

/*wait list popup*/
span#nextposition_text {
  color: #831a2e !important;
  float: left;
  margin-top: 5px;
  font-size: 23px !important;
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#joinWaitListModal .mobalbox p {
  font-weight: normal;
}

#joinWaitListModal p {
  color: #021000 !important;
}

#joinWaitListModal p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 16px;
  width: 100%;
}

.modal #joinWaitListModal {
  background-color: #fff !important;
  margin-top: 10vh;
  border-radius: 3px;
}

.modal #joinWaitListModal {
  width: 530px !important;
  top: 0 !important;
  margin-bottom: 30px;
  background: #d5d6d9 !important;
}

#joinWaitListModal #waitlist-step2 .colortxt {
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 14px !important;
}

#joinWaitListModal span {
  color: #000;
}

p.colortxt>span {
  font-weight: normal;
}

#joinWaitListModal .linkcolortxt {
  font-size: 15px;
  color: #831a2e;
  font-weight: bold;
  text-decoration: underline;
}

span.loc_sm_txt {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
}

#joinWaitListModal.modal #joinWaitListModal span {
  color: #020001;
  font-size: 14px;
  line-height: 1.42857143;
}

span.loc_sm_txt {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0;
}

div#waitlist-step2 {
  margin-left: 0;
}

#joinWaitListModal #waitlist-step2 .make-change {
  float: left;
  margin-top: 20px;
  width: 100%;
}

#joinWaitListModal #waitlist-step2 .btn_fl {
  width: 220px !important;
  background: #767576;
  border: 0 none;
  color: #ffffff !important;
  cursor: pointer;
  padding: 7px 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px !important;
  margin-left: 2px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

#waitlist-step2 .btn_wishlist {
  background-color: #831a2e !important;
  height: 35px;
  clear: both;
}

button#shareWLConfirmationInfo {
  clear: both;
}

#waitlistCancel {
  width: 12em;
  font-weight: bold;
  font-family: "Montserrat" !important;
  text-transform: uppercase;
}

#joinWaitListModal.modal #joinWaitListModal .wait_list_est.nowait p#waitTime {
  font-weight: bold !important;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 10px;
  width: auto !important;
}

#joinWaitListModal.modal #joinWaitListModal .wait_list_est.nowait p.time_num {
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  color: #831a2e !important;
  display: inline-block;
  font-weight: bold;
  width: auto !important;
  margin-bottom: 19px;
  text-transform: uppercase;
}

button.test {
  display: none;
}

#joinWaitListModal span#wlposition {
  position: relative;
  display: inline-block;
  left: 0px !important;
}

/*PBI68983 and 48264*/
span#wlposition {
  position: absolute;
  margin-top: -9px;
  height: 47px;
  font-size: 20px !important;
  font-weight: normal;
  line-height: 43px !important;
  color: #ffffff !important;
  text-align: center;
  background: #831a2e;
  border: -1px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 24px;
  opacity: 1;
  width: 47px;
  margin-left: 95px;
  padding-top: 5px;
}

span.wl-text {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 23px !important;
  width: auto;
  font-weight: 700;
}

/*Added by kxs080401*/
.wait_list_est.wl-time #waitTime {
  width: auto !important;
  display: inline-block;
  font-family: "LeagueGothic", "league-gothic", "League Gothic", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}

#joinWaitListModal p.time_num.new-time-num {
  width: auto !important;
  display: inline-block;
  margin-bottom: 0px !important;
  font-family: "League Gothic", "LeagueGothic", "league-gothic", "Oswald",
    "Bebas Neue Bold", "Alternate Gothic No.2", sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
}

/*WO838740-Remove decimals from value options in GC flow*/
#joinEclub .brandImage {
  margin-left: 20px;
  margin-top: 10px;
}

#joinWaitListModal .wait_list_est.wl-time {
  padding-top: 0;
  margin-top: -10px;
}

#joinWaitListModal .guests div#wlistcount {
  margin-top: 25px !important;
}

#joinWaitListModal #partysizenum.wlnumber {
  width: 52px;
  padding: 10px 10px !important;
  height: auto !important;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-indent: 1px;
}

#joinWaitListModal #waitlist-step1 .span3.margin_lft_07 {
  margin-top: 7px;
  margin-bottom: 4px;
  text-align: center;
  margin-left: 21px;
}

#joinWaitListModal #waitlist-step1 .linkcolortxt {
  font-size: 18px !important;
}

#joinWaitListModal.modal #joinWaitListModal h3.myModalLabel {
  margin-left: 34px;
}

#joinWaitListModal.modal .mobalbox p.fill_form {
  margin-top: 24px;
}

#joinWaitlistForm .partyfont {
  margin-top: 1px;
}

#joinWaitListModal.modal .mobalbox p.wl-margin {
  margin-top: 20px;
}

/*test*/
#joinWaitlistForm label.error_msg {
  display: block;
  font-size: 14px !important;
  margin-bottom: 0px;
}

/*PBI71162*/
#joinWaitlistForm ::placeholder {
  opacity: 0;
}

#joinWaitlistForm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
}

#joinWaitlistForm ::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0;
}

a#viewWaitList {
  color: #FFF;
}