@charset "UTF-8";
/* *** DPC Local Store Styles *** */
/*! 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.
 */
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 {
  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 */
  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"],
[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 {
  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"] {
  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,
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; }

/* Variables */
/* Mixins */
/* Base Styles */
* {
  box-sizing: border-box; }

body,
html {
  font-size: 16px;
  line-height: 1; }

body {
  font-family: "One Dot"; }

img,
svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
nav li {
  display: inline-block;
  margin: 0; }

.wrapper {
  margin: 0 auto;
  max-width: 1280px; }
  .wrapper.padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1328px; }

/* Typography */
h1,
h2,
h3 {
  color: #006491;
  font-weight: bold;
  text-transform: uppercase; }

h1 {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -.77px;
  margin: 0 auto 1rem; }

h2 {
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: -.63px;
  margin: 0 auto 1.25rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: -.36px;
  margin: 0 auto 1rem; }

p {
  color: #555;
  font-size: 16px;
  line-height: 1.25;
  margin: 1.25em auto;
  letter-spacing: .1px; }

a {
  color: #006491;
  text-decoration: underline;
  transition: color 300ms linear; }
  a:hover {
    color: #AC0D25; }

/* Form Elements */
input {
  font-family: "One Dot";
  border: 1px solid #aaa;
  padding: 5px 10px;
  transition: border-color 300ms linear; }
  input:focus, input:active {
    border-color: #006491;
    border-left-width: 4px;
    padding-left: 7px; }
  input:invalid, input.error {
    border-color: #E31837; }
    input:invalid + .error-message, input.error + .error-message {
      display: block; }
  input.valid {
    border-color: #005177; }

.error-message {
  font-size: 0.875rem;
  font-weight: bold;
  color: #AC0D25;
  display: none;
  text-align: left;
  margin: -16px 0 8px 6px; }

button {
  display: inline-block;
  width: 135px;
  height: 42px;
  text-align: center;
  background: #E31837;
  border: none;
  font-family: "One Dot";
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  transition: background 300ms linear;
  margin: 0 10px;}
  button.large {
    width: 180px;
    height: 48px;
    font-size: 1.25rem; }
  button:hover {
    background: #AC0D25; }
  button:disabled {
    cursor: default;
    background: #848484; }
  button.taller {
    height: 52px;
  }
  button.large.taller {
    height: 63px;
  }

@media all and (min-width: 960px) {
  .error-message {
    margin: 6px 0 0 6px; } }
/* Icomoon */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?6d5d9d");
  src: url("../fonts/icomoon.eot?6d5d9d#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6d5d9d") format("truetype"), url("../fonts/icomoon.woff?6d5d9d") format("woff"), url("../fonts/icomoon.svg?6d5d9d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="i-"],
[class*=" i-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-facebook:before {
  content: ""; }

.i-instagram:before {
  content: ""; }

.i-twitter:before {
  content: ""; }

/* One Dot */
@font-face {
  font-family: "One Dot";
  src: url("../fonts/OneDotCd.woff2") format("woff2"), url("../fonts/OneDotCd.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "One Dot";
  src: url("../fonts/OneDotCd-bold.woff2") format("woff2"), url("../fonts/OneDotCd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/* Two Dots */
@font-face {
  font-family: "Two Dots";
  src: url("../fonts/TwoDotsBlackItalic.woff2") format("woff2"), url("../fonts/TwoDotsBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
/* Header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3.5rem;
  background: #006491;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 800; }
  header.active #nav-toggle {
    background: #E31837; }

#logo {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 5px;
  margin: 0 auto; }

#nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0;
  background: #006491;
  padding: 0 1rem; }
  #nav-toggle:hover {
    background: #005177; }

.admin-bar header {
  top: 46px; }
  @media all and (min-width: 783px) {
    .admin-bar header {
      top: 32px; } }

@media all and (min-width: 960px) {
  #logo {
    float: left;
    margin: 0 .5rem 0 .25rem; }

  #nav-toggle {
    display: none; } }
/* Main Navigation */
#main-nav ul + ul {
  background: #005177;
  padding: 0; }
  #main-nav ul + ul a:hover {
    background: #006491; }
#main-nav li.active a {
  background: #005177; }
#main-nav a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  transition: background 300ms linear; }
  #main-nav a:hover {
    background: #005177; }

@media all and (max-width: 959px) {
  #main-nav {
    position: fixed;
    z-index: 5;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
    background: transparent;
    transition: left 450ms linear, background 300ms linear; }
    #main-nav nav {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 200px;
      background: #006491;
      box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, 0.75);
      cursor: default; }
    #main-nav ul {
      padding: .75rem 0; }
    #main-nav li {
      display: block; }
    #main-nav a {
      display: block;
      padding: 1rem 1.5rem; }
      #main-nav a:hover {
        background: #005177; }

  .active #main-nav {
    left: 0;
    background: rgba(255, 255, 255, 0.65); }

  .admin-bar #main-nav nav {
    padding-top: 46px; } }
  @media all and (max-width: 959px) and (min-width: 783px) {
    .admin-bar #main-nav nav {
      padding-top: 32px; } }

@media all and (min-width: 960px) {
  #main-nav ul {
    float: left; }
    #main-nav ul + ul {
      float: right; }
      #main-nav ul + ul a {
        padding: 1rem 2rem; }
  #main-nav a {
    display: block;
    padding: 1rem;
    height: 3.5rem;
    line-height: 24px; } }
