/*********************************************************
  Main.scss == Table of Contents
*********************************************************/
/**
  * -- GLOBAL/BASE
  */
/*********************************************************
  Variables
  @NOTE: variable naming is using BEM conventions
*********************************************************/
/*********************************************************
  Mixins
*********************************************************/
/**
  * PX to REM Conversion
  * USAGE: .class {font-size: rem(18)}
  */
/**
  * Fluid Property
  * Make a property fluidly responsive by using calc and viewport units.
  * USAGE: @include fluid-property(height, 200, 400)
  */
/**
  * Fluid Text
  * Make font-size property fluidly responsive by using calc and viewport units.
  * USAGE: @include fluid-text(20, 40)
  */
/**
  * Clearfix
  * Usage: @include clearfix()
  */
/*********************************************************
  HTML5 RESET
*********************************************************/
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%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

img, embed, object, audio, video {
  max-width: 100%; }

iframe {
  border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

button, input[type='submit'] {
  -webkit-appearance: none; }

/*********************************************************
  Base Styling
*********************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #111111; }

#page {
  position: absolute;
  width: 100%;
  overflow-x: hidden; }

img {
  width: 100%;
  height: auto; }

/*********************************************************
    Fonts
*********************************************************/
/*
@font-face {
  font-family: 'brownbold';
  src: url('../fonts/lineto-brown-bold.eot') format('eot'),
       url('../fonts/lineto-brown-bold.woff') format('woff'),
       url('../fonts/lineto-brown-bold.ttf') format('ttf'),
       url('../fonts/lineto-brown-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
};
*/
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Tvs9CAZek1wEt.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Ttc9CAZek1wEt.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0TtM9CAZek1wEt.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Tus9CAZek1w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTvs9CAZek1wEt.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTtc9CAZek1wEt.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTtM9CAZek1wEt.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), local("Oswald-Medium"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTus9CAZek1w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/*********************************************************
  Typography
*********************************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.3; }

h1, .h1 {
  font-size: 1.75rem; }
  @media (min-width: 769px) {
    h1, .h1 {
      font-size: 3.625rem; } }

h2, .h2 {
  font-size: 1.75rem; }
  @media (min-width: 769px) {
    h2, .h2 {
      font-size: 3.25rem; } }

h3, .h3 {
  font-size: 1.5rem; }
  @media (min-width: 769px) {
    h3, .h3 {
      font-size: 2.875rem; } }

h4, .h4 {
  font-size: 1.375rem; }
  @media (min-width: 769px) {
    h4, .h4 {
      font-size: 2.375rem; } }

h5, .h5 {
  font-size: 1.125rem; }
  @media (min-width: 769px) {
    h5, .h5 {
      font-size: 1.75rem; } }

h6, .h6 {
  font-size: 1rem; }
  @media (min-width: 769px) {
    h6, .h6 {
      font-size: 1rem; } }

p {
  margin: 0 0 1.25rem 0; }

a {
  color: #251d1c;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  a:hover, a:focus {
    color: #110d0d; }

strong {
  color: currentColor; }

address {
  font-style: normal; }

blockquote {
  color: #a02512; }

pre {
  padding: 1.25rem;
  background: #111111;
  color: #ffffff; }

.entry-content ul {
  list-style-type: disc;
  padding-left: 1.25rem; }

/*********************************************************
  Button
*********************************************************/
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #a02512;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .btn:hover, .btn:focus {
    color: white;
    background: #801e0e; }

.btn--primary {
  background: #a02512;
  color: #ffffff; }
  .btn--primary:hover, .btn--primary:focus {
    color: white;
    background: #801e0e; }

.btn--secondary {
  background: #251d1c;
  color: #ffffff; }
  .btn--secondary:hover, .btn--secondary:focus {
    color: white;
    background: #110d0d; }

.btn--clear {
  background: transparent;
  color: #a02512; }
  .btn--clear:hover, .btn--clear:focus {
    background: transparent;
    color: #801e0e; }

.btn--small {
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem; }

.btn--large {
  font-size: 1.125rem;
  padding: 0.9375rem 1.25rem; }

.btn--disabled {
  opacity: 0.8;
  cursor: not-allowed; }

.btn--block {
  display: block;
  max-width: 100%; }

/*********************************************************
  Input
*********************************************************/
fieldset {
  margin: 0;
  padding: 0;
  border: none; }

label,
.form > .form__label {
  display: block;
  margin-bottom: 0.2rem; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 52px !important;
  margin-bottom: 0.9375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1;
  border: 1px solid rgba(112, 112, 112, 0.25);
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out; }
  input[type="email"]:focus, input[type="email"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #251d1c; }

textarea {
  max-width: 100%;
  padding-top: 1.25rem;
  min-height: 5.625rem; }

@media (min-width: 769px) {
  .form__btn-container {
    float: right; } }

.form__input--success {
  border-color: #4bb14b !important; }

.form__input--error {
  border-color: #a02512 !important; }

.contact-form {
  width: 100%; }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100% !important;
    background: #f3f3f3;
    border-radius: 0; }
  .contact-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative; }
    .contact-form select:before {
      content: "f0d7";
      position: absolute;
      left: 5px; }
  .contact-form .btn,
  .contact-form button {
    width: auto !important;
    background: #94301e;
    border-radius: 32px;
    width: 100%;
    padding: 10px 30px;
    border: none; }
    .contact-form .btn:hover,
    .contact-form button:hover {
      background: #e32706; }

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.contact-form__row div:not(:last-child) {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.contact-form__col {
  width: 100%; }

/*********************************************************
    Tables
*********************************************************/
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  .table th {
    padding: .8rem;
    font-weight: 600;
    border-bottom: 0.2rem solid rgba(17, 17, 17, 0.25);
    vertical-align: bottom; }
  .table td {
    padding: .8rem;
    border-top: 1px solid rgba(17, 17, 17, 0.25); }
  .table--striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03); }
  .table--hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.06); }

/**
  * -- LAYOUT
  */
/*********************************************************
  Grid & Containers
  @NOTE: Uses Flexbox Sass
*********************************************************/
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .container--narrow {
    max-width: 800px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 769px) {
    .row {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

[class*="col-xs"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 769px) {
    [class*="col-xs"] {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end; }

.top-xs, .flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.middle-xs, .flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bottom-xs, .flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.around-xs, .flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.between-xs, .flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 48rem) {
  [class*="col-sm"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 64rem) {
  [class*="col-md"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 80rem) {
  [class*="col-lg"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

/*********************************************************
  Header & Navs
*********************************************************/
/**
  * Header
  */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0.9375rem;
  background-color: #251d1c;
  -webkit-box-shadow: 0 0 5px 0 rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 5px 0 rgba(17, 17, 17, 0.1);
  color: #ffffff;
  z-index: 99999;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .header--show {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important; }
  .header--transparent {
    background-color: rgba(255, 255, 255, 0.15) !important; }
  .header--not-transparent {
    background-color: #251d1c; }
  @media (max-width: 1025px) {
    .header {
      padding: 0.9375rem; } }

.headroom {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.header--fixed {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.header__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header__logo {
  position: relative;
  width: auto;
  max-width: 150px;
  margin: 0 auto;
  height: auto;
  z-index: 30; }
  @media (min-width: 1025px) {
    .header__logo {
      max-width: 225px;
      margin-left: calc(50% - 110px);
      margin-right: 0; } }

/*.header__logo--desktop {
    display: block;
    @media (max-width: $desktop) {
      display: none;
    }
  }*/
.header__logo--mobile {
  display: block;
  width: 50px; }
  @media (min-width: 1025px) {
    .header__logo--mobile {
      display: none; } }

.header__logo a {
  color: #a02512; }

.header__translate {
  display: none; }
  @media (min-width: 1025px) {
    .header__translate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .header__translate img {
    width: auto;
    margin-right: 15px !important;
    opacity: 1 !important; }

.footer__translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1025px) {
    .footer__translate {
      display: none; } }
  .footer__translate img {
    width: auto;
    margin-right: 15px !important;
    opacity: 1 !important; }

.header__social-icon {
  text-align: center;
  padding: 0.5em;
  font-size: 20px !important;
  margin-right: 10px !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  cursor: pointer; }
  .header__social-icon:hover.elementor-fa-facebook {
    background-color: #3b5998 !important; }
    .header__social-icon:hover.elementor-fa-facebook i {
      color: #ffffff !important; }
  .header__social-icon:hover.elementor-fa-youtube {
    background-color: #cd201f !important; }
    .header__social-icon:hover.elementor-fa-youtube i {
      color: #ffffff !important; }
  .header__social-icon:hover.elementor-fa-google {
    background-color: #dd4b39 !important; }
    .header__social-icon:hover.elementor-fa-google i {
      color: #ffffff !important; }
  .header__social-icon:hover.elementor-fa-yelp {
    background-color: #d32323 !important; }
    .header__social-icon:hover.elementor-fa-yelp i {
      color: #ffffff !important; }
  .header__social-icon:hover.elementor-fa-twitter {
    background-color: #1da1f2 !important; }
    .header__social-icon:hover.elementor-fa-twitter i {
      color: #ffffff !important; }

.header__social-icon i {
  color: #251d1c !important; }

/**
    * Header Mobile
    */
.header-mobile {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 65px;
  top: 80px;
  left: 0;
  background: #951f12;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#8f2f1e), to(#3f1711));*/
  /*background-image: linear-gradient(180deg, #8f2f1e 0%, #3f1711 100%);*/ }

.header-mobile > div {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15); }
  .header-mobile > div:last-child {
    border-right: 0; }
  .header-mobile > div a {
    color: #ffffff; }

.header-mobile__schedule {
  background: #b4100e;
}

.header-mobile i {
  font-size: 1.5rem; }
  @media (min-width: 769px) {
    .header-mobile i {
      font-size: 1.75rem; } }

.header-mobile__schedule a span {
  display: block;
  padding: 0 0.9375rem;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .header-mobile__schedule a span {
      padding: 0 3.75rem; } }

/**
    * Nav
    */
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.nav__inner > li {
  padding: 2.8125rem 1rem; }

.nav__inner li a {
  font-size: 1rem;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #b4100e; }
  .nav__inner li a:hover:before {
    width: 100%; }

.nav__inner li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    background: #111;
    transition: width 0.3s;
    z-index: 1; }

.nav__inner li a:hover::after {
    width: 100%;
    transition: width .3s; }

.nav__inner li.current-menu-item > a {
  position: relative;
  font-weight: 500;
  overflow: hidden; }
  .nav__inner li.current-menu-item > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 29px;
    background: #a02512;
    height: 2px; }

.nav-desktop {
  margin-left: auto; }

/**
    * Nav-Toggle
    */
.nav-toggle-wrap {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 100%;
  background: #94301e; }
  @media (min-width: 1025px) {
    .nav-toggle-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav-toggle {
  width: 27px;
  height: 20px;
  position: relative;
  z-index: 30;
  cursor: pointer; }
  @media (min-width: 1025px) {
    .nav-toggle {
      width: 35px; } }
  .nav-toggle.active .nav-toggle__line--1 {
    width: 27px;
    height: 3px;
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
            transform: translateY(10px) translateX(0) rotate(45deg); }
    @media (min-width: 1025px) {
      .nav-toggle.active .nav-toggle__line--1 {
        width: 35px; } }
  .nav-toggle.active .nav-toggle__line--2 {
    opacity: 0; }
  .nav-toggle.active .nav-toggle__line--3 {
    width: 27px;
    height: 3px;
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
            transform: translateY(-10px) translateX(0) rotate(-45deg); }
    @media (min-width: 1025px) {
      .nav-toggle.active .nav-toggle__line--3 {
        width: 35px; } }

.nav-toggle__line {
  display: block;
  position: absolute;
  right: 0;
  background: #ffffff;
  width: 27px;
  height: 3px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  @media (min-width: 769px) {
    .nav-toggle__line {
      width: 35px; } }
  @media (min-width: 1025px) {
    .nav-toggle__line {
      background: #fff;
      width: 35px; } }
  .nav-toggle__line--1 {
    top: 0; }
  .nav-toggle__line--2 {
    top: 50%; }
  .nav-toggle__line--3 {
    top: 100%; }

.nav-open-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .nav-open .nav-open-overlay {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.7); }

/**
    * Nav-Mobile 
    */
.nav-mobile,
.nav-mobile .sub-menu {
  position: fixed;
  background: #e9e2d8;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 1.25rem;
  padding-top: 12.5rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 1025px) {
    .nav-mobile,
    .nav-mobile .sub-menu {
      width: 25.9375rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .nav-mobile.nav-open,
  .nav-mobile .sub-menu.nav-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .pin .nav-mobile, .pin
  .nav-mobile .sub-menu {
    padding-top: 6.25rem; }

.nav-mobile__inner {
  width: 100%;
  margin-bottom: 40px; }

.nav-mobile li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.625rem;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  /*-webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.15s ease;*/
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease; }

.nav-mobile li:last-child a {
  border-bottom: none;
}

.nav-mobile {
  z-index: 999;
  overflow-y: auto;}

.nav-mobile li.menu-item-has-children:hover a {
  color: #111111; }

.nav-mobile li.menu-item-has-children:hover > i {
  right: 0.3125rem !important; }

.nav-mobile .sub-menu {
  background: #e9e2d8;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.nav-mobile .sub-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 20;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.nav-mobile .lvl-1-menu.active li:nth-child(1) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 155ms;
          animation-delay: 155ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(2) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(3) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(4) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(5) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 475ms;
          animation-delay: 475ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(6) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(7) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(8) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(9) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(10) a.lvl-1 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-1-menu.active li:nth-child(11) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 155ms;
          animation-delay: 155ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }


.nav-mobile .lvl-2-menu.active li:nth-child(2) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(3) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(4) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(5) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 475ms;
          animation-delay: 475ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(6) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(7) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(8) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(9) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(10) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-2-menu.active li:nth-child(11) a.lvl-2 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(1) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 155ms;
          animation-delay: 155ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(2) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(3) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(4) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(5) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 475ms;
          animation-delay: 475ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(6) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(7) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(8) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile .lvl-3-menu.active li:nth-child(9) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }


.nav-mobile .lvl-3-menu.active li:nth-child(10) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }


.nav-mobile .lvl-3-menu.active li:nth-child(11) a.lvl-3 {
  -webkit-animation: fadeInY 170ms ease-out;
          animation: fadeInY 170ms ease-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.nav-mobile li.menu-item-has-children {
  position: relative; }

.nav-mobile li.menu-item-has-children i {
  position: absolute;
  font-size: 0.9rem;
  top: calc(50% - 6px);
  right: 0.625rem;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out; }

.nav-mobile__social {
	margin: auto;
	position: relative;
	text-align: center;
}

.nav-mobile__social__title {
	margin-bottom: 10px;
}

.nav-mobile__social__icons {
	display: flex;
	font-size: 2rem;
	justify-content: center;
}

.nav-mobile__social__icon {
	cursor: pointer;
	margin: 0 15px;
}

.nav-mobile__social__icons .fa-facebook-square:hover {
	color: #3b5998;
}

.nav-mobile__social__icons .fa-yelp:hover {
	color: #c41200;
}

.nav-mobile__social__icons .fa-youtube-square:hover {
	color: #c4302b;
}

.nav-mobile__social__subtitle {
	margin-top: 40px;
}

@-webkit-keyframes fadeInY {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInY {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*********************************************************
  Footer
*********************************************************/
/*********************************************************
  Section
*********************************************************/
.section {
  padding: 5em 0; }

.section--sm {
  padding: 3em 0; }

.section--md {
  padding: 7em 0; }

.section--lg {
  padding: 9em 0; }

/*********************************************************
    Hero
*********************************************************/
.hero {
  position: relative;
  height: 500px;
  background: #251d1c;
  color: #ffffff; }
  .hero--full-height {
    height: calc(100vh - 85px); }
  .hero--has-overlay {
    position: relative; }
    .hero--has-overlay:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(37, 29, 28, 0.8);
      z-index: 1; }

.hero__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 10; }
  @media (min-width: 769px) {
    .hero__content {
      margin: 0 auto;
      max-width: 65%; } }

.hero__title {
  margin: 0; }

/**
  * -- COMPONENTS
  */
/*********************************************************
    Basic Content
*********************************************************/
.basic-content__scroll {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
  margin-top: 30px; }

.basic-content__scroll-down {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  z-index: 10; }

.basic-content__scroll-down-line {
  position: relative;
  margin: 0 auto;
  width: 2px;
  background: black;
  z-index: 1; }
  .basic-content__scroll-down-line:after {
    content: '';
    position: absolute;
    height: 45px;
    top: 0px;
    width: 2px;
    background: black;
    left: 0; }

/*********************************************************
    Alternating Content
*********************************************************/
.alt-content__side-title .alt-content__title {
  text-align: center; }
  @media (min-width: 769px) {
    .alt-content__side-title .alt-content__title {
      text-align: left;
      padding-bottom: 1.8rem;
      margin-top: 0; } }

.alt-content__scroll {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
  margin-top: 30px; }

.alt-content__scroll-down {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  z-index: 10; }

.alt-content__scroll-down-line {
  position: relative;
  margin: 0 auto;
  width: 2px;
  background: black;
  z-index: 1; }
  .alt-content__scroll-down-line:after {
    content: '';
    position: absolute;
    height: 45px;
    top: 0px;
    width: 2px;
    background: black;
    left: 0; }

.alt-content__side-title .alt-content__scroll {
  display: block; }
  @media (min-width: 769px) {
    .alt-content__side-title .alt-content__scroll {
      display: none; } }

.alt-content__side-title .alt-content__scroll-down {
  display: inline-block; }
  @media (min-width: 769px) {
    .alt-content__side-title .alt-content__scroll-down {
      display: none; } }

.alt-content__side-title .alt-content__scroll-down-line {
  display: block; }
  .alt-content__side-title .alt-content__scroll-down-line:after {
    display: block; }
  @media (min-width: 769px) {
    .alt-content__side-title .alt-content__scroll-down-line {
      display: none; }
      .alt-content__side-title .alt-content__scroll-down-line:after {
        display: none; } }

.alt-content-row {
  padding: 30px 0; }
  @media (min-width: 769px) {
    .alt-content-row {
      padding: 45px 0; } }

.alt-content__image {
  padding-top: 45px; }
  @media (min-width: 769px) {
    .alt-content__image {
      padding-top: 0; } }

/*********************************************************
    Modal
*********************************************************/
.modal {
  position: fixed;
  z-index: 50;
  background-color: rgba(160, 37, 18, 0.98);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .modal--is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); }

.modal__inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff; }

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.75rem;
  color: #ffffff;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .modal__close:hover {
    color: #e6e6e6; }

/*********************************************************
  Carousel
  @NOTE: uses Slick
*********************************************************/
.carousel {
  position: relative;
  margin-bottom: 4rem; }

.carousel__slide {
  padding: 0 30px; }
  @media (max-width: 769px) {
    .carousel__slide {
      padding: 0; } }

.slick-prev, .slick-next {
  height: 0;
  width: 0;
  visibility: hidden;
  padding: 0; }
  .slick-prev:before, .slick-next:before {
    visibility: visible;
    content: '';
    height: 60px;
    width: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    @media (max-width: 769px) {
      .slick-prev:before, .slick-next:before {
        height: 30px;
        width: 20px; } }

.slick-prev:before {
  background-image: url("");
  left: -50px; }
  @media (max-width: 769px) {
    .slick-prev:before {
      left: -20px; } }

.slick-next:before {
  background-image: url("");
  right: -50px; }
  @media (max-width: 769px) {
    .slick-next:before {
      right: -20px; } }

/*********************************************************
    Accordion
*********************************************************/
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 650px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 1025px) {
    .accordion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 400px; } }

.accordion-overlay {
  opacity: 0;
  position: absolute;
  width: 100% !important;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  -webkit-transition: width 0.5s linear, opacity 0.5s linear, background 0.5s linear;
  transition: width 0.5s linear, opacity 0.5s linear, background 0.5s linear; }
  .accordion-overlay.active {
    opacity: 1; }

.accordion-bg {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1025px) {
    .accordion-bg {
      background: #251d1c !important; } }
  .accordion-bg img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    outline: none; }

.accordion-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  outline: none;
  -webkit-transition: width 0.5s linear, opacity 0.5s linear, background 0.5s linear;
  transition: width 0.5s linear, opacity 0.5s linear, background 0.5s linear; }
  @media (max-width: 1025px) {
    .accordion-cell {
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      border-right: none;
      -webkit-transition: height 0.2s linear, opacity 0.2s 0.2s linear, background 0.2s linear;
      transition: height 0.2s linear, opacity 0.2s 0.2s linear, background 0.2s linear; } }
  .accordion-cell:last-of-type {
    border-right: none; }
  .accordion-cell:before {
    content: attr(data-title);
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 1.875rem;
    width: 60px;
    white-space: nowrap;
    font-size: 1.75rem;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    @media (max-width: 1025px) {
      .accordion-cell:before {
        display: none;
        /*width: 100%;
      top: 0;
      padding: 0 rem(30);
      height: 100%;
      align-items: center;
      transform: rotate(0deg);*/ } }
  .accordion-cell.collapsed:before {
    opacity: 1; }
  .accordion-cell:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.01);
    z-index: 1; }
  .accordion-cell:not(.expanded):hover:after {
    background: rgba(17, 17, 17, 0.25); }
  @media (min-width: 1025px) {
    .accordion-cell:not(.expanded):hover .accordion-cell-outer > *:nth-child(1) {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition-delay: 25ms;
              transition-delay: 25ms;
      -webkit-transition-duration: 300ms;
              transition-duration: 300ms;
      -webkit-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
              transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -webkit-transform-origin: center;
              transform-origin: center;
      /*transform: translateY(-75px);
            transition-delay: (25ms * $i);
            transition-duration: $duration;
            transition-timing-function: ease-out;*/ }
    .accordion-cell:not(.expanded):hover .accordion-cell-outer > *:nth-child(2) {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition-delay: 50ms;
              transition-delay: 50ms;
      -webkit-transition-duration: 300ms;
              transition-duration: 300ms;
      -webkit-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
              transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -webkit-transform-origin: center;
              transform-origin: center;
      /*transform: translateY(-75px);
            transition-delay: (25ms * $i);
            transition-duration: $duration;
            transition-timing-function: ease-out;*/ }
    .accordion-cell:not(.expanded):hover .accordion-cell-outer > *:nth-child(3) {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition-delay: 75ms;
              transition-delay: 75ms;
      -webkit-transition-duration: 300ms;
              transition-duration: 300ms;
      -webkit-transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
              transition-timing-function: cubic-bezier(0.16, 0.68, 0.43, 0.99);
      -webkit-transform-origin: center;
              transform-origin: center;
      /*transform: translateY(-75px);
            transition-delay: (25ms * $i);
            transition-duration: $duration;
            transition-timing-function: ease-out;*/ } }
  .accordion-cell:not(.expanded):hover .accordion-cell-btn-wrap {
    background: #a02512;
    border-color: transparent; }
    .accordion-cell:not(.expanded):hover .accordion-cell-btn-wrap > span {
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      margin-top: -2px; }
  .accordion-cell:not(.expanded):hover .accordion-cell-more {
    opacity: 1; }
  .accordion-cell .accordion-cell-outer {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 2; }
    @media (max-width: 1025px) {
      .accordion-cell .accordion-cell-outer {
        position: relative;
        bottom: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: right;
        padding: 0 2.5rem; } }
    .accordion-cell .accordion-cell-outer > * {
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  .accordion-cell .accordion-cell-btn-wrap {
    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;
    margin: 0.625rem auto;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media (max-width: 1025px) {
      .accordion-cell .accordion-cell-btn-wrap {
        width: 35px;
        height: 35px; } }
    .accordion-cell .accordion-cell-btn-wrap:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      background: #a02512;
      border-color: transparent; }
      @media (max-width: 1025px) {
        .accordion-cell .accordion-cell-btn-wrap:hover {
          -webkit-transform: scale(1);
                  transform: scale(1); } }
      .accordion-cell .accordion-cell-btn-wrap:hover > span {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .accordion-cell .accordion-cell-btn-wrap--top-right {
      position: absolute;
      top: 0.9375rem;
      right: 1.875rem; }
    @media (max-width: 1025px) {
      .accordion-cell .accordion-cell-btn-wrap {
        margin: 0; } }
    .accordion-cell .accordion-cell-btn-wrap .accordion-cell-btn {
      display: inline-block;
      height: 12px;
      width: 12px;
      margin-top: 6px;
      border-style: solid;
      border-color: #ffffff;
      border-width: 0px 2px 2px 0px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .accordion-cell .accordion-cell-btn-wrap .accordion-cell-btn--close {
      position: relative;
      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;
      border: none;
      margin: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      .accordion-cell .accordion-cell-btn-wrap .accordion-cell-btn--close:before, .accordion-cell .accordion-cell-btn-wrap .accordion-cell-btn--close:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #ffffff; }
      .accordion-cell .accordion-cell-btn-wrap .accordion-cell-btn--close:before {
        content: '';
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .accordion-cell .accordion-cell-btn-wrap .accordion-cell-btn--close:after {
        content: '';
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .accordion-cell .accordion-cell-title {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase; }
    .accordion-cell .accordion-cell-title--has-hr {
      margin-bottom: 1.875rem;
      position: relative; }
      .accordion-cell .accordion-cell-title--has-hr:after {
        content: '';
        display: block;
        height: 8px;
        width: 30px;
        margin-top: 1.875rem;
        background: #a02512; }
  .accordion-cell .accordion-cell-more {
    opacity: 0; }
    @media (max-width: 1025px) {
      .accordion-cell .accordion-cell-more {
        display: none; } }
  .accordion-cell > .accordion-cell-content {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    bottom: 0;
    padding: 3.75rem;
    z-index: 2;
    overflow: hidden; }
    @media (max-width: 1025px) {
      .accordion-cell > .accordion-cell-content {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
    .accordion-cell > .accordion-cell-content > p {
      display: block;
      margin: 0;
      margin-bottom: 0.9375rem;
      padding: 0;
      font-size: 1.125rem;
      color: #ffffff; }
      @media (min-width: 1025px) {
        .accordion-cell > .accordion-cell-content > p {
          max-width: 50%; } }

.expanded {
  width: 100%;
  height: 100%; }
  .expanded > h4 {
    left: 1rem;
    bottom: 1rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .expanded > .accordion-cell-content {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s; }
    @media (max-width: 1025px) {
      .expanded > .accordion-cell-content {
        -webkit-transition: opacity 0.2s 0.2s;
        transition: opacity 0.2s 0.2s; } }

.collapsed {
  width: 4%; }
  @media (max-width: 1025px) {
    .collapsed {
      width: 0;
      height: 0; } }

@media (max-width: 1025px) {
  .accordion-overlay.active {
    height: 100%; } }

.accordion-cell.collapsed {
  z-index: 1; }

@-webkit-keyframes bgChange {
  0% {
    opacity: 0;
    background: transparent; }
  100% {
    opacity: 1;
    background: #a02512; } }

@keyframes bgChange {
  0% {
    opacity: 0;
    background: transparent; }
  100% {
    opacity: 1;
    background: #a02512; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); } }


/*********************************************************
 Custom Video Player 
**********************************************************/
.plyr-playlist-wrapper ul::-webkit-scrollbar {
    width: 6px
}

.plyr-playlist-wrapper ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.plyr-playlist-wrapper ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(0,0,0,0.3);
}

.plyr-playlist-wrapper {
    background: #951f12;
    position: relative;
    padding: 0.5em 0.5em 0.5em 0.25em
}

.plyr-playlist-wrapper .plyr-playlist {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin-top: 0;
    padding: 6px 4px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px inset
}

.plyr-playlist-wrapper ul {
    padding: 0;
    margin: 0;
    max-height: 16em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.plyr-playlist-wrapper ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.plyr-playlist-wrapper .plyr-playlist li {
    list-style: none;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 0px;
    margin-bottom: 3px;
    font-size: 90%
}

.plyr-playlist-wrapper .plyr-playlist li.pls-playing,
.plyr-playlist-wrapper .plyr-playlist li:hover {
    color: #3498db;
    background-color: rgba(255, 255, 255, 0.09)
}

.plyr-playlist-wrapper .plyr-playlist li.pls-playing a {
    color: #ffffff;
}

.plyr-playlist-wrapper .plyr-playlist li a {
    text-decoration: none;
    font-family: arial;
    color: #c9c9c9;
    display: block;
    padding: 10px 0;
    outline: none;
    padding: 0.5em 0.25em 0.5em 0.75em;
    font-size: 90%;
    vertical-align: middle;
    padding-bottom: 10px;
    font-family: Raleway, Arial;
    letter-spacing: .7px
}

.plyr-playlist-wrapper .plyr-playlist li:last-child a {
    border-bottom: 0
}

.plyr-playlist li a:hover,
.plyr-playlist li a:focus,
.plyr-playlist li a:active {
    color: #ffffff
}

.plyr-miniposter {
    width: auto;
    height: 22px !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.plyr-type-playlist plyr-playlist a.plyr-playlist-item-remove {
    float: right;
    margin-right: 15px;
    background-color: transparent
}

.plyr-prev {
    margin-right: 0 !important
}

.plyr-next {
    margin-left: 0 !important
}

.plyr__controls [data-plyr="play"] {
    margin-left: 0 !important
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
	background: #e32706;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #e32706;
    color: #fff;
}

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #e32706;
    background: 0 0;
    transition: none;
}

.title-interview {
    padding: 30px 30px;
    margin: 20px 30px;
    border-left: 3px solid white;
}

@media (min-width: 1200px) {
    .player-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }
    .player-wrapper #player {
        order: 2;
        flex: 0 0 75%
    }
    .player-wrapper .plyr-playlist-wrapper ul {
		height: 100%;
		overflow-y: scroll;
    }
}

@media(max-width: 768px) {
	.title-interview {
		padding: 0px 10px;
		margin: 10px 20px;
		border-left: 3px solid white;
		text-align: center;
	}
}


/**
  * -- TEMPLATES
  */
/*********************************************************
  About
*********************************************************/
/**
  * -- STATES 
  */
/*********************************************************
    Animations
*********************************************************/
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); } }
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29);
            animation-timing-function: cubic-bezier(0.65, 0.88, 0.36, 0.29); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes sign {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1368; } }

@keyframes sign {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1368; } }

@-webkit-keyframes fill {
  0% {
    color: transparent; }
  50% {
    color: #ffffff; }
  100% {
    color: #a02512; } }

@keyframes fill {
  0% {
    color: transparent; }
  50% {
    color: #ffffff; }
  100% {
    color: #a02512; } }

@-webkit-keyframes exitUp {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@keyframes exitUp {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@-webkit-keyframes exitDown {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

@keyframes exitDown {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

/*********************************************************
  Utility / Helper Classes
  @NOTE: prefix with ".u-"
*********************************************************/
/**
  * Visibility
  */
.u-visible-desktop {
  display: none; }
  @media (min-width: 1025px) {
    .u-visible-desktop {
      display: block; } }

.u-visible-tablet {
  display: none; }
  @media (min-width: 769px) {
    .u-visible-tablet {
      display: block; } }

@media (min-width: 1025px) {
  .u-hidden-desktop {
    display: none; } }

@media (min-width: 769px) {
  .u-hidden-tablet {
    display: none; } }

@media (max-width: 769px) {
  .u-hidden-phone {
    display: none !important; } }

@media (max-width: 1025px) {
  .headerhide {
    background-image: none !important; } }

/**
  * Alignments
  */
.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

/**
  * Text Colors
  */
.u-color-white {
  color: #ffffff; }

.u-color-primary {
  color: #a02512; }

.u-color-link {
  color: #251d1c; }

.u-color-secondary {
  color: #251d1c; }

/**
  * Background Colors
  */
.u-bg-primary {
  background-color: #a02512; }

.u-bg-secondary {
  background-color: #251d1c; }

.u-bg-white {
  background-color: #ffffff; }

/**
  * Fonts
  */
.u-font-heading {
  font-family: "Oswald", sans-serif; }

.u-font-body {
  font-family: "Oswald", sans-serif; }
