@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 16px
 * Line height / baseline grid: 24px
 * H6: 21px
 * H5: 25px
 * H4: 30px
 * H3: 36px
 * H2: 44px
 * H1: 56px
 * Small or secondary: 15px, 14px
 *
 * Text colors
 * -----------
 * Primary: #081622
 * Secondary: #56636d
 * Tertiary: #959b9f
 * Inverse Primary: #fff
 * Inverse Secondary: #c8d1da
 * Inverse Tertiary: #848e98
 *
 * Theme colors
 * ------------
 * Action: #ed3c1d
 *   Tint: #ff684e
 *
 * Sub-Brands
 * ----------
 * Ceramic Arts Daily: #007f80
 *   Pastel variant: #edf7f7
 * ClayFlicks: #f2664c
 *   Pastel variant: #fff4f2
 * Ceramic Recipes: #a2236f
 *   Pastel variant: #f9eff5
 * Pottery Making Illustrated: #6b874b
 *   Pastel variant: #f1f5ec
 * Ceramics Monthly: #1c5c9c
 *   Pastel variant: #ebf4fc
 * iCAN: #d2232a
 *   Pastel variant: #fef2f3
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1600px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 1160px
 * Widescreen: 1696px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #a7b3bd;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 16px/24px "Merriweather", Georgia, "Times New Roman", serif;
  color: #505050;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #505050;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
.h1 img,
.h2 img,
.h3 img,
.h4 img,
.h5 img,
.h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 36px;
  }
}

h4,
.h4 {
  font-size: 25px;
  line-height: 36px;
}
h5,
.h5 {
  font-size: 21px;
  line-height: 24px;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 24px;
}

.text-size {
  font-size: 16px;
  line-height: 24px;
}

