﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
	.hours tr:nth-of-type(odd) {
		background-color: #f5f5f5;
	}
	.hours td {
	font-size: 14px;
}
.hours thead tr{
	background-color: #fff!important;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*!
 * Tent CSS 
 * http://css.sitetent.com
 *
 * Copyright (c) 2017, Aaron Mazade
 * Licensed under the MIT license
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  margin: 0;
  font-family: sans-serif;
}

iframe {
  border: 0;
}

main {
  display: block;
}

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #444444;
  font-weight: 400;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

hr {
  display: block;
  margin: 1.5rem 0;
  height: 1px;
  border: none;
  background-color: #dbdbdb;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #0074D9;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #004b8d;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0 0 0 0.5rem;
  border-left: 4px solid #6E6E6E;
}

cite {
  font-style: italic;
}

code {
  font-family: "Lucida Console", Courier, monospace;
  font-size: inherit;
  color: #0074D9;
  background-color: #F2F2F2;
  padding: 0.125rem 0.25rem;
}

p {
  margin: 0 0 1.5rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0 0 2rem;
  color: #444444;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.25;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

textarea {
  overflow: auto;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  width: auto;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #A4A4A4;
  font-size: 1rem;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #0074D9;
}

ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

li {
  display: list-item;
  margin-bottom: 0.5rem;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  border-spacing: 0;
}

table td {
  padding: 0.5rem;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media (min-width: 36em) {
  .container {
    max-width: 33.75rem;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 71.25rem;
  }
}

.container--fluid {
  max-width: 100%;
}

.flex, .grid, .control--inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          flex-direction: row;
}

.flex--stack, .grid--stack {
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
}

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

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

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

.flex--stretch, .grid--stretch {
  -ms-flex-align: stretch;
      -webkit-box-align: stretch;
          align-items: stretch;
}

.flex--baseline, .grid--baseline {
  -ms-flex-align: baseline;
      -webkit-box-align: baseline;
          align-items: baseline;
}

.flex--justify-center, .grid--justify-center {
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
}

.flex--justify-start, .grid--justify-start {
  -ms-flex-pack: start;
      -webkit-box-pack: start;
          justify-content: flex-start;
}

.flex--justify-end, .grid--justify-end {
  -ms-flex-pack: end;
      -webkit-box-pack: end;
          justify-content: flex-end;
}

.flex__item, .grid__column {
  display: block;
  -ms-flex: 1;
      -webkit-box-flex: 1;
          flex: 1;
}

.flex__item--top, .grid__column--top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.flex__item--bottom, .grid__column--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.flex__item--center, .grid__column--center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

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

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

@media (min-width: 36em) {
  .flex-first--sm {
    -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-last--sm {
    -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (min-width: 48em) {
  .flex-first--md {
    -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-last--md {
    -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (min-width: 62em) {
  .flex-first--lg {
    -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-last--lg {
    -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media (min-width: 75em) {
  .flex-first--xl {
    -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-last--xl {
    -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.grid {
  padding: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          flex-direction: row;
}

.grid--gutterless > .grid__column {
  padding: 0;
}

.grid__column {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid__column--1 {
  -ms-flex: 0 0 8.33333%;
      -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.grid__column--2 {
  -ms-flex: 0 0 16.66667%;
      -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.grid__column--3 {
  -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid__column--4 {
  -ms-flex: 0 0 33.33333%;
      -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.grid__column--5 {
  -ms-flex: 0 0 41.66667%;
      -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.grid__column--6 {
  -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid__column--7 {
  -ms-flex: 0 0 58.33333%;
      -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.grid__column--8 {
  -ms-flex: 0 0 66.66667%;
      -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.grid__column--9 {
  -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid__column--10 {
  -ms-flex: 0 0 83.33333%;
      -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.grid__column--11 {
  -ms-flex: 0 0 91.66667%;
      -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.grid__column--12 {
  -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 36em) {
  .grid__column--1--sm {
    -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid__column--2--sm {
    -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid__column--3--sm {
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__column--4--sm {
    -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid__column--5--sm {
    -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid__column--6--sm {
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__column--7--sm {
    -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid__column--8--sm {
    -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid__column--9--sm {
    -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__column--10--sm {
    -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid__column--11--sm {
    -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid__column--12--sm {
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .grid__column--1--md {
    -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid__column--2--md {
    -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid__column--3--md {
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__column--4--md {
    -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid__column--5--md {
    -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid__column--6--md {
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__column--7--md {
    -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid__column--8--md {
    -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid__column--9--md {
    -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__column--10--md {
    -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid__column--11--md {
    -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid__column--12--md {
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 62em) {
  .grid__column--1--lg {
    -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid__column--2--lg {
    -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid__column--3--lg {
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__column--4--lg {
    -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid__column--5--lg {
    -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid__column--6--lg {
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__column--7--lg {
    -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid__column--8--lg {
    -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid__column--9--lg {
    -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__column--10--lg {
    -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid__column--11--lg {
    -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid__column--12--lg {
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 75em) {
  .grid__column--1--xl {
    -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid__column--2--xl {
    -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid__column--3--xl {
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__column--4--xl {
    -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid__column--5--xl {
    -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid__column--6--xl {
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__column--7--xl {
    -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid__column--8--xl {
    -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid__column--9--xl {
    -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__column--10--xl {
    -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid__column--11--xl {
    -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid__column--12--xl {
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 36em) {
  .grid {
    width: 100%;
  }
  .grid__column {
    padding: 0 1rem;
  }
}

.list--unstyled, .list--inline {
  list-style-type: none;
  padding: 0;
}

.list--inline .list__item {
  display: inline-block;
}

.list--inline .list__item:not(:last-child) {
  padding-right: 25px;
}

.list--nulled,
.list--nulled .list__item {
  margin: 0;
}

.table--stripped .table__body .table__row:not(:nth-child(even)) .table__cell {
  background-color: #F2F2F2;
}

.title--xxxs,
.subtitle--xxxs {
  font-size: 0.625rem;
}

.title--xxs,
.subtitle--xxs {
  font-size: 0.75rem;
}

.title--xs,
.subtitle--xs {
  font-size: 0.875rem;
}

.title--sm,
.subtitle--sm {
  font-size: 1rem;
}

.title--md,
.subtitle--md {
  font-size: 1.125rem;
}

.title--lg,
.subtitle--lg {
  font-size: 1.25rem;
}

.title--xl,
.subtitle--xl {
  font-size: 2rem;
}

.title--xxl,
.subtitle--xxl {
  font-size: 2.5rem;
}

.title--xxxl,
.subtitle--xxxl {
  font-size: 3rem;
}

.title {
  font-weight: 700;
}

.subtitle {
  font-weight: 100;
}

.title,
.subtitle {
  word-break: break-word;
}

.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1rem;
}

.title-set .title {
  margin: 0;
}

.title-set .title + .subtitle {
  margin-top: 0;
}

.lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
}

.button {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2.5rem;
  border: 2px solid #6E6E6E;
  border-radius: 0;
  background-color: #6E6E6E;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: inherit;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
  border-color: #00305a;
  background-color: #0059a6;
  color: #FFFFFF;
}

.button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active {
  border-color: #193e2d;
  background-color: #2e7555;
  color: #FFFFFF;
}

.button.button--tertiary:hover, .button.button--tertiary:focus, .button.button--tertiary:active {
  border-color: #b60a00;
  background-color: #ff1103;
  color: #FFFFFF;
}

.button--xxxs {
  padding: 0.5rem 1rem;
  font-size: 0.625rem;
}

.button--xxs {
  padding: 0.5rem 2rem;
  font-size: 0.625rem;
}

.button--xs {
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
}

.button--sm {
  padding: 0.5rem 2.5rem;
  font-size: 0.875rem;
}

.button--md {
  padding: 0.5rem 2.5rem;
  font-size: 0.875rem;
}

.button--lg {
  padding: 1rem 3rem;
  font-size: 1.125rem;
}

.button--xl {
  padding: 1rem 3.5rem;
  font-size: 1.25rem;
}

.button--xxl {
  padding: 1rem 4rem;
  font-size: 1.25rem;
}

.button--xxxl {
  padding: 1rem 4.5rem;
  font-size: 1.25rem;
}

.button--block {
  width: 100%;
  text-align: center;
}

.button--filled:hover, .button--filled:focus, .button--filled:active {
  border-color: #2e2e2e;
  background-color: #555555;
  color: #FFFFFF;
}

.button--filled.button--primary {
  border-color: #0074D9;
  background-color: #0074D9;
  color: #FFFFFF;
}

.button--filled.button--secondary {
  border-color: #3D9970;
  background-color: #3D9970;
  color: #FFFFFF;
}

.button--filled.button--tertiary {
  border-color: #FF4136;
  background-color: #FF4136;
  color: #FFFFFF;
}

.button--outlined {
  background-color: transparent;
  color: #6E6E6E;
}

.button--outlined:hover, .button--outlined:focus, .button--outlined:active {
  border-color: #2e2e2e;
  background-color: #555555;
  color: #FFFFFF;
}

.button--outlined.button--primary {
  border-color: #0074D9;
  color: #0074D9;
}

.button--outlined.button--secondary {
  border-color: #3D9970;
  color: #3D9970;
}

.button--outlined.button--tertiary {
  border-color: #FF4136;
  color: #FF4136;
}

.button--clear {
  border-color: transparent;
  background-color: transparent;
  color: #6E6E6E;
}

.button--clear:hover, .button--clear:focus, .button--clear:active {
  border-bottom: 2px solid #6E6E6E;
  color: #6E6E6E;
}

.card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  background: #FFFFFF;
  color: #444444;
}

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

.card__image {
  margin: 0 auto;
  max-width: 100%;
}

.card__content {
  padding: 1rem;
  -ms-flex: 1 0 auto;
      -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.card__content > :last-child {
  margin-bottom: 0;
}

.card--filled {
  background-color: #444444;
}

.card--filled.card--primary {
  background-color: #0074D9;
}

.card--filled.card--secondary {
  background-color: #3D9970;
}

.card--filled.card--tertiary {
  background-color: #FF4136;
}

.card--outlined {
  border: 2px solid transparent;
}

.card--outlined.card--primary {
  border-color: #0074D9;
}

.card--outlined.card--secondary {
  border-color: #3D9970;
}

.card--outlined.card--tertiary {
  border-color: #FF4136;
}

.card--raised {
  -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card--clear,
.card--feature {
  border: 0;
}

.card--clear {
  background: transparent;
}

.control__label {
  display: block;
  margin: 0 0 0 0 0.5rem;
  font-weight: 600;
}

.control--radio .control__label,
.control--checkbox .control__label {
  font-weight: 400;
}

.control--inline {
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
}

.control--inline .control__label:not(:first-child) {
  margin-left: 0;
}

@media (min-width: 36em) {
  .control--inline {
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            flex-direction: row;
  }
  .control--inline .control__label:not(:first-child) {
    margin-left: 0.5rem;
  }
}

.control--block,
.control--block .control__input,
.control--block .control__textarea,
.control--block .control__select {
  width: 100%;
}

.control--select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 1.5rem;
}

.control--select:after {
  content: "";
  border: 1px solid #0074D9;
  border-right: 0;
  border-top: 0;
  display: block;
  position: absolute;
  height: 0.5rem;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.control__select {
  padding-right: 2.5rem;
  margin: 0;
}

.control__textarea--sm {
  min-height: 5rem;
}

.control__textarea--md {
  min-height: 8.75rem;
}

.control__textarea--lg {
  min-height: 12.5rem;
}

.color-primary {
  color: #0074D9;
}

.color-secondary {
  color: #3D9970;
}

.color-tertiary {
  color: #FF4136;
}

.color-light {
  color: #E0E0E0;
}

.color-lighter {
  color: #F2F2F2;
}

.color-lightest {
  color: #FFFFFF;
}

.color-medium {
  color: #A4A4A4;
}

.color-dark {
  color: #6E6E6E;
}

.color-darker {
  color: #444444;
}

.color-darkest {
  color: #111111;
}

.bg-color-primary {
  background-color: #0074D9;
}

.bg-color-secondary {
  background-color: #3D9970;
}

.bg-color-tertiary {
  background-color: #FF4136;
}

.bg-color-light {
  background-color: #E0E0E0;
}

.bg-color-lighter {
  background-color: #F2F2F2;
}

.bg-color-lightest {
  background-color: #FFFFFF;
}

.bg-color-medium {
  background-color: #A4A4A4;
}

.bg-color-dark {
  background-color: #6E6E6E;
}

.bg-color-darker {
  background-color: #444444;
}

.bg-color-darkest {
  background-color: #111111;
}

.inverse {
  color: #F2F2F2;
}

.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6 {
  color: #F2F2F2;
}

.display-block {
  display: block;
}

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

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

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

.padding-xxxs {
  padding: 0.5rem;
}

.padding-xxs {
  padding: 1rem;
}

.padding-xs {
  padding: 1.5rem;
}

.padding-sm {
  padding: 2rem;
}

.padding-md {
  padding: 2.5rem;
}

.padding-lg {
  padding: 3rem;
}

.padding-xl {
  padding: 3.5rem;
}

.padding-xxl {
  padding: 4rem;
}

.padding-xxxl {
  padding: 4.5rem;
}

.padding-y {
  padding-left: 0;
  padding-right: 0;
}

.padding-x {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-nulled {
  padding: 0;
}

.margin-xxxs {
  margin: 0.5rem;
}

.margin-xxs {
  margin: 1rem;
}

.margin-xs {
  margin: 1.5rem;
}

.margin-sm {
  margin: 2rem;
}

.margin-md {
  margin: 2.5rem;
}

.margin-lg {
  margin: 3rem;
}

.margin-xl {
  margin: 3.5rem;
}

.margin-xxl {
  margin: 4rem;
}

.margin-xxxl {
  margin: 4.5rem;
}

.margin-y {
  margin-left: 0;
  margin-right: 0;
}

.margin-x {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-nulled {
  margin: 0;
}

.height-full {
  height: 100%;
}

.type-italic {
  font-style: italic;
}

.type-bold {
  font-weight: 700;
}

.type-black {
  font-weight: 900;
}

.type-small {
  font-size: 0.7em;
}

.type-caps {
  font-variant: small-caps;
}

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

.type-justify {
  text-align: justify;
}

.type-left {
  text-align: left;
}

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

.type-center {
  text-align: center;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* @import "../../../../node_modules/font-awesome/css/font-awesome.min"; */

/*tertiary*/

/*quinary*/

/*$primary*/

/*secondary*/

/*quaternary*/

@font-face {
  font-family: 'Gotham-Medium';
  src: url('/assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/Gotham-Medium.otf')  format('opentype'),
       url('/assets/fonts/Gotham-Medium.woff') format('woff'),
       url('/assets/fonts/Gotham-Medium.ttf')  format('truetype'),
       url('/assets/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/Gotham-Book.otf')  format('opentype'),
       url('/assets/fonts/Gotham-Book.woff') format('woff'), 
       url('/assets/fonts/Gotham-Book.ttf')  format('truetype'), 
       url('/assets/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('/assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/Gotham-Bold.otf')  format('opentype'),
       url('/assets/fonts/Gotham-Bold.woff') format('woff'), 
       url('/assets/fonts/Gotham-Bold.ttf')  format('truetype'), 
       url('/assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook-Italic';
  src: url('/assets/fonts/GothamBook-Italic.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/GothamBook-Italic.woff') format('woff'),
       url('/assets/fonts/GothamBook-Italic.ttf')  format('truetype'),
       url('/assets/fonts/GothamBook-Italic.svg#GothamBook-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

.browser-warning {
    position:fixed;
    top:0;
    left:0;
    z-index:999 !important;
    width:100%;
    display: none;
    padding:0.938rem 0;
    background-color:#231f20; /* Change this */
    text-align:center;

}

@media (min-width:768px) {

.browser-warning {
        text-align:left

}
    }

.browser-warning.hide{
        display:none;
    }

.browser-warning p {
        font-size:1.25rem;
        color:#fff;
        line-height:1.5rem;
        padding:0;
        margin:0.5rem 0 0;
    }

.browser-warning .btn{
        background-color:#ffffff; /* Change this */
        font-size:0.875rem;
        line-height: 1.25rem;
        padding:0.5rem 1.875rem;
        color:red;
        float:none;
        margin:0;
    }

@media (min-width:768px) {

.browser-warning .btn{
            float: right
    }
    }

.browser-warning .btn:hover{
            color:red;
            opacity:0.75;
        }

.ios-warning {
    z-index:99999;
    background-color:#231f20; /* Change this */
    max-width: 100vw!important;
    text-align: center;
    position:fixed;
    display: none;

    bottom:0;
    left:0;
    width:100%;
    -webkit-box-shadow:0 0 0.938rem rgba(0,0,0,0.5);
            box-shadow:0 0 0.938rem rgba(0,0,0,0.5);
}

.ios-warning.hide{
        display:none;
    }

.ios-warning p {
        color: #ffffff;
        padding: 0.938rem 0;
        margin:0;
        text-align: center;
    }

.ios-warning .btn{
        background-color:#8f835f; /* Change this */
        font-size:0.875rem;
        line-height: 1.25rem;
        padding:0.5rem 1.875rem;
        color:#fff;
        margin: 0 auto 0.938rem auto;
        float:none;
    }

body {
	font-size:16px;
    color:#333333;
    font-family: 'Gotham-Book', serif;
}

a,
button {
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
}

.body--overflow-hidden{
	overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin:50px 0 30px 0;
    color:#cf0a2c;
    font-family: 'Playfair Display', serif;
}

h1,
.h1 {
    font-size:2em;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (min-width:768px) {

h1,
.h1 {
        font-size:3em
}
    }

h2,
.h2 {
    font-size:2.5em;
    line-height: 40px;
}

@media (min-width:768px) {

h2,
.h2 {
        font-size:3.625em;
        line-height: 58px
}
    }

h3,
.h3 {
    font-size:2em;
}

@media (min-width:768px) {

h3,
.h3 {
        font-size:2.500em
}
    }

h4,
.h4 {
    font-size:1.875em;
}

h5,
.h5 {
    font-size:1.125em;
    text-transform: uppercase;
}

@media (min-width:768px) {

h5,
.h5 {
        font-size:1.25em
}
    }

h6,
.h6 {
    font-size:1.250em;
    font-family: 'Gotham-Medium', serif;
}

p {
    margin:25px 0;
    font-size:1.125em;
}

.lead {
    font-size:1.25em;
}

@media (min-width:768px) {

.lead {
        font-size:1.5em
}
    }

.alpha {
    margin-top:0 !important;
}

.headline {
    text-align: center;
    margin: 0;
    font-size: 2.25em;
    line-height: 44px;
}

@media (min-width:576px) {

.headline {
        font-size: 2.75em
}
    }

@media (min-width:992px) {

.headline {
        font-size: 3.625em
}
    }

.subheadline {
    text-align: center;
    margin-top: 0;
    color:#333333;
    font-size: 1em;
}

@media (min-width:576px) {

.subheadline {
        margin-top: 25px
}
    }

@media (min-width:768px) {

.subheadline {
        font-size: 1.375em;
        margin-bottom: 40px
}
    }

.preheadline{
    color: #333333;
    font-size: 24px;
    font-family: 'Gotham-Book', serif;
    text-transform: uppercase;
    display: block;
    line-height: 28px;
}

@media (min-width:768px) {

.preheadline{
        font-size: 34px;
        line-height: 34px
}
    }

@media (min-width:768px) {

.type-right--medium {
        text-align:right
}
    }

.small-headline {
    margin-bottom:20px;
    color:#333333;
    font-family:'Playfair Display', serif;
    font-size:1.75em;
    font-weight:700;
}

.type-red {
    color:#cf0a2c;
}

.container {
    width:100%;
	max-width:1224px!important;
	margin:0 auto;
	padding-right:15px;
	padding-left:15px;
}

.container--small {
		max-width:768px!important;
	}

.cookie-warning {
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  background-color: #000;
  color: white;
  z-index: 999999;
}

.cookie-warning--is-hidden {
    display: none !important;
  }

.cookie-warning__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

@media (min-width:768px) {

.cookie-warning__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row
  }
    }

.cookie-warning__heading {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2em;
  }

.cookie-warning__notice {
    margin: 15px 0;
    max-width: 800px;
    color: #fff;
    font-size: 12px;
  }

@media (min-width:992px) {

.cookie-warning__notice {
      font-size: 16px;
      margin: 0
  }
    }

.cookie-warning__link {
    color: #fff;
    text-decoration: underline;
  }

.cookie-warning__link:hover {
      text-decoration: underline;
      opacity: 0.5;
      color: #fff;
    }

.cookie-warning__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.cookie-warning__action .btn {
    margin-top: 20px;
    background-color: #cf0a2c;
    max-width: 200px;
    font-size: 14px;
    padding: 10px 15px;
    padding-left: 15px !important;
    text-align: center;
  }

.cookie-warning__action .btn:hover {
      color: red;
      background-color: #fff;
    }

@media (min-width:768px) {

.cookie-warning__action .btn {
      margin-top: 0
  }
    }

@media (min-width:768px) {

.cookie-warning__action .btn {
      padding-left: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      max-width: 300px;
      text-align: right
  }
    }

.copyright {
    padding:30px 0;
    background-color:#cf0a2c;
    font-size:0.875em;
    text-align:center;
    color:#fff;
}

@media (min-width:768px) {

.copyright {
        padding:50px 0
}
    }

.copyright__list {
        margin:0;
        list-style: none;
    }

@media (min-width:768px) {

.copyright__list {
            text-align:left
    }
    }

.copyright__list-item {
        margin:0;
    }

@media (min-width:768px) {

.copyright__list-item {
            padding:0 5px;
            display:inline-block
    }
    }

.copyright__developer {
        margin:20px 0 0 0;
    }

@media (min-width:768px) {

.copyright__developer {
            margin:0;
            text-align:right
    }
    }

.dropdown {
    position:relative;

}

.dropdown.nav__item:last-of-type .dropdown__nav {
        left:auto
    }

.dropdown__toggle {
        -webkit-appearance:none;
           -moz-appearance:none;
                appearance:none;
    }

.dropdown__toggle:focus {
            color:white;
			opacity:0.8;
        }

@media (min-width:768px) {

.dropdown__toggle:focus {
				color:#000
        }
    }

.dropdown__toggle-icon {
        margin-left:5px;
        color:#ffffff;
        font-size:1.25em;
        -webkit-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }

@media (min-width:768px) {

.dropdown__toggle-icon {
            color:#cf0a2c
    }
    }

.dropdown--is-open .dropdown__toggle-icon {
        -webkit-transform:rotate(-180deg);
                transform:rotate(-180deg);
    }

.dropdown__nav {
        display:none;
        position:relative;
		-webkit-transition:all 0.3s ease;
		transition:all 0.3s ease;
    }

@media (min-width:768px) {

.dropdown__nav {
            position: absolute;
            top:100%;
            left:50%;
            display:block;
            opacity:0.0;
            visibility:hidden;
            border-radius:0 0 5px 5px;
			overflow:hidden;
			background-color:#fff;
            -webkit-box-shadow:0 10px 25px rgba(0,0,0,0.35);
                    box-shadow:0 10px 25px rgba(0,0,0,0.35);
            -webkit-transform:translateY(-20px) translateX(-50%) scale(0.9);
                    transform:translateY(-20px) translateX(-50%) scale(0.9);
            width:225px
    }
    }

.dropdown--is-open .dropdown__nav {
        display:block;
        opacity:1.0;
        visibility:visible;
        -webkit-transform:translateY(0) translateX(0) scale(1.0);
                transform:translateY(0) translateX(0) scale(1.0);
    }

@media (min-width:768px) {

.dropdown--is-open .dropdown__nav {
            -webkit-transform:translateY(-10px) translateX(-50%) scale(1.0);
                    transform:translateY(-10px) translateX(-50%) scale(1.0)
    }
    }

.dropdown__item {
        padding:0;
        list-style-type:none;
    }

@media (min-width:768px) {

.dropdown__item {
            margin:0;
            border-bottom:1px solid rgba(255,255,255,0.1)
    }

            .dropdown__item:last-of-type {
                border-bottom:0;
            }
    }

.dropdown__link {
        color:white;
        font-size:0.875em;
        font-weight:700;
        text-transform:uppercase;
        display:block;
        padding:5px 10px;
    }

.dropdown__link:hover,
        .dropdown__link:focus {
            color:#fff;
            opacity:0.5;
        }

@media (min-width:768px) {

.dropdown__link {
            margin:0;
            padding:12px 15px;
			font-size:0.835em;
			color:black
    }

            .dropdown__link:hover {
                background-color:#000;
                opacity:1.0;
            }

            .dropdown__link:focus {
                background-color:#ccc;
                outline:2px dotted #555;
                color:black;
                opacity:1.0;
            }
    }

.grid--small-padding > div {
			padding:0 5px;
		}

.grid--margins > .grid__column {
			margin-bottom:30px;
		}

.nav {
    height:100%;
    margin-bottom:0;
    text-align: center;
    padding: 50px 0 30px;
}

@media (min-width:768px) {

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

.nav__item {
        display: block;
        margin-bottom:0;
        padding: 0;
    }

.nav__item:first-child{
            padding:0;
        }

@media (min-width:768px) {

.nav__item {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            padding: 0 5px
    }
    }

@media (min-width:992px) {

.nav__item {
            padding: 0 15px
    }
    }

@media (min-width:1200px) {

.nav__item {
            padding: 0 25px
    }
    }

.nav__link {
        position: relative;
        display: inline-block;
        padding:15px 5px;
        margin:0;
        text-transform: uppercase;
        font-size:0.925em;
        color:#fff;

    }

.nav__link:hover, .nav__link.active{
            color:black;
        }

.nav__link:focus {
            -webkit-box-shadow:0px;
                    box-shadow:0px;
            outline:2px dotted #555;
            color:#555;
        }

@media (min-width:768px) {

.nav__link {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-align:center;
                -ms-flex-align:center;
                    align-items:center;
            color:black;
            font-size:0.925em

    }

            .nav__link:after {
                content:"";
                position: absolute;
                bottom:0;
                left:0;
                width:100%;
                height:3px;
                display:block;
                opacity:0.0;
                background-color:#d0112b;
                -webkit-transition:all 0.35s ease;
                transition:all 0.35s ease;
            }

            .nav__link:hover::after {
                opacity:1;
            }
    }

.nav__link.active::after {
            opacity:1;
        }

.header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.header--is-fixed {
        -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
                box-shadow:0 15px 30px rgba(0,0,0,0.2);
    }

.header--is-fixed .header__top {
        height:50px;
    }

.header--is-fixed .navbar {
        height:75px;
    }

.header__top {
        background-color: #d0112b;
        text-align: right;
        height:0;
        display:none;
        -webkit-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }

@media (min-width:768px) {

.header__top {
            display:block;
            height:55px
    }
    }

.header__top .header__buttons{
            display: none;
        }

@media (min-width:768px) {

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

.header__buttons{
        margin:0;
    }

.header__button-item {
        height:100%;
        list-style: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        margin-bottom: 0;
    }

.header .container {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        height:100%;
        -webkit-box-pack:end;
            -ms-flex-pack:end;
                justify-content:flex-end;

    }

.header__button-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color:#fff;
        font-size: 1em;
        font-family: 'Gotham-Medium', serif;
        text-transform: uppercase;
        padding: 0 25px;
        height:100%;
    }

@media (min-width:992px) {

.header__button-link {
            padding: 0 25px
    }
    }

.header__button-link:hover, .header__button-link:focus{
            color: #ffffff;
        }

@media (min-width:768px) {

.header__button-link:hover, .header__button-link:focus{
                background-color: #9c0d20
        }
    }

.header__button-link .fa {
            margin-right:6px;
            color: #efacb5;
        }

.header__button-link--bg {
        background-color: #9c0d20;
        -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;
    }

.header__button-link--bg:hover{
            background-color: rgba(150,13,32,0.45);
        }

.navbar {
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:75px;
    padding:0;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;

}

@media (min-width:768px) {

.navbar {
        height:90px

}
    }

.navbar .container {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        height:100%;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }

.navbar__logo {
        display: block;
    }

@media (min-width:992px) {

.navbar__logo {
            width: auto
    }
    }

.navbar__logo:focus {
            opacity:0.5;
            outline:2px dotted #555;
        }

.navbar__logo > img {
            display:block;
            height:65px;

        }

.navbar__nav {
        position: fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:998;
        background-color:#cf0a2c;
        display:block;
        padding:0;
        opacity:0.0;
        visibility:hidden;
        -webkit-transition:all 0.3s ease;
        transition:all 0.3s ease;
        overflow-y: scroll;
    }

.navbar__nav--is-open {
            opacity:1.0;
            visibility:visible;
        }

@media (min-width:768px) {

.navbar__nav {
            position: relative;
            top:auto;
            left:auto;
            right:auto;
            bottom:auto;
            z-index:998;
            opacity:1.0;
            visibility:visible;
            background-color:transparent;
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            height:100%;
            display:inline-block;
            justify-self:center;
            overflow: inherit
    }
    }

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

@media (min-width:768px) {

.navbar__mobile-buttons {
            display:none
    }
    }

.navbar__phone-icon {
        display:inline-block;
        font-size:1.313em;
        line-height:18px;
        padding:10px 13px;
        color: #cf0a2c;
    }

.navbar__right {
        display:block;
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }

@media (min-width:768px) {

.navbar__right {
            display:none
    }
    }

.navbar__btn{
        display: inline-block;
        background-color: white;
        color: #333333;
        padding: 15px 30px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.navbar__btn:hover, .navbar__btnfocus{
            opacity:0.85;
        }

.navicon {
    position:relative;
    z-index:999;
    border:none;
    background-color:transparent;
    padding:10px 8px;
    outline:none;
    display:inline-block;
}

.navicon__holder {
      display:block;
      cursor:pointer;
    }

.navicon__line {
      position:relative;
      width:26px;
      height:3px;
      margin-bottom:5px;
      display:block;
      border-radius:5px;
      background-color:#cf0a2c;
      -webkit-transition:all 0.25s cubic-bezier(0.57, 0.28, 0.25, 0.69);
      transition:all 0.25s cubic-bezier(0.57, 0.28, 0.25, 0.69);
    }

.navicon__line:last-of-type {
        margin-bottom:0;
      }

.navicon--toggle .navicon__line {
      background-color:#fff;
    }

.navicon--toggle .navicon__line:first-of-type {
      -webkit-transform:
        rotate(45deg)
        translateY(6px)
        translateX(6px);
              transform:
        rotate(45deg)
        translateY(6px)
        translateX(6px);
    }

.navicon--toggle .navicon__line:nth-of-type(2) {
      opacity:0.0;
      -webkit-transform:scale(0);
              transform:scale(0);
    }

.navicon--toggle .navicon__line:last-of-type {
      -webkit-transform:
        rotate(-45deg)
        translateY(-5px)
        translateX(5px);
              transform:
        rotate(-45deg)
        translateY(-5px)
        translateX(5px);
    }

.footer__details{
		text-align: center;
	}

@media (min-width:576px) {

.footer__details{
			text-align: left
	}
    }

.footer__logo{
		padding-bottom: 30px;
		text-align: center;
	}

@media (min-width:576px) {

.footer__logo{
			text-align: left
	}
    }

.footer__heading{
		margin-top: 0;
		text-transform: capitalize;
		color: #333333;
		font-family: 'Gotham-Bold', serif;
		font-size: 1.250em;
		margin-bottom: 10px;
	}

.footer__list{
		max-width: 200px;
		margin: 0 auto 30px !important;
	}

@media (min-width:576px) {

.footer__list{
			margin: 0 !important
	}
    }

.footer__list li{
			font-size: 1.000em !important;
		}

.footer__list li:first-child{
				padding-left: 0;
			}

.footer__list li:before{
				top: 0 !important;
			}

.footer__list li a{
				font-size: 1.000em !important;
			}

.footer__btn {
		margin: 20px auto 30px auto;
		display:block!important;
	}

@media (min-width:576px) {

.footer__btn {
			display:inline-block!important;
			margin: 20px auto
	}
    }

@media (min-width:768px) {

.footer__btn {
			margin:20px 0
	}
    }

.footer__location {

	}

.footer__social{
		margin-bottom: 0;
		text-align: center;
	}

@media (min-width:576px) {

.footer__social{
			text-align: left;
			margin-top: 30px
	}
    }

@media (min-width:768px) {

.footer__social{
			text-align: right;
			margin-top: 0px
	}
    }

.footer__social-item{
		list-style: none;
		display: inline-block;
		margin-right: 4px;
	}

@media (min-width:576px) {

.footer__social-item{
			margin-right: 8px
	}
    }

.footer__social-link{	
		display: -webkit-box;	
		display: -ms-flexbox;	
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border:2px solid #333333;
		text-align: center;
		color: #333333;
		font-size: 1.250em;
		background-color: white;
	}

@media (min-width:992px) {

.footer__social-link{
			width: 60px;
			height: 60px;
			font-size: 1.875em
	}
    }

.footer__social-link:hover, .footer__social-link:focus{
			color: white;
		}

.footer__social-link.facebook:hover, .footer__social-link.facebook:focus{
			background-color:#2e6fb7;
			border:2px solid #2e6fb7;
		}

.footer__social-link.twitter:hover, .footer__social-link.twitter:focus{
			background-color: #38A1F3;
			border:2px solid #38A1F3;
		}

.footer__social-link.instagram:hover, .footer__social-link.instagram:focus{
			background-color: #3f729b;
			border:2px solid #3f729b;
		}

.footer__social-link.google:hover, .footer__social-link.google:focus{
			background-color:  green;
			border:2px solid green;
		}

.footer__social-link.yelp:hover, .footer__social-link.yelp:focus{
			background-color: #c41200;
			border:2px solid #c41200;
		}

.footer__top {
		padding:40px 0;
	}

@media (min-width:768px) {

.footer__top {
			padding:60px 0
	}
    }

.address-list {
	list-style:none;
}

.address-list__item {
		position:relative;
		font-size:1.125em;
		color: #333333;
		/* padding-left:25px; */
		margin-bottom:10px;
	}

.address-list__item:after {
			content:"";
			display:table;
			clear:both;
		}

.address-list__item--no-icon {
			padding-left:0;
		}

.address-list__item:before{
			font-family: 'FontAwesome';
			font-size: inherit;
			font-size: 1.000em ;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			-webkit-transform: translate(0, 0);
			        transform: translate(0, 0);
			color:#cf0a2c;
			position:inherit;
			left:0;
			top:2px;
		}

.address-list__item--phone:before{ 
			content: "\f095";
		}

.address-list__item--marker:before {
			content: "\f041";
			font-size:1.250em;
		}

.address-list__item--location:before {
			content: "\f124";
		}

.anchor {
	position: absolute;
	margin-top:-100px;
}

@media (min-width:768px) {

.anchor {
		margin-top:-145px
}
    }

.banner {
    position:relative;
	z-index:10;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-top:75px;
	background-color:#000;
	text-align: center;
	overflow: hidden;
}

@media (min-width:768px) {

.banner {
		margin-top:145px;
		height:calc(100vh - 100px);
		text-align: left
}
    }

@media (min-width:992px) {

.banner {
		height:calc(100vh - 170px);
		min-height: 600px
}
    }

.banner:after{
		content: "";
		position: absolute;
		bottom: -50px;
		left: 50%;
		height: 50px;
		width: 100%;
		max-width: 960px;
		background:url(/assets/images/banner-shadow.png);
		background-position:  top center;
		background-repeat: no-repeat;
		background-size: 100%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

.banner__slider {
		position:absolute;
		top:0;
		left:0;
		z-index:1;
		width:100%;
		height:100%;
	}

.banner__slider .owl-stage-outer,
		.banner__slider .owl-stage,
		.banner__slider .owl-item {
			height:100%;
			z-index:1;
		}

.banner__slider .owl-dots {
			position: absolute;
			z-index:99;
			left:50%;
			bottom:40px;
			width: 100%;
			text-align: center;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
		}

.banner__slider .owl-dots button.owl-dot {
				display:inline-block;
				border-radius:50%;
				margin: 0 8px;
				background-color: transparent;
			}

.banner__slider .owl-dots button.owl-dot.active{
					background-color: #fff;
					border-color: #fff;
				}

.banner__slider .owl-dots button.owl-dot span{
					border:1px solid #fff;
					display: block;
					height:12px;
					width:12px;
					margin: 4px;
					border-radius:50%;
				}

.banner__background {
		position:absolute;
		top:0;
		left:0;
		z-index:1;
		width:100%;
		height:100%;
		background-position:top center;
		background-repeat:no-repeat;
		background-size:cover;
		opacity:0.0;
		-webkit-transform:scale(1.05);
		        transform:scale(1.05);
		-webkit-animation:banner-background-fade-in;
		        animation:banner-background-fade-in;
		-webkit-animation-duration:2.25s;
		        animation-duration:2.25s;
		-webkit-animation-iteration-count:1;
		        animation-iteration-count:1;
		-webkit-animation-fill-mode:forwards;
		        animation-fill-mode:forwards;
		-webkit-animation-delay:0.25s;
		        animation-delay:0.25s;
	}

.banner__image{
		-o-object-fit: cover;
		   object-fit: cover;
		height: 100%;
		width: 100%;
	}

.banner__content {
		width:100%;
		position: relative;
		z-index:10;
		padding:80px 0 100px 0;
		text-align: center;
		pointer-events:none;
		opacity:0.0;
		-webkit-transform:translateY(20px);
		        transform:translateY(20px);
		-webkit-animation:banner-content-fade-in;
		        animation:banner-content-fade-in;
		-webkit-animation-duration:1.5s;
		        animation-duration:1.5s;
		-webkit-animation-iteration-count:1;
		        animation-iteration-count:1;
		-webkit-animation-fill-mode:forwards;
		        animation-fill-mode:forwards;
		-webkit-animation-delay:0.5s;
		        animation-delay:0.5s;

		
	}

@media (min-width:768px) {

.banner__content {
			padding: 0

		
	}
    }

.banner__headline {
		color:#fff;
		font-size:2.5em;
		line-height: 50px;
		text-transform: none;
		font-weight: 400;
		max-width: 420px;
		margin:0 auto 30px;
		text-shadow:6px 5px 5px rgba(0,0,0,0.65);
	}

@media (min-width:768px) {

.banner__headline {
			margin:0 auto 50px;
			font-size:3.750em;
			max-width: 650px;
			line-height: 69px
	}
    }

.banner__subheadline {
		font-size:1.25em;
		color:#fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		text-shadow:6px 5px 5px rgba(0,0,0,0.85);
	}

@media (min-width:768px) {

.banner__subheadline {
			font-size:1.875em;
			letter-spacing: 5px
	}
    }

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

@media (min-width:768px) {

.banner--small {
			height: 480px;
			min-height:480px
	}
    }

@-webkit-keyframes banner-content-fade-in {
	0% {
		opacity:0.0;
		-webkit-transform:translateY(20px);
		        transform:translateY(20px);
	} 100% {
		opacity:1.0;
		-webkit-transform:translateY(0);
		        transform:translateY(0);
	}
}

@keyframes banner-content-fade-in {
	0% {
		opacity:0.0;
		-webkit-transform:translateY(20px);
		        transform:translateY(20px);
	} 100% {
		opacity:1.0;
		-webkit-transform:translateY(0);
		        transform:translateY(0);
	}
}

@-webkit-keyframes banner-background-fade-in {
	0% {
		opacity:0.0;
		-webkit-transform:scale(1.05);
		        transform:scale(1.05);
	} 100% {
		opacity:1.0;
		-webkit-transform:scale(1.0);
		        transform:scale(1.0);
	}
}

@keyframes banner-background-fade-in {
	0% {
		opacity:0.0;
		-webkit-transform:scale(1.05);
		        transform:scale(1.05);
	} 100% {
		opacity:1.0;
		-webkit-transform:scale(1.0);
		        transform:scale(1.0);
	}
}

.book-now {
	position: relative;
	z-index: 0;
	text-align: center;


}

@media (min-width:992px) {

.book-now {
		text-align:left


}
    }

@media (min-width:992px) {

.book-now__content {
			padding-right:75px
	}
    }

.book-now__button {
		margin-top:30px;
	}

@media (min-width:992px) {

.book-now .grid {
			-webkit-box-align:center;
			    -ms-flex-align:center;
			        align-items:center
	}
    }

.btn {
   /* min-width:225px;*/
    padding:16px 30px;
    border-radius:0;
	border:0;
	display: inline-block;
	color:#fff;
	font-family:'Gotham-Medium', serif;
    font-size:1em;
    text-transform:uppercase;
    line-height:21px;
    text-align:center;
    white-space:normal;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

@media (min-width:576px) {

.btn {
    	padding:20px 40px
}
    }

.btn--white {
		background-color:white;
		-webkit-box-shadow:0px 5px 13px 2px rgba(0,0,0,0.2);
		        box-shadow:0px 5px 13px 2px rgba(0,0,0,0.2);
		color:#333333;
	}

.btn--white:hover,
		.btn--white:focus {
			-webkit-box-shadow:0px 7px 20px 2px rgba(0,0,0,0.3);
			        box-shadow:0px 7px 20px 2px rgba(0,0,0,0.3);
			-webkit-transform:translateY(-3px);
			        transform:translateY(-3px);
			color:#333333;
		}

.btn--white:focus {
			opacity:0.65;
			outline:2px dotted white;
		}

.btn--red {
		background-color:#d0112b;
		-webkit-box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
		        box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
		color:#fff;
	}

.btn--red:hover,
		.btn--red:focus {
			opacity:0.8;
			-webkit-box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
			        box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
			-webkit-transform:translateY(-3px);
			        transform:translateY(-3px);
			color:#fff;
		}

.btn--red:focus {
			opacity:0.65;
			outline:2px dotted #cf0a2c;
		}

.btn--gray{
		background-color: #333333;
		-webkit-box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
		        box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
		color:#fff;
	}

.btn--gray:hover, .btn--gray:focus {
			opacity:0.8;
			-webkit-box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
			        box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
			-webkit-transform:translateY(-3px);
			        transform:translateY(-3px);
			color:#fff;
		}

.btn--outline-primary {
		border:2px solid #cf0a2c;
		background-color:#cf0a2c;
		color:white;
	}

.btn--outline-primary:hover, .btn--outline-primary:focus {
			background-color:white;
			color:#cf0a2c;
			border:2px solid #e78a96;
		}

.btn--outline-secondary {
		border:2px solid #fff;
		background-color:transparent;
		color:#fff;
	}

.btn--outline-secondary:hover {
			background-color:#fff;
			color:#000;
		}

.btn--full {
		width:100%;
	}

.btn--large {
		padding:16px 25px;
		font-size:1.2em;
	}

.btn--small {
		padding:12px 16px;
		min-width:200px;
		font-size:0.85em;
	}

.btn--no-min-width {
		min-width:auto;
	}

.btn--icon-left > .fa {
			margin-right:10px;
		}

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

.button-group .btn {
		margin:2px 2px 0 0;
	}

.call-to-action {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:30px;
    background-color:#efefef;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    text-align: center;
}

.call-to-action__heading {
        margin:0 0 15px 0;
        font-size:1.935em;
    }

.call-to-action__paragraph {
        margin:0;
        font-size:1.35em;
    }

.call-to-action__button {
        margin-top:15px;
    }

@media (min-width:768px) {

.content-block--reversed .grid {
			-webkit-box-orient:horizontal;
			-webkit-box-direction:reverse;
			    -ms-flex-direction:row-reverse;
			        flex-direction:row-reverse
	}
    }

@media (min-width:992px) {

.content-block__main {
			padding-right:75px
	}
    }

@media (min-width:992px) {

.content-block--reversed .content-block__main {
			padding-right:0;
			padding-left:75px
	}
    }

.content-block__aside {
		margin-top:50px;
	}

@media (min-width:768px) {

.content-block__aside {
			margin-top:0
	}
    }

.control {
	margin-bottom:15px;

}

.control__label {
		margin-bottom:10px;
	}

.control__label--is-required:after {
				content:" *";
				color:#cf0a2c;
			}

.control__input,
	.control__input[type="email"],
	.control__input[type="number"],
	.control__input[type="search"],
	.control__input[type="text"],
	.control__input[type="tel"],
	.control__input[type="url"],
	.control__input[type="password"],
	textarea.control__input,
	select.control__input {
		display:block;
		width:100%;
		padding:12px;
		background-color:#f5f5f5;
		border:1px solid #dfdfdf;
		-webkit-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}

textarea.control__input {
		height:140px;
	}

.control__input:focus,
	.control__input,
	.control [type="email"]:focus,
	.control__input,
	.control [type="number"]:focus,
	.control__input,
	.control [type="search"]:focus,
	.control__input,
	.control [type="text"]:focus,
	.control__input,
	.control [type="tel"]:focus,
	.control__input,
	.control [type="url"]:focus,
	.control__input,
	.control [type="password"]:focus,
	textarea.control__input:focus,
	select.control__input:focus {
		outline:0;
		border-color:#333;
	}

.event {
    margin-bottom:30px;
}

@media (min-width:768px) {

.event {
        margin-bottom:40px
}
    }

.event__image {
        -o-object-fit:cover;
           object-fit:cover;
        height:200px;
        width:100%;
    }

.event__information {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        padding:15px 0;
    }

.event__date {
        -webkit-box-flex:0;
            -ms-flex:0 0 60px;
                flex:0 0 60px;
        max-width:60px;
        color:#555;
        font-family:'Gotham-Bold', serif;
        font-size:0.8em;
        text-transform:uppercase;
    }

@media (min-width:768px) {

.event__date {
            font-size:1em
    }
    }

.event__day {
        margin-bottom:5px;
        color:#cf0a2c;
        font-family:'Playfair Display', serif;
        font-size:2em;
        font-weight:700;
        line-height:1;
    }

.event__details {}

.event__name {
        margin:0 0 10px 0;
        color:black;
        font-family:'Playfair Display', serif;
        font-size:1.35em;
        font-weight:700;
        line-height:1.25em;
    }

.event__subtitle {
        margin:0 0 15px 0;
        color:#333333;
        font-size:1em;
        text-transform:uppercase;
    }

.event__description {
        margin:0;
        font-size:0.875em;
    }

.event__description + .event__description {
            margin-top:15px;
        }

.event__footer {
        margin-top:15px;
    }

.fieldset {
	margin:0;
	padding:0;
	border:0;
}

.fieldset__legend {
		margin:0 0 15px 0;
		color:#cf0a2c;
		font-family:'Playfair Display', serif;
		font-size:2em;
	}

.figure {
    position: relative;
}

.figure > img {
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.25);
                box-shadow:0 5px 15px rgba(0,0,0,0.25);
    }

.figure > figcaption {
        position: relative;
        z-index:2;
        -webkit-transform:
            translateY(-25px)
            translateX(10px);
                transform:
            translateY(-25px)
            translateX(10px);
        background-color:#fff;
        -webkit-box-shadow:0 10px 25px 0 rgba(0,0,0,0.12);
                box-shadow:0 10px 25px 0 rgba(0,0,0,0.12);
        padding:10px 15px;
        max-width:90%;
        float:right;
        font-size:0.875em;
        font-style:italic;
        color:#888;
    }

.gallery__item {
		position:relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin:15px 0;
		height:calc(100vw / 2 - 30px);
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		background-color:red;
	}

@media (min-width:576px) {

.gallery__item {
			height:calc(100vw / 3 - 30px)
	}
    }

@media (min-width:992px) {

.gallery__item {
			height:calc(100vw / 4 - 30px);
			max-height:265px
	}
    }

.gallery__item:before {
			content:"";
			position: absolute;
			top:10px;
			left:10px;
			width:calc(100% - 20px);
			height:calc(100% - 20px);
			background-color:#cf0a2c;
			background-blend-mode:multiply;
			opacity:0.0;
			-webkit-transform:scale(0.9);
			        transform:scale(0.9);
			-webkit-transition:all 0.2s ease;
			transition:all 0.2s ease;
		}

.gallery__item:focus {
			outline:3px dotted #333333
		}

.gallery__item:hover:before,
		.gallery__item:focus:before {
			opacity:0.8;
			-webkit-transform:scale(1.0);
			        transform:scale(1.0);
		}

.gallery__item:after {
			position:absolute;
			top:50%;
			left:50%;
			-webkit-transform:translateY(0) translateX(-50%);
			        transform:translateY(0) translateX(-50%);
			content: "\f002";
			display: inline-block;
			opacity:0.0;
			color:white;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: 2.5em;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			-webkit-transition:all 0.5s ease;
			transition:all 0.5s ease;
		}

.gallery__item:hover:after,
		.gallery__item:focus:after {
			opacity:1.0;
			-webkit-transform:translateY(-50%) translateX(-50%);
			        transform:translateY(-50%) translateX(-50%);
		}

.gallery__image {
		-o-object-fit: cover;
		   object-fit: cover;
		height:100%;
		width:100%;
	}

.list {
    margin:40px 0 20px 0;
	padding-left:0;

}

.list > li {
		position:relative;
		margin-bottom:0;
		list-style-type:none;
	}

.list > li > ul {
		margin:10px 0;
	}

.list > li > ul li {
		font-size:0.875em;
	}

.located-in {
    border:2px solid transparent;
    border-radius:2px;
    text-align: center;
}

@media (min-width:576px) {

.located-in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        max-width:530px;
        margin:0;
        padding:10px;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center
}
    }

@media (min-width:576px) {

.located-in:hover {
            border-color:#cf0a2c
    }
    }

@media (min-width:576px) {

.located-in:focus {
            border:2px dashed #cf0a2c;
            -webkit-box-shadow:0;
                    box-shadow:0;
            outline:none
    }
    }

.located-in__logo {
        display:block;
        margin:0 auto 15px auto;
        max-width:125px;
    }

@media (min-width:576px) {

.located-in__logo {
            -webkit-box-flex:0;
                -ms-flex:0 0 70px;
                    flex:0 0 70px;
            max-width:70px;
            margin:0 15px 0 0
    }
    }

.located-in__text {
        color:#cf0a2c;
        font-family:'Gotham-Bold', serif;
        font-size:0.875em;
        text-align:center;
    }

@media (min-width:576px) {

.located-in__text {
            text-align:left
    }
    }

.mailing{
	margin-top: 7px;
}

.mailing__left{
		text-align: center;
		background-color:#f6f6f6;
		padding: 30px 15px;
		height: 100%; 
	}

@media (min-width:992px) {

.mailing__left{
			margin-right: 7px 
	}
    }

.mailing__left .fa-envelope{
			margin-left: 30px;
		}

.mailing__right{
		text-align: center;
		background:url(/assets/images/mailright-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 30px 0;
		margin-top: 7px;
	}

@media (min-width:992px) {

.mailing__right{
			margin-top: 0px
	}
    }

.mailing__heading{
		margin: 0;
		color: #cf0a2c;
	}

.mailing__image{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

.mailing__btn{
		min-width: 250px;
	}

.map {
	display:block;
}

.map__iframe {
		display:block;
		width:100%;
		height:250px;
	}

@media (min-width:576px) {

.map__iframe {
			height:300px
	}
    }

@media (min-width:768px) {

.map__iframe {
			height:350px
	}
    }

@media (min-width:992px) {

.map__iframe {
			height:400px
	}
    }

@media (min-width:1200px) {

.map__iframe {
			height:450px
	}
    }

.menu {
	position:relative;
	overflow:hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding:15px;
	margin:15px 0;
	min-height:200px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	background-color:#cf0a2c;


}

@media (min-width:768px) {

.menu {
		min-height:300px


}
    }

.menu--banner{
		max-width: 600px;
    min-height: 160px;
    margin: 0 auto;
    pointer-events: all;
	}

.menu::before {
		content:"";
		position:absolute;
		top:15px;
		left:15px;
		right:15px;
		height:calc(100% - 30px);
		width:calc(100% - 30px);
		display:block;
		z-index:0;
		padding:15px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		border:2px solid rgba(255,255,255,0.5);
	}

.menu:hover,
	.menu:focus {
		background-color:#333333;
	}

.menu:focus {
		outline:3px dotted #333333
	}

.menu__shadow-text {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
		padding:30px;
		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;
		opacity:0.2;
		color:white;
		font-family:'Playfair Display', serif;
		font-size:2.25em;
		line-height:1.15em;
		text-align:center;
		text-transform:uppercase;
		-webkit-transition:all 0.55s ease;
		transition:all 0.55s ease;
	}

@media (min-width:768px) {

.menu__shadow-text {
			font-size:3.5em
	}
    }

.menu:hover .menu__shadow-text,
	.menu:focus .menu__shadow-text {
		-webkit-transform:scale(1.05);
		        transform:scale(1.05);
	}

.menu__title {
		max-width:150px;
		max-width: 80%;
		color:white;
		font-size:1.25em;
		line-height:1.125em;
		text-align: center;
		text-transform:uppercase;
		-webkit-transition:all 0.35s ease;
		transition:all 0.35s ease;
	}

@media (min-width:768px) {

.menu__title {
			font-size:1.5em
	}
    }

.menu:hover .menu__title,
	.menu:focus .menu__title {
		opacity:0.0;
	}

.menu__button {
		position: absolute;
		top:50%;
		left:50%;
		-webkit-transform:translateX(-50%);
		        transform:translateX(-50%);
		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;
		opacity:0.0;
		padding:0 15px;
		height:40px;
		border:2px solid #fff;
		border-radius:40px;
		color:white;
		font-size:0.935em;
		text-align:center;
		text-transform: uppercase;
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}

.menu:hover .menu__button,
	.menu:focus .menu__button {
		-webkit-transform: translateY(-50%)  translateX(-50%);
		        transform: translateY(-50%)  translateX(-50%);
		opacity:1.0;
	}

.menu-item {
	margin:0 0 25px 0;
}

.menu-item__title {
		margin:0;
		color:#cf0a2c;
		font-size:1.4em;
		text-transform:uppercase;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		
	}

.menu-item__title strong{
			white-space: nowrap;
		}

.menu-item__description {
		margin:10px 0 0 0;
		color:#333333;
		font-size:1.125em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

.menu-item__description strong{
			white-space: nowrap;
		}

.menu-item__list-item {
		list-style-type:none;
		margin-bottom:3px;
	}

.popup {
    position:relative;
    display:block;
    width:100%;
    max-width:700px;
    margin:0 auto;
    border-radius:5px;
    background-color:#fff;

}

.popup .mfp-close {
        position: absolute;
        top:0;
        right:0;
        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;
        height:45px;
        width:45px;
        font-size:30px;
        color:#fff;
    }

.popup__header {
        background-color:#cf0a2c;
        padding:30px 20px;
        border-radius:5px 5px 0 0 ;
    }

.popup__heading {
        margin:0;
        color:#fff;
        font-size:1.75em;
    }

.popup__content {
        padding:15px;
    }

@media (min-width:576px) {

.popup__content {
            padding:30px
    }
    }

.popup__content p:first-of-type {
            margin-top:0;
        }

.press-article {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    height:100%;
    background-color:white;
    border:1px solid #ccc;
    border-radius:3px;
}

.press-article__content {
        padding:15px;
    }

@media (min-width:576px) {

.press-article__content {
            padding:20px
    }
    }

.press-article__image {
        display:block;
        max-height:70px;
        margin:0 auto 10px auto;
    }

.press-article__title {
        margin:0 0 10px 0;
        font-family:'Gotham-Bold', serif;
        font-size:0.935em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
    }

.press-article__source {
        margin:0;
        color:#666;
        font-size:0.875em;
        text-transform:uppercase;
    }

.press-article__button {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        margin-top:auto;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
        width:100%;
        padding:12px;
        border-top:1px solid #ccc;
        color:#555;
        font-family:'Gotham-Bold', serif;
        font-size:0.875em;
        text-transform:uppercase;
    }

.press-article__button:hover,
        .press-article__button:focus {
            background-color:#cf0a2c;
            color:white;
        }

.press-article__button:focus {
            outline:2px dotted #555;
        }

.section {
	position: relative;
    padding-top:40px;
	padding-bottom:40px;

}

@media (min-width:768px) {

.section {
		padding-top:75px;
		padding-bottom:75px

}
    }

.section--no-padding {
		padding:0px!important;
	}

.section--no-padding-top {
		padding-top:0px!important;
	}

.section--no-padding-bottom {
		padding-bottom:0px!important;
	}

.section--small {
		padding-top:30px;
		padding-bottom:30px;
	}

@media (min-width:768px) {

.section--small {
			padding-top:50px;
			padding-bottom:50px
	}
    }

.section--large {
		padding-top:90px;
		padding-bottom:90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
	}

@media (min-width:768px) {

.section--large {
			padding-top:125px;
			padding-bottom:125px
	}
    }

.section__full{
		min-height:100vh;

	}

.section--gray {
		background-color: #f7f7f7;
	}

.section--gradient-primary {
		background: -webkit-gradient(linear, left top, right top, from(rgba(2,0,36,1)), color-stop(35%, rgba(9,9,121,1)), to(rgba(0,212,255,1)));
		background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	}

.section--red {
		background-color: #d0112b;
	}

.section--centered {
		text-align: center;
	}

.section__background {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:1;
		z-index: 0;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		mix-blend-mode:multiply;
	}

.section--gradient-primary p,
	.section--gradient-primary h2,
	.section--gradient-primary h3,
	.section--gradient-primary h4,
	.section--gradient-primary h5,
	.section--gradient-primary h6,
	.section--red p,
	.section--red h2,
	.section--red h3,
	.section--red h4,
	.section--red h5,
	.section--red h6  {
		color:#fff;
	}

.section__header {
		max-width:800px;
		margin:0 auto 50px auto;
		text-align:center;
	}

.service{
	position: relative;
	display: inline-block;	
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.25);	
	        box-shadow: 0 0 25px rgba(0,0,0,0.25);
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform:translateY(0);
	        transform:translateY(0);
}

@media (min-width:768px) {

.service{
		margin-bottom: 0px
}
    }

.service:hover,
	.service:focus {
		-webkit-box-shadow: 0 15px 35px rgba(0,0,0,0.35);
		        box-shadow: 0 15px 35px rgba(0,0,0,0.35);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-transform:translateY(-3px);
		        transform:translateY(-3px);
	}

.service:focus {
		outline:3px dotted #333333;
	}

.service:hover .service__box,
	.service:focus .service__box {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.service:hover .service__box:before,.service:focus .service__box:before{
			background-color:white;
			-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

.service__image {
		width: 100%;
		max-width: 370px;
		min-height: 326px;
		-o-object-fit: cover;
		   object-fit: cover;
	}

.service__box {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
		display: block;
		padding: 20px 0;
		width: 100%;
		text-align: center;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.service__box:before{
			content:"";
			position:absolute;
			left:-15px;
			top: -22px;
			width:500px; 
			height: 500px; 
			background: rgba(143,12,30,.8);
			z-index: -3;
			display: inline-block;
			-webkit-transform: rotate(-7deg);
			        transform: rotate(-7deg);
			-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

.service__link {
		position: relative;
		display: inline-block;
 		font-size: 1.375em;
		color: white;
		font-family: 'Gotham-Medium', serif;
		text-transform: uppercase;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

@media (min-width:768px) {

.service__link {
			font-size: 1.000em
	}
    }

@media (min-width:992px) {

.service__link {
			font-size: 1.375em
	}
    }

@media (min-width:1200px) {

.service__link {
			font-size: 1.500em
	}
    }

.service .fa {
		margin-left: 5px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: white;
	}

@media (min-width:768px) {

.service .fa {
			font-size:1.2em
	}
    }

@media (min-width:992px) {
    }

.service:hover .service__link,
	.service:focus .service__link {
		color: #cf0a2c;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.service:hover .fa, 
	.service:focus .fa{
		color: #cf0a2c;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.skip-links__item {
        position: absolute;
        top:0;
        left:0;
        z-index:-999999;
        display:block;
        padding:8px 15px;
        background-color:white;
        border:2px dashed black;
        border-left:0;
        border-top:0;
        font-size:1.25em;
        color:black;
        text-decoration:underline;
    }

.skip-links__item:hover {
            color:black;
            text-decoration: underline;
        }

.skip-links__item:focus {
            z-index:99999999;
            color:black;
            text-decoration: underline;
            outline:none;
            -webkit-box-shadow:0px;
                    box-shadow:0px;
        }

.social-list {
	list-style:none;
}

.social-list__item {
		display:inline-block;
		margin:0 2px 2px 0;
	}

.social-list__link {
		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;
		height:60px;
		width:60px;
		border:2px solid #cf0a2c;
		border-radius:50%;
		color:#cf0a2c;
		font-size:1.75em;
	}

.social-list__link:hover {
			background-color:#cf0a2c;
			color:white;
		}
    .social-list__link:hover .svg-icon {
      fill: white !important;
		}

.social-list__link:focus {
			background-color:#ccc;
			border-color: #ccc;
			outline:2px dotted #555;
			color:#555;
		}

.social-list__link--facebook:hover {
				background-color:#cf0a2c;
				border-color:#cf0a2c;
			}

.social-list__link--twitter:hover {
				background-color: #cf0a2c;
				border-color:#cf0a2c;

			}
      .social-list__link--twitter:hover .svg-icon {
        fill: white !important;
			}

.social-list__link--instagram:hover {
				background-color:#cf0a2c;
				border-color:#cf0a2c;
			}

.social-list__link--yelp:hover {
				background-color:#cf0a2c;
				border-color:#cf0a2c;
			}

.story {
	position: relative;
	z-index: 0;

}

@media (min-width:1450px) {

.story {
		z-index:inherit

}
    }

.story__heading{
		line-height: 40px;
		margin-bottom: 0;
	}

@media (min-width:768px) {

.story__heading{
			margin-bottom: 50px;
			line-height: 58px
	}
    }

.story__paragraph{
		margin-bottom: 30px;
		line-height: 1.35;
	}

@media (min-width:768px) {

.story__paragraph{
			max-width: 400px;
			margin-bottom: 60px;
			font-size: 1.375em
	}
    }

.story__link{
		color: #cf0a2c;
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 1.125em;
		vertical-align: top;
	}

.story__link .fa{
			margin-left: 10px;
			font-size: 1.75em;
		}

.story__link:hover{
			color: #333333;
			text-decoration: underline;
			
		}

.story__image{
		position: absolute;
		top: -14px;
		right:0;
		z-index: -1;
		width: 600px;
		opacity: 0.25;
	}

@media (min-width:992px) {

.story__image{
			opacity: 1
	}
    }

@media (min-width:1200px) {

.story__image{
			top: -18px;
			width: 750px;
			z-index: 9
	}
    }

@media (min-width:1450px) {

.story__image{
			width: auto
	}
    }

@media (min-width:1450px) {

.story .text-link--arrow{
			margin-bottom: 20px;
			display: inline-block
	}
    }

.testimonial {
	text-align:center;
	margin-bottom:40px;
	text-align:center;

}

@media (min-width:576px) {

.testimonial {
		text-align: left

}
    }

.testimonial__text {
		position: relative;
		margin:0;
		padding-left: 70px;
		font-family: 'GothamBook-Italic', serif;
		font-size: 1.125em;
		text-align:left;
	}

.testimonial__text:first-of-type {
			min-height:45px;
		}

.testimonial__text:before{
			content:"";
			position: absolute;
			display: inline-block;
			background:url(/assets/images/quotes.png);
			background-repeat: no-repeat;
			background-position: center center;
			width: 49px;
			height: 35px;
			left: 0;
			top: 5px;
		}

.testimonial__details {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin-top:10px;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}

@media (min-width:768px) {

.testimonial__details {
			-webkit-box-pack:start;
			    -ms-flex-pack:start;
			        justify-content:flex-start
	}
    }

.testimonial__author {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin:0;
		padding-left:10px;
		list-style: none;
	}

.testimonial__author > li {
			margin-bottom:0;
		}

.testimonial__name {
		padding-right:5px;
		color:#cf0a2c;
	}

.testimonial__address:before {
			content:"\2022";
			margin-right:5px;
			color:#ccc;
		}

.testimonial__figure {
		width:55px;
		height:55px;
		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;
		border-radius:50%;
		background-color:white;
		border:2px solid #ccc;
	}

.text-link {
	position:relative;
	color:#cf0a2c;
	font-size:1em;
	display: inline-block;
	text-decoration: underline;
}

.text-link:hover {
		color:#333333;
		text-decoration: underline;
	}

.text-link:focus {
		outline:2px dotted #cf0a2c;
		color:#cf0a2c;
	}

.text-link--arrow {
		font-size: 1.125em;
		text-transform: uppercase;
		position: relative;
		margin-right: 30px;
	}

.text-link--arrow:after{
			content:"\f105";
			font-family: 'Fontawesome';
			color: #cf0a2c;
			font-size:1.625em;
			line-height: 22px;
			position: absolute;
			right: -25px;
			top: 0px;
			height: 30px;
			-webkit-transition: all 0.25s ease;
			transition: all 0.25s ease;
		}

@media (min-width:1450px) {

.text-link--arrow:after{
				top: 3px
		}
    }

.text-link--arrow:hover, .text-link--arrow:focus {
			color: #333333;
			text-decoration: underline;
		}

.text-link--arrow:hover:after, .text-link--arrow:focus:after {
			right: -30px;
			color: #333333;
			-webkit-transition: all 0.25s ease;
			transition: all 0.25s ease;
		}

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

.text-link--white:hover{
			color: #fff;
			opacity:0.75;
		}

.text-link--white:focus {
			color:white;
			outline:2px dotted white;
			opacity:0.75;
		}

.white-box {
	padding:45px 30px;
	background-color:white;
	border-radius:5px;
	-webkit-box-shadow:0 15px 35px rgba(0,0,0,0.13);
	        box-shadow:0 15px 35px rgba(0,0,0,0.13);
}

.contact{
	background-color: #fff;
	padding: 50px 25px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	        box-shadow: 0 0 30px rgba(0,0,0,0.1);
	margin-top:60px;
}

@media (min-width:768px) {

.contact{
		padding: 40px
}
    }

@media (min-width:992px) {

.contact{
		padding: 75px 70px
}
    }

.contact__heading{
		margin-top: 0;
		font-family: 'Gotham-Medium', serif;
		font-size: 1.750em;
	}

@media (min-width:768px) {

.contact__heading{
			font-size: 2.250em
	}
    }

.contact__heading-small{
		color: #333333;
		margin-bottom: 10px;
		font-family: 'Gotham-Bold', serif;
	}

.contact__details{
		text-align: center;
		margin-bottom: 50px;	
	}

@media (min-width:768px) {

.contact__details{
			text-align: left;
			margin-bottom: 0	
	}
    }

.contact__list{
		max-width: 300px;
		margin:0 auto;
	}

@media (min-width:768px) {

.contact__list{
			margin:40px 0 20px 0
	}
    }

.contact__social{
		margin-bottom: 0;
		text-align: center;
	}

@media (min-width:768px) {

.contact__social{
			text-align: left;
			padding-top: 5px
	}
    }

.contact__social-item{
		list-style: none;
		display: inline-block;
		margin-right: 4px;
	}

@media (min-width:576px) {

.contact__social-item{
			margin-right: 8px
	}
    }

.contact__social-link{	
		display: -webkit-box;	
		display: -ms-flexbox;	
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 40px;
		height: 40px;
		line-height: 38px;
		border-radius: 50%;
		border:2px solid #cf0a2c;
		text-align: center;
		color: #cf0a2c;
		font-size: 1.250em;
		background-color: white;
	}

@media (min-width:992px) {

.contact__social-link{
			width: 60px;
			height: 60px;
			line-height: 58px;
			font-size: 1.875em
	}
    }

.contact__social-link:hover, .contact__social-link:focus{
			color:white;
			background-color: #cf0a2c;
		}

.menus__column + .menus__column {
			margin-top:30px;
		}

@media (min-width:768px) {

.menus__column + .menus__column {
				margin-top:0
		}
    }

@media (min-width:992px) {

.menus__column:first-of-type {
				padding-right:50px
		}
    }

@media (min-width:992px) {

.menus__column:last-of-type {
				padding-left:50px
		}
    }

.menus__heading {
		color:black;
		font-size:2.25em;
		font-weight:700;
		border-bottom:1px solid black;
	}

.menus__heading:first-of-type {
			margin-top:0;
		}

.dining{
	text-align: center;
}

@media (min-width:768px) {

.dining__content{
			padding-right: 30px
	}
    }

@media (min-width:992px) {

.dining__content{
			padding-right: 70px
	}
    }

@media (min-width:768px) {

.dining{
		text-align: inherit
}
    }

.dining__heading{
		line-height: 40px;
		margin-bottom: 0;
	}

@media (min-width:768px) {

.dining__heading{
			margin-bottom: 35px;
			line-height: 58px
	}
    }

.dining__paragraph{
		font-size: 1.250em;
		line-height: 31px;
		width:100%;
	}

.dining__lead-paragraph{
		font-size: 1.375em;
		font-family: 'Gotham-Medium', serif;
		width:100%;
		margin-bottom: 20px;

	}

@media (min-width:768px) {

.dining__lead-paragraph{
			max-width: 500px;
			margin-bottom: 60px

	}
    }

.dining__btn{
		min-width: 240px;
		padding: 16px 15px;
		margin: 0 8px 10px;

	}

@media (min-width:768px) {

.dining__btn{
			margin:10px 15px 10px 0

	}
    }

.dining__aside{
		margin-top: 30px;
	}

@media (min-width:768px) {

.dining__aside{
			margin-top: 0
	}
    }

.whats-around__column {
		margin-bottom:30px;
	}

.whats-around__column:last-of-type {
			margin-bottom:0;
		}

@media (min-width:768px) {

.whats-around__column {
			margin-bottom:0;
			padding-right:45px
	}
    }

.whats-around__heading {
		margin-top:0;
		color:#333333;
		font-size:2em;
		font-weight:700;
	}

.whats-around__list {
		margin:0;
		list-style:none;
	}

.whats-around__item {
		margin-bottom:25px;
		font-size:1.25em;
		line-height:1.3em;
	}

.whats-around__location {
		color:#cf0a2c;
	} 