/* Hero */
#hero {
  position: relative;
  margin: 3.5rem auto 0;
  max-width: 1280px;
  height: 220px; }
  #hero .image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center bottom; }
  @media all and (min-width: 640px) {
    #hero {
      min-height: 300px; } }
  @media all and (min-width: 960px) {
    #hero {
      min-height: 380px; } }

/* Main Content */
main {
  position: relative;
  z-index: 5;
  background: #fff;
  margin: -100px 0 0 30px;
  padding: 2rem;
  width: 75%; }

/* Sidebar */
.sidebar {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 30px 20px;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto 30px 1fr; }

#sidebar-nav {
  align-self: start;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: start; }
  #sidebar-nav h3 {
    margin-bottom: .5rem; }
  #sidebar-nav li {
    display: block; }
  #sidebar-nav a {
    display: block;
    padding: .25rem 0;
    line-height: 1.5rem; }

#sidebar-social {
  align-self: end;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row-align: end; }
  #sidebar-social li {
    max-width: 2rem;
    margin-right: 20px; }
  #sidebar-social a {
    text-decoration: none; }
    #sidebar-social a i {
      font-size: 2rem; }
    #sidebar-social a:hover svg * {
      fill: #AC0D25; }

@media all and (min-width: 960px) {
  .sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
/* Footer */
footer {
  margin-top: 3rem;
  padding: 2.25rem 0 1.75rem;
  background: #e5e5e5; }
  footer nav {
    margin-bottom: 1.5rem; }
    footer nav ul {
      display: flex;
      flex-wrap: wrap; }
    footer nav li {
      width: 100%; }
    footer nav a {
      font-size: 1rem;
      line-height: 1.75rem;
      color: #4a4a4a;
      font-weight: bold;
      text-decoration: none; }
      footer nav a:hover {
        color: #006491; }
  footer .legal p {
    color: #848484;
    font-size: .875rem;
    line-height: 1.375rem;
    margin: .125em 0; }
  @media all and (min-width: 320px) {
    footer nav li {
      width: 50%; } }
  @media all and (min-width: 640px) {
    footer {
      margin-top: 3.5rem; }
      footer nav li {
        width: 33.33333%; } }
  @media all and (min-width: 960px) {
    footer {
      margin-top: 4rem;
      padding: 2.5rem 0 1.75rem; }
      footer nav ul {
        display: block; }
        footer nav ul:before, footer nav ul:after {
          content: "";
          clear: both;
          display: table; }
      footer nav li {
        float: left;
        border-right: 2px solid #4a4a4a;
        width: auto; }
        footer nav li:first-of-type a {
          padding-left: 0; }
        footer nav li:last-of-type {
          border-right: none; }
      footer nav a {
        padding: 0 1rem; } }
  @media all and (min-width: 1280px) {
    footer {
      margin-top: 4.5rem; }
      footer nav a {
        padding: 0 1.25rem; } }

/* Coupons */
#coupons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }
  #coupons .coupon-spacer {
    width: 100%;
    margin: 0 0 36px;
    padding: 0 20px; }
  #coupons .coupon {
    text-align: center;
    display: block;
    padding: 5px 30px 30px;
    border: 2px dashed #006491;
    text-decoration: none;
    transition: border-color 300ms linear;
    height: 100%; }
    #coupons .coupon img {
      opacity: .95;
      transition: opacity 300ms linear; }
    #coupons .coupon button {
      display: block;
      margin: -20px auto 1rem;
      position: relative;
      z-index: 3; }
    #coupons .coupon .price {
      font-size: 2rem;
      letter-spacing: -.69px;
      color: #006491;
      font-weight: bold;
      margin: 0 auto .5rem;
      transition: color 300ms linear; }
    #coupons .coupon .description {
      font-size: .9375rem;
      line-height: 1.125rem;
      letter-spacing: .09px;
      color: #555;
      text-align: left;
      transition: color 300ms linear; }
      #coupons .coupon .description span {
        font-size: .9em; }
    #coupons .coupon:hover {
      border-color: #005177; }
      #coupons .coupon:hover img {
        opacity: 1; }
      #coupons .coupon:hover button {
        background: #AC0D25; }
      #coupons .coupon:hover .price {
        color: #005177; }
      #coupons .coupon:hover .description {
        color: #4a4a4a; }
  @media all and (min-width: 640px) {
    #coupons .coupon-spacer {
      width: 50%; } }
  @media all and (min-width: 960px) {
    #coupons {
      padding: 0 40px; }
      #coupons .coupon-spacer {
        width: 33.33333%; } }
  @media all and (min-width: 1280px) {
    #coupons .coupon-spacer {
      width: 25%; } }

