.drizzle-logo {
  width: 100%;
  height: 32.68608%; }
  .drizzle-logo__text {
    fill: #000; }
    .drizzle-nav__logo-link:hover .drizzle-logo__text {
      fill: #fff; }
  .drizzle-logo__shield-year {
    fill: #fff; }
  .drizzle-logo__shield-top {
    fill: #000; }
  .drizzle-logo__shield-bottom {
    fill: #ba0c2f; }
  .drizzle-logo__shield-outline {
    fill: #fff; }
  .drizzle-logo__trademark {
    fill: #000; }
    .drizzle-nav__logo-link:hover .drizzle-logo__trademark {
      fill: #fff; }

.drizzle-variant-button {
  border: none;
  margin: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background: #fff;
  color: #444;
  padding: 0 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.825rem; }

.drizzle-nav {
  background: #f7f6f3;
  color: #444; }
  .drizzle-nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .drizzle-nav__content {
    padding: 0.7rem 0 1.4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, 15rem);
    grid-gap: 1.3rem;
    justify-content: space-around; }
    .drizzle-nav__content[aria-hidden="true"] {
      display: none; }
  .drizzle-nav__title {
    margin: 0;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: bold; }
  .drizzle-nav__logo-link {
    text-decoration: none;
    color: inherit;
    border: none;
    display: block;
    padding: 0.625rem;
    max-width: 14rem; }
    .drizzle-nav__logo-link:hover {
      background-color: #ba0c2f; }
  .drizzle-nav__toggle {
    border: none;
    margin: 0;
    text-align: inherit;
    font: inherit;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Merriweather", serif;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.5rem 1rem; }
    .drizzle-nav__toggle[aria-expanded="true"] {
      background-color: rgba(0, 0, 0, 0.9); }
  .drizzle-nav__collection-title {
    margin: 0.25rem 0 0.75rem;
    padding: 0 0.75rem;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative; }
    .drizzle-nav__collection-title::after {
      content: '';
      display: block;
      height: 0.125rem;
      width: 2rem;
      position: absolute;
      top: 100;
      background-color: #d6d2c4; }
  .drizzle-nav__collection-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .drizzle-nav__link {
    text-decoration: none;
    font-family: "Merriweather", serif;
    font-size: 1.125rem;
    color: #000 !important;
    display: block;
    padding: 0.4rem 0.7rem;
    transition: all 0.1s ease-out; }
    .drizzle-nav__link:focus, .drizzle-nav__link:hover {
      color: #ba0c2f !important;
      background-color: #fff !important; }

.drizzle-heading-1 {
  color: #ba0c2f;
  font-family: "Merriweather", serif;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.2; }

.drizzle-heading-2 {
  color: #000;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  position: relative; }
  .drizzle-heading-2::after {
    content: '';
    display: block;
    height: 0.125rem;
    width: 2.25rem;
    position: absolute;
    top: 100%;
    background-color: #d6d2c4; }

.drizzle-collection-heading {
  line-height: 1; }
  .drizzle-collection-heading__sub {
    color: #554f47;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.5rem; }
  .drizzle-collection-heading__text {
    color: #ba0c2f;
    font-family: "Merriweather", serif;
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 1.2; }

.drizzle-p {
  font-size: 1.125rem;
  font-family: "Merriweather", serif; }

.drizzle-Layout-main {
  background: #fff; }

.drizzle-white-bg {
  background: white; }

.drizzle-pattern {
  background: white;
  margin: 5rem 0; }
  .drizzle-pattern__header {
    display: flex;
    justify-content: space-between; }
  .drizzle-pattern__title {
    color: #000;
    font-size: 1.25rem;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    position: relative; }
    .drizzle-pattern__title::after {
      content: '';
      display: block;
      height: 0.125rem;
      width: 2.25rem;
      position: absolute;
      top: 100%;
      background-color: #d6d2c4; }
  .drizzle-pattern__info {
    font-size: 16px;
    font-family: "Merriweather", serif;
    color: #ba0c2f;
    margin-top: 1em; }
    .drizzle-pattern__info > h3:not([class]) {
      color: black;
      font-size: 1.25rem;
      font-weight: bold; }
  .drizzle-pattern__variant-button, .drizzle-pattern__copy-button {
    flex-shrink: 0;
    border: none;
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background: #ba0c2f;
    color: #fff;
    padding: 0.3rem 0.4rem;
    cursor: pointer; }
    .drizzle-pattern__variant-button:hover, .drizzle-pattern__copy-button:hover {
      background-color: #8a0923; }
  .drizzle-pattern__variant-box {
    background: #ba0c2f;
    color: #fff;
    font-family: "Merriweather", serif;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 13rem));
    grid-gap: 1rem;
    padding: 1rem; }
    .drizzle-pattern__variant-box code {
      font-family: monospace; }
    .drizzle-pattern__variant-box input {
      margin-right: 0.3rem; }
  .drizzle-pattern__variant-group {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
  .drizzle-pattern__variant-legend {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700; }
  .drizzle-pattern__demo-box-title {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #ba0c2f;
    margin: 0; }
  .drizzle-pattern__demo-box {
    background: white;
    margin: 0 0 2rem; }
    .drizzle-pattern__demo-box:last-child {
      margin: 0; }
    .drizzle-pattern__demo-box--code {
      margin-top: 2rem;
      border: 1px solid #d6d2c4;
      box-shadow: 0.25rem 0.25rem rgba(214, 210, 196, 0.5);
      padding: 1.5rem;
      max-height: 30rem;
      overflow: auto;
      background: white !important; }
    .drizzle-pattern__demo-box--view {
      padding: 2rem 0; }
    .drizzle-pattern__demo-box--dark {
      background: black;
      padding: 1rem; }
    .drizzle-pattern__demo-box--view::after {
      content: '';
      display: table;
      clear: both; }
  .drizzle-pattern__source {
    background: white !important;
    font-family: "Merriweather", serif;
    font-size: 14px; }
  .drizzle-pattern__demo-box-button {
    font-family: "Merriweather", serif; }

.is-active,
.is-active:hover {
  cursor: default;
  color: #ba0c2f !important;
  background-color: transparent !important;
  font-weight: bold; }

.drizzle-example-block {
  height: 100px;
  background: #ba0c2f;
  box-shadow: inset 0 0 0 2px white; }

.drizzle-example-flex-block {
  height: 100px;
  width: 200px;
  background: #ba0c2f;
  box-shadow: inset 0 0 0 2px white; }

.drizzle-sm-swatch {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-bottom: -0.25em;
  border: 1px solid lightgray; }

.drizzle-pattern__demo-box .circle-info {
  width: 150px;
  height: 150px; }

.drizzle-pattern__demo-box .circle-info__number {
  font-size: 1.75em; }

.drizzle-pattern__demo-box .circle-info__text {
  font-size: 1em; }

@media (min-width: 30rem) {
  /*! 30rem MQ Starter */ }

@media (min-width: 40rem) {
  /*! 40rem MQ Starter */ }

@media (min-width: 50rem) {
  /*! 50rem MQ Starter */ }

@media (min-width: 60rem) {
  /*! 60rem MQ Starter */ }

@media (min-width: 80rem) {
  /*! 80rem MQ Starter */
    .drizzle-pattern__demo-box .circle-info {
      width: 225px;
      height: 225px; }
    .drizzle-pattern__demo-box .circle-info__number {
      font-size: 3em; } }

@media print {
  /*! Print MQ Starter */ }

@media (min-width: 960px) {
      .drizzle-nav__content {
        display: block !important; }
        .drizzle-nav__content[aria-hidden="true"] {
          display: block; }
      .drizzle-nav__title {
        margin-bottom: 1rem; }
      .drizzle-nav__toggle {
        display: none; }
      .drizzle-nav__collection-list {
        margin-bottom: 3rem; } }

@media (min-width: 30em) {
    .drizzle-heading-1 {
      font-size: 3rem; }
    .drizzle-heading-2 {
      font-size: 2rem; }
      .drizzle-collection-heading__text {
        font-size: 3rem; }
      .drizzle-pattern__title {
        font-size: 2rem; } }
