@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Belwe";
  src: url("../fonts/belwe-mono/BelweMono.otf") format("opentype"), url("../fonts/belwe-mono/BelweMono.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Belwe";
  src: url("../fonts/belwe-mono/BelweMonoIta.otf") format("opentype"), url("../fonts/belwe-mono/BelweMonoIta.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Belwe";
  src: url("../fonts/belwe-mono/BelweMed.otf") format("opentype"), url("../fonts/belwe-mono/BelweMed.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Belwe";
  src: url("../fonts/belwe-mono/BelweBold.otf") format("opentype"), url("../fonts/belwe-mono/BelweBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Rust";
  src: url("../fonts/nexa-rust/NexaRustBook.otf") format("opentype"), url("../fonts/nexa-rust/NexaRustBook.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Rust";
  src: url("../fonts/nexa-rust/NexaRustBlack.otf") format("opentype"), url("../fonts/nexa-rust/NexaRustBlack.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "West End";
  src: url("../fonts/west-end/WestEnd.otf") format("opentype"), url("../fonts/west-end/WestEnd.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html .ccm-page,
body .ccm-page {
  font-family: "Belwe", serif;
  font-size: 19px;
  font-weight: 400;
}
@media (min-width: 650px) {
  html .ccm-page,
  body .ccm-page {
    font-family: "Belwe", serif;
    font-size: 20px;
    font-weight: 400;
  }
}
html .ccm-page h1,
body .ccm-page h1 {
  font-family: "Belwe", serif;
  font-size: 21px;
  font-weight: 600;
  color: rgb(0, 68, 110);
  margin-bottom: 4px;
  text-transform: uppercase;
}
html .ccm-page h2,
body .ccm-page h2 {
  font-family: "Nexa Rust", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: rgb(0, 68, 110);
  margin-bottom: 10px;
}
html .ccm-page h3,
body .ccm-page h3 {
  font-family: "Belwe", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 650px) {
  html .ccm-page h1,
  body .ccm-page h1 {
    font-size: 22px;
  }
  html .ccm-page h2,
  body .ccm-page h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  html .ccm-page h3,
  body .ccm-page h3 {
    font-weight: 500;
  }
}

.store-shop .row,
.store-product .row {
  margin-right: -20px;
  margin-left: -20px;
}

.store-shop div[class*=col-],
.store-product div[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .store-shop .row,
  .store-product .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .store-shop div[class*=col-],
  .store-product div[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ccm-page .bulletin {
  text-align: center;
  display: block;
  background: rgb(0, 68, 110);
  position: relative;
}
.ccm-page .bulletin p,
.ccm-page .bulletin a {
  font-family: "Nexa Rust", serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding: 12px 10px 10px;
  margin: 0;
  display: block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
@media (hover: hover) and (pointer: fine) {
  .ccm-page .bulletin a {
    transition: all 200ms;
  }
  .ccm-page .bulletin a:hover {
    color: rgb(0, 68, 110);
    background-color: white;
  }
}
.ccm-page .bulletin a + a {
  display: none;
}
.ccm-page .bulletin + header nav {
  padding-top: 200px;
}
.ccm-page header {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: black;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.ccm-page header .wrapper-header {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 650px) {
  .ccm-page header .wrapper-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 950px) {
  .ccm-page header .wrapper-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .ccm-page header .wrapper-header {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
}
.ccm-page header .wrapper-logo {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
}
.ccm-page header .wrapper-logo .logo {
  height: 50px;
}
.ccm-page header .wrapper-logo .logo-text {
  font-family: "Nexa Rust", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04rem;
  color: white;
  padding: 4px 0 0 15px;
  display: flex;
  align-items: center;
}
.ccm-page header .wrapper-logo .logo-text strong {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02rem;
  padding-right: 7px;
}
.ccm-page header nav {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 160px;
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100vw);
  transition: transform 200ms;
}
.ccm-page header nav .nav > li {
  font-family: "Nexa Rust", serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.ccm-page header nav .nav > li > a,
.ccm-page header nav .nav > li > .locator-link {
  color: white;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  background: none;
  outline: none;
}
.ccm-page header nav .nav > li > a:after,
.ccm-page header nav .nav > li > .locator-link:after {
  content: "";
  width: calc(100% - 28px);
  border-bottom: 3px solid white;
  position: absolute;
  left: 14px;
  bottom: -26px;
  opacity: 0;
  transition: opacity 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .ccm-page header nav .nav > li > a.nav-path-selected:after, .ccm-page header nav .nav > li > a:hover:after,
  .ccm-page header nav .nav > li > .locator-link.nav-path-selected:after,
  .ccm-page header nav .nav > li > .locator-link:hover:after {
    opacity: 1;
  }
}
.ccm-page header .icon-cart {
  right: 60px;
  height: 50px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  position: absolute;
}
.ccm-page header .icon-cart .store-utility-links {
  text-align: center;
  width: 24px;
  position: absolute;
}
.ccm-page header .icon-cart .store-utility-links.store-cart-empty .store-items-counter {
  display: none;
}
.ccm-page header .icon-cart .store-utility-links .store-items-counter {
  font-family: "Helvetica", sans-serif;
  font-size: 10px;
  color: white;
  position: relative;
  top: 1px;
}
.ccm-page header .icon-cart .img-cart {
  fill: none;
  stroke: white;
  width: 24px;
  height: 24px;
}
.ccm-page header .btn-mobile {
  width: 30px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 17px;
  z-index: 9;
  transition: top 200ms ease-in-out;
}
.ccm-page header .btn-mobile span {
  width: 24px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 3px;
  transition: all 100ms ease-out;
}
.ccm-page header .btn-mobile span:nth-child(1) {
  top: 4px;
}
.ccm-page header .btn-mobile span:nth-child(2) {
  top: 12px;
}
.ccm-page header .btn-mobile span:nth-child(3) {
  top: 20px;
}
.ccm-page header.nav-active .btn-mobile span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.ccm-page header.nav-active .btn-mobile span:nth-child(2) {
  opacity: 0;
}
.ccm-page header.nav-active .btn-mobile span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.ccm-page header.nav-active nav {
  transform: translateX(0);
}
@media (max-width: 350px) {
  .ccm-page header .wrapper-logo .logo-text {
    display: none;
  }
}
@media (min-width: 650px) {
  .ccm-page .bulletin a:has(+ a) {
    display: none;
  }
  .ccm-page .bulletin a:has(+ a) + a {
    display: block;
  }
  .ccm-page header .wrapper-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ccm-page header .wrapper-logo .logo {
    height: 64px;
  }
  .ccm-page header .wrapper-logo .logo-text {
    font-size: 18px;
    padding: 4px 0 0 20px;
  }
  .ccm-page header .wrapper-logo .logo-text .the-falls {
    font-size: 18px;
  }
  .ccm-page header .btn-mobile {
    right: 27px;
  }
  .ccm-page header.nav-active .btn-mobile span:nth-child(1) {
    top: 4px;
  }
  .ccm-page header .icon-cart {
    height: 64px;
    right: 74px;
  }
}
@media (min-width: 950px) {
  .ccm-page .bulletin + header nav {
    padding: 0;
  }
  .ccm-page header .wrapper-logo {
    flex: 10 10;
  }
  .ccm-page header nav {
    padding: 0;
    position: relative;
    align-items: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateX(0);
  }
  .ccm-page header nav .nav {
    margin-right: -14px;
    display: flex;
    justify-content: flex-end;
  }
  .ccm-page header nav .nav > li > a,
  .ccm-page header nav .nav > li > .locator-link {
    padding: 16px 14px 14px;
    font-size: 13px;
  }
  .ccm-page header .icon-cart {
    height: 62px;
    margin-left: 20px;
    padding-bottom: 6px;
    position: relative;
    right: auto;
  }
  .ccm-page header .btn-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ccm-page header .icon-cart {
    margin-left: 30px;
  }
}

.ccm-page footer {
  color: white;
  background-color: black;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Nexa Rust", serif;
  font-size: 12px;
  font-weight: 400;
}
.ccm-page footer .content {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 650px) {
  .ccm-page footer .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 950px) {
  .ccm-page footer .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .ccm-page footer .content {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
}
.ccm-page footer .logo-tagline .logo {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
.ccm-page footer .logo-tagline .tagline {
  display: none;
}
.ccm-page footer .social {
  position: relative;
}
.ccm-page footer .social a {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
}
.ccm-page footer .social a h3,
.ccm-page footer .social a h6 {
  position: relative;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page footer .social a h3:after,
.ccm-page footer .social a h6:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid white;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transition: transform 200ms;
}
@media (hover: hover) and (pointer: fine) {
  .ccm-page footer .social a:hover h3:after,
  .ccm-page footer .social a:hover h6:after {
    transform: scaleX(1);
  }
}
.ccm-page footer .social .icon-sm {
  display: none;
}
.ccm-page footer .social h3 {
  color: white;
  margin: 0 0 6px;
  font-family: "Nexa Rust", serif;
  font-size: 13.5px;
  font-weight: 600;
}
.ccm-page footer .social h3 span {
  font-size: 75%;
}
.ccm-page footer .social p {
  font-size: 10px;
}
.ccm-page footer .social p + p {
  margin-top: 20px;
}
.ccm-page footer .social h6 {
  font-family: "Nexa Rust", serif;
  font-size: 11px;
  font-weight: 600;
  margin: 20px 0 4px;
}
.ccm-page footer .social.email {
  margin-top: 0;
}
.ccm-page footer .mousetype {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}
.ccm-page footer .mousetype p,
.ccm-page footer .mousetype a {
  font-size: 9px;
}
.ccm-page footer .mousetype p {
  margin-right: 20px;
}
@media (min-width: 650px) {
  .ccm-page footer .logo-tagline .logo {
    width: 120px;
  }
  .ccm-page footer .social h3 {
    font-size: 15px;
    margin: 0 0 6px;
  }
}
@media (min-width: 650px) {
  .ccm-page footer .logo-tagline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 5;
  }
  .ccm-page footer .logo-tagline .tagline {
    width: 280px;
    height: auto;
    display: block;
  }
  .ccm-page footer .social {
    flex: 3;
  }
}
@media (min-width: 950px) {
  .ccm-page footer .content {
    flex-direction: row;
  }
  .ccm-page footer .logo-tagline {
    margin: 0;
    flex: 5;
  }
  .ccm-page footer .logo-tagline .tagline {
    width: 340px;
  }
  .ccm-page footer .social {
    flex: 2;
  }
  .ccm-page footer .social .icon-sm {
    margin: 2px 0 0 -40px;
    width: 26px;
    height: auto;
    display: block;
    position: absolute;
  }
  .ccm-page footer .social .icon-sm path {
    fill: white;
  }
  .ccm-page footer .mousetype {
    margin-top: 12px;
  }
  .ccm-page footer .mousetype p,
  .ccm-page footer .mousetype a {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .ccm-page footer .logo-tagline {
    margin: 0;
    flex: 7;
  }
  .ccm-page footer .logo-tagline .logo {
    width: 160px;
  }
  .ccm-page footer .logo-tagline .tagline {
    width: 380px;
  }
}
@media (min-width: 1450px) {
  .ccm-page footer .logo-tagline {
    flex: 8;
  }
  .ccm-page footer .logo-tagline .logo {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .ccm-page footer .logo-tagline {
    margin: 0;
    flex: 8;
  }
  .ccm-page footer .logo-tagline .logo {
    width: 160px;
  }
  .ccm-page footer .logo-tagline .tagline {
    width: 380px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html.no-scroll {
  position: fixed;
  overflow-y: hidden;
}

.ccm-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.ccm-page .logo-full .logo-base,
.ccm-page .logo-full .letters-base,
.ccm-page .logo-full .circle-fill {
  fill: white;
}
.ccm-page .logo-full .center-base,
.ccm-page .logo-full .circle-fill {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.ccm-page p,
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  margin: 0;
}
.ccm-page p {
  line-height: 1.4;
}
.ccm-page a {
  color: rgb(0, 68, 110);
}
.ccm-page .btn {
  color: white;
  padding: 14px 30px;
  margin-top: 10px;
  min-width: 100%;
  border-radius: 0;
  background-color: black;
  outline: none !important;
  border: none;
  box-shadow: none;
  transition: background-color 200ms;
  font-family: "Nexa Rust", serif;
  font-size: 15px;
  font-weight: 400;
}
.ccm-page .btn.btn-blue, .ccm-page .btn.btn-primary, .ccm-page .btn.btn-success {
  background-color: rgb(0, 68, 110);
}
@media (hover: hover) and (pointer: fine) {
  .ccm-page .btn.btn-blue:hover, .ccm-page .btn.btn-primary:hover, .ccm-page .btn.btn-success:hover {
    background-color: rgb(0, 99.5272727273, 161);
  }
}
.ccm-page .btn.btn-default {
  background-color: rgb(120, 120, 120);
}
@media (hover: hover) and (pointer: fine) {
  .ccm-page .btn.btn-default:hover {
    background-color: rgb(94.5, 94.5, 94.5);
  }
}
.ccm-page .btn.btn-warning {
  color: rgb(20, 20, 20);
  background-color: rgb(232, 226, 204);
}
.ccm-page .btn.btn-popup {
  background-color: rgb(0, 68, 110);
}
.ccm-page main {
  flex-grow: 1;
}
.ccm-page main p + p {
  margin-top: 14px;
}
.ccm-page main p strong {
  font-weight: 500;
}
.ccm-page main p + h1,
.ccm-page main p + h2,
.ccm-page main p + h3 {
  margin-top: 20px;
}
.ccm-page main p + picture,
.ccm-page main p + img {
  display: block;
  margin-top: 20px;
}
.ccm-page main ul,
.ccm-page main ol {
  padding: 0 0 0 18px;
  margin-bottom: 26px;
}
.ccm-page main ul li,
.ccm-page main ol li {
  line-height: 1.4;
}
.ccm-page main ul li strong,
.ccm-page main ol li strong {
  font-weight: 500;
}
.ccm-page main ul li + li,
.ccm-page main ol li + li {
  margin-top: 14px;
}
.ccm-page main img {
  display: block;
  margin-bottom: 30px;
}
.ccm-page main .page-title {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .ccm-page main .page-title {
    margin-top: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page main .page-title {
    margin-top: 80px;
  }
}
.ccm-page main section .grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 650px) {
  .ccm-page main section .grid-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.ccm-page main section .grid-layout.inline {
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page main section .grid-layout.inline {
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page main section .grid-layout.inline {
    padding-bottom: 100px;
  }
}
.ccm-page main section .grid-layout .text img {
  margin: auto;
}
.ccm-page main .content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 650px) {
  .ccm-page main .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 950px) {
  .ccm-page main .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .ccm-page main .content {
    max-width: 1190px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
  }
}
.ccm-page main .content h2 + p,
.ccm-page main .content h3 + p {
  margin-top: 10px;
}
.ccm-page main .store-locator {
  padding: 40px 0;
  display: flex;
  background-color: rgb(232, 226, 204);
}
.ccm-page main .store-locator.white {
  background-color: white;
}
.ccm-page main .store-locator img {
  display: none;
}
.ccm-page .split-block img {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.ccm-page .split-block .grid-layout {
  grid-gap: 30px;
}
.ccm-page .split-block .grid-layout .grid-column {
  align-self: center;
}
.ccm-page .split-block + .split-block {
  margin-top: 30px;
}
.ccm-page .qualify {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.ccm-page .qualify.confirm {
  display: flex;
}
.ccm-page .qualify .popup {
  width: calc(100% - 40px);
  max-width: 400px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/bkgd-qualify-popup.jpg);
  background-size: cover;
  background-position: center center;
}
.ccm-page .qualify .popup .logo {
  width: 150px;
  height: auto;
  margin: 0 0 20px;
}
.ccm-page .qualify .popup .popup-text {
  text-align: center;
  color: black;
}
.ccm-page .qualify .popup .popup-text p {
  font-family: "Nexa Rust", serif;
  font-size: 12px;
  font-weight: 300;
}
.ccm-page .qualify .popup .popup-text h3 {
  font-family: "Nexa Rust", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.ccm-page .qualify .popup .popup-text h5 {
  font-family: "Nexa Rust", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}
.ccm-page .qualify .popup .popup-text a {
  color: black;
}
.ccm-page .qualify .popup .btn-bar {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.ccm-page .qualify .popup .btn-bar .btn {
  margin: 0;
  min-width: calc(50% - 15px);
}
.ccm-page .page-error {
  min-height: 40vh;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page .page-error {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .page-error {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.ccm-page .alert {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0;
}
.ccm-page .alert p {
  line-height: 1.5;
}
.ccm-page .alert strong {
  font-weight: 600;
}
.ccm-page .alert.alert-primary {
  color: rgb(80, 80, 80);
  background-color: rgb(240, 240, 240);
  border-color: rgb(220, 220, 220);
}
.ccm-page .alert + input + .alert {
  margin-top: 24px;
}
@media (max-width: 649px) {
  .ccm-page .split-block:nth-child(even) .grid-layout .c1 {
    grid-row: 2;
  }
  .ccm-page .split-block:nth-child(even) .grid-layout c2 {
    grid-row: 1;
  }
}
@media (min-width: 650px) {
  .ccm-page main .page-title {
    margin-top: 20px;
  }
}
@media (min-width: 650px) and (min-width: 650px) {
  .ccm-page main .page-title {
    margin-top: 30px;
  }
}
@media (min-width: 650px) and (min-width: 950px) {
  .ccm-page main .page-title {
    margin-top: 40px;
  }
}
@media (min-width: 650px) {
  .ccm-page main .img-mobile {
    display: none;
  }
  .ccm-page main .btn {
    min-width: 220px;
  }
  .ccm-page .split-block .grid-layout {
    grid-gap: 50px;
  }
  .ccm-page .split-block + .split-block {
    margin-top: 50px;
  }
  .ccm-page .qualify .popup {
    margin-bottom: 80px;
  }
  .ccm-page .qualify .popup .popup-text {
    max-width: 80%;
  }
}
@media (min-width: 950px) {
  .ccm-page main p + picture,
  .ccm-page main p + img {
    margin-top: 30px;
  }
  .ccm-page main img {
    margin-bottom: 40px;
  }
  .ccm-page main .store-locator {
    background-color: rgb(232, 226, 204);
    height: 370px;
    padding: 0;
  }
  .ccm-page main .store-locator .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ccm-page main .store-locator .content h2,
  .ccm-page main .store-locator .content h3 {
    width: 50%;
  }
  .ccm-page main .store-locator .content h2 + p,
  .ccm-page main .store-locator .content h3 + p {
    margin-top: 20px;
  }
  .ccm-page main .store-locator img {
    height: 370px;
    width: 460px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
  }
  .ccm-page .qualify .popup {
    margin-top: 180px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ccm-page main .store-locator .content h2,
  .ccm-page main .store-locator .content h3 {
    width: 60%;
  }
  .ccm-page .qualify .popup {
    margin-top: 80px;
  }
}
@media (min-width: 1450px) {
  .ccm-page main .store-locator {
    height: 400px;
  }
  .ccm-page main .store-locator .content h2,
  .ccm-page main .store-locator .content h3 {
    width: 65%;
  }
  .ccm-page main .store-locator img {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .ccm-page main .store-locator img {
    width: 600px;
  }
  .ccm-page .qualify .popup {
    margin-top: 60px;
  }
}
@media (min-width: 1800px) {
  .ccm-page main .store-locator img {
    width: auto;
  }
}

.page-template-home .banner {
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  z-index: -1;
  height: 50vh;
}
.page-template-home .banner picture {
  height: inherit;
}
.page-template-home .banner picture .banner-img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% center;
     object-position: 80% center;
}
.page-template-home .banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
}
.page-template-home .banner .tagline {
  width: calc(100vw - 40px);
  height: auto;
  max-width: 650px;
  margin: auto;
  flex: 0 0;
}
.page-template-home .banner .logo {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
  flex: 10 10;
  transition: all 300ms;
}
.page-template-home .banner .banner-awards {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  flex: 0 0;
}
.page-template-home .banner .banner-awards .banner-award-text {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  font-family: "Nexa Rust", serif;
  font-size: 15px;
  font-weight: 600;
}
.page-template-home .banner .banner-awards .banner-award-img {
  width: 100%;
  height: auto;
}
.page-template-home .intro {
  padding: 20px;
  background-image: url(../img/bkgd-waves.jpg);
  background-size: cover;
  position: relative;
  z-index: 4;
}
.page-template-home .intro img {
  margin: auto;
  display: block;
  width: 100%;
}
.page-template-home .intro .intro-text-mobile {
  padding: 40px 0;
}
.page-template-home .intro .intro-text-desktop {
  display: none;
}
.page-template-home .grid-layout .images {
  display: none;
}
.page-template-home .grid-layout .text .img-mobile {
  margin: 20px auto 30px;
}
.page-template-home .grid-layout .text .img-responsive {
  margin-bottom: 30px;
}
.page-template-home .grid-layout .text .ccm-svg {
  width: 80%;
  margin-bottom: 20px;
}
.page-template-home .grid-layout .text .img-mobile {
  width: 70%;
}
.page-template-home .river-gin,
.page-template-home .captain-webb {
  background-color: rgb(232, 226, 204);
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .page-template-home .river-gin,
  .page-template-home .captain-webb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .page-template-home .river-gin,
  .page-template-home .captain-webb {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page-template-home .knotty-gin {
  background-color: white;
}
.page-template-home .knotty-gin .header {
  background-image: url(../img/bkgd-blue-ropes.png);
  background-size: cover;
  position: relative;
  z-index: 4;
}
.page-template-home .knotty-gin .header .knotty-header-mobile {
  padding: 40px 0;
  margin: auto;
}
.page-template-home .knotty-gin .header .knotty-header-desktop {
  display: none;
}
.page-template-home .knotty-gin .content {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .page-template-home .knotty-gin .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .page-template-home .knotty-gin .content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page-template-home .knotty-gin img[class^=img-quote] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.page-template-home .knotty-gin .img-quote-mobile {
  margin-top: 30px;
}
.page-template-home .knotty-gin .img-quote-desktop {
  display: none;
}
.page-template-home .knotty-gin .ccm-svg {
  display: none;
}
.page-template-home .knotty-gin .ccm-svg + .img-mobile {
  margin-top: 0;
}
.page-template-home .captain-webb .logo-webb {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 350px;
}
@media (min-width: 650px) {
  .page-template-home .banner {
    height: 64vh;
    top: 99px;
  }
  .page-template-home .banner picture {
    display: block;
  }
  .page-template-home .banner picture .banner-img {
    -o-object-position: right center;
       object-position: right center;
  }
  .page-template-home .banner .logo {
    width: 250px;
    margin: 0 auto 20px;
    top: calc(50% - 125px);
  }
  .page-template-home .banner .banner-awards .banner-award-text {
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
  .page-template-home .banner .banner-awards picture {
    max-width: 80%;
  }
  .page-template-home .intro {
    padding: 40px;
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
  .page-template-home .intro .intro-text-mobile {
    display: none;
  }
  .page-template-home .intro .intro-text-desktop {
    padding: 0 0 55px;
    display: block;
  }
  .page-template-home .grid-layout .images {
    display: block;
  }
  .page-template-home .grid-layout .text .ccm-svg {
    margin: 0 0 30px;
  }
  .page-template-home .grid-layout .text .img-mobile {
    display: none;
  }
  .page-template-home .grid-layout .text .img-mobile + h1 {
    margin-top: 24px;
  }
  .page-template-home .river-gin .images picture {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .page-template-home .river-gin .images picture img {
    margin: 0;
  }
  .page-template-home .river-gin .images picture:nth-child(1) {
    justify-content: flex-end;
    z-index: 3;
  }
  .page-template-home .river-gin .images picture:nth-child(1) img {
    width: 60%;
  }
  .page-template-home .river-gin .images picture:nth-child(2) {
    justify-content: flex-start;
    margin-top: -20px;
    z-index: 1;
  }
  .page-template-home .river-gin .images picture:nth-child(2) img {
    width: 56%;
  }
  .page-template-home .river-gin .images picture:nth-child(3) {
    justify-content: flex-end;
    margin-top: -40px;
    padding-right: 20px;
    z-index: 2;
  }
  .page-template-home .river-gin .images picture:nth-child(3) img {
    width: 50%;
  }
  .page-template-home .knotty-gin .header {
    background-image: url(../img/bkgd-blue-ropes.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
  .page-template-home .knotty-gin .header .knotty-header-mobile {
    display: none;
  }
  .page-template-home .knotty-gin .header .knotty-header-desktop {
    padding: 80px 0;
    margin: auto;
    display: block;
    max-width: 85%;
  }
  .page-template-home .knotty-gin .text .ccm-svg {
    width: 87%;
  }
  .page-template-home .knotty-gin .images picture {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .page-template-home .knotty-gin .images picture img {
    margin: 0;
  }
  .page-template-home .knotty-gin .images picture:nth-child(1) {
    justify-content: flex-start;
    z-index: 3;
  }
  .page-template-home .knotty-gin .images picture:nth-child(1) img {
    width: 65%;
  }
  .page-template-home .knotty-gin .images picture:nth-child(2) {
    justify-content: flex-end;
    margin-top: -40px;
    z-index: 2;
  }
  .page-template-home .knotty-gin .images picture:nth-child(2) img {
    width: 40%;
  }
  .page-template-home .knotty-gin .images picture:nth-child(3) {
    justify-content: center;
    margin-top: -25px;
    padding-right: 20px;
    z-index: 1;
  }
  .page-template-home .knotty-gin .images picture:nth-child(3) img {
    width: 60%;
  }
  .page-template-home .knotty-gin .img-quote-mobile {
    display: none;
  }
  .page-template-home .knotty-gin .img-quote-desktop {
    max-width: 650px;
    margin-top: 40px;
    display: block;
  }
  .page-template-home .knotty-gin .ccm-svg {
    display: block;
  }
  .page-template-home .captain-webb .images picture {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .page-template-home .captain-webb .images picture img {
    margin: 0;
  }
  .page-template-home .captain-webb .images picture:nth-child(1) {
    justify-content: flex-end;
    z-index: 1;
  }
  .page-template-home .captain-webb .images picture:nth-child(1) img {
    width: 64%;
  }
  .page-template-home .captain-webb .images picture:nth-child(2) {
    justify-content: flex-start;
    margin-top: -20px;
    z-index: 2;
  }
  .page-template-home .captain-webb .images picture:nth-child(2) img {
    width: 60%;
  }
  .page-template-home .captain-webb .images picture:nth-child(3) {
    justify-content: flex-end;
    margin-top: -20px;
    padding-right: 60px;
    z-index: 3;
  }
  .page-template-home .captain-webb .images picture:nth-child(3) img {
    width: 40%;
  }
}
@media (min-width: 950px) {
  .page-template-home .banner {
    height: calc(100vh - 139px);
  }
  .page-template-home .intro {
    padding: 40px;
  }
  .page-template-home .intro img {
    max-width: 900px;
    padding: 20px 60px 40px;
  }
  .page-template-home .grid-layout .text .ccm-svg {
    width: 75%;
    margin: 0 0 40px;
  }
  .page-template-home .knotty-gin .header .knotty-header-desktop {
    max-width: 810px;
  }
  .page-template-home .knotty-gin .images picture:nth-child(2) {
    margin-top: -60px;
  }
  .page-template-home .knotty-gin .images picture:nth-child(3) {
    margin-top: -40px;
  }
  .page-template-home .knotty-gin .img-quote-desktop {
    margin-top: 54px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .banner .banner-content {
    height: calc(100% - 12vh);
    top: 5vh;
    bottom: 6vh;
  }
  .page-template-home .banner .banner-awards .banner-award-text {
    font-size: 22px;
  }
  .page-template-home .banner .banner-awards picture {
    max-width: 800px;
  }
  .page-template-home .grid-layout .text .ccm-svg {
    width: 72%;
  }
  .page-template-home .river-gin .images picture:nth-child(2) {
    margin-top: -30px;
  }
  .page-template-home .river-gin .images picture:nth-child(2) img {
    width: 53%;
  }
  .page-template-home .river-gin .images picture:nth-child(3) {
    margin-top: -60px;
    padding-right: 40px;
  }
  .page-template-home .knotty-gin .grid-layout .text .ccm-svg {
    width: 75%;
  }
  .page-template-home .knotty-gin .images picture:nth-child(2) {
    margin-top: -100px;
  }
  .page-template-home .knotty-gin .images picture:nth-child(3) {
    margin-top: -50px;
  }
  .page-template-home .knotty-gin .img-quote-desktop {
    margin-top: 70px;
  }
  .page-template-home .captain-webb .images picture:nth-child(2) {
    margin-top: -30px;
  }
  .page-template-home .captain-webb .images picture:nth-child(2) img {
    width: 58%;
  }
  .page-template-home .captain-webb .images picture:nth-child(3) {
    padding-right: 120px;
  }
}

.ccm-page.page-template-about .video {
  padding: 10px 0 15px;
}
@media (min-width: 950px) {
  .ccm-page.page-template-about .video {
    padding: 20px 0 30px;
  }
}
@media (min-width: 1200px) {
  .ccm-page.page-template-about .video {
    padding: 20px 8% 60px;
  }
}
.ccm-page main .about {
  background-color: rgb(232, 226, 204);
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page main .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page main .about {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.ccm-page main .about .content h2 {
  font-family: "Belwe", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ccm-page main .about .content h2 + p {
  margin-top: 0;
}
.ccm-page main .about .content h3 {
  font-family: "Nexa Rust", serif;
  font-size: 16px;
  font-weight: 600;
}
.ccm-page main .about .content p + h3 {
  margin-top: 20px;
}
@media (min-width: 650px) {
  .ccm-page main .about .content h2 {
    font-size: 22px;
  }
  .ccm-page main .about .content h3 {
    font-size: 18px;
  }
  .ccm-page main .about .content p + h3 {
    margin-top: 28px;
  }
}

.ccm-page .awards {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page .awards {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .awards {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.ccm-page .awards .award .grid-layout {
  grid-gap: 20px;
}
.ccm-page .awards .award h2 {
  font-family: "Belwe", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.ccm-page .awards .award h3 {
  font-family: "Nexa Rust", serif;
  font-size: 16px;
  font-weight: 600;
}
.ccm-page .awards .award p {
  margin-top: 0;
}
.ccm-page .awards .award p + h3 {
  margin-top: 20px;
}
.ccm-page .awards .award img {
  margin: 0;
  min-width: 100%;
}
.ccm-page .awards .award + .award {
  margin-top: 60px;
}
@media (min-width: 650px) {
  .ccm-page .awards .award .grid-layout {
    grid-gap: 30px;
  }
  .ccm-page .awards .award h2 {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .ccm-page .awards .award h3 {
    font-size: 18px;
  }
  .ccm-page .awards .award p + h3 {
    margin-top: 28px;
  }
}

.ccm-page.page-template-recipes .intro:not(:has(.content .grid-layout .images img)) .grid-layout {
  display: none;
}
.ccm-page.page-template-recipes .intro:not(:has(.content .grid-layout .images img)) + section {
  padding-top: 0 !important;
}
.ccm-page .recipes {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page .recipes {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .recipes {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.ccm-page .recipes .recipe h2 {
  font-family: "Belwe", serif;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ccm-page .recipes .recipe h2 span {
  font-weight: 600;
  text-transform: none;
}
.ccm-page .recipes .recipe h3 {
  font-family: "Belwe", serif;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.ccm-page .recipes .recipe p + p {
  margin-top: 12px;
}
.ccm-page .recipes .recipe p + h4 {
  margin-top: 20px;
}
.ccm-page .recipes .recipe img {
  margin: 0;
  min-width: 100%;
}
.ccm-page .recipes .recipe .description {
  margin-bottom: 26px;
}
.ccm-page .recipes .recipe .description p {
  font-style: italic;
  line-height: 1.4;
}
.ccm-page .recipes .recipe + .recipe {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .ccm-page .recipes .recipe h2 {
    font-size: 22px;
  }
  .ccm-page .recipes .recipe h3 {
    font-size: 21px;
  }
  .ccm-page .recipes .recipe p + h3 {
    margin-top: 40px;
  }
  .ccm-page .recipes .recipe + .recipe {
    margin-top: 60px;
  }
}

.ccm-page .events {
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page .events {
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .events {
    padding-bottom: 100px;
  }
}
.ccm-page .events .grid-layout .grid-column img {
  display: none;
}
.ccm-page .events .event-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-top: 40px;
}
@media (min-width: 650px) {
  .ccm-page .events .event-grid {
    margin-top: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .events .event-grid {
    margin-top: 80px;
  }
}
.ccm-page .events .event h3,
.ccm-page .events .event-msg h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.ccm-page .events .event h3 + p,
.ccm-page .events .event p + p,
.ccm-page .events .event-msg h3 + p,
.ccm-page .events .event-msg p + p {
  margin-top: 0;
}
.ccm-page .events .event a,
.ccm-page .events .event-msg a {
  text-decoration: none;
  color: #333;
}
.ccm-page .events .event a:hover,
.ccm-page .events .event-msg a:hover {
  color: rgb(51, 122, 183);
}
@media (min-width: 650px) {
  .ccm-page .events .grid-layout {
    grid-template-columns: 1.25fr 1fr;
  }
  .ccm-page .events .grid-layout .grid-column img {
    display: block;
  }
  .ccm-page .events .event-grid {
    margin-top: 20px;
  }
}
@media (min-width: 650px) and (min-width: 650px) {
  .ccm-page .events .event-grid {
    margin-top: 30px;
  }
}
@media (min-width: 650px) and (min-width: 950px) {
  .ccm-page .events .event-grid {
    margin-top: 40px;
  }
}
@media (min-width: 950px) {
  .ccm-page .events .grid-layout {
    grid-template-columns: 1.3fr 1fr;
  }
  .ccm-page .events .event-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ccm-page .events .event-grid .event-msg {
    grid-column: 1/span 2;
  }
}

.ccm-page .store-checkout-errors {
  display: none;
}
.ccm-page .help-block .list-unstyled {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  top: 8px;
  right: 15px;
}
.ccm-page .help-block .list-unstyled li {
  font-size: 12px;
}
.ccm-page #store-checkout-billing-address-1 + .help-block .list-unstyled {
  top: -22px;
}
.ccm-page .shipping-alert {
  background-color: rgba(0, 0, 0, 0.4);
}
.ccm-page .shipping-alert .modal-title {
  font-size: 18px;
  margin-bottom: 0;
}
.ccm-page .shipping-alert .modal-dialog {
  margin-top: 20vh;
}
.ccm-page .shipping-alert .modal-header {
  padding: 20px;
}
.ccm-page .shipping-alert .modal-body {
  padding: 30px 20px;
}
.ccm-page .shipping-alert .modal-body p {
  font-size: 16px;
}
.ccm-page .table > tbody > tr > td,
.ccm-page .table > tfoot > tr > td,
.ccm-page .table-condensed > tbody > tr > td,
.ccm-page .table-condensed > tfoot > tr > td {
  vertical-align: middle;
}
.ccm-page .table > tbody > tr > td:first-child,
.ccm-page .table > tfoot > tr > td:first-child,
.ccm-page .table-condensed > tbody > tr > td:first-child,
.ccm-page .table-condensed > tfoot > tr > td:first-child {
  padding-left: 0;
}
.ccm-page .table > tbody > tr > td:last-child,
.ccm-page .table > tfoot > tr > td:last-child,
.ccm-page .table-condensed > tbody > tr > td:last-child,
.ccm-page .table-condensed > tfoot > tr > td:last-child {
  padding-right: 0;
}
.ccm-page .table img,
.ccm-page .table-condensed img {
  margin-bottom: 0;
}
.ccm-page .form-control {
  font-size: 14px;
  height: 38px;
  padding: 8px 10px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
.ccm-page .panel {
  margin-bottom: 30px;
}
.ccm-page .wrapper-select {
  position: relative;
}
.ccm-page .wrapper-select:after {
  content: "";
  width: 14px;
  height: 9px;
  top: calc(50% - 4px);
  right: 15px;
  display: block;
  position: absolute;
  background: url(../img/icon-carrot.svg) no-repeat;
  pointer-events: none;
}
.ccm-page .store-btn-cart-list-remove {
  min-width: 0;
  margin: -6px 0 0;
  padding: 0;
  height: 38px;
  width: 38px;
  min-width: auto !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d9534f;
}
.ccm-page .store-qty-container {
  width: auto;
  padding: 0 2px;
  border: 1px solid rgb(120, 120, 120);
  display: inline-flex;
  justify-content: space-between;
}
.ccm-page .store-qty-container .btn-qty {
  font-size: 20px;
  line-height: 1.2;
  color: #555;
  height: 36px;
  width: 36px;
  min-width: auto;
  margin: 0;
  padding: 0 6px;
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ccm-page .store-qty-container .store-product-qty {
  width: 24px;
  height: 36px;
  padding: 0;
  text-align: center;
  border: none;
}
.ccm-page .store-qty-container input::-webkit-outer-spin-button,
.ccm-page .store-qty-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ccm-page .store-qty-container input[type=number] {
  -moz-appearance: textfield;
}
.ccm-page .store-btn-cart-list-remove {
  margin-left: 10px;
}
.ccm-page .store-whiteout {
  background: rgba(255, 255, 255, 0.8);
}
.ccm-page .store-cart-modal {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
}
.ccm-page .store-cart-modal .store-qty-container {
  min-width: 80px;
  max-width: 50%;
}
.ccm-page .store-cart-modal .store-qty-container input {
  min-width: auto;
  max-width: 100%;
}
.ccm-page .store-cart-modal .table {
  margin-top: 20px;
}
.ccm-page .store-cart-modal .table .checkout-cart-product-name a {
  line-height: 1.2;
  display: block;
  margin-top: 1px;
}
.ccm-page .store-cart-modal .table .store-cart-list-product-qty .store-btn-cart-list-remove {
  margin-top: -7px;
}
.ccm-page .store-cart-modal .table .store-cart-list-product-qty .store-btn-cart-list-remove .fa {
  margin-bottom: 2px;
}
.ccm-page .store-shop,
.ccm-page .store-product,
.ccm-page .store-cart-page,
.ccm-page .store-checkout-page {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page .store-shop,
  .ccm-page .store-product,
  .ccm-page .store-cart-page,
  .ccm-page .store-checkout-page {
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-shop,
  .ccm-page .store-product,
  .ccm-page .store-cart-page,
  .ccm-page .store-checkout-page {
    padding-bottom: 100px;
  }
}
.ccm-page .store-shop .alert-header,
.ccm-page .store-product .alert-header,
.ccm-page .store-cart-page .alert-header,
.ccm-page .store-checkout-page .alert-header {
  margin-bottom: 40px;
}
.ccm-page .store-shop h1 + .alert,
.ccm-page .store-product h1 + .alert,
.ccm-page .store-cart-page h1 + .alert,
.ccm-page .store-checkout-page h1 + .alert {
  margin-top: 20px;
}
.ccm-page .store-shop h1 + input + .alert,
.ccm-page .store-product h1 + input + .alert,
.ccm-page .store-cart-page h1 + input + .alert,
.ccm-page .store-checkout-page h1 + input + .alert {
  margin-top: 20px;
}
.ccm-page .store-shop strong,
.ccm-page .store-product strong,
.ccm-page .store-cart-page strong,
.ccm-page .store-checkout-page strong {
  font-weight: 800;
}
.ccm-page .store-shop h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.ccm-page .store-shop h2 {
  font-size: 16px;
}
.ccm-page .store-shop .shop-intro {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 80px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 120px;
  }
}
.ccm-page .store-shop .shop-intro .intro-text {
  font-family: "Belwe", serif;
  font-size: 19px;
  font-weight: 400;
}
.ccm-page .store-shop .shop-intro .intro-text strong {
  font-weight: 500;
}
.ccm-page .store-shop .shop-intro .intro-sidebar {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-top: 30px;
  padding: 30px 40px;
  background-color: rgb(0, 68, 110);
  position: relative;
}
.ccm-page .store-shop .shop-intro .intro-sidebar:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
}
.ccm-page .store-shop .shop-intro .intro-sidebar .locator-link {
  position: relative;
  cursor: pointer;
}
.ccm-page .store-shop .shop-intro .intro-sidebar .locator-link:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 200ms ease-in-out;
}
.ccm-page .store-shop .shop-intro .intro-sidebar .locator-link:hover:after {
  bottom: 2px;
}
.ccm-page .store-shop .shop-intro .intro-sidebar p + p {
  margin-top: 6px;
}
.ccm-page .store-shop .shop {
  padding-bottom: 50px;
}
@media (min-width: 650px) {
  .ccm-page .store-shop .shop {
    padding-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-shop .shop {
    padding-bottom: 100px;
  }
}
.ccm-page .store-shop .store-product-list-block + h1 {
  margin-top: 48px;
}
@media (min-width: 650px) {
  .ccm-page .store-shop .store-product-list-block + h1 {
    margin-top: 72px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-shop .store-product-list-block + h1 {
    margin-top: 96px;
  }
}
.ccm-page .store-shop .store-product-list-block a {
  text-decoration: none;
}
.ccm-page .store-shop .store-product-list-item form h2 {
  font-size: 16px;
  line-height: 1.2;
  color: rgb(20, 20, 20);
  text-align: center;
  margin: 15px 0 0;
}
.ccm-page .store-shop .store-product-list-item form img {
  width: 100%;
  margin: 0;
}
.ccm-page .store-shop .store-product-list-item form .store-product-price {
  font-family: "Nexa Rust", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0 0;
  text-align: center;
  color: rgb(80, 80, 80);
}
.ccm-page .store-shop .store-product-list-item form .store-product-options {
  display: none;
}
.ccm-page .store-shop .store-product-list-item form .store-btn-add-to-cart-container,
.ccm-page .store-shop .store-product-list-item form .store-btn-more-details-container {
  padding: 20px;
}
.ccm-page .store-shop .store-product-list-item form .store-btn-add-to-cart-container .btn,
.ccm-page .store-shop .store-product-list-item form .store-btn-more-details-container .btn {
  margin: 0;
  width: 100%;
}
.ccm-page .store-shop .store-product-list-item + .store-product-list-item {
  margin-top: 40px;
}
.ccm-page .store-product {
  font-size: 16px;
  margin-top: 40px;
}
@media (min-width: 650px) {
  .ccm-page .store-product {
    margin-top: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-product {
    margin-top: 80px;
  }
}
.ccm-page .store-product h1 {
  font-family: "Nexa Rust", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(51, 51, 51);
}
.ccm-page .store-product .store-product-price {
  font-family: "Nexa Rust", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(80, 80, 80);
  margin-top: 10px;
}
.ccm-page .store-product .store-product-option-group-label {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.ccm-page .store-product .form-select {
  border-color: rgb(120, 120, 120);
}
.ccm-page .store-product .store-product-button {
  margin-top: 30px;
}
.ccm-page .store-product .store-product-button .btn {
  min-width: 100%;
}
.ccm-page .store-product .store-product-description {
  margin-top: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(220, 220, 220);
}
.ccm-page .store-product .store-product-description p {
  line-height: 1.5;
}
.ccm-page .store-product .store-product-description p + p {
  margin-top: 0;
}
.ccm-page .store-product .store-product-detailed-description {
  margin-top: 20px;
}
.ccm-page .store-product .store-product-detailed-description p {
  line-height: 1.5;
}
.ccm-page .store-product .store-product-detailed-description strong {
  text-transform: uppercase;
}
.ccm-page .store-product .store-product-image img {
  margin-bottom: 30px;
}
.ccm-page .store-product .store-product-additional-images {
  display: none;
}
.ccm-page .store-product .store-product-option-group {
  margin-top: 30px;
}
.ccm-page .store-cart-page {
  font-size: 16px;
  margin-top: 40px;
}
@media (min-width: 650px) {
  .ccm-page .store-cart-page {
    margin-top: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-cart-page {
    margin-top: 80px;
  }
}
.ccm-page .store-cart-page .store-cart-content {
  margin-top: 30px;
}
.ccm-page .store-cart-page #store-cart .store-qty-container {
  min-width: auto;
  max-width: 50%;
}
.ccm-page .store-cart-page #store-cart .store-qty-container input {
  min-width: auto;
  max-width: 50%;
}
.ccm-page .store-cart-page .list-group {
  padding: 0;
  font-size: 15px;
}
.ccm-page .store-cart-page .list-group li + li {
  margin-top: 0;
}
.ccm-page .store-cart-page .store-cart-page-cart-links {
  width: 100%;
}
.ccm-page .store-cart-page .store-btn-cart-page-checkout {
  width: 100%;
  min-width: auto;
}
.ccm-page .store-checkout-page {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .ccm-page .store-checkout-page {
    margin-top: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-checkout-page {
    margin-top: 80px;
  }
}
.ccm-page .store-checkout-page > .alert {
  margin-bottom: 16px;
}
@media (min-width: 650px) {
  .ccm-page .store-checkout-page > .alert {
    margin-bottom: 32px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-checkout-page > .alert {
    margin-bottom: 48px;
  }
}
.ccm-page .store-checkout-page .intro-text {
  border-bottom: 2px solid rgb(220, 220, 220);
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.ccm-page .store-checkout-page .intro-text p {
  font-size: 15px;
}
.ccm-page .store-checkout-page h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.ccm-page .store-checkout-page h2 {
  font-size: 15px;
}
.ccm-page .store-checkout-page #store-checkout-form-group-billing h2 {
  border-top: 2px solid rgb(220, 220, 220);
  margin-top: 20px;
  padding-top: 22px;
}
.ccm-page .store-checkout-page #store-checkout-form-group-billing #store-att-customer_birthdate .text-muted {
  display: none;
}
.ccm-page .store-checkout-page ::-webkit-input-placeholder {
  color: transparent;
}
.ccm-page .store-checkout-page :-moz-placeholder {
  color: transparent;
}
.ccm-page .store-checkout-page ::-moz-placeholder {
  color: transparent;
}
.ccm-page .store-checkout-page :-ms-input-placeholder {
  color: transparent;
}
.ccm-page .store-checkout-page input::-webkit-outer-spin-button,
.ccm-page .store-checkout-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ccm-page .store-checkout-page input[type=number] {
  -moz-appearance: textfield;
}
.ccm-page .store-checkout-page #store-checkout-billing-address-2::-webkit-input-placeholder,
.ccm-page .store-checkout-page #store-checkout-shipping-address-2::-webkit-input-placeholder {
  color: rgb(180, 180, 180);
}
.ccm-page .store-checkout-page #store-checkout-billing-address-2:-moz-placeholder,
.ccm-page .store-checkout-page #store-checkout-shipping-address-2:-moz-placeholder {
  color: rgb(180, 180, 180);
}
.ccm-page .store-checkout-page #store-checkout-billing-address-2::-moz-placeholder,
.ccm-page .store-checkout-page #store-checkout-shipping-address-2::-moz-placeholder {
  color: rgb(180, 180, 180);
}
.ccm-page .store-checkout-page #store-checkout-billing-address-2:-ms-input-placeholder,
.ccm-page .store-checkout-page #store-checkout-shipping-address-2:-ms-input-placeholder {
  color: rgb(180, 180, 180);
}
.ccm-page .store-checkout-page label {
  font-size: 13px;
  font-weight: 800;
}
.ccm-page .store-checkout-page .store-copy-billing-container label {
  display: flex;
  justify-content: right;
  align-items: center;
}
.ccm-page .store-checkout-page .store-copy-billing-container label input {
  margin: -2px 10px 0 0;
}
.ccm-page .store-checkout-page .store-shipping-method-option .form-check {
  height: 20px;
  display: flex;
  align-items: center;
}
.ccm-page .store-checkout-page .store-shipping-method-option .form-check > * {
  height: inherit;
}
.ccm-page .store-checkout-page .store-shipping-method-option .form-check > input {
  margin-top: -1px;
}
.ccm-page .store-checkout-page .store-shipping-method-option .form-check .store-shipping-details,
.ccm-page .store-checkout-page .store-shipping-method-option .form-check p {
  display: flex;
  align-items: center;
  height: 20px;
}
.ccm-page .store-checkout-page small {
  font-size: 65%;
}
.ccm-page .store-checkout-page .panel {
  font-size: 16px;
}
.ccm-page .store-checkout-page .panel label {
  font-size: 14px;
}
.ccm-page .store-checkout-page .panel p + label {
  margin-top: 14px;
}
.ccm-page .store-checkout-page .panel #store-attribute-values,
.ccm-page .store-checkout-page .panel #store-att-display-customer_birthdate {
  display: none;
}
.ccm-page .store-checkout-form-group-buttons {
  margin-top: 1em;
}
.ccm-page .store-checkout-cart-view .store-cart-table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ccm-page .store-checkout-cart-view .store-cart-product-name a {
  line-height: 1.1;
  display: block;
}
.ccm-page .store-checkout-cart-view .store-cart-product-name .store-cart-item-attributes {
  margin-top: 2px;
}
.ccm-page .store-checkout-cart-view {
  margin-top: 60px;
}
.ccm-page .store-checkout-cart-view table {
  font-size: 14px;
}
.ccm-page .store-checkout-cart-view .list-group {
  padding: 0;
  font-size: 15px;
}
.ccm-page .store-checkout-cart-view .list-group li + li {
  margin-top: 0;
}
@media (min-width: 650px) {
  .ccm-page .store-product .alert-header,
  .ccm-page .store-cart-page .alert-header,
  .ccm-page .store-checkout-page .alert-header {
    margin-bottom: 50px;
  }
  .ccm-page .store-cart-modal table tfoot .btn {
    display: block;
    min-width: auto;
    width: 180px;
  }
  .ccm-page .store-cart-modal table tfoot .text-end {
    display: flex;
    justify-content: flex-end;
  }
  .ccm-page .store-cart-modal .store-cart-page-cart-total {
    font-size: 18px;
    padding: 0 5px 10px;
  }
  .ccm-page .store-cart-modal .store-cart-page-cart-links {
    padding: 0 5px;
    display: flex;
    justify-content: flex-end;
  }
  .ccm-page .store-cart-modal .store-cart-page-cart-links a {
    min-width: 180px;
    margin-left: 30px;
  }
  .ccm-page .store-cart-page table tfoot .btn {
    margin-right: 30px;
  }
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 28px;
  }
}
@media (min-width: 650px) and (min-width: 650px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 56px;
  }
}
@media (min-width: 650px) and (min-width: 950px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 84px;
  }
}
@media (min-width: 650px) {
  .ccm-page .store-shop .shop-intro .intro-text {
    font-size: 20px;
  }
  .ccm-page .store-shop .shop-intro .intro-sidebar {
    margin-top: 0;
  }
  .ccm-page .store-shop .store-product-list-item:nth-child(1) + .store-product-list-item {
    margin-top: 0;
  }
  .ccm-page .store-product > .alert {
    margin-bottom: 60px;
  }
  .ccm-page .store-product h1 {
    font-size: 26px;
  }
  .ccm-page .store-product .store-product-additional-images {
    display: block;
  }
  .ccm-page .store-product .store-product-additional-images img {
    width: 100%;
  }
  .ccm-page .store-product .store-product-option-group {
    max-width: 220px;
  }
  .ccm-page .store-checkout-page h1 {
    margin-top: 0;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 20px;
  }
}
@media (min-width: 950px) and (min-width: 650px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 40px;
  }
}
@media (min-width: 950px) and (min-width: 950px) {
  .ccm-page .store-shop .shop-intro {
    margin-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .ccm-page .store-shop .store-product-list-item:nth-child(2) + .store-product-list-item {
    margin-top: 0;
  }
  .ccm-page .store-shop .store-product-list-description p {
    min-height: 75px;
  }
  .ccm-page .store-checkout-page .store-checkout-cart-view {
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
  }
}