.section-title {
  font-size: 25px;
  line-height: 36px;
  color: #505050;
  text-align: center;
}
.section-title::after {
  content: '';
  display: block;
  width: 96px;
  height: 4px;
  background: #c8d1da;
  margin: 12px auto 36px;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.note {
  font-size: 14px;
  font-style: italic;
  color: #959b9f;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #007f80;
}
.warn {
  color: #941;
}

.type-family-sample {
  font-size: 36px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #1c5c9c;
}
a:hover,
a:focus {
  color: #ed3c1d;
}
a,
button {
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.user-content--pre {
  white-space: pre-wrap;
}
.user-content::after {
  clear: both;
  content: '';
  display: block;
}

.img-left,
.img-right {
  display: block;
  max-width: 30%;
  height: auto !important;
  margin: 0 0 12px;
}
.img-left--small,
.img-right--small {
  width: 96px;
}
.img-left--med,
.img-right--med {
  width: 168px;
}
.img-left--large,
.img-right--large {
  max-width: 50%;
}
.img-left img,
.img-right img {
  display: block;
  height: auto !important;
}
.img-left {
  float: left;
  margin-right: 24px;
}
.img-right {
  float: right;
  margin-left: 24px;
}

.inline-image {
  display: inline-block;
  max-width: 100%;
}
.inline-image--vertical-center {
  display: inline-block;
  vertical-align: middle;
}
.caption-image__caption {
  display: block;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .inline-image--2,
  .inline-image--4 {
    max-width: 49%;
  }
  .inline-image--3,
  .inline-image--5 {
    max-width: 32%;
  }
}

.ib {
  display: inline-block;
  vertical-align: middle;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #e9eef2;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges,
.content .carousel,
.alternate-background {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .content .carousel,
  .alternate-background {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1696px) {
  .to-screen-edges,
  .content .carousel,
  .alternate-background {
    margin-left: calc(-50vw + (1600px / 2));
    margin-right: calc(-50vw + (1600px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1600px / 2));
    padding-right: calc(50vw - (1600px / 2));
  }
}


.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}
.sfPageEditor .spacer {
  background: #f7f9fa;
  position: relative;
  border: 2px dashed #e9eef2;
}
.sfPageEditor .spacer::before {
  content: attr(data-editor-help);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a7b3bd;
  font-size: 15px;
}
.sfPageEditor .spacer--tiny,
.sfPageEditor .spacer--small {
  border-width: 1px;
}
.sfPageEditor .spacer--tiny::before,
.sfPageEditor .spacer--small::before {
  font-size: 11px
}

@media (max-width: 767px) {
  .spacer--large {
    height: 36px;
  }
  .spacer--huge {
    height: 48px;
  }
}


.responsive-video {
  /* include this extra container when using responsive videos. It makes sizing easier */
}
.responsive-video__aspect {
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video__aspect iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-left {
  float: left;
  margin-bottom: 24px;
  margin-right: 24px;
  min-width: 50%;
  max-width: 50%;
}
.video-left .responsive-video__aspect {
  padding-bottom: 0;
}


.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #ed3c1d;
  border-width: 2px 0;
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.content-box {
  padding: 24px;
  border: 2px solid #a7b3bd;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box--action {
  border-color: #ed3c1d;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #ed3c1d;
}
.content-box--cad {
  border-color: #007f80;
}
.content-box--cad h1,
.content-box--cad h2,
.content-box--cad h3,
.content-box--cad h4,
.content-box--cad h5,
.content-box--cad h6 {
  color: #007f80;
}
.content-box--cf {
  border-color: #f2664c;
}
.content-box--cf h1,
.content-box--cf h2,
.content-box--cf h3,
.content-box--cf h4,
.content-box--cf h5,
.content-box--cf h6 {
  color: #f2664c;
}
.content-box--cr {
  border-color: #a2236f;
}
.content-box--cr h1,
.content-box--cr h2,
.content-box--cr h3,
.content-box--cr h4,
.content-box--cr h5,
.content-box--cr h6 {
  color: #a2236f;
}
.content-box--pmi {
  border-color: #6b874b;
}
.content-box--pmi h1,
.content-box--pmi h2,
.content-box--pmi h3,
.content-box--pmi h4,
.content-box--pmi h5,
.content-box--pmi h6 {
  color: #6b874b;
}
.content-box--cm {
  border-color: #1c5c9c;
}
.content-box--cm h1,
.content-box--cm h2,
.content-box--cm h3,
.content-box--cm h4,
.content-box--cm h5,
.content-box--cm h6 {
  color: #1c5c9c;
}
.content-box--ican {
  border-color: #d2232a;
}
.content-box--ican h1,
.content-box--ican h2,
.content-box--ican h3,
.content-box--ican h4,
.content-box--ican h5,
.content-box--ican h6 {
  color: #d2232a;
}

.pub-preview {
  padding-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.pub-preview::before {
  content: '';
  display: block;
  height: 20vw;
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  background: #e9eef2;
}
.pub-preview:last-child {
  margin-bottom: 0;
}
.pub-preview--cad::before {
  background: #edf7f7;
}
.pub-preview--cf::before {
  background: #fff4f2;
}
.pub-preview--cr::before {
  background: #f9eff5;
}
.pub-preview--pmi::before {
  background: #f1f5ec;
}
.pub-preview--cm::before {
  background: #ebf4fc;
}
.pub-preview--ican::before {
  background: #fef2f3;
}
.pub-preview--transparent::before {
  background: rgba(0,0,0,0);
}
.pub-preview .grid {
  position: relative;
  z-index: 2;
}
.pub-preview__cover {
  border: none;
  padding: 0;
}
.pub-preview__issue-name {
  margin-top: 12px;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #081622;
}
.pub-preview.pub-preview--transparent:before {
  display: none;
}
.pub-preview--cad .block-list__link:hover .block-list__title,
.pub-preview--cad .block-list__link:focus .block-list__title {
  color: #007f80;
}
.pub-preview--cf .block-list__link:hover .block-list__title,
.pub-preview--cf .block-list__link:focus .block-list__title {
  color: #f2664c;
}
.pub-preview--cr .block-list__link:hover .block-list__title,
.pub-preview--cr .block-list__link:focus .block-list__title {
  color: #a2236f;
}
.pub-preview--pmi .block-list__link:hover .block-list__title,
.pub-preview--pmi .block-list__link:focus .block-list__title {
  color: #6b874b;
}
.pub-preview--cm .block-list__link:hover .block-list__title,
.pub-preview--cm .block-list__link:focus .block-list__title {
  color: #1c5c9c;
}
.pub-preview--ican .block-list__link:hover .block-list__title,
.pub-preview--ican .block-list__link:focus .block-list__title {
  color: #d2232a;
}
.pub-preview__inline-more {
  padding-right: 24px;
}
.pub-preview__inline-more-sizer {
  padding-bottom: 100%;
  padding-bottom: calc(100% - 24px);
  position: relative;
}
.pub-preview__inline-more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background: #e9eef2;
  border-radius: 4px;
}
.pub-preview__inline-more-link span {
  margin-left: auto;
}
.pub-preview__inline-more-link .ib {
  margin-left: 12px;
}
.pub-preview--cad .pub-preview__inline-more-link {
  color: #007f80;
  background: #edf7f7;
}
.pub-preview--cf .pub-preview__inline-more-link {
  color: #f2664c;
  background: #fff4f2;
}
.pub-preview--cr .pub-preview__inline-more-link {
  color: #a2236f;
  background: #f9eff5;
}
.pub-preview--pmi .pub-preview__inline-more-link {
  color: #6b874b;
  background: #f1f5ec;
}
.pub-preview--cm .pub-preview__inline-more-link {
  color: #1c5c9c;
  background: #ebf4fc;
}
.pub-preview--ican .pub-preview__inline-more-link {
  color: #d2232a;
  background: #fef2f3;
}

@media (max-width: 767px) {
  .pub-preview::before {
    height: 50vh;
  }
  .pub-preview__cover-image {
    max-height: 50vh;
  }
  .pub-preview__bottom-more {
    display: none;
  }
}

@media (min-width: 768px) {
  .pub-preview {
    padding-top: 48px;
  }
  .pub-preview::before {
    left: -48px;
    right: -48px;
  }
  .pub-preview .block-list__item {
    -ms-flex-preferred-size: 33.3%!important;
    flex-basis: 33.3%!important;
  }
  .pub-preview__inline-more {
    display: none;
  }
  .pub-preview__bottom-more {
    position: absolute;
    right: 0;
    bottom: 60px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    z-index: 3;
  }
  .pub-preview__bottom-more .ib {
    margin-left: 12px;
  }
  .pub-preview--cad .pub-preview__bottom-more {
    color: #007f80;
  }
  .pub-preview--cf .pub-preview__bottom-more {
    color: #f2664c;
  }
  .pub-preview--cr .pub-preview__bottom-more {
    color: #a2236f;
  }
  .pub-preview--pmi .pub-preview__bottom-more {
    color: #6b874b;
  }
  .pub-preview--cm .pub-preview__bottom-more {
    color: #1c5c9c;
  }
  .pub-preview--ican .pub-preview__bottom-more {
    color: #d2232a;
  }
}


.product-scroll {
  background: #edf7f7;
  padding-top: 36px;
  padding-bottom: 36px;
}
.content > .page-bounds > .product-scroll:last-child,
.content > .alternate-background__content > .product-scroll:last-child {
  margin-bottom: -24px;
}
.product-scroll .horizontal-scroll__item {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.product-scroll__link {
  display: block;
}
.product-scroll__image {
  max-height: 35vh;
  max-width: 220px;
  margin-bottom: 18px;
  transition: transform 0.14s ease-out;
}
.product-scroll__link:hover .product-scroll__image,
.product-scroll__link:focus .product-scroll__image {
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.product-scroll__title {
  display: block;
  transition: color 0.14s ease-out;
}
.product-scroll__link:hover .product-scroll__title,
.product-scroll__link:focus .product-scroll__title {
  color: #ed3c1d;
}
.product-scroll__price {
  display: block;
  margin-top: 12px;
  color: #007f80;
}
.product-scroll__modifier {
  color: #ed3c1d;
}
.product-scroll .horizontal-scroll__control::before,
.horizontal-scroll__control::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
.product-scroll .horizontal-scroll__control::before {
  left: 24px;
}
.product-scroll .horizontal-scroll__control img,
.horizontal-scroll__control img {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .product-scroll {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .content > .page-bounds > .product-scroll:last-child,
  .content > .alternate-background__content > .product-scroll:last-child {
    margin-bottom: -48px;
  }
  .product-scroll .horizontal-scroll {
    margin-left: 48px;
    margin-right: 48px;
  }
  .product-scroll .horizontal-scroll__control {
    width: 96px;
  }
  /*.product-scroll .horizontal-scroll__control::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: #fff;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -24px;
  }
  .product-scroll .horizontal-scroll__control img {
    position: relative;
    z-index: 2;
  }*/
  .product-scroll .horizontal-scroll__control--left {
    left: -96px;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .product-scroll .horizontal-scroll__control--right {
    right: -96px;
  }
  .horizontal-scroll--is-at-start .horizontal-scroll__control--left img,
  .horizontal-scroll--is-at-end .horizontal-scroll__control--right img,
  .horizontal-scroll--icons.horizontal-scroll--is-at-start .horizontal-scroll__control--left img,
  .horizontal-scroll--icons.horizontal-scroll--is-at-end .horizontal-scroll__control--right img,
  .product-scroll .horizontal-scroll--is-at-start .horizontal-scroll__control--left img,
  .product-scroll .horizontal-scroll--is-at-end .horizontal-scroll__control--right img {
    opacity: 0.3;
  }
}

@media (max-width: 1159px) {
  .product-scroll .horizontal-scroll__item {
    width: 260px;
  }
  .product-scroll__title {
    font-size: 16px;
  }
}
/*!product icon scroller */
.horizontal-scroll--icons .horizontal-scroll__item {
    flex: 0 0 calc((100% - 48px) / 6);
}

/*!issues scroller */
.horizontal-scroll--issues .horizontal-scroll__contents {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .horizontal-scroll--issues .block-list__item {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
  }
}

@media (min-width: 1793px) {
  .horizontal-scroll--issues .horizontal-scroll__control {
    width: 55px;
  }
  .horizontal-scroll--issues .horizontal-scroll__control--left {
    left: -48px;
  }
  .horizontal-scroll--issues .horizontal-scroll__control--right {
    right: -48px;
  }
  /*.horizontal-scroll--issues .block-list__item {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
  }*/
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #c8d1da;
  text-align: left;
  color: #1c5c9c;
  font-weight: 700;
  font-size: 15px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #c8d1da;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 15px;
}
.color-spec__title {
  font-size: 21px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.video-link {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.video-link::before {
  content: url("../play.html");
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-link img {
  position: relative;
  z-index: 1;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
dl:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after,
.horizontal-scroll__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/*! common spacing classes */

.space-t-6 { margin-top: 72px !important; }
.space-t-5 { margin-top: 48px !important; }
.space-t-4 { margin-top: 36px !important; }
.space-t-3 { margin-top: 24px !important; }
.space-t-2 { margin-top: 12px !important; }
.space-t-1 { margin-top: 6px !important; }
.space-t-0 { margin-top: 0 !important; }
.pad-t-6 { padding-top: 72px !important; }
.pad-t-5 { padding-top: 48px !important; }
.pad-t-4 { padding-top: 36px !important; }
.pad-t-3 { padding-top: 24px !important; }
.pad-t-2 { padding-top: 12px !important; }
.pad-t-1 { padding-top: 6px !important; }
.pad-t-0 { padding-top: 0 !important; }
.space-r-6 { margin-right: 72px !important; }
.space-r-5 { margin-right: 48px !important; }
.space-r-4 { margin-right: 36px !important; }
.space-r-3 { margin-right: 24px !important; }
.space-r-2 { margin-right: 12px !important; }
.space-r-1 { margin-right: 6px !important; }
.space-r-0 { margin-right: 0 !important; }
.pad-r-6 { padding-right: 72px !important; }
.pad-r-5 { padding-right: 48px !important; }
.pad-r-4 { padding-right: 36px !important; }
.pad-r-3 { padding-right: 24px !important; }
.pad-r-2 { padding-right: 12px !important; }
.pad-r-1 { padding-right: 6px !important; }
.pad-r-0 { padding-right: 0 !important; }
.space-b-6 { margin-bottom: 72px !important; }
.space-b-5 { margin-bottom: 48px !important; }
.space-b-4 { margin-bottom: 36px !important; }
.space-b-3 { margin-bottom: 24px !important; }
.space-b-2 { margin-bottom: 12px !important; }
.space-b-1 { margin-bottom: 6px !important; }
.space-b-0 { margin-bottom: 0 !important; }
.pad-b-6 { padding-bottom: 72px !important; }
.pad-b-5 { padding-bottom: 48px !important; }
.pad-b-4 { padding-bottom: 36px !important; }
.pad-b-3 { padding-bottom: 24px !important; }
.pad-b-2 { padding-bottom: 12px !important; }
.pad-b-1 { padding-bottom: 6px !important; }
.pad-b-0 { padding-bottom: 0 !important; }
.space-l-6 { margin-left: 72px !important; }
.space-l-5 { margin-left: 48px !important; }
.space-l-4 { margin-left: 36px !important; }
.space-l-3 { margin-left: 24px !important; }
.space-l-2 { margin-left: 12px !important; }
.space-l-1 { margin-left: 6px !important; }
.space-l-0 { margin-left: 0 !important; }
.pad-l-6 { padding-left: 72px !important; }
.pad-l-5 { padding-left: 48px !important; }
.pad-l-4 { padding-left: 36px !important; }
.pad-l-3 { padding-left: 24px !important; }
.pad-l-2 { padding-left: 12px !important; }
.pad-l-1 { padding-left: 6px !important; }
.pad-l-0 { padding-left: 0 !important; }

@media (min-width: 768px) {
  .space-t-6-m { margin-top: 72px !important; }
  .space-t-5-m { margin-top: 48px !important; }
  .space-t-4-m { margin-top: 36px !important; }
  .space-t-3-m { margin-top: 24px !important; }
  .space-t-2-m { margin-top: 12px !important; }
  .space-t-1-m { margin-top: 6px !important; }
  .space-t-0-m { margin-top: 0 !important; }
  .pad-t-6-m { padding-top: 72px !important; }
  .pad-t-5-m { padding-top: 48px !important; }
  .pad-t-4-m { padding-top: 36px !important; }
  .pad-t-3-m { padding-top: 24px !important; }
  .pad-t-2-m { padding-top: 12px !important; }
  .pad-t-1-m { padding-top: 6px !important; }
  .pad-t-0-m { padding-top: 0 !important; }
  .space-r-6-m { margin-right: 72px !important; }
  .space-r-5-m { margin-right: 48px !important; }
  .space-r-4-m { margin-right: 36px !important; }
  .space-r-3-m { margin-right: 24px !important; }
  .space-r-2-m { margin-right: 12px !important; }
  .space-r-1-m { margin-right: 6px !important; }
  .space-r-0-m { margin-right: 0 !important; }
  .pad-r-6-m { padding-right: 72px !important; }
  .pad-r-5-m { padding-right: 48px !important; }
  .pad-r-4-m { padding-right: 36px !important; }
  .pad-r-3-m { padding-right: 24px !important; }
  .pad-r-2-m { padding-right: 12px !important; }
  .pad-r-1-m { padding-right: 6px !important; }
  .pad-r-0-m { padding-right: 0 !important; }
  .space-b-6-m { margin-bottom: 72px !important; }
  .space-b-5-m { margin-bottom: 48px !important; }
  .space-b-4-m { margin-bottom: 36px !important; }
  .space-b-3-m { margin-bottom: 24px !important; }
  .space-b-2-m { margin-bottom: 12px !important; }
  .space-b-1-m { margin-bottom: 6px !important; }
  .space-b-0-m { margin-bottom: 0 !important; }
  .pad-b-6-m { padding-bottom: 72px !important; }
  .pad-b-5-m { padding-bottom: 48px !important; }
  .pad-b-4-m { padding-bottom: 36px !important; }
  .pad-b-3-m { padding-bottom: 24px !important; }
  .pad-b-2-m { padding-bottom: 12px !important; }
  .pad-b-1-m { padding-bottom: 6px !important; }
  .pad-b-0-m { padding-bottom: 0 !important; }
  .space-l-6-m { margin-left: 72px !important; }
  .space-l-5-m { margin-left: 48px !important; }
  .space-l-4-m { margin-left: 36px !important; }
  .space-l-3-m { margin-left: 24px !important; }
  .space-l-2-m { margin-left: 12px !important; }
  .space-l-1-m { margin-left: 6px !important; }
  .space-l-0-m { margin-left: 0 !important; }
  .pad-l-6-m { padding-left: 72px !important; }
  .pad-l-5-m { padding-left: 48px !important; }
  .pad-l-4-m { padding-left: 36px !important; }
  .pad-l-3-m { padding-left: 24px !important; }
  .pad-l-2-m { padding-left: 12px !important; }
  .pad-l-1-m { padding-left: 6px !important; }
  .pad-l-0-m { padding-left: 0 !important; }
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 33.33%; }
.grid__unit--2-3 { width: 66.66%; }
.grid__unit--1-4 { width: 25%; }
.grid__unit--3-4 { width: 75%; }
.grid__unit--1-5 { width: 20%; }
.grid__unit--2-5 { width: 40%; }
.grid__unit--3-5 { width: 60%; }
.grid__unit--4-5 { width: 80%; }
.grid__unit--1-6 { width: 16.66%; }
.grid__unit--5-6 { width: 83.3%; }
.grid__unit--1-8 { width: 12.5%; }
.grid__unit--3-8 { width: 37.5%; }
.grid__unit--5-8 { width: 62.5%; }
.grid__unit--7-8 { width: 87.5%; }
.grid__unit--1-9 { width: 11.11%; }
.grid__unit--2-9 { width: 22.22%; }
.grid__unit--4-9 { width: 44.44%; }
.grid__unit--5-9 { width: 55.55%; }
.grid__unit--7-9 { width: 77.77%; }
.grid__unit--8-9 { width: 88.88%; }
.grid__unit--1-12 { width: 8.33%; }
.grid__unit--5-12 { width: 41.65%; }
.grid__unit--7-12 { width: 58.31%; }
.grid__unit--11-12 { width: 91.63%; }

@media (min-width: 480px) {
  .grid__unit--1-1-s { width: 100%; }
  .grid__unit--1-2-s { width: 50%; }
  .grid__unit--1-3-s { width: 33.33%; }
  .grid__unit--2-3-s { width: 66.66%; }
  .grid__unit--1-4-s { width: 25%; }
  .grid__unit--3-4-s { width: 75%; }
  .grid__unit--1-5-s { width: 20%; }
  .grid__unit--2-5-s { width: 40%; }
  .grid__unit--3-5-s { width: 60%; }
  .grid__unit--4-5-s { width: 80%; }
  .grid__unit--1-6-s { width: 16.66%; }
  .grid__unit--5-6-s { width: 83.3%; }
  .grid__unit--1-8-s { width: 12.5%; }
  .grid__unit--3-8-s { width: 37.5%; }
  .grid__unit--5-8-s { width: 62.5%; }
  .grid__unit--7-8-s { width: 87.5%; }
  .grid__unit--1-9-s { width: 11.11%; }
  .grid__unit--2-9-s { width: 22.22%; }
  .grid__unit--4-9-s { width: 44.44%; }
  .grid__unit--5-9-s { width: 55.55%; }
  .grid__unit--7-9-s { width: 77.77%; }
  .grid__unit--8-9-s { width: 88.88%; }
  .grid__unit--1-12-s { width: 8.33%; }
  .grid__unit--5-12-s { width: 41.65%; }
  .grid__unit--7-12-s { width: 58.31%; }
  .grid__unit--11-12-s { width: 91.63%; }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m { width: 100%; }
  .grid__unit--1-2-m { width: 50%; }
  .grid__unit--1-3-m { width: 33.33%; }
  .grid__unit--2-3-m { width: 66.66%; }
  .grid__unit--1-4-m { width: 25%; }
  .grid__unit--3-4-m { width: 75%; }
  .grid__unit--1-5-m { width: 20%; }
  .grid__unit--2-5-m { width: 40%; }
  .grid__unit--3-5-m { width: 60%; }
  .grid__unit--4-5-m { width: 80%; }
  .grid__unit--1-6-m { width: 16.66%; }
  .grid__unit--5-6-m { width: 83.3%; }
  .grid__unit--1-8-m { width: 12.5%; }
  .grid__unit--3-8-m { width: 37.5%; }
  .grid__unit--5-8-m { width: 62.5%; }
  .grid__unit--7-8-m { width: 87.5%; }
  .grid__unit--1-9-m { width: 11.11%; }
  .grid__unit--2-9-m { width: 22.22%; }
  .grid__unit--4-9-m { width: 44.44%; }
  .grid__unit--5-9-m { width: 55.55%; }
  .grid__unit--7-9-m { width: 77.77%; }
  .grid__unit--8-9-m { width: 88.88%; }
  .grid__unit--1-12-m { width: 8.33%; }
  .grid__unit--5-12-m { width: 41.65%; }
  .grid__unit--7-12-m { width: 58.31%; }
  .grid__unit--11-12-m { width: 91.63%; }
}

@media (min-width: 1160px) {
  .grid__unit--1-1-l { width: 100%; }
  .grid__unit--1-2-l { width: 50%; }
  .grid__unit--1-3-l { width: 33.33%; }
  .grid__unit--2-3-l { width: 66.66%; }
  .grid__unit--1-4-l { width: 25%; }
  .grid__unit--3-4-l { width: 75%; }
  .grid__unit--1-5-l { width: 20%; }
  .grid__unit--2-5-l { width: 40%; }
  .grid__unit--3-5-l { width: 60%; }
  .grid__unit--4-5-l { width: 80%; }
  .grid__unit--1-6-l { width: 16.66%; }
  .grid__unit--5-6-l { width: 83.3%; }
  .grid__unit--1-8-l { width: 12.5%; }
  .grid__unit--3-8-l { width: 37.5%; }
  .grid__unit--5-8-l { width: 62.5%; }
  .grid__unit--7-8-l { width: 87.5%; }
  .grid__unit--1-9-l { width: 11.11%; }
  .grid__unit--2-9-l { width: 22.22%; }
  .grid__unit--4-9-l { width: 44.44%; }
  .grid__unit--5-9-l { width: 55.55%; }
  .grid__unit--7-9-l { width: 77.77%; }
  .grid__unit--8-9-l { width: 88.88%; }
  .grid__unit--1-12-l { width: 8.33%; }
  .grid__unit--5-12-l { width: 41.65%; }
  .grid__unit--7-12-l { width: 58.31%; }
  .grid__unit--11-12-l { width: 91.63%; }
}

/*!issues grid flex */
.grid--issues {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: stretch;
}

.grid--issues .grid__unit {
  align-self: center;
}


/*! ---------- =forms ---------- */

input:not([type]),  /* some sf markup includes inputs without types (?) */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #c8d1da;
  color: #959b9f;
  font: 15px/24px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input:not([type]),
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="file"],
textarea,
select {
  margin-bottom: 24px;
}
input:not([type]):required,
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #a7b3bd;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #1c5c9c;
  color: #56636d;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}
input[type="file"] {
  display: block;
  color: #959b9f;
  font: 15px/24px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 6px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #081622;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #1c5c9c;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #6b874b;
}
label.is-focused {
  color: #1c5c9c;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}

.stepper {
  display: flex;
}
.stepper__input {
  flex-grow: 1;
  margin: 0 36px 0 0 !important;
  -moz-appearance: textfield;
}
.stepper__input::-webkit-outer-spin-button,
.stepper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper__control {
  flex: 0 0 48px;
  border-radius: 3px 0 0 3px;
}
.stepper__control + .stepper__control {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}

.field-validation-error,
p.input-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  color: #941;
}
input + .field-validation-error,
input + p.input-validation-error,
select + .field-validation-error,
select + p.input-validation-error,
textarea + .field-validation-error,
textarea + p.input-validation-error {
  margin-top: -18px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  padding: 24px;
  padding-top: 96px;
}

.form-width {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.reading-width {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.page-bounds,
.alternate-background__content {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}

/*! ---------- =branded content ---------- */

/*PotteryMaking Illustrated*/
.content-pmi a:not(.button),
.content-pmi .block-list__link:hover .block-list__title, 
.content-pmi .block-list__link:focus .block-list__title, 
.content-pmi .title-block--social .breadcrumbs a,
.content-pmi .title-block--social .title-block__icons a  {
  color: #6b874b;
}
.content-pmi .title-block--social .title-block__content a {
  color: #6b874b !important;
}
.content-pmi a:not(.button):hover, 
.content-pmi a:not(.button):focus {
  color: #6b7883;
}
.content-pmi .pagination .active a,
.content-pmi .pagination li a:hover, 
.content-pmi .pagination li a:focus {
  background: #6b874b;
  color: #fff;
}
.content-pmi .title-block--social {
  background: #f1f5ec;
} 


/*ICAN*/
.content-ican a:not(.button),
.content-ican .block-list__link:hover .block-list__title, 
.content-ican .block-list__link:focus .block-list__title, 
.content-ican .title-block--social .breadcrumbs a,
.content-ican .title-block--social .title-block__icons a {
  color: #d2232a;
}
.content-ican .title-block--social .title-block__content a {
  color: #d2232a !important;
}
.content-ican a:not(.button):hover, 
.content-ican a:not(.button):focus {
  color: #6b7883;
}
.content-ican .pagination .active a,
.content-ican .pagination li a:hover, 
.content-ican .pagination li a:focus {
  background: #d2232a;
  color: #fff;
}
.content-ican .title-block--social {
  background: #fef2f3;
}

/*Daily*/
.content-daily a:not(.button),
.content-daily .block-list__link:hover .block-list__title, 
.content-daily .block-list__link:focus .block-list__title,
.content-daily .title-block--social .breadcrumbs a,
.content-daily .title-block--social .title-block__icons a {
  color: #007f80;
}
.content-daily .title-block--social .title-block__content a {
  color: #007f80 !important;
}
.content-daily a:not(.button):hover, 
.content-daily a:not(.button):focus {
  color: #6b7883;
}
.content-daily .pagination .active a,
.content-daily .pagination li a:hover, 
.content-daily .pagination li a:focus {
  background: #007f80;
  color: #fff;
}
.content-daily .title-block--social {
  background: #edf7f7;
}

/*CM*/
.content-cm a:not(.button),
.content-cm .block-list__link:hover .block-list__title, 
.content-cm .block-list__link:focus .block-list__title, 
.content-cm .title-block--social .breadcrumbs a,
.content-cm .title-block--social .title-block__icons a {
  color: #1c5c9c;
}
.content-cm .title-block--social .title-block__content a {
  color: #1c5c9c !important;
}
.content-cm a:not(.button):hover, 
.content-cm a:not(.button):focus {
  color: #6b7883;
}
.content-cm .pagination .active a,
.content-cm .pagination li a:hover, 
.content-cm .pagination li a:focus {
  background: #1c5c9c;
  color: #fff;
}
.content-cm .title-block--social {
  background: #ebf4fc;
}

/*CR*/
.content-cr a:not(.button),
.content-cr .block-list__link:hover .block-list__title, 
.content-cr .block-list__link:focus .block-list__title,
.content-cr .title-block--social .breadcrumbs a,
.content-cr .title-block--social .title-block__icons a {
  color: #a2236f;
}
.content-cr .title-block--social .title-block__content a {
  color: #a2236f !important;
}
.content-cr a:not(.button):hover, 
.content-cr a:not(.button):focus {
  color: #6b7883;
}
.content-cr .pagination .active a,
.content-cr .pagination li a:hover, 
.content-cr .pagination li a:focus {
  background: #a2236f;
  color: #fff;
}
.content-cr .title-block--social {
  background: #f9eff5;
}

/*Clayflicks*/
.content-clayflicks a:not(.button),
.content-clayflicks .block-list__link:hover .block-list__title, 
.content-clayflicks .block-list__link:focus .block-list__title, 
.content-clayflicks .title-block--social .breadcrumbs a,
.content-clayflicks .title-block--social .title-block__icons a  {
  color: #f2664c;
}
.content-clayflicks .title-block--social .title-block__content a {
  color: #f2664c !important;
}
.content-clayflicks a:not(.button):hover, 
.content-clayflicks a:not(.button):focus {
  color: #6b7883;
}
.content-clayflicks .pagination .active a,
.content-clayflicks .pagination li a:hover, 
.content-clayflicks .pagination li a:focus {
  background: #f2664c;
  color: #fff;
}
.content-clayflicks .title-block--social {
  background: #fff4f2;
}

/*! ---------- =header common ---------- */

.page-header {
  padding: 0 24px;
  background: #fff;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds,
.page-header .alternate-background__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 1159px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #56636d;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #ed3c1d;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1160px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


@media (max-width: 1159px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }

  .header-secondary {
    -ms-flex-order: 2;
    order: 2;
  }

  .header-nav {
    -ms-flex-order: 3;
    order: 3;
  }

  .header-utility {
    -ms-flex-order: 4;
    order: 4;
  }
}


/*! push-right / offscreen mobile menu */

@media (max-width: 1159px) {
  body {
    transition: transform 0.2s ease-out;
  }
  body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(calc(100% - 72px));
    transform: translateX(calc(100% - 72px));
  }

  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #505050;
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }

  @supports (transform: translateX(calc(100% - 72px))) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      left: auto;
      right: 100%;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #fff;
  }
  .page-header__toggle {
    transition: all 0.2s ease-out;
  }
  .page-header__toggle.mobile-menu-is-open {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0.01px;
    color: transparent;
    background: rgba(255, 255, 255, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: none;
  }
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1159px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #081622;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #56636d;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #ed3c1d;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #ed3c1d;
}

.header-utility {
  color: #c8d1da;
}
.header-secondary__list,
.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-secondary__item,
.header-utility__item {
  display: inline-block;
}
.header-secondary a,
.header-utility a {
  display: block;
  padding: 12px 6px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.header-secondary a:hover,
.header-secondary a:focus,
.header-utility a:hover,
.header-utility a:focus {
  color: #ff684e;
}
.header-secondary__item--highlight > a,
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #1c5c9c;
  color: #fff;
  border-radius: 3px;
}
.header-secondary__item--highlight > a:hover,
.header-secondary__item--highlight > a:focus,
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #ed3c1d;
  color: #fff;
}

[data-sf-role="sf-logged-in-view"],
[data-sf-role="sf-logged-out-view"] {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[data-sf-role="sf-logged-in-view"] a,
[data-sf-role="sf-logged-out-view"] a {
  display: inline-block;
}

@media (max-width: 1159px) {
  .header-secondary,
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 15px;
  }
  .header-secondary a,
  .header-utility a {
    padding: 6px;
  }
}

@media (min-width: 1160px) {
  .header-utility > div {
    display: inline-block;
  }
  .header-secondary__list,
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  [data-sf-role="sf-logged-in-view"],
  [data-sf-role="sf-logged-out-view"] {
    position: relative;
    top: 2px;
  }
  .header-secondary__item a,
  .header-utility__item a,
  [data-sf-role="sf-logged-in-view"] a,
  [data-sf-role="sf-logged-out-view"] a {
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: inset 0 3px 0 #6b7883,
                0px 0px 0 #2c3842,
                0px 0px 0 #2c3842;
  }
  [data-sf-role="sf-logged-in-view"] a:first-of-type {
    padding-left: 12px;
  }
  .header-secondary__item a:hover,
  .header-secondary__item a:focus,
  .header-utility__item a:hover,
  .header-utility__item a:focus,
  [data-sf-role="sf-logged-in-view"] a:hover,
  [data-sf-role="sf-logged-in-view"] a:focus,
  [data-sf-role="sf-logged-out-view"] a:hover,
  [data-sf-role="sf-logged-out-view"] a:focus {
    box-shadow: inset 0 3px 0 #ff684e;
  }
}

@media (min-width: 1160px) {
  .header-utility__item a,
  [data-sf-role="sf-logged-in-view"] a,
  [data-sf-role="sf-logged-out-view"] a {
    box-shadow: inset 0 3px 0 #ed3c1d,
                0px 0px 0 #2c3842,
                0px 0px 0 #2c3842;
  }
}


.header-user__welcome {
  font-style: italic;
  font-size: 15px;
  color: #959b9f;
}
.header-user__action {
  display: inline-block;
  padding: 6px;
  color: #fff;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #ed3c1d;
}

@media (min-width: 1160px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 16px;
    margin-right: 12px;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 16px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: inset 0 4px 0 #6b7883;
  color: #505050 !important;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  padding: 12px 72px 12px 24px !important;
  transition: box-shadow 0.15s ease-out !important;
  width: 100%;
}
.header-search__input:focus {
  color: #505050 !important;
  box-shadow: inset 0 4px 0 #ff684e;
}
.header-search__submit {
  background: rgba(255, 255, 255, 0);
  color: #505050;
  display: block;
  font-weight: 700;
  padding: 13px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}
.header-search__submit:hover,
.header-search__submit:focus {
  color: #ff684e;
}

@media (max-width: 1159px) {
  .header-search__input {
    padding-left: 24px !important;
  }
}


.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700;
  color: #404040;
}
/* fontawesome icons */
.header-nav li li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header-nav li li.fas,
.header-nav li li.fab,
.header-nav li li.far,
.header-nav li li.fal {
  padding-left: 30px;
}
.header-nav li li a {
  font-size: 15px;
  color: #56636d;
}
.header-nav li li li a {
  color: #6c7d8a;
}
.header-nav li li li li a {
  color: #7d8c98;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1159px) {
  .header-nav {
    border-top: 1px solid #43505b;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #43505b;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: #36424d;
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    position: relative;
  }
  .header-nav > ul > li::before,
  .header-nav div > ul > li::before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #a7b3bd;
  }
  .header-nav > ul > li.header-nav__cad::before,
  .header-nav div > ul > li.header-nav__cad::before {
    background: #007f80;
  }
  .header-nav > ul > li.header-nav__cf::before,
  .header-nav div > ul > li.header-nav__cf::before {
    background: #f2664c;
  }
  .header-nav > ul > li.header-nav__cr::before,
  .header-nav div > ul > li.header-nav__cr::before {
    background: #a2236f;
  }
  .header-nav > ul > li.header-nav__pmi::before,
  .header-nav div > ul > li.header-nav__pmi::before {
    background: #6b874b;
  }
  .header-nav > ul > li.header-nav__cm::before,
  .header-nav div > ul > li.header-nav__cm::before {
    background: #1c5c9c;
  }
  .header-nav > ul > li.header-nav__ican::before,
  .header-nav div > ul > li.header-nav__ican::before {
    background: #d2232a;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #fff;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #c8d1da;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #2c3842;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #a7b3bd;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #ed3c1d;
    transform: scaleX(0.6) rotateX(180deg);
  }
  .header-nav__cad .header-nav__toggle.is-active::before {
    border-top-color: #007f80;
  }
  .header-nav__cf .header-nav__toggle.is-active::before {
    border-top-color: #f2664c;
  }
  .header-nav__cr .header-nav__toggle.is-active::before {
    border-top-color: #a2236f;
  }
  .header-nav__pmi .header-nav__toggle.is-active::before {
    border-top-color: #6b874b;
  }
  .header-nav__cm .header-nav__toggle.is-active::before {
    border-top-color: #1c5c9c;
  }
  .header-nav__ican .header-nav__toggle.is-active::before {
    border-top-color: #d2232a;
  }
  .header-nav li li:before {
    left: 48px;
  }
  .header-nav li li li:before {
    left: 72px;
  }
  .header-nav li li li li:before {
    left: 96px;
  }
}

@media (min-width: 1160px) {
  .header-nav > ul,
  .header-nav div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    font-size: 18px;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color: #ed3c1d;
  }
  .header-nav > ul > li > a::after,
  .header-nav div > ul > li > a::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 18px;
    background: #a7b3bd;
    transition: opacity 0.4s ease 0.3s;
  }
  .header-nav .is-current > a {
    color: #ed3c1d;
  }
  .header-nav__cad > a::after {
    background: #007f80 !important;
  }
  .header-nav__cad:hover > a,
  .header-nav__cad.is-current > a,
  .header-nav__cad > ul > li > a {
    color: #007f80 !important;
  }
  .header-nav__cf > a::after {
    background: #f2664c !important;
  }
  .header-nav__cf:hover > a,
  .header-nav__cf.is-current > a,
  .header-nav__cf > ul > li > a {
    color: #f2664c !important;
  }
  .header-nav__cr > a::after {
    background: #a2236f !important;
  }
  .header-nav__cr:hover > a,
  .header-nav__cr.is-current > a,
  .header-nav__cr > ul > li > a {
    color: #a2236f !important;
  }
  .header-nav__pmi > a::after {
    background: #6b874b !important;
  }
  .header-nav__pmi:hover > a,
  .header-nav__pmi.is-current > a,
  .header-nav__pmi > ul > li > a {
    color: #6b874b !important;
  }
  .header-nav__cm > a::after {
    background: #1c5c9c !important;
  }
  .header-nav__cm:hover > a,
  .header-nav__cm.is-current > a,
  .header-nav__cm > ul > li > a {
    color: #1c5c9c !important;
  }
  .header-nav__ican > a::after {
    background: #d2232a !important;
  }
  .header-nav__ican:hover > a,
  .header-nav__ican.is-current > a,
  .header-nav__ican > ul > li > a {
    color: #d2232a !important;
  }
  .header-nav:hover > ul > li > a::after,
  .header-nav:hover div > ul > li > a::after {
    opacity: 0;
  }
  body.is-scrolled .header-nav > ul > li > a,
  body.is-scrolled .header-nav div > ul > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }
  body.is-scrolled .header-nav > ul > li > a::after,
  body.is-scrolled .header-nav div > ul > li > a::after {
    bottom: 6px;
  }
  .header-nav li li::before {
    top: 0;
    transform: none;
  }
}

@media (min-width: 1440px) {
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    font-size: 21px;
  }
  body.is-scrolled .header-nav > ul > li > a,
  body.is-scrolled .header-nav div > ul > li > a {
    font-size: 18px;
  }
}


/*! megamenu-style dropdowns */

@media (min-width: 1160px) {
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background: #f7f9fa;
    border: solid #ed3c1d;
    border-width: 8px 8px 0 0;
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .page-header--center-logo .header-nav > ul > li > a::before,
  .page-header--center-logo .header-nav div > ul > li > a::before {
    bottom: 8px;
  }
  .header-nav > ul > li.header-nav__cad > a::before,
  .header-nav div > ul > li.header-nav__cad > a::before {
    border-color: #007f80;
  }
  .header-nav > ul > li.header-nav__cf > a::before,
  .header-nav div > ul > li.header-nav__cf > a::before {
    border-color: #f2664c;
  }
  .header-nav > ul > li.header-nav__cr > a::before,
  .header-nav div > ul > li.header-nav__cr > a::before {
    border-color: #a2236f;
  }
  .header-nav > ul > li.header-nav__pmi > a::before,
  .header-nav div > ul > li.header-nav__pmi > a::before {
    border-color: #6b874b;
  }
  .header-nav > ul > li.header-nav__cm > a::before,
  .header-nav div > ul > li.header-nav__cm > a::before {
    border-color: #1c5c9c;
  }
  .header-nav > ul > li.header-nav__ican > a::before,
  .header-nav div > ul > li.header-nav__ican > a::before {
    border-color: #d2232a;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -24px;
    padding: 36px 48px;
    border-top: 4px solid #ed3c1d;
    text-align: left;
    background: #f7f9fa;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #c8d1da, -1599px 0 0 #f7f9fa, 1599px 0 0 #f7f9fa, -1599px 1px 0 #c8d1da, 1599px 1px 0 #c8d1da;
  }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    font-size: 16px;
    color: #1c5c9c;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #c8d1da;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #56636d;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus,
  .header-nav div > ul > li > ul a:hover,
  .header-nav div > ul > li > ul a:focus {
    color: #ed3c1d;
  }
  .header-nav > ul > li.header-nav__cad > ul,
  .header-nav div > ul > li.header-nav__cad > ul {
    border-top-color: #007f80;
  }
  .header-nav > ul > li.header-nav__cf > ul,
  .header-nav div > ul > li.header-nav__cf > ul {
    border-top-color: #f2664c;
  }
  .header-nav > ul > li.header-nav__cr > ul,
  .header-nav div > ul > li.header-nav__cr > ul {
    border-top-color: #a2236f;
  }
  .header-nav > ul > li.header-nav__pmi > ul,
  .header-nav div > ul > li.header-nav__pmi > ul {
    border-top-color: #6b874b;
  }
  .header-nav > ul > li.header-nav__cm > ul,
  .header-nav div > ul > li.header-nav__cm > ul {
    border-top-color: #1c5c9c;
  }
  .header-nav > ul > li.header-nav__ican > ul,
  .header-nav div > ul > li.header-nav__ican > ul {
    border-top-color: #d2232a;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #ed3c1d;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  body.is-scrolled .header-nav > ul > li > a::before,
  body.is-scrolled .header-nav div > ul > li > a::before {
    bottom: -16px;
  }
  body.is-scrolled .header-nav > ul > li > ul,
  body.is-scrolled .header-nav div > ul > li > ul {
    margin-top: 0;
  }
}

/*! navigation cascade animation */

@media (min-width: 1160px) {
  .header-nav > ul > li > ul > li {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    transition-delay: 0.85s, 0.85s;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}


@media (min-width: 768px) {
  /*! make room for sticky header */
  .content {
    padding-top: 120px;
  }
}

@media (min-width: 1160px) {
  .page-header {
    border-top: 48px solid #505050;
  }
  .page-header::before {
    content: '';
    display: block;
    height: 3px;
    background: #4d5a65;
    position: absolute;
    left: 0;
    top: -48px;
    right: 0;
    opacity: 0.5;
  }
  .page-header > .page-bounds,
  .page-header > .alternate-background__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-logo {
    max-width: 25%;
    margin: 15px 24px 15px 0;
  }
  .header-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 84px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }
  .page-header--center-logo .header-logo {
    position: absolute;
    left: 50%;
    top: 6px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-header--center-logo .header-logo a {
    height: 100px;
  }

  .page-header--center-logo .page-header__content {
    margin-top: 132px;
  }

  .header-secondary,
  .header-utility,
  .header-search {
    position: absolute;
    bottom: 100%;
  }
  .header-secondary {
    left: -18px;
  }
  .header-utility {
    right: 16em;
    right: calc(16em + 4px);
  }
  .header-search {
    width: 16em;
    right: 0;
  }

  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding-top: 20px;
    padding-bottom: 36px;
  }

  /*! sticky header */

  .content {
    padding-top: 228px;
  }
  .page-header--center-logo + .content {
    padding-top: 305px;
  }

  .header-logo {
    transition: left 0.35s ease, top 0.35s ease, transform 0.35s ease;
  }
  .header-logo a {
    transition: height 0.2s ease, padding 0.2s ease;
  }
  .page-header--center-logo .header-logo a {
    transition-duration: 0.35s, 0.35s;
  }

  .page-header__content {
    transition: margin 0.35s ease;
  }

  .header-nav > ul > li > a {
    transition: padding 0.2s ease, color 0.15s ease-out;
  }
  .page-header--center-logo .header-nav > ul > li > a {
    transition-duration: 0.35s, 0.35s;
  }

  body.is-scrolled .page-header {
    border-bottom: 1px solid #e9eef2;
  }
  body.is-scrolled .header-logo {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  body.is-scrolled .header-logo a {
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
  }
  body.is-scrolled .page-header--center-logo .header-logo {
    left: 0;
    top: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body.is-scrolled .page-header--center-logo .page-header__content {
    margin-top: 0;
    margin-left: 200px;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .alternate-background__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  background: #505050;
  color: #fff;
  padding-bottom: 48px;
  padding-top: 48px;
}
.page-footer a {
  color: #fff;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #ed3c1d;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}

@media (min-width: 768px) {
  .page-footer {
    padding-top: 72px;
  }
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 25px;
  color: #fff !important;
}
.footer-social__icon:hover,
.footer-social__icon:focus {
  color: #007f80 !important;
}
.footer-social__icon + .footer-social__icon {
  margin-left: 18px;
}

.footer-trending__title {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}


.footer-actions__section {
  margin-bottom: 48px;
}
.footer-actions__title {
  font-size: 21px;
  color: #c8d1da !important;
  line-height: 24px;
  margin-bottom: 24px !important;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -6px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

@media (max-width: 479px) {
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (max-width: 767px) {
  .footer-actions__title {
    margin-bottom: 12px !important;
  }
  .footer-actions__title::after {
    content: '';
    display: block;
    height: 3px;
    width: 96px;
    margin: 18px auto 0;
    background: #007f80;
  }
  .footer-actions__section:nth-child(2) .footer-actions__title::after {
    background: #d2232a;
  }
  .footer-actions__section:nth-child(3) .footer-actions__title::after {
    background: #a2236f;
  }
  .footer-actions__section:nth-child(4) .footer-actions__title::after {
    background: #1c5c9c;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 48px !important;
    position: relative;
  }
  .footer-actions__section:last-child {
    padding-right: 0 !important;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
  .footer-actions__title,
  .footer-actions__list {
    position: relative;
  }
  .footer-actions__title::before,
  .footer-actions__list::before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    background: #007f80;
  }
  .footer-actions__title::before {
    bottom: -24px;
  }
  .footer-actions__section:nth-child(2) .footer-actions__title::before,
  .footer-actions__section:nth-child(2) .footer-actions__list::before {
    background: #d2232a;
  }
  .footer-actions__section:nth-child(3) .footer-actions__title::before,
  .footer-actions__section:nth-child(3) .footer-actions__list::before {
    background: #a2236f;
  }
  .footer-actions__section:nth-child(4) .footer-actions__title::before,
  .footer-actions__section:nth-child(4) .footer-actions__list::before {
    background: #1c5c9c;
  }
}

@media (min-width: 1696px) {
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 15px;
  opacity: 0.5;
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 96px;
  }

  .footer-social,
  .footer-contact,
  .footer-copyright {
    margin-top: 24px;
  }

  .footer-actions {
    margin-top: 36px;
  }
}

@media (min-width: 768px) {
  .footer-actions__section {
    padding-right: 48px;
  }

  .footer-logo,
  .footer-social,
  .footer-contact {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .footer-logo {
    max-width: 33%;
    float: left;
    margin-right: 48px;
    margin-bottom: 48px;
  }

  .footer-actions {
    clear: both;
  }
}

@media (min-width: 1160px) {
  .page-footer__content {
    width: 25%;
    float: left;
    padding-right: 30px;
  }

  .footer-actions {
    padding-left: 90px;
    overflow: hidden;
  }

  .footer-logo {
    max-width: 230px;
    text-align: left;
  }

  .footer-copyright {
    clear: both;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #081622;
}
.page-title small {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 12px;
  font-weight: 400;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}
.table-contents {
  font-size: 80%;
  text-transform: uppercase;
}
.table-contents:before {
  content: '\f111';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 5px;
  font-weight: 900;
  padding-right: 6px;
  vertical-align: middle;
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -24px -24px 24px;
  padding: 36px 24px;
  background: #505050;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 56, 66, 0.5);
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
  color: #fff !important;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(44, 56, 66, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(44, 56, 66, 0.4), 0 0 3px rgba(44, 56, 66, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}
.title-block--social {
  background: #edf7f7;
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}
.title-block.title-block--social::before {
  display: none;
}
.title-block--social .title-block__content, 
.title-block--social .page-title {
  color: #505050!important;
  text-shadow: none;
}
.title-block--social .breadcrumbs a {
  color: #505050!important;
}
.title-block--social .title-block__icons {
  margin-top: 24px;
  position: relative;
  z-index: 3;
}
.title-block--social .title-block__icons a {
  font-size: 25px;
  margin-right: 8px;
}
.title-block--social .title-block__icons a:hover,
.title-block--social .title-block__icons a:focus {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 72px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #505050, rgba(44, 56, 66, 0));
    opacity: 0.5;
  }
}

@media (min-width: 1160px) {
  .title-block {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .title-block--social .page-title {
    max-width: 80%;
  }
  .title-block--social .title-block__icons {
    margin-top: 0;
    position: absolute;
    right: 48px;
    top: 36px;
  }
}

@media (min-width: 1696px) {
  .title-block--social .page-title {
    max-width: 85%;
  }
  .title-block--social .title-block__icons {
    right: calc(50vw - (1600px / 2));
  }
}

.breadcrumbs {
  font-size: 15px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #959b9f;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #ed3c1d;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #1c5c9c;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 15px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #ed3c1d;
}

@media (max-width: 1159px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}

@media (min-width: 1160px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}


.page-intro {
  font-size: 21px;
  line-height: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #c8d1da;
  margin-bottom: 36px;
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main,
.interior-layout__aside {
  margin-bottom: 48px;
}

@media (min-width: 1160px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main,
  .interior-layout__comments {
    width: 70%;
    padding-right: 48px;
    float: left;
    clear: left;
  }
}


/*! ---------- =buttons ---------- */

.button,
.favorite-recipe__label,
.favorite-recipe__placeholder,
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-new-submit-button"] {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  border-radius: 3px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  background: #ed3c1d;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover,
.button:focus,
.favorite-recipe__label:hover,
.favorite-recipe__label:focus,
[data-sf-role="comments-new-form-button"]:hover,
[data-sf-role="comments-new-form-button"]:focus,
[data-sf-role="comments-new-submit-button"]:hover,
[data-sf-role="comments-new-submit-button"]:focus {
  color: #fff;
  background: #ff684e;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus,
.favorite-recipe__label:focus,
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-new-submit-button"] {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active,
.favorite-recipe__label:active
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-new-submit-button"] {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #ed3c1d;
  background: #fff;
  color: #ed3c1d;
}
.button--secondary:hover,
.button--secondary:focus {
  color: #fff;
  background: #ed3c1d;
}
.button--cad,
.button--daily {
  background: #007f80;
}
.button--cad:hover,
.button--cad:focus,
.button--daily:hover,
.button--daily:focus {
  background: #00989a;
}
.button--cad.button--secondary,
.button--daily.button--secondary {
  background: #fff;
  color: #007f80;
  border-color: #007f80;
}
.button--cad.button--secondary:hover,
.button--cad.button--secondary:focus,
.button--daily.button--secondary:hover,
.button--daily.button--secondary:focus {
  color: #fff;
  background: #007f80;
}
.button--cf,
.button--clayflicks {
  background: #f2664c;
}
.button--cf:hover,
.button--cf:focus,
.button--clayflicks:hover,
.button--clayflicks:focus {
  background: #f47a64;
}
.button--cf.button--secondary,
.button--clayflicks.button--secondary {
  background: #fff;
  color: #f2664c;
  border-color: #f2664c;
}
.button--cf.button--secondary:hover,
.button--cf.button--secondary:focus,
.button--clayflicks.button--secondary:hover,
.button--clayflicks.button--secondary:focus {
  color: #fff;
  background: #f2664c;
}
.button--cr,
.button--ceramic-recipes {
  background: #a2236f;
}
.button--cr:hover,
.button--cr:focus,
.button--ceramic-recipes:hover,
.button--ceramic-recipes:focus {
  background: #b7287d;
}
.button--cr.button--secondary,
.button--ceramic-recipes.button--secondary {
  background: #fff;
  color: #a2236f;
  border-color: #a2236f;
}
.button--cr.button--secondary:hover,
.button--cr.button--secondary:focus,
.button--ceramic-recipes.button--secondary:hover,
.button--ceramic-recipes.button--secondary:focus {
  color: #fff;
  background: #a2236f;
}
.button--pmi,
.button--pottery-making-illustrated {
  background: #6b874b;
}
.button--pmi:hover,
.button--pmi:focus,
.button--pottery-making-illustrated:hover,
.button--pottery-making-illustrated:focus {
  background: #789754;
}
.button--pmi.button--secondary,
.button--pottery-making-illustrated.button--secondary {
  background: #fff;
  color: #6b874b;
  border-color: #6b874b;
}
.button--pmi.button--secondary:hover,
.button--pmi.button--secondary:focus,
.button--pottery-making-illustrated.button--secondary:hover,
.button--pottery-making-illustrated.button--secondary:focus {
  color: #fff;
  background: #6b874b;
}
.button--cm,
.button--ceramics-monthly {
  background: #1c5c9c;
}
.button--cm:hover,
.button--cm:focus,
.button--ceramics-monthly:hover,
.button--ceramics-monthly:focus {
  background: #2069b2;
}
.button--cm.button--secondary,
.button--ceramics-monthly.button--secondary {
  background: #fff;
  color: #1c5c9c;
  border-color: #1c5c9c;
}
.button--cm.button--secondary:hover,
.button--cm.button--secondary:focus,
.button--ceramics-monthly.button--secondary:hover,
.button--ceramics-monthly.button--secondary:focus {
  color: #fff;
  background: #1c5c9c;
}
.button--ican {
  background: #d2232a;
}
.button--ican:hover,
.button--ican:focus {
  background: #dd3239;
}
.button--ican.button--secondary {
  background: #fff;
  color: #d2232a;
  border-color: #d2232a;
}
.button--ican.button--secondary:hover,
.button--ican.button--secondary:focus {
  color: #fff;
  background: #d2232a;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 15px;
}
.button--cancel {
  font-size: 15px;
  font-weight: 400;
  color: #56636d;
  background: #fff;
  border: 1px solid #a7b3bd;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #ed3c1d;
  border-color: #ed3c1d;
  background: #fff;
}
.button--disabled,
.button--disabled:hover,
.button--disabled:focus,
.favorite-recipe__placeholder,
.favorite-recipe__placeholder:hover,
.favorite-recipe__placeholder:focus {
  color: #56636d;
  background: #c8d1da;
  box-shadow: none;
  transform: none;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  margin: 12px 6px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 48px;
}
.item-list--compact .item-list__item + .item-list__item {
  margin-top: 18px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list--compact .item-list__thumbnail {
  width: 72px;
  max-width: 25%;
  margin-right: 18px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  color: #081622;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #ed3c1d;
}
.item-list__date {
  margin: 6px 0 0;
  font-style: italic;
  color: #959b9f;
}
.item-list__description {
  margin: 6px 0 0;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list--suppliers .item-list__thumbnail {
  float: none;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .item-list--suppliers .item-list__item {
    min-height: 0 !important;
  }
}

.item-list.item-list--dividers {
  margin-bottom: 6px;
}

.item-list.item-list--dividers span + span {
  border-left: 1px solid rgb(80 80 80 / 20%);
  margin-left: 12px;
  padding-left: 12px;
}

span.item-list--commas + span.item-list--commas {
  border: 0;
  margin-left: 0;
  padding-left: 0;
}
span.item-list--commas::after {
  content: ',';
  display: inline-block;
  padding-left: 2px;
  padding-right: 4px;
}
span.item-list--commas:last-child::after {
  display: none;
}

.item-list--ads .item-list__premium {
  background: #ebf4fc;
  border: 2px solid #1c5c9c;
  padding: 24px;
}

.block-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 -24px;
}
.block-list::after {
  content: "";
  flex: auto;
}
.block-list:last-child {
  margin-bottom: 0;
}
.block-list__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  margin-bottom: 48px;
}
.block-list--medium .block-list__item {
  flex-basis: 250px;
  max-width: 320px;
  flex-grow: 1;
}
.block-list--3-up .block-list__item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  flex-grow: 1;
}
.block-list__link {
  display: block;
  padding: 0 24px;
  color: #56636d;
}
.block-list__thumbnail {
  margin-bottom: 18px;
  border: 1px solid #e9eef2;
  overflow: hidden;
}
.block-list__thumbnail img {
  transition: transform 0.14s ease-out;
}
.block-list__link:hover .block-list__thumbnail img,
.block-list__link:focus .block-list__thumbnail img {
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.block-list__tag,
.block-list__title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block-list__tag {
  display: block;
  padding: 9px 24px;
  font-size: 18px;
  color: #fff;
  background: rgba(107, 120, 131, 0.8);
  position: absolute;
  margin-top: -72px;
  margin-left: -12px;
}
.block-list__title {
  display: block;
  font-size: 21px;
  color: #404040;
  transition: color 0.15s ease-out;
  position: relative;
}
.block-list__title::before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  opacity: 0.8;
}
.block-list__link:hover .block-list__title,
.block-list__link:focus .block-list__title {
  color: #ed3c1d;
}
.block-list__meta {
  margin-top: 12px;
  color: #959b9f;
}
.block-list__item--cad .block-list__tag,
.block-list__item--cad .block-list__title::before,
.block-list__item--daily .block-list__tag,
.block-list__item--daily .block-list__title::before {
  background: rgba(0, 127, 128, 0.8);
}
.block-list__item--cad .block-list__link:hover .block-list__title,
.block-list__item--cad .block-list__link:focus .block-list__title,
.block-list__item--daily .block-list__link:hover .block-list__title,
.block-list__item--daily .block-list__link:focus .block-list__title {
  color: #007f80;
}
.block-list__item--cf .block-list__tag,
.block-list__item--cf .block-list__title::before,
.block-list__item--clayflicks .block-list__tag,
.block-list__item--clayflicks .block-list__title::before {
  background: rgba(242, 102, 76, 0.8);
}
.block-list__item--cf .block-list__link:hover .block-list__title,
.block-list__item--cf .block-list__link:focus .block-list__title,
.block-list__item--clayflicks .block-list__link:hover .block-list__title,
.block-list__item--clayflicks .block-list__link:focus .block-list__title {
  color: #f2664c;
}
.block-list__item--cr .block-list__tag,
.block-list__item--cr .block-list__title::before,
.block-list__item--ceramic-recipes .block-list__tag,
.block-list__item--ceramic-recipes .block-list__title::before {
  background: rgba(162, 35, 111, 0.8);
}
.block-list__item--cr .block-list__link:hover .block-list__title,
.block-list__item--cr .block-list__link:focus .block-list__title,
.block-list__item--ceramic-recipes .block-list__link:hover .block-list__title,
.block-list__item--ceramic-recipes .block-list__link:focus .block-list__title {
  color: #a2236f;
}
.block-list__item--pmi .block-list__tag,
.block-list__item--pmi .block-list__title::before,
.block-list__item--pottery-making-illustrated .block-list__tag,
.block-list__item--pottery-making-illustrated .block-list__title::before {
  background: rgba(107, 135, 75, 0.8);
}
.block-list__item--pmi .block-list__link:hover .block-list__title,
.block-list__item--pmi .block-list__link:focus .block-list__title,
.block-list__item--pottery-making-illustrated .block-list__link:hover .block-list__title,
.block-list__item--pottery-making-illustrated .block-list__link:focus .block-list__title {
  color: #6b874b;
}
.block-list__item--cm .block-list__tag,
.block-list__item--cm .block-list__title::before,
.block-list__item--ceramics-monthly .block-list__tag,
.block-list__item--ceramics-monthly .block-list__title::before {
  background: rgba(28, 92, 156, 0.8);
}
.block-list__item--cm .block-list__link:hover .block-list__title,
.block-list__item--cm .block-list__link:focus .block-list__title,
.block-list__item--ceramics-monthly .block-list__link:hover .block-list__title,
.block-list__item--ceramics-monthly .block-list__link:focus .block-list__title {
  color: #1c5c9c;
}
.block-list__item--ican .block-list__tag,
.block-list__item--ican .block-list__title::before {
  background: rgba(210, 35, 42, 0.8);
}
.block-list__item--ican .block-list__link:hover .block-list__title,
.block-list__item--ican .block-list__link:focus .block-list__title {
  color: #d2232a;
}
/*Square Thumbnail Images*/
.block-list__square .block-list__thumbnail {
  min-height: 280px;
  min-width: 280px;
}
.block-list__square .block-list__thumbnail-image {
  background-position: center;
  background-size: cover;
  min-height: 280px;
  min-width: 280px;
  transition: transform 0.14s ease-out;
}
.block-list__square .block-list__link:hover .block-list__thumbnail-image {
  transform: scale(1.04);
}
@media (min-width: 768px) and (max-width: 1047px) {
  .block-list__square .block-list__thumbnail {
    min-height: 100px;
    min-width: 100px;
  }
  .block-list__square .block-list__thumbnail-image {
    min-height: 160px;
    min-width: 100px;
  }
}
@media (min-width: 1048px) and (max-width: 1447px) {
  .block-list__square .block-list__thumbnail {
    min-height: 200px;
    min-width: 200px;
  }
  .block-list__square .block-list__thumbnail-image {
    min-height: 200px;
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .block-list {
    display: block;
    margin: 0;
    /*-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;*/
  }
  .block-list::-webkit-scrollbar {
    display: none;
  }
  .block-list__item,
  .block-list--3-up .block-list__item {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    flex-grow: 0;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .block-list__tag {
    font-size: 14px;
    line-height: 1.2;
  }
}


/*! ---------- =comments ---------- */

/* sf does not place classes on their comments markup for whatever reason */
[data-sf-role="comments-new-form-button"] {
  margin-right: 24px;
}
[data-sf-role="comments-sort-new-button"],
[data-sf-role="comments-sort-old-button"] {
  margin-right: 12px;
  color: #959b9f;
}
[data-sf-role="comments-sort-new-button"].selected,
[data-sf-role="comments-sort-old-button"].selected {
  color: #007f80;
  font-weight: 700;
}
[data-sf-role="comments-container"] {
  margin-top: 48px;
}
[data-sf-role="comments-container"] > div,
[data-sf-role="comments-new-form"] {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 24px;
  grid-row-gap: 12px;
}
img[data-sf-role="comment-avatar"],
[data-sf-role="comments-new-form"] > img {
  grid-row: 1 / -1;
}
[data-sf-role="comments-container"] > div > p {
  word-break: break-all;
}
[data-sf-role="comments-container"] > div > p:first-of-type {
  margin-bottom: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[data-sf-role="comments-container"] > div + div {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9eef2;
}
[data-sf-role="comments-read-full-comment-button"] {
  display: inline-block;
  padding: 0 12px;
  margin-top: -12px;
  position: relative;
  top: -6px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  background: #e9eef2;
  color: #6b7883;
  border-radius: 12px;
}
[data-sf-role="comment-name"] {
  font-weight: 700;
}
[data-sf-role="comment-date"] {
  display: inline-block;
  margin-left: 12px;
  color: #959b9f;
}
[data-sf-role="comments-new-form"] {
  margin-top: 48px;
}
[data-sf-role="comments-new-message"] {
  margin-bottom: 0 !important;
}
[data-sf-role="comments-new-submit-button"] {
  justify-self: start;
}

@media (max-width: 479px) {
  [data-sf-role="comments-new-form-button"] {
    margin: 0 0 24px;
    display: block !important;
  }
  [data-sf-role="comments-container"] > div,
  [data-sf-role="comments-new-form"] {
    grid-template-columns: 50px auto;
    grid-column-gap: 12px;
  }
  [data-sf-role="comments-new-message"] {
    grid-column: 1 / -1;
    grid-row: 1 / span 2;
  }
  [data-sf-role="comments-new-form"] > img {
    grid-column: 1;
    grid-row: 3;
  }
  [data-sf-role="comments-new-submit-button"] {
    grid-column: 2 / -1;
    justify-self: stretch;
  }
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #c8d1da;
  color: #56636d;
  background: #f7f9fa;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #ed3c1d;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #c8d1da;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f7f9fa;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #ed3c1d;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .tabs--standard,
  .tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #c8d1da;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #c8d1da #c8d1da #f7f9fa;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #c8d1da;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #f7f9fa;
    border-right-color: #c8d1da;
    box-shadow: inset 6px 0 0 #c8d1da;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #c8d1da #fff #c8d1da #c8d1da;
    box-shadow: inset 6px 0 0 #ed3c1d;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #c8d1da;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion + .accordion {
  margin-bottom: 6px;
}
.accordion:first-child {
  margin-bottom: 6px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #c8d1da;
  color: #56636d;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  color: #ed3c1d;
}
.accordion__label.is-active {
  color: #ed3c1d;
  border-color: #ed3c1d #ed3c1d #c8d1da #ed3c1d;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #ed3c1d;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 1450px) {
  .accordion__content .wistia_embed {
    margin: 12px auto;
    /* max-width: 60%; */
    min-height: 500px;
  }
}

.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 15px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #56636d;
  background: #f7f9fa;
  font-size: 15px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #ed3c1d;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #ed3c1d;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}

/*! ---------- =search results ---------- */

.search-current-tags {
  margin-bottom: 24px;
}

.item-list--search .item-list__thumbnail {
  height: 300px;
  position: relative;
  width: 300px;
}

.item-list--search .item-list__thumbnail img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.brand {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
}
  
  /*branding colors*/
  /*Ceramic Recipes*/
  .brand--cr {
    border-left: 5px solid #a2236f !important;
    color: #a2236f;
  }
  /*Ceramics Monthly*/
  .brand--cm {
    border-left: 5px solid #1c5c9c !important;
    color: #1c5c9c;
  }
  .brand--cad {
    border-left: 5px solid #007f80 !important;
    color: #007f80;
  }
  /*Pottery Making Illustrated*/
  .brand--pmi {
    border-left: 5px solid #6b874b !important;
    color: #6b874b;
  }
  /*CLAYflicks*/
  .brand--cf {
    border-left: 5px solid #f2664c !important;
    color: #f2664c;
  }
  /*ICAN*/
  .brand--ican {
    border-left: 5px solid #d2232a !important;
    color: #d2232a;
  }

.tags {
  border-top: 1px solid #eee;
  margin-top: 12px;
  padding-top: 12px; 
}

@media (max-width: 767px) {
  .item-list--search .item-list__thumbnail {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 480px) {
  .results-per-page {
    display: inline-block;
    float: right;
    min-width: 30%;
    position: relative;
    text-align: right;
  }
  .results-per-page select {
    display: inline;
    max-width: max-content; 
  }
  .search-results .overview {
    display: block;
  }
  .search-results .pagination {
    display: inline-block;
    float: left;
  }
  .item-list--search {
    clear: both;
  }
}


/*! ---------- =products search results ---------- */
.item-list--products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.item-list--products .item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list--products .item-list__item {
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  flex-basis: calc((100%/3) - 12px);
  padding: 6px;
  transition: all 0.1s ease-in-out;
}
.item-list--products .item-list__item:hover,
.item-list--products .item-list__item:focus {
  box-shadow: 0px 2px 5px 1px rgba(204, 204, 204, 1);
  transform: scale(1.03);
}
.item-list--products .item-list__media {
  background: rgba(42, 148, 214, 0.05);
  height: 200px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.item-list--products .item-list__media .item-list__media--image {
  max-height: 180px;
  padding: 6px 0;
}
.item-list--products .item-list__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 767px) {
 .item-list--products .item-list__item {
  flex-basis: 100%;
 }
}


/*! ---------- =manage ads ---------- */

table#ad-manager {
  border: 1px solid #eee;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 36px;
  width: 100%;
}

table#ad-manager tr {
  border-bottom: 1px solid #eee;
  min-height: 72px;
  padding: 12px;
  vertical-align: middle; 
}

table#ad-manager thead tr,
table#ad-manager tr:nth-child(even) {
  background: #eee;
}

table#ad-manager th {
  padding: 24px 12px;
  text-align: left;
  vertical-align: middle;
}

table#ad-manager td {
  padding: 12px;
}

/*! ---------- =galleries ---------- */

.lightbox-gallery:not(.lightbox-enabled) .lightbox-gallery__thumbnails,
.lightbox-gallery:not(.lightbox-enabled) .lightbox-gallery__close,
.lightbox-gallery:not(.lightbox-enabled) .lightbox-gallery__next,
.lightbox-gallery:not(.lightbox-enabled) .lightbox-gallery__previous,
.lightbox-gallery__images.lightbox-enabled {
  display: none;
}
.lightbox-gallery__thumbnail-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -6px;
}
.lightbox-gallery__thumbnail-item {
  flex: 1 0 150px;
  max-width: 300px;
  padding: 6px;
}
.image__description,
.lightbox-gallery__thumbnail-item .lightbox-gallery__description {
  border: 1px solid #eee;
  font-size: 80%;
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 12px;
}
.lightbox-gallery__trigger {
  display: block;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0.01em;
  line-height: 0;
  overflow: hidden;
  word-wrap: nowrap;
  color: rgba(0,0,0,0.01);
}
.lightbox-gallery__list {
  list-style: none;
  margin: 0;
}
.lightbox-gallery__images.lightbox-enabled {
  position: fixed;
  z-index: 100;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.92);
}
.lightbox-gallery__images.is-open {
  display: block;
}
.lightbox-gallery__close {
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
}
.lightbox-gallery__list {
  position: absolute;
  top: 48px; right: 48px; bottom: 48px; left: 48px;
  z-index: 2;
}
.lightbox-gallery__next,
.lightbox-gallery__previous {
  width: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  color: #848e98;
}
.lightbox-gallery__next {
  right: 0;
}
.lightbox-gallery__previous {
  left: 0;
}
.lightbox-gallery__next:hover,
.lightbox-gallery__next:focus,
.lightbox-gallery__previous:hover,
.lightbox-gallery__previous:focus {
  background: rgba(255,255,255,0.12);
}
.lightbox-gallery__images.lightbox-enabled .lightbox-gallery__item {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: all 0.2s ease-out;
}
.lightbox-gallery__images.lightbox-enabled .lightbox-gallery__item.is-active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.lightbox-gallery__images.lightbox-enabled .lightbox-gallery__item.is-previous {
  transform: translateX(-20px);
}
.lightbox-gallery__images.lightbox-enabled .lightbox-gallery__item.is-next {
  transform: translateX(20px);
}
.lightbox-gallery__images.lightbox-enabled .lightbox-gallery__image {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox-gallery__images.lightbox-enabled .lightbox-gallery__item .lightbox-gallery__description {
  background: rgba(20,20,20,0.8);
  color: #fff;
  display: block;
  padding: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .lightbox-gallery__list {
    left: 72px;
    right: 72px;
  }
  .lightbox-gallery__next,
  .lightbox-gallery__previous {
    width: 72px;
  }
}

@media (min-width: 1160px) {
  .lightbox-gallery__list {
    left: 120px;
    right: 120px;
  }
  .lightbox-gallery__next,
  .lightbox-gallery__previous {
    width: 120px;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #eaf0f2;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 14px;
  color: #aac2d9;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

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

.token.entity {
  cursor: help;
}


/*! ---------- =carousel ---------- */

.carousel {
  position: relative;
  margin-bottom: 48px;
  overflow: hidden;
}
.carousel:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .carousel:first-child,
.content > .alternate-background__content > .carousel:first-child {
  margin-top: -24px;
}
.carousel__slides {
  position: relative;
}
.carousel__slide {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel__slide:first-child {
  position: relative;
}
.carousel__content {
  position: relative;
  z-index: 3;
}
.carousel__brand {
  font-size: 18px;
  line-height: 24px;
}
.carousel__slide--cad .carousel__brand,
.carousel__slide--daily .carousel__brand {
  color: #007f80;
}
.carousel__slide--cf .carousel__brand,
.carousel__slide--clayflicks .carousel__brand {
  color: #f2664c;
}
.carousel__slide--cr .carousel__brand,
.carousel__slide--ceramic-recipes .carousel__brand {
  color: #a2236f;
}
.carousel__slide--pmi .carousel__brand,
.carousel__slide--pottery-making-illustrated .carousel__brand {
  color: #6b874b;
}
.carousel__slide--cm .carousel__brand,
.carousel__slide--ceramics-monthly .carousel__brand {
  color: #1c5c9c;
}
.carousel__slide--ican .carousel__brand {
  color: #d2232a;
}
.carousel__actions {
  margin-top: 24px;
}
.carousel__title::after {
  content: '';
  display: block;
  width: 96px;
  height: 4px;
  background: #a7b3bd;
  margin: 24px auto 0;
}
.carousel__slide--cad .carousel__title::after,
.carousel__slide--daily .carousel__title::after {
  background: #007f80;
}
.carousel__slide--cf .carousel__title::after,
.carousel__slide--clayflicks .carousel__title::after {
  background: #f2664c;
}
.carousel__slide--cr .carousel__title::after,
.carousel__slide--ceramic-recipes .carousel__title::after {
  background: #a2236f;
}
.carousel__slide--pmi .carousel__title::after,
.carousel__slide--pottery-making-illustrated .carousel__title::after {
  background: #6b874b;
}
.carousel__slide--cm .carousel__title::after,
.carousel__slide--ceramics-monthly .carousel__title::after {
  background: #1c5c9c;
}
.carousel__slide--ican .carousel__title::after {
  background: #d2232a;
}
.carousel__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.carousel__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
}
.carousel__nav--dots {
  bottom: 12px;
}
.carousel__nav--thumbnails {
  position: relative;
}
.carousel__pause,
.carousel__play {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  color: #c8d1da;
}
.carousel__pause:hover,
.carousel__pause:focus,
.carousel__play:hover,
.carousel__play:focus {
  color: #1c5c9c;
}
.carousel.is-playing .carousel__play,
.carousel:not(.is-playing) .carousel__pause {
  display: none;
}
.carousel__previous,
.carousel__next {
  padding: 12px 0 12px 12px;
  opacity: 0.2;
}
.carousel__previous:hover,
.carousel__previous:focus,
.carousel__next:hover,
.carousel__next:focus {
  opacity: 0.6;
}
.carousel__previous {
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.carousel__dot {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 9px solid transparent;
  border-radius: 50%;
  background: transparent;
  background-clip: content-box;
  box-shadow: inset 0 0 0 4px #c8d1da;
  transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
}
.carousel__dot:hover,
.carousel__dot:focus {
  background-color: #1c5c9c;
  box-shadow: none;
}
.carousel__dot.is-active {
  background-color: #ed3c1d;
  box-shadow: none;
}
.carousel__dot--cad:hover,
.carousel__dot--cad:focus,
.carousel__dot--cad.is-active,
.carousel__dot--daily:hover,
.carousel__dot--daily:focus,
.carousel__dot--daily.is-active {
  background-color: #007f80;
}
.carousel__dot--cf:hover,
.carousel__dot--cf:focus,
.carousel__dot--cf.is-active,
.carousel__dot--clayflicks:hover,
.carousel__dot--clayflicks:focus,
.carousel__dot--clayflicks.is-active {
  background-color: #f2664c;
}
.carousel__dot--cr:hover,
.carousel__dot--cr:focus,
.carousel__dot--cr.is-active,
.carousel__dot--ceramic-recipes:hover,
.carousel__dot--ceramic-recipes:focus,
.carousel__dot--ceramic-recipes.is-active {
  background-color: #a2236f;
}
.carousel__dot--pmi:hover,
.carousel__dot--pmi:focus,
.carousel__dot--pmi.is-active,
.carousel__dot--pottery-making-illustrated:hover,
.carousel__dot--pottery-making-illustrated:focus,
.carousel__dot--pottery-making-illustrated.is-active {
  background-color: #6b874b;
}
.carousel__dot--cm:hover,
.carousel__dot--cm:focus,
.carousel__dot--cm.is-active,
.carousel__dot--ceramics-monthly:hover,
.carousel__dot--ceramics-monthly:focus,
.carousel__dot--ceramics-monthly.is-active {
  background-color: #1c5c9c;
}
.carousel__dot--ican:hover,
.carousel__dot--ican:hover,
.carousel__dot--ican:focus {
  background-color: #d2232a;
}

@media (max-width: 479px) {
  .carousel__action {
    display: block;
  }
  .carousel__action + .carousel__action {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .carousel__action + .carousel__action {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .carousel__slide::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
  }
  .carousel__content {
    text-align: center;
    padding: 48px 24px 72px;
  }
  .carousel__title {
    font-size: 36px;
    line-height: 1.2;
  }
  .carousel__dot {
    box-shadow: inset 0 0 0 4px #6b7883;
  }
  .carousel__previous,
  .carousel__next {
    opacity: 0.5;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .carousel__title {
    font-size: 6vw;
  }
}

@media (min-width: 768px) {
  .carousel {
    padding-top: 36px;
    padding-bottom: 72px;
    margin-bottom: 36px;
  }
  .carousel__image {
    top: -24px;
    bottom: -55px;
    right: 50%;
    right: calc(50% + 24px);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    z-index: 2;
  }
  .carousel__title {
    font-size: 44px;
  }
  .carousel__title::after {
    margin-left: 0;
    margin-bottom: 36px;
  }
  .carousel__content {
    padding: 72px 12% 60px 50%;
    padding: 72px 12% 60px calc(50% + 24px);
    background: #e9eef2;
    z-index: 1;
  }
  .carousel__slide--cad .carousel__content,
  .carousel__slide--daily .carousel__content {
    background: #edf7f7;
  }
  .carousel__slide--cf .carousel__content,
  .carousel__slide--clayflicks .carousel__content {
    background: #fff4f2;
  }
  .carousel__slide--cr .carousel__content,
  .carousel__slide--ceramic-recipes .carousel__content {
    background: #f9eff5;
  }
  .carousel__slide--pmi .carousel__content,
  .carousel__slide--pottery-making-illustrated .carousel__content {
    background: #f1f5ec;
  }
  .carousel__slide--cm .carousel__content,
  .carousel__slide--ceramics-monthly .carousel__content {
    background: #ebf4fc;
  }
  .carousel__slide--ican .carousel__content {
    background: #fef2f3;
  }
  .carousel__actions {
    margin-top: 36px;
  }
  .carousel__nav {
    text-align: left;
    left: 50%;
    padding-left: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .content > .page-bounds > .carousel:first-child,
  .content > .alternate-background__content > .carousel:first-child {
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .carousel {
    padding-top: 0;
  }
  .carousel__image {
    top: 0;
  }
  .carousel__content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .carousel__actions {
    margin-top: 24px;
  }
}

@media (min-width: 1160px) {
  .carousel__content {
    padding: 48px 12% 48px 50%;
    padding: 48px 12% 48px calc(50% + 24px);
  }
  .carousel__image {
    bottom: -24px;
  }
  .carousel__nav--dots {
    bottom: 24px;
  }
}

/*! carousel transitions */

.carousel__slide {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.carousel.is-enhanced .carousel__slide.is-last-active {
  z-index: 2;
}
.carousel.is-enhanced .carousel__slide.is-active {
  opacity: 1;
  z-index: 3;
}

@media (min-width: 768px) {
  .carousel__image {
    opacity: 0;
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  }
  .carousel__slide.is-active .carousel__image {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.35s ease-out 0.2s, transform 0.35s ease-out 0.2s;
  }
  .carousel__slide.is-last-active .carousel__image {
    -ms-transform: translateX(-24px);
    transform: translateX(-24px);
  }
}

/*! cascade carousel content after transition */

.carousel__title,
.carousel__description,
.carousel__actions {
  opacity: 0;
  -ms-transform: translateX(36px);
  transform: translateX(36px);
  transition: opacity 0s linear 0.5s, transform 0s linear 0.5s;
}

@media (max-width: 767px) {
  .carousel__title,
  .carousel__description,
  .carousel__actions {
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

.carousel__slide.is-active .carousel__title,
.carousel__slide.is-active .carousel__description,
.carousel__slide.is-active .carousel__actions {
  opacity: 1;
  -ms-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.55s ease 0.3s, transform 0.55s ease 0.3s;
}
.carousel__slide.is-active .carousel__description {
  transition-delay: 0.42s;
}
.carousel__slide.is-active .carousel__actions {
  transition-delay: 0.54s;
}

/*! full width carousel */
.carousel--wide .carousel__content {
  background: transparent!important;
  padding: 48px calc(50% + 24px) 48px 12%;
}
.carousel--wide .carousel__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
}
.carousel--wide .carousel__media::before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  z-index: 3;
}
.carousel--wide .carousel__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.carousel--wide .carousel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel--wide .carousel__content,
.carousel--wide .carousel__title,
.carousel--wide .carousel__description,
.carousel--wide .carousel__content a:not(.button) {
  color: #fff;
}
.carousel--wide .carousel__nav {
  text-align: center;
  left: 0;
  padding-left: 0;
}
@media (max-width: 939.99px) {
  .carousel--wide .carousel__slide::before {
    display: none;
  }
  .carousel--wide .carousel__content {
    padding: 48px;
  }
}
@media (min-width: 940px) {
  .carousel--wide .carousel__content {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.alternate-background {
  padding: 48px 24px;
  background: #505050;
  position: relative;
  overflow: hidden;
  color: #c8d1da;
}
.alternate-background:not(:last-child) {
  margin-bottom: 48px;
}
.alternate-background h1,
.alternate-background h2,
.alternate-background h3,
.alternate-background h4,
.alternate-background h5,
.alternate-background h6,
.alternate-background .block-list__title {
  color: #fff;
}
.alternate-background a:not(.button) {
  color: #ff684e;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.alternate-background a:not(.button):hover,
.alternate-background a:not(.button):focus {
  text-decoration: underline;
}
.alternate-background__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.alternate-background__image img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alternate-background__video {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  background: #000;
  background-size: cover;
  overflow: hidden;
}
.alternate-background__yt-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding-bottom: 56.25%;
  transform: translateY(-50%);
}
@media (max-width: 918.99px) {
  .alternate-background__yt-mobile {
    display: none;
  }
  .alternate-background__content--mobile {
    max-width: 100%!important;
  }
}
@media (max-width: 1293px) {
  .alternate-background__yt-container {
    left: -100vw;
    right: -100vw;
    padding-bottom: 168.75%;
  }
}
/* youtube video cover */
/*  - prevents clicks and context menus */
/*  - hides branding elements */
.alternate-background__yt-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2;
}
.alternate-background__yt-player {
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.alternate-background__yt-container.is-loaded .alternate-background__yt-player {
  opacity: 1;
}
.alternate-background__content {
  position: relative;
  z-index: 2;
  padding: 24px 24px;
  background: rgba(8, 22, 34, 0.9);
}
.alternate-background__content h1,
.alternate-background__content h2,
.alternate-background__content h3 {
  position: relative;
}
.alternate-background__content h1::before,
.alternate-background__content h2::before,
.alternate-background__content h3::before {
  content: '';
  display: block;
  width: 4px;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  background: #ed3c1d;
}

@media (min-width: 768px) {
  .alternate-background {
    padding: 72px 48px 120px;
  }
  .alternate-background__content {
    padding: 60px 48px;
    max-width: 50%;
    max-width: calc(50% - 24px);
    margin-left: auto;
    margin-right: 0;
  }
  .alternate-background__content--large {
    max-width: 66.6%;
  }
  .alternate-background__content > h1::before,
  .alternate-background__content > h2::before,
  .alternate-background__content > h3::before {
    left: -48px;
  }
}

.alternate-background__image[data-bottom-top] {
  top: -20vh;
  bottom: -20vh;
}


.horizontal-scroll {
  position: relative;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  /*float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;*/
  display: flex;
  gap: 12px;
}
.horizontal-scroll__contents--align-top {
  align-items: flex-start;
}
.horizontal-scroll__contents--align-bottom {
  align-items: flex-end;
}
.horizontal-scroll__contents--align-center {
  align-items: center;
}
.horizontal-scroll__item {
  /*display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  padding-right: 24px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc((100% - 48px) / 5);
  padding: 0 12px;
  text-align: center;
}
.horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll__control {
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  font-size: 36px;
  color: #ed3c1d;
}
.horizontal-scroll__control--left {
  left: -96px;
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.horizontal-scroll__control--right {
  right: -96px;
}
.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #ed3c1d;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #c8d1da !important;
  cursor: default;
}

@media (max-width: 1792px) {
  .horizontal-scroll__control {
    width: 48px;
  }
  .horizontal-scroll__control--left {
    left: -48px;
  }
  .horizontal-scroll__control--right {
    right: -48px;
  }
}

@media (max-width: 767px) {
  .horizontal-scroll__item {
    /* max-width: 45vw; */
    flex-basis: calc((100% - 26px) / 2);
  }
  /*.horizontal-scroll__control {
    display: none;
  }*/
  .horizontal-scroll__control--left {
    left: -12px;
  }
  .horizontal-scroll__control--right {
    right: -12px;
  }
}

@media (max-width: 479px) {
  .horizontal-scroll__item {
    /* max-width: 80vw; */
    flex-basis: 80%;
  }
}


/*! ---------- =recipes ---------- */

.favorite-recipe {
  margin-bottom: 24px;
}
.favorite-recipe__label,
.favorite-recipe__placeholder {
  padding-left: 30px;
  text-shadow: none;
}
.favorite-recipe__text {
  display: inline-block;
  margin-left: 12px;
}

@supports (appearance: none) {
  .favorite-recipe__checkbox {
    appearance: none;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 2px;
    background: rgba(0,0,0,0.1);
    position: relative;
  }
  .favorite-recipe__checkbox:checked {
    border-color: #fff;
    background: #fff;
  }
  .favorite-recipe__checkbox:checked::before {
    content: '';
    display: block;
    width: 12px;
    height: 5px;
    border: solid #ed3c1d;
    border-width: 0 0 2px 2px;
    border-radius: 1px;
    position: absolute;
    left: 1px;
    top: 1px;
    transform: rotate(-45deg);
  }
}


.recipe-calc__table {
  width: 100%;
}
.recipe-calc__column-header {
  text-align: left;
  font-size: 14px;
  color: #959b9f;
}
.recipe-calc__column-header:nth-child(2) {
  text-align: right;
}
.recipe-calc__row {
  border-top: 1px solid #e9eef2;
}
.recipe-calc__ingredient,
.recipe-calc__amount {
  padding: 12px 0;
}
.recipe-calc__ingredient {
  padding-right: 12px;
}
.recipe-calc__amount {
  text-align: right;
  font-feature-settings: "tnum";
}
.recipe-calc__controls {
  margin-top: 24px;
}
.recipe-calc__input-label {
  color: #959b9f;
}

.edit-ingredient {
  display: flex;
  align-items: center;
}
.edit-ingredient__label {
  flex-grow: 1;
  max-width: 14em;
  margin: 0;
}
.edit-ingredient__input {
  max-width: 4em;
  margin-right: 12px !important;
}
.edit-ingredient .stepper {
  flex: 0 0 12em;
}
.edit-ingredient__remove {
  flex: 0 0 5em;
  align-self: stretch;
  margin-left: 36px;
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .page-header .page-bounds,
.sfPageEditor .header-logo,
.sfPageEditor .header-logo a,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-secondary,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__background img,
.sfPageEditor .title-block__content,
.sfPageEditor .title-block--social .title-block__icons,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__background img,
.sfPageEditor .title-block__content {
  position: static !important;
}
.sfPageEditor .alternate-background__image {
  position: static !important;
  overflow: visible !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .title-block__background img,
.sfPageEditor .alternate-background__image img {
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: static !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .alternate-background__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #e9eef2;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #a7b3bd;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #ed3c1d;
    color: #56636d;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #959b9f;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}