/* Email Signup */
.email-signup {
  -ms-grid-row-align: start;
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  background: #fdfdfd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 11px 15px 15px; }
  .email-signup h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative; }
    .email-signup h3 svg {
      bottom: 4px;
      height: 31.2px;
      left: 0;
      margin: auto;
      position: absolute;
      top: 4px;
      width: 42px; }
  .email-signup form {
    text-align: center;
    position: relative; }
  .email-signup input {
    margin-bottom: 20px;
    width: 100%; }
  @media all and (min-width: 480px) {
    .email-signup {
      -ms-grid-row: 5;
      -ms-grid-column: 3; } }
  @media all and (min-width: 960px) {
    .email-signup {
      -ms-grid-row: 1;
      -ms-grid-column: 7; }
      .email-signup input {
        margin-bottom: 0;
        padding-right: 110px; }
      .email-signup #email-submit {
        margin: 0;
        position: absolute;
        right: 0;
        top: -6px;
        width: 110px; } }

/* Thank You Modal */
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5); }
  #modal.active {
    display: block; }
  #modal .thank-you {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    max-width: 660px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
    #modal .thank-you #close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #006491;
      padding: 0;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      font-size: 1.75rem; }
      #modal .thank-you #close:hover {
        background: #005177; }
    #modal .thank-you h3 {
      font-size: 2rem;
      letter-spacing: -.3px;
      line-height: 39px;
      margin-bottom: .5rem; }
    #modal .thank-you p {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin: 0; }
      #modal .thank-you p span {
        font-weight: bold; }

/* Hero Overlay */
.overlay {
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 2rem 2.25rem 1.5rem 2rem;
  min-width: 244px; }
  .overlay h1 {
    margin-bottom: 10px; }
  .overlay .status {
    font-size: .875rem;
    color: #848484;
    margin-bottom: 10px; }
    .overlay .status.on .light {
      background: #7ED321; }
    .overlay .status .light {
      display: inline-block;
      margin-right: .125rem;
      height: .875rem;
      width: .875rem;
      border-radius: 50%;
      background: #e5e5e5; }
  .overlay p {
    margin: 10px 0; }
  .overlay h3 {
    margin-top: 30px;
    margin-bottom: .75rem; }
  .overlay .opening-hours {
    border-spacing: 0;
    margin: 6px 0 6px; }
    .overlay .opening-hours tr.active td {
      font-weight: bold; }
    .overlay .opening-hours td {
      padding: 3px 6px 3px 0; }
  .overlay .overlay-order {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    text-align: center;
    width: 80%;
    display: flex;
    justify-content: space-around;
  }
  @media all and (min-width: 960px) {
    .overlay p a {
      color: #555;
      text-decoration: none; } }

/* Specials */
#specials {
  align-items: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 2.5rem auto 2.5rem auto 2.5rem auto;
  grid-gap: 2.5rem 1.5rem;
  justify-items: center;
  margin: 2.625rem auto; }
  #specials .home-coupon {
    display: block;
    max-width: 260px;
    width: 100%;
    text-align: center;
    text-decoration: none; }
    #specials .home-coupon:hover img {
      opacity: 1; }
    #specials .home-coupon:hover button {
      background: #AC0D25; }
    #specials .home-coupon:hover .price {
      color: #005177; }
    #specials .home-coupon:hover .description {
      color: #4a4a4a; }
    #specials .home-coupon img {
      max-width: 195px;
      opacity: .95;
      transition: opacity 300ms linear; }
    #specials .home-coupon button {
      display: block;
      margin: 0 auto;
      position: relative;
      z-index: 3; }
    #specials .home-coupon .price {
      font-size: 1.75rem;
      margin: -2px auto 8px;
      color: #006491;
      font-weight: bold;
      letter-spacing: -.35px;
      transition: color 300ms linear; }
    #specials .home-coupon .description {
      text-align: center;
      margin: 10px 0;
      color: #555;
      font-size: 1.125rem;
      line-height: 1.125rem;
      font-weight: bold;
      letter-spacing: -.29px;
      text-transform: uppercase; }
      #specials .home-coupon .description span {
        font-size: .9em; }
  #specials .home-coupon-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: center; }
  #specials .home-coupon-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-align: center; }
  #specials .all-coupons {
    -ms-grid-row-align: start;
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    background: #006491;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.87px;
    transition: background 300ms linear;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    height: 116px; }
    #specials .all-coupons .all-coupon-copy {
      position: absolute;
      top: .5rem;
      left: .5rem;
      right: .5rem;
      bottom: .5rem;
      margin: auto;
      text-align: center; }
    #specials .all-coupons .all-couppn-wrapper {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      margin: auto; }
    #specials .all-coupons svg {
      width: 3rem;
      height: 3rem;
      margin: auto auto .75rem; }
      #specials .all-coupons svg * {
        fill: #fff; }
    #specials .all-coupons:hover {
      background: #005177; }
  @media all and (min-width: 480px) {
    #specials {
      -ms-grid-columns: 1fr 24px 1fr;
      -ms-grid-rows: auto 2.5rem auto 2.5rem auto;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, auto); }
      #specials .home-coupon {
        -ms-grid-columns: 130px 16px auto;
        -ms-grid-rows: 1fr;
        align-items: center;
        display: -ms-grid;
        display: grid;
        grid-gap: 16px;
        grid-template-columns: 130px auto;
        max-width: 360px;
        text-align: left; }
        #specials .home-coupon img {
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          align-self: start; }
        #specials .home-coupon .text-wrapper {
          -ms-grid-row: 1;
          -ms-grid-column: 3; }
        #specials .home-coupon .description {
          margin: 0 auto 12px;
          text-align: left; }
        #specials .home-coupon .price {
          margin: -8px auto 4px; }
        #specials .home-coupon button {
          margin: 0;
          max-width: 135px;
          width: 100%; }
      #specials .home-coupon-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-column-align: center;
        grid-column: 1 / 3;
        grid-row: 1 / 2; }
      #specials .home-coupon-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-column-align: center;
        grid-column: 1 / 3;
        grid-row: 2 / 3; }
      #specials .all-coupons {
        -ms-grid-row: 5;
        -ms-grid-column: 1; } }
  @media all and (min-width: 640px) {
    #specials {
      -ms-grid-rows: auto 2.5rem auto;
      grid-template-rows: repeat(2, auto); }
      #specials .home-coupon {
        max-width: none; }
      #specials .home-coupon-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        grid-row: 1 / 2; }
      #specials .home-coupon-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        grid-row: 1 / 2; } }
  @media all and (min-width: 960px) {
    #specials {
      -ms-grid-columns: 1fr 24px 1fr 24px 160px 24px 25%;
      -ms-grid-rows: 1fr;
      grid-template-columns: 1fr 1fr 160px 25%;
      grid-template-rows: auto; }
      #specials .home-coupon-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      #specials .home-coupon-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3; }
      #specials .all-coupons {
        -ms-grid-row: 1;
        -ms-grid-column: 5; } }

/* Home Page */
.home #hero {
  height: auto;
  padding: 30px; }
  .home #hero .image {
    height: 220px; }
.home main {
  display: -ms-grid;
  display: grid;
  align-items: stretch;
  grid-gap: 30px 15px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto 30px auto; }
.home .about {
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1.5rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto 1.5rem auto; }
.home .map {
  background: #e5e5e5;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
.home .home-content {
  display: -ms-grid;
  display: grid;
  padding: 20px 0;
  grid-gap: 1rem;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto 1rem auto; }
  .home .home-content .text {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .home .home-content .links {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row-align: end; }
    .home .home-content .links .two-dots {
      font-family: "Two Dots";
      color: #848484;
      font-size: 1.25rem;
      font-weight: 900;
      font-style: italic;
      margin: 0 .5rem; }
@media all and (min-width: 640px) {
  .home #hero .image {
    height: 300px; } }
@media all and (min-width: 960px) {
  .home #hero {
    padding: 30px 0 50px 70px;
    min-height: 380px; }
    .home #hero .image {
      height: 100%; }
  .home main {
    -ms-grid-columns: 3fr 15px 25%;
    -ms-grid-rows: auto;
    grid-template-columns: 3fr 25%; }
  .home .about {
    grid-gap: 30px;
    padding-right: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 4fr 6fr;
    -ms-grid-columns: 4fr 1.5rem 6fr;
    -ms-grid-rows: 1fr; }
  .home .home-content {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

/* Custom Landing Pages */
.page-template-landing-page,
.page-template-landing-page-french {
  padding-top: 55px; }
  .page-template-landing-page footer,
  .page-template-landing-page-french footer {
    margin-top: 0; }
