@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #f9f4f0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Vollkorn", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #890959;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #76084d;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #890959;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #74084c;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #890959;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #6e0747;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #890959;
  color: #890959;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #45052d;
  color: #45052d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #890959;
  color: #890959;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #45052d;
  color: #45052d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #890959;
}
.button.clear:hover, .button.clear:focus {
  color: #45052d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #890959;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #45052d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #890959;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #890959;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #890959;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #890959 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #890959 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #890959;
  color: #fefefe;
}
.badge.primary {
  background: #890959;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #890959;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #890959;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #6e0747;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #890959;
  color: #890959;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #45052d;
  color: #45052d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #890959;
  color: #890959;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #45052d;
  color: #45052d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #890959;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #45052d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #890959;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #45052d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fcccea;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: #890959;
  color: #fefefe;
}
.menu .active > a {
  background: #890959;
  color: #fefefe;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #890959;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #890959;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #890959 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #890959 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #f9f4f0;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #890959 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #890959;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #890959 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #890959;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #890959 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #890959 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #890959;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #890959 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #890959 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #890959;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #890959 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #890959;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #890959;
  color: #fefefe;
}
.label.primary {
  background: #890959;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 1.125rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #890959;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #890959;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #890959;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #890959;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #74084c;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #890959;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #890959;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #9a0a64;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #890959;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: transparent;
  color: #76084d;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: transparent;
  color: #890959;
}

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: transparent;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(137, 9, 89, 0.5);
          box-shadow: 0 0 6px 1px rgba(137, 9, 89, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

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

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 40px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 40px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: none;
  margin-bottom: 60px;
}
.wp-caption figcaption {
  font-size: 0.875rem;
  color: #885e3e;
}
.wp-caption.alignnone {
  margin: 5px auto 40px auto;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 30px;
  max-width: 100%;
  padding: 0;
  width: auto;
}

/* WordPress Gallery
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

h1 {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
    line-height: 4.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 2.25rem;
    line-height: 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  h4 {
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

blockquote {
  border: none;
  font-size: 1.125rem;
  line-height: 1.25;
  position: relative;
}
blockquote p {
  color: #000;
  margin: 0 0 20px !important;
  font-family: "Vollkorn", serif;
}
blockquote p:last-of-type {
  margin: 0 !important;
}
blockquote cite {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  color: #885e3e;
}
blockquote:before {
  content: "";
  background-image: url("../../../img/keyline-blog-quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}

.button {
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 16px 12px 16px !important;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
  transition: background-color 300ms ease-in, color 300ms ease-in !important;
}
.button.black, .button.button.product_type_simple {
  border: 2px solid #000 !important;
  color: #000 !important;
  background: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.button.black:hover, .button.button.product_type_simple:hover {
  background: #8b005a !important;
  border-color: #8b005a !important;
  color: #fff !important;
}
.button.white {
  border: 2px solid #fff;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}
.button.white:hover {
  background: #fff;
  color: #8b005a;
}
.button.cart {
  font-weight: 700;
}
.button.cart:before {
  content: "\f07a";
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  font-family: FontAwesome;
}
.more-link {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.more-link:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.875rem;
  padding-left: 5px;
}
.more-link.back:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 0.875rem;
  padding-right: 5px;
}
.more-link.back:after {
  display: none;
}
.more-link:hover {
  color: #000;
}
.more-link.purple {
  color: #8b005a;
}
.more-link.purple:hover {
  color: #000;
}

.static-purple,
#contact-form .gform_wrapper .gform_footer input.gform_button.button,
#not-found-form .gform_wrapper .gform_footer input.gform_button.button,
#recommendation-section .gform_wrapper .gform_footer input.gform_button.button {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../../../img/button-bg.svg");
  background-size: 100% 100%;
  cursor: pointer;
  font-family: "Vollkorn", serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
  border: 0;
  text-transform: capitalize;
}
.static-purple:hover,
#contact-form .gform_wrapper .gform_footer input.gform_button.button:hover,
#not-found-form .gform_wrapper .gform_footer input.gform_button.button:hover,
#recommendation-section .gform_wrapper .gform_footer input.gform_button.button:hover {
  color: #000;
  background-color: transparent;
}
.static-purple:hover .button-text,
#contact-form .gform_wrapper .gform_footer input.gform_button.button:hover .button-text,
#not-found-form .gform_wrapper .gform_footer input.gform_button.button:hover .button-text,
#recommendation-section .gform_wrapper .gform_footer input.gform_button.button:hover .button-text {
  color: #000;
}
@media print, screen and (max-width: 39.99875em) {
  .static-purple,
  #contact-form .gform_wrapper .gform_footer input.gform_button.button,
  #not-found-form .gform_wrapper .gform_footer input.gform_button.button,
  #recommendation-section .gform_wrapper .gform_footer input.gform_button.button {
    font-size: 1.25rem;
    max-width: 300px;
  }
}
.static-purple:before,
#contact-form .gform_wrapper .gform_footer input.gform_button.button:before,
#not-found-form .gform_wrapper .gform_footer input.gform_button.button:before,
#recommendation-section .gform_wrapper .gform_footer input.gform_button.button:before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 28.64583333%;
  z-index: 10;
}
.static-purple .button-inner,
#contact-form .gform_wrapper .gform_footer input.gform_button.button .button-inner,
#not-found-form .gform_wrapper .gform_footer input.gform_button.button .button-inner,
#recommendation-section .gform_wrapper .gform_footer input.gform_button.button .button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.static-purple .button-text,
#contact-form .gform_wrapper .gform_footer input.gform_button.button .button-text,
#not-found-form .gform_wrapper .gform_footer input.gform_button.button .button-text,
#recommendation-section .gform_wrapper .gform_footer input.gform_button.button .button-text {
  display: inline-block;
  position: relative;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
  color: #fff;
}

.red-cta {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../../../img/red-cta.svg");
  background-size: 100% 100%;
  font-family: "Vollkorn", serif;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  max-width: 300px;
  padding: 16px 47px;
}
@media print, screen and (min-width: 40em) {
  .red-cta {
    font-size: 1.5625rem;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .red-cta {
    font-size: 1.875rem;
    padding: 16px 47px;
  }
}

.animated-button {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../../../img/button-bg.svg");
  background-size: 100% 100%;
  cursor: pointer;
  font-family: "Vollkorn", serif;
  font-size: 1.4375rem;
}
.animated-button:before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 28.64583333%;
  z-index: 10;
}
.animated-button.arrow-bottom .button-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.animated-button.arrow-bottom svg {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  left: 50%;
  fill: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
          transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  visibility: hidden;
  margin: -5px 0 0px;
}
.animated-button.arrow-bottom:hover .button-text, .animated-button.arrow-bottom.active .button-text {
  margin: -20px 0 0;
}
.animated-button.arrow-bottom:hover svg, .animated-button.arrow-bottom.active svg {
  opacity: 1;
  visibility: visible;
  margin: 10px 0 0;
}
.animated-button.arrow-right {
  font-size: 2.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .animated-button.arrow-right {
    font-size: 1.25rem;
  }
}
.animated-button.arrow-right .button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.animated-button.arrow-right .button-text {
  display: inline-block;
  position: relative;
  padding: 0 32px 0 0;
}
@media print, screen and (min-width: 40em) {
  .animated-button.arrow-right .button-text {
    padding: 0 65px 0 0;
  }
}
.animated-button.arrow-right svg {
  width: 25px;
  right: 0px;
  position: absolute;
  display: inline-block;
  fill: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: right 100ms ease-in;
  transition: right 100ms ease-in;
  opacity: 1;
  visibility: visible;
  margin: 0 0 0 10px;
}
@media print, screen and (min-width: 40em) {
  .animated-button.arrow-right svg {
    width: 50px;
    right: 0px;
  }
}
.animated-button.arrow-right:hover svg {
  right: -10px;
}
.animated-button .button-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.woocommerce .button.single_add_to_cart_button.alt,
.button.product_type_bundle.product_type_bundle_input_required,
.button.product_type_bundle.product_type_bundle,
.button.product_type_simple.add_to_cart_button,
.button.product_type_variable.add_to_cart_button {
  font-size: 1rem;
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  padding: 16px;
}
.woocommerce .button.single_add_to_cart_button.alt:before,
.button.product_type_bundle.product_type_bundle_input_required:before,
.button.product_type_bundle.product_type_bundle:before,
.button.product_type_simple.add_to_cart_button:before,
.button.product_type_variable.add_to_cart_button:before {
  content: "\f07a";
  font-family: FontAwesome;
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: color 300ms ease-in, opacity 300ms ease-in;
  transition: color 300ms ease-in, opacity 300ms ease-in;
}
.woocommerce .button.single_add_to_cart_button.alt:hover,
.button.product_type_bundle.product_type_bundle_input_required:hover,
.button.product_type_bundle.product_type_bundle:hover,
.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_variable.add_to_cart_button:hover {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}
.woocommerce .button.single_add_to_cart_button.alt:hover:before,
.button.product_type_bundle.product_type_bundle_input_required:hover:before,
.button.product_type_bundle.product_type_bundle:hover:before,
.button.product_type_simple.add_to_cart_button:hover:before,
.button.product_type_variable.add_to_cart_button:hover:before {
  color: #fff;
}
.woocommerce .button.single_add_to_cart_button.alt.loading:before,
.button.product_type_bundle.product_type_bundle_input_required.loading:before,
.button.product_type_bundle.product_type_bundle.loading:before,
.button.product_type_simple.add_to_cart_button.loading:before,
.button.product_type_variable.add_to_cart_button.loading:before {
  opacity: 0;
}
.woocommerce .button.single_add_to_cart_button.alt.loading:after,
.button.product_type_bundle.product_type_bundle_input_required.loading:after,
.button.product_type_bundle.product_type_bundle.loading:after,
.button.product_type_simple.add_to_cart_button.loading:after,
.button.product_type_variable.add_to_cart_button.loading:after {
  top: 15px;
  right: inherit;
  left: 15px;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
html,
body {
  height: 100%;
}

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

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#content > .footer-cap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

svg {
  width: 100%;
}

.purple svg {
  fill: #890959;
}

.gift-block {
  background: #680043;
  position: relative;
  margin: -8px 0 48px;
  padding: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .gift-block {
    margin: -8px 0 88px;
  }
}
.gift-block:before, .gift-block:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 8px;
  z-index: 10;
  background-position: 50% top;
}
.gift-block:before {
  top: -7px;
  background-image: url("../../../img/gift-top.svg");
}
.gift-block:after {
  bottom: -7px;
  background-image: url("../../../img/gift-bottom.svg");
}
@media only screen and (max-width: 960px) {
  .gift-block .grid-x {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gift-block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  .gift-block-link {
    width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0;
  }
}
.gift-block-link .button.more-gifts {
  margin: 0px;
}

.gift-box-item-wrapper {
  max-width: 486px;
  width: 40.5%;
}
@media only screen and (max-width: 960px) {
  .gift-box-item-wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.gift-box-item-wrapper a {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .gift-box-item-wrapper a {
    max-width: 360px;
  }
}
.gift-box-item-wrapper a:hover h3 {
  color: #8b005a !important;
}
.gift-box-item {
  width: 100%;
  position: relative;
  text-align: left;
}
.gift-box-item:before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 44.23868313%;
  background-size: cover;
  z-index: 20;
  position: relative;
  background-image: url("../../../img/gift-box.svg");
}
.gift-box-item .gift-box-item-inner {
  position: absolute;
  background-color: white;
  width: 93%;
  height: 88.5%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 46px 43px 42px 39px;
}
@media print, screen and (min-width: 64em) {
  .gift-box-item .gift-box-item-inner {
    border-radius: 58px 50px 46px 46px;
  }
}
.gift-box-item .gift-box-item-inner img {
  width: 40%;
  display: inline-block;
}
.gift-box-item .gift-box-item-inner .gift-box-text {
  display: inline-block;
  padding: 0 10px;
}
.gift-box-item .gift-box-item-inner .gift-box-text h3 {
  color: #000;
  font-size: 1rem;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
@media print, screen and (min-width: 40em) {
  .gift-box-item .gift-box-item-inner .gift-box-text h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-box-item .gift-box-item-inner .gift-box-text h3 {
    font-size: 1.5625rem;
  }
}
.gift-box-item .gift-box-item-inner .gift-box-text p {
  margin: 0;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .gift-box-item .gift-box-item-inner .gift-box-text p {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-box-item .gift-box-item-inner .gift-box-text p {
    font-size: 1rem;
  }
}

#main-content-split {
  margin: 0 0 60px;
}
#main-content-split h1 {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  #main-content-split {
    margin: 0 0 80px;
  }
  #main-content-split h1 {
    margin: 0 0 40px;
  }
}

.goings-on-list {
  margin: 0 0 30px;
  list-style: none;
}
.goings-on-list li {
  margin-bottom: 20px;
  padding: 25px 0px 30px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li {
    font-size: 1rem;
    padding: 35px 0px 40px;
  }
}
.goings-on-list li:after {
  content: "";
  display: inline-block;
  padding-top: 2.445652174%;
  width: 100%;
  bottom: -17px;
  left: 0;
  position: absolute;
  background-image: url("../../../img/2col-keyline.svg");
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.goings-on-list li:last-of-type {
  margin: 0;
}
.goings-on-list li div.going-on-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goings-on-list li div.going-on-flex a {
  color: #885e3e;
}
.goings-on-list li div.going-on-flex h3:hover {
  color: #8b005a !important;
}
.goings-on-list li .going-on-image {
  max-width: 125px;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li .going-on-image {
    max-width: 185px;
  }
}
.goings-on-list li .going-on-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 0 0 20px;
}
.goings-on-list li .going-on-info .going-on-type {
  color: #885e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  width: 100%;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li .going-on-info .going-on-type {
    font-size: 1rem;
    margin: 0 0 20px;
  }
}
.goings-on-list li .going-on-info .going-on-type:before {
  content: "";
  display: inline-block;
  background-size: cover;
  margin: 0 10px 0 0;
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li .going-on-info .going-on-type:before {
    margin: 0 15px 0 0;
  }
}
.goings-on-list li .going-on-info .going-on-type.Events:before {
  width: 30px;
  height: 26px;
  color: #8cd0dc;
  background-image: url("../../../img/icon-events.svg");
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li .going-on-info .going-on-type.Events:before {
    width: 40px;
    height: 34px;
  }
}
.goings-on-list li .going-on-info .going-on-type.Articles:before {
  width: 18px;
  height: 26px;
  color: #f19397;
  background-image: url("../../../img/icon-articles.svg");
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li .going-on-info .going-on-type.Articles:before {
    width: 28px;
    height: 40px;
  }
}
.goings-on-list li .going-on-info .going-on-type.Podcasts:before {
  width: 12px;
  height: 22px;
  color: #cc9bd7;
  background-image: url("../../../img/icon-podcasts.svg");
}
@media print, screen and (min-width: 40em) {
  .goings-on-list li .going-on-info .going-on-type.Podcasts:before {
    width: 22px;
    height: 40px;
  }
}
.goings-on-list li .going-on-info h3 {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  line-height: 1.25;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}

.home-book-list {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .home-book-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-book-list .book-list {
  margin: 0 0 60px;
  padding: 0 16px;
}
@media print, screen and (min-width: 40em) {
  .home-book-list .book-list {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .home-book-list .book-list {
    width: 100%;
  }
}
.home-book-list .book-list:last-of-type {
  margin: 0;
}

.book-list:nth-of-type(3n+1) .list-showcase:before {
  background: #cce1e5;
}
.book-list:nth-of-type(3n+1) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-blue.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .book-list:nth-of-type(3n+1) .list-showcase {
    background: #cce1e5;
  }
}
.book-list:nth-of-type(3n+2) .list-showcase:before {
  background: #c1d0b5;
}
.book-list:nth-of-type(3n+2) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-green.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .book-list:nth-of-type(3n+2) .list-showcase {
    background: #c1d0b5;
  }
}
.book-list:nth-of-type(3n+3) .list-showcase:before {
  background: #edd7df;
}
.book-list:nth-of-type(3n+3) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-pink.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .book-list:nth-of-type(3n+3) .list-showcase {
    background: #edd7df;
  }
}

.more-colors .book-list:nth-of-type(5n+1) .list-showcase:before {
  background: #cce1e5;
}
.more-colors .book-list:nth-of-type(5n+1) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-blue.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .more-colors .book-list:nth-of-type(5n+1) .list-showcase {
    background: #cce1e5;
  }
}
.more-colors .book-list:nth-of-type(5n+2) .list-showcase:before {
  background: #c1d0b5;
}
.more-colors .book-list:nth-of-type(5n+2) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-green.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .more-colors .book-list:nth-of-type(5n+2) .list-showcase {
    background: #c1d0b5;
  }
}
.more-colors .book-list:nth-of-type(5n+3) .list-showcase:before {
  background: #edd7df;
}
.more-colors .book-list:nth-of-type(5n+3) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-pink.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .more-colors .book-list:nth-of-type(5n+3) .list-showcase {
    background: #edd7df;
  }
}
.more-colors .book-list:nth-of-type(5n+4) .list-showcase:before {
  background: #feddb2;
}
.more-colors .book-list:nth-of-type(5n+4) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-orange.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .more-colors .book-list:nth-of-type(5n+4) .list-showcase {
    background: #feddb2;
  }
}
.more-colors .book-list:nth-of-type(5n+5) .list-showcase:before {
  background: #c5c9e7;
}
.more-colors .book-list:nth-of-type(5n+5) .list-showcase:after {
  background-image: url("../../../img/book-list-graphic-lilac.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .more-colors .book-list:nth-of-type(5n+5) .list-showcase {
    background: #c5c9e7;
  }
}

.list-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 15px 0 0;
  z-index: 30;
  margin: 0 0 20px;
  max-width: 350px;
  font-size: 3rem;
  font-family: "Vollkorn", serif;
}
@media print, screen and (min-width: 40em) {
  .list-showcase {
    padding: 0;
    height: 210px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-showcase:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 160px;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
.list-showcase:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 170px;
  height: 150px;
  bottom: 15px;
  z-index: -1;
  right: 4%;
}
.list-showcase img {
  max-width: 160px;
  margin-right: 10px;
}
.list-showcase .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.list-showcase .price a {
  color: #000;
}
@media print, screen and (min-width: 40em) {
  .list-showcase .price {
    padding: 0 0 15px;
    height: 160px;
    width: auto;
  }
}

.list-info h3 {
  width: 100%;
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: black;
}
.list-info .button {
  margin: 0;
}

.explore-more {
  margin-bottom: 5px;
}
.explore-more h1 {
  margin-bottom: 20px;
}

.explore-list {
  text-align: center;
  margin: 0 0 30px;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .explore-list {
    margin: 0 0 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .explore-list {
    margin: 0 0 94px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .explore-list li {
    width: 100% !important;
  }
}
.explore-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Vollkorn", serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  height: 56px;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
@media print, screen and (max-width: 39.99875em) {
  .explore-list li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .explore-list li a {
    font-size: 1.25rem;
  }
}
.explore-list li a:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  will-change: transform;
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .explore-list li a:before {
    margin-right: 20px;
    height: 56px !important;
  }
}
.explore-list li a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.explore-list li a.articles:hover {
  color: #f19397;
}
.explore-list li a.articles:before {
  height: 28px;
  width: 16px;
  color: #f19397;
  background-image: url("../../../img/icon-articles.svg");
}
@media print, screen and (min-width: 64em) {
  .explore-list li a.articles:before {
    width: 37px;
  }
}
.explore-list li a.events:hover {
  color: #8cd0dc;
}
.explore-list li a.events:before {
  height: 28px;
  width: 33px;
  color: #8cd0dc;
  background-image: url("../../../img/icon-events.svg");
}
@media print, screen and (min-width: 64em) {
  .explore-list li a.events:before {
    width: 54px;
  }
}
.explore-list li a.podcasts:hover {
  color: #cc9bd7;
}
.explore-list li a.podcasts:before {
  height: 28px;
  width: 15px;
  color: #cc9bd7;
  background-image: url("../../../img/icon-podcasts.svg");
}
@media print, screen and (min-width: 64em) {
  .explore-list li a.podcasts:before {
    width: 31px;
  }
}
.explore-list li a.book-lists:hover {
  color: #95b17e;
}
.explore-list li a.book-lists:before {
  height: 28px;
  width: 23px;
  color: #95b17e;
  background-image: url("../../../img/icon-book-lists.svg");
}
@media print, screen and (min-width: 64em) {
  .explore-list li a.book-lists:before {
    width: 55px;
  }
}

.recommendation-section {
  margin: 0 0 8px;
  padding: 550px 0 0;
  overflow: hidden;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #262226;
  background-image: url("../../../img/recommendation01.webp");
}
.recommendation-section.hover-active {
  background-image: url("../../../img/recommendation02.webp");
}
.recommendation-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 828px;
  max-height: 828px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #262226), color-stop(52%, rgba(38, 34, 38, 0)), color-stop(60%, rgba(38, 34, 38, 0)), color-stop(69%, rgba(38, 34, 38, 0)));
  background: linear-gradient(to top, #262226 7%, rgba(38, 34, 38, 0) 52%, rgba(38, 34, 38, 0) 60%, rgba(38, 34, 38, 0) 69%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.recommendation-section:after {
  content: "";
  width: 100%;
  height: 8px;
  display: inline-block;
  background: url("../../../img/black-rough.svg");
  background-repeat: repeat-x;
  background-position: 0 50%;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -8px;
  z-index: 20;
}
.recommendation-section .grid-container {
  position: relative;
  z-index: 10;
  color: #fff;
}
.recommendation-section .recomm-button-wrapper {
  padding-bottom: 55px;
}
@media print, screen and (min-width: 64em) {
  .recommendation-section .recomm-button-wrapper {
    padding-bottom: 75px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .recommendation-section .recomm-button-wrapper .animated-button {
    max-width: 320px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.recommendation-section .gform_confirmation_wrapper {
  padding: 60px 20px;
  color: #000;
}
.recommendation-section .recomm-form {
  background-image: url("../../../img/book-search-patt.svg");
  background-color: #f9f4f0;
  max-height: 0px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  margin-bottom: 0;
}
.recommendation-section .recomm-form.active {
  max-height: 860px;
  margin-bottom: 75px;
}
.recommendation-section .recomm-form .validation_error {
  color: #e04128;
  padding: 20px 0;
}
.recommendation-section .gform_wrapper .gform_footer {
  padding: 30px 0;
}
.recommendation-section .gform_wrapper .gform_footer.top_label {
  text-align: center;
}
.recommendation-section .gform_wrapper .gform_footer.top_label .gform_button.button {
  margin: 0;
  background-color: transparent;
  max-width: 380px;
  padding: 30px 20px !important;
}
.recommendation-section .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.recommendation-section .gform_wrapper li {
  width: 100%;
  margin-top: 15px !important;
  padding-right: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper li {
    margin-top: 24px !important;
  }
}
.recommendation-section .gform_wrapper .title {
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .title {
    font-size: 2.25rem;
  }
}
.recommendation-section .gform_wrapper .content {
  text-align: center;
  font-size: 0.875rem;
  color: #000;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .content {
    font-size: 1.125rem;
  }
}
.recommendation-section .gform_wrapper .form-name {
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .form-name {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
}
.recommendation-section .gform_wrapper .form-email {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .form-email {
    width: calc(50% - 8px);
  }
}
.recommendation-section .gform_wrapper .num01,
.recommendation-section .gform_wrapper .num02,
.recommendation-section .gform_wrapper .num03 {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .num01 .ginput_container input,
  .recommendation-section .gform_wrapper .num02 .ginput_container input,
  .recommendation-section .gform_wrapper .num03 .ginput_container input {
    padding-left: 50px !important;
  }
}
.recommendation-section .gform_wrapper .num01:after,
.recommendation-section .gform_wrapper .num02:after,
.recommendation-section .gform_wrapper .num03:after {
  content: "";
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  width: 36px;
  height: 37px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("../../../img/number-dot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .num01:after,
  .recommendation-section .gform_wrapper .num02:after,
  .recommendation-section .gform_wrapper .num03:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recommendation-section .gform_wrapper .num01:after {
  content: "1";
}
.recommendation-section .gform_wrapper .num02:after {
  content: "2";
}
.recommendation-section .gform_wrapper .num03:after {
  content: "3";
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email {
  position: relative;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text:after,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea:after,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-image: url("../../../img/form-field.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #885e3e;
  margin: 0;
  width: 100%;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea {
    font-size: 1rem;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-webkit-input-placeholder {
  display: none;
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-moz-placeholder {
  display: none;
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-ms-input-placeholder {
  display: none;
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-ms-input-placeholder {
  display: none;
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::placeholder {
  display: none;
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-moz-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-webkit-input-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-moz-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-ms-input-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-ms-input-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-webkit-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-webkit-input-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-moz-placeholder {
  /* Firefox 19+ */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-moz-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input::-moz-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-ms-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-ms-input-placeholder {
  /* IE 10+ */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-ms-input-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-ms-input-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-moz-placeholder {
  /* Firefox 18- */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-moz-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text input:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea input:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email input:-moz-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-webkit-input-placeholder {
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-moz-placeholder {
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-ms-input-placeholder {
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-ms-input-placeholder {
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::placeholder {
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-moz-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-webkit-input-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-moz-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-moz-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-ms-input-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-ms-input-placeholder, .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-ms-input-placeholder {
    color: transparent;
  }
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-webkit-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-webkit-input-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-moz-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea::-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea::-moz-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-ms-input-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-ms-input-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-moz-placeholder,
.recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-moz-placeholder {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_text textarea:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea:-moz-placeholder,
  .recommendation-section .gform_wrapper .gfield .ginput_container.ginput_container_email textarea:-moz-placeholder {
    color: transparent;
  }
}
.recommendation-section .gform_wrapper .gfield .gfield_label {
  text-align: left;
  color: #885e3e;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .recommendation-section .gform_wrapper .gfield .gfield_label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
.recommendation-section .gform_wrapper .gfield.gfield_error .gfield_description.validation_message {
  color: #e04128;
  text-align: left;
  padding: 5px 0 0;
}
.recommendation-section .gform_ajax_spinner {
  display: block;
  margin: 10px auto;
}

.blog-intro {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 39.99875em) {
  .blog-intro {
    margin: 0 0 30px;
  }
}

.blog-list-nav-section {
  margin: 0 0 40px;
}
@media print, screen and (min-width: 40em) {
  .blog-list-nav-section {
    margin: 0 0 80px;
  }
}
.blog-list-nav-section h1 {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .blog-list-nav-section h1 {
    margin: 0 0 60px;
  }
}

.blog-list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 39.99875em) {
  .blog-list-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-list-nav li {
  display: inline-block;
  margin: 0;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .blog-list-nav li:last-of-type {
    margin: 0;
  }
}
.blog-list-nav li:hover a, .blog-list-nav li.selected a {
  color: #8b005a;
}
@media print, screen and (max-width: 39.99875em) {
  .blog-list-nav li {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .blog-list-nav li:after {
    bottom: -8px;
  }
}
.blog-list-nav a {
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  position: relative;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.blog-list-nav a:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.blog-list-nav a.all {
  padding: 0 0 0 94px;
}
.blog-list-nav a.all:before {
  width: 76px;
  height: 58px;
  background-image: url("../../../img/icon-articles.svg"), url("../../../img/icon-podcasts.svg");
  background-position: 0 0, 44px 0;
}
.blog-list-nav a.articles {
  padding: 0 0 0 60px;
}
.blog-list-nav a.articles:before {
  width: 40px;
  height: 58px;
  background-image: url("../../../img/icon-articles.svg");
}
.blog-list-nav a.podcasts {
  padding: 0 0 0 54px;
}
.blog-list-nav a.podcasts:before {
  width: 34px;
  height: 58px;
  background-image: url("../../../img/icon-podcasts.svg");
}
@media print, screen and (max-width: 39.99875em) {
  .blog-list-nav a {
    font-size: 1.25rem;
  }
  .blog-list-nav a.all {
    padding: 0 0 0 50px;
  }
  .blog-list-nav a.all:before {
    width: 38px;
    height: 29px;
    background-position: 0 0, 22px 0;
  }
  .blog-list-nav a.articles {
    padding: 0 0 0 30px;
  }
  .blog-list-nav a.articles:before {
    width: 20px;
    height: 29px;
  }
  .blog-list-nav a.podcasts {
    padding: 0 0 0 30px;
  }
  .blog-list-nav a.podcasts:before {
    width: 17px;
    height: 29px;
  }
}

.archive-list-section {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .archive-list-section {
    margin-bottom: 60px;
  }
}

.archive-list {
  list-style: none;
  margin: 0;
}
.archive-list > li {
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 45px;
  margin-bottom: 24px;
  overflow: hidden;
}
.archive-list > li:after {
  content: "";
  display: inline-block;
  background-image: url("../../../img/header-line.svg");
  left: 0;
  right: 0;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .archive-list.events-page .event-details {
    margin: 0 0 20px;
  }
}
.archive-list.events-page .item-image {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 64em) {
  .archive-list.events-page .item-image {
    margin: 0 20px 0 0;
  }
}
.archive-list .new_time {
  font-family: "Vollkorn", serif;
  font-size: 1.75rem;
  color: #885e3e;
  margin: 0;
}
.archive-list .articles .article-type:before {
  background-image: url("../../../img/icon-articles.svg");
  width: 28px;
  height: 40px;
}
.archive-list .podcasts .article-type:before {
  background-image: url("../../../img/icon-podcasts.svg");
  width: 22px;
  height: 40px;
}
.archive-list .events .article-type {
  padding: 0 0 0 45px !important;
}
.archive-list .events .article-type:before {
  background-image: url("../../../img/icon-events.svg");
  width: 40px;
  height: 34px;
}
.archive-list .events .align-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-list a {
  color: #000;
}
.archive-list a h3 {
  font-size: 1.5rem;
  margin: 0;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.archive-list a p {
  margin: 0 0 10px;
}
.archive-list a:hover h3 {
  color: #8b005a;
}
.archive-list .item-meta {
  color: #885e3e;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-list .item-meta .article-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 0 35px;
  height: 40px;
  margin: 0 5px 0 0;
}
.archive-list .item-meta .article-type:before {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archive-list .even-location {
  color: #885e3e;
  font-size: 0.875rem;
}

.event-ticket-section {
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .event-ticket-section {
    margin: 0;
  }
}
.event-ticket-section .sold-out {
  margin: 0;
}
.event-ticket-section.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .event-ticket-section.product-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
.event-ticket-section.product-page .ticket-type {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .event-ticket-section.product-page .ticket-type {
    width: auto;
    margin-right: 20px;
  }
}
.event-ticket-section .ticket-type {
  margin-bottom: 20px;
}
.event-ticket-section .ticket-meta {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.free-event .validation_error {
  font-size: 0.75rem;
  color: #e04128;
}
.free-event .gform_fields {
  list-style: none;
  margin: 10px 0 0;
}
.free-event .gform_fields .ginput_container input {
  margin: 0;
}
.free-event .gform_fields .gfield_error .ginput_container input {
  border: rgba(224, 65, 40, 0.5) 1px solid;
}
.free-event .gform_fields .gfield_error .validation_message {
  display: none;
}
.free-event .gform_fields .name {
  margin: 0 0 16px;
  max-width: 300px;
}
.free-event .gform_fields .name .gfield_label {
  display: none;
}
.free-event .gform_fields .email {
  margin: 0 0 16px;
  max-width: 300px;
}
.free-event .gform_fields .email .gfield_label {
  display: none;
}
.free-event .gform_fields .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}
.free-event .gform_fields .number .gfield_label {
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 10px;
}
.free-event .gform_fields .number .ginput_container {
  width: 50px;
}
.free-event .gform_fields .number .ginput_container input {
  margin: 0;
}
.free-event .gform_fields .number.gfield_error {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.free-event .gform_fields .number.gfield_error .validation_message {
  width: 100%;
}
.free-event .gform_ajax_spinner {
  margin: 0 0 0 15px;
}
.free-event .gform_footer .gform_button.button {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 177px;
  min-width: 120px;
  font-size: 1rem;
  border-radius: 0;
  padding: 16px 12px 16px;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in;
  transition: background-color 300ms ease-in, color 300ms ease-in;
  border: 2px solid #000;
  color: #000;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}
.free-event .gform_footer .gform_button.button:hover {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 30px;
  border: none;
  list-style: none;
}
@media print, screen and (max-width: 39.99875em) {
  ul.page-numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 40em) {
  ul.page-numbers {
    margin: 20px 0 60px;
  }
}
ul.page-numbers li {
  display: inline-block;
  margin: 0 5px 10px;
  float: none;
}
ul.page-numbers li a {
  display: inline-block;
}
ul.page-numbers .page-numbers {
  border: 1px solid #262226;
  padding: 15px 19px;
  color: #262226;
  line-height: 1;
  -webkit-transition: color 300ms ease-in, background 300ms ease-in;
  transition: color 300ms ease-in, background 300ms ease-in;
  display: inline-block;
}
ul.page-numbers .page-numbers:hover {
  background: rgba(38, 34, 38, 0.5);
  color: #fff;
}
ul.page-numbers .page-numbers.next, ul.page-numbers .page-numbers.prev {
  border: none;
  padding: none;
  color: #8b005a;
  padding: 0;
}
ul.page-numbers .page-numbers.next:after {
  content: "\f054";
  font-family: Fontawesome;
  font-size: 0.6875rem;
}
ul.page-numbers .page-numbers.prev:before {
  content: "\f053";
  font-family: Fontawesome;
  font-size: 0.6875rem;
  margin-right: 3px;
}
ul.page-numbers .page-numbers.current {
  background: #262226;
  color: #fff;
}

.post-intro h1 {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  .post-intro h1 {
    margin: 0 0 50px;
  }
}

.post-meta-section {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  .post-meta-section {
    margin: 0 0 50px;
  }
}
.post-meta-section .post-meta {
  margin: 0 0 10px;
}
.post-meta-section .post-social .sd-title {
  display: none;
}
.author-meta-section {
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .author-meta-section {
    text-align: left;
  }
}
.author-meta-section .post-author-avatar {
  max-width: 80px;
  margin: 0 auto;
}
.author-meta-section a {
  font-family: "Vollkorn", serif;
  font-size: 1.5rem;
  color: #000;
}
.author-meta-section .post-date {
  font-size: 0.875rem;
  color: #885e3e;
}

.post-social {
  display: inline-block;
  text-align: left;
}

.post-thumbnail {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  .post-thumbnail {
    margin: 0 0 50px;
  }
}
.post-thumbnail img {
  display: inline-block;
  width: 100%;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .post-content p,
  .post-content blockquote,
  .post-content ul,
  .post-content ol {
    margin-bottom: 50px;
  }
}

.back-to-section {
  padding: 10px 0 30px;
}
@media print, screen and (min-width: 40em) {
  .back-to-section {
    padding: 0px 0 60px;
  }
}
.back-to-section .back-to-section-link {
  font-size: 1.125rem;
}
.back-to-section .back-to-section-link:before {
  content: "\f053";
  font-family: Fontawesome;
  font-size: 0.9375rem;
  margin-right: 10px;
}

.quote {
  padding: 20px 20px;
  position: relative;
  margin: 0 0 30px;
}
.quote .pager {
  left: 50%;
  right: inherit;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.quote:before {
  content: "";
  background-image: url("../../../img/review-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.quote .quote-marks {
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
  padding: 30px 16px 0;
}
@media print, screen and (min-width: 40em) {
  .quote .quote-marks {
    padding: 0 70px;
  }
}
.quote .quote-marks:before, .quote .quote-marks:after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 28px;
  position: absolute;
  background-repeat: no-repeat;
}
.quote .quote-marks:before {
  background-image: url("../../../img/quote-in.svg");
  left: 0px;
  top: 0px;
}
@media print, screen and (min-width: 40em) {
  .quote .quote-marks:before {
    left: 20px;
  }
}
.quote .quote-marks:after {
  background-image: url("../../../img/quote-out.svg");
  right: 20px;
}
.quote p {
  padding: 0 16px;
  color: #885e3e;
}
@media print, screen and (min-width: 40em) {
  .quote p {
    padding: 0 70px;
  }
}

.contact {
  padding: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .contact {
    padding: 0 0 60px;
  }
}
.contact .gform_fields {
  list-style: none;
  margin: 0;
}
.contact .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
  margin: 0 0 15px;
}
.contact .gform_wrapper ul.gform_fields li.gfield input,
.contact .gform_wrapper ul.gform_fields li.gfield textarea {
  margin-bottom: 0;
}
.contact .gform_wrapper .gform_footer {
  text-align: right;
}
.contact .gfield_description.validation_message {
  font-size: 0.875rem;
  color: #e04128;
}
.contact .gform_wrapper .gform_footer input[type=submit].button {
  background-color: transparent !important;
}

.gfield--type-honeypot {
  display: none !important;
}

.sold-out {
  background-color: #8b005a;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  line-height: 1.4;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: -25px !important;
  font-weight: 600;
}

.no-search-results-content {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 40em) {
  #not-found-form {
    width: 50% !important;
  }
}
#not-found-form ul {
  margin-left: 0;
}
#not-found-form ul li {
  list-style-type: none;
}

.single-product div.product.bundled_product_summary {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 0;
}
.single-product div.product.bundled_product_summary .bundled_product_images {
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
  float: none;
}
.single-product div.product.bundled_product_summary .details {
  float: none;
  width: auto;
  max-width: 80%;
}
.single-product div.product.bundled_product_summary .details h4 {
  margin-bottom: 0;
  line-height: 1;
}
.single-product div.product.bundled_product_summary .details p {
  margin-bottom: 0;
}

.voucher-image-options {
  display: none;
}

.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce {
    margin-bottom: 60px;
  }
}

.woocommerce-checkout #basket-overview,
.woocommerce-cart #basket-overview {
  display: none;
}

.woocomerce-form.woocommerce-form-login,
.checkout_coupon {
  background: #fff;
}

.woocommerce .woocommerce-breadcrumb {
  max-width: 75rem;
  margin: 0 auto 20px;
  padding: 0 0.9375rem;
  width: 100%;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #8b005a;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding-bottom: 2px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  -webkit-box-shadow: inset 0px -3px 0px 0px #8b005a;
          box-shadow: inset 0px -3px 0px 0px #8b005a;
}

.product-section {
  margin-bottom: 60px;
  width: 100%;
}
.product-section p {
  font-size: 0.875rem;
}
.product-section .button.buy-book {
  margin-bottom: 20px;
}
.product-section form .form-row {
  padding: 0;
  margin: 0 0 20px;
}
.product-section form .form-row input {
  margin: 0;
}
.product-section form .form-row .chars_remaining {
  display: none;
}
.product-section form abbr.required {
  color: red;
  font-weight: 700;
  border: 0;
}
.product-section form h3 {
  font-family: "Open Sans", sans-serif;
  color: #885e3e;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
}
.product-section form .product-addon {
  margin: 0;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.woocommerce div.product form.cart div.quantity .screen-reader-text {
  display: none;
}
.woocommerce div.product form.cart .qty {
  height: 52px;
  margin: 0;
}
.woocommerce div.product form.cart .apple-pay-button-wrapper button {
  margin-top: 4px;
}

.woocommerce div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  .product-image .woocommerce-product-gallery {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 40em) {
  .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.product-image.events .product-image-wrapper {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 39.99875em) {
  .product-image.events .product-image-wrapper {
    max-width: 320px;
  }
}
.product-image span.onsale {
  background-color: #8b005a;
  color: #fff;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: -25px !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    max-width: 320px;
  }
}

.summary,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .summary,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .summary,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
}

.book-info-top {
  margin-bottom: 25px;
}
.book-info-top h1 {
  margin-bottom: 15px;
}
.book-info-top h4 {
  margin-bottom: 0;
}
.book-info-top .event-details {
  font-size: 1rem;
  color: #885e3e;
  margin: 0;
}
.book-info-top .event-details.time-place {
  margin: 0 0 20px;
}
.book-info-top .event-overview {
  font-size: 0.75rem;
}

.book-info-bottom {
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.book-info-bottom.events {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.book-info-bottom.events:after {
  content: "";
  display: inline-block;
  padding-top: 2.445652174%;
  width: 100%;
  bottom: -17px;
  left: 0;
  position: absolute;
  background-image: url("../../../img/2col-keyline.svg");
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.book-info-bottom.events .free-event {
  margin-bottom: 30px;
}
.book-info-bottom .preorder {
  color: #8b005a;
}
.book-info-bottom .price {
  margin: 0;
  display: inline-block;
  font-size: 0.875rem !important;
  color: #000 !important;
}

.variations_form .variations {
  margin: 0;
}
.variations_form .variations tbody {
  background: transparent;
  border: 0;
}
.variations_form .variations tbody tr th.label, .variations_form .variations tbody tr td.label {
  background: transparent;
  vertical-align: middle;
  color: #885e3e;
  font-family: "Vollkorn", serif;
}
.variations_form .variations tbody tr th.label label, .variations_form .variations tbody tr td.label label {
  color: #885e3e;
  font-family: "Vollkorn", serif;
  font-size: 1rem;
  font-weight: 300 !important;
}
.variations_form .variations tbody tr td.value select {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.variations_form .variations tbody tr:nth-child(even) {
  background: transparent;
}

.nyp #nyp {
  display: inline-block;
  width: 90px;
  text-align: left;
}

.single_variation_wrap .required-product-addon {
  margin-top: 0;
}
.single_variation_wrap h3.addon-name {
  color: #885e3e;
  font-size: 1rem;
  font-weight: 300 !important;
  line-height: 1.25;
}
.single_variation_wrap .form-row.form-row-wide {
  padding: 0 10px 0 0;
}
.single_variation_wrap .form-row.form-row-wide textarea {
  min-height: 150px;
}

.mrb-review,
.promo-text,
.notification {
  padding: 20px 20px;
  position: relative;
  margin: 0 0 30px;
}
.mrb-review:before,
.promo-text:before,
.notification:before {
  content: "";
  background-image: url("../../../img/review-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.mrb-review h3:before, .mrb-review h3:after,
.promo-text h3:before,
.promo-text h3:after,
.notification h3:before,
.notification h3:after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 28px;
  position: absolute;
  background-repeat: no-repeat;
}
.mrb-review h3:before,
.promo-text h3:before,
.notification h3:before {
  background-image: url("../../../img/quote-in.svg");
  left: 20px;
}
.mrb-review h3:after,
.promo-text h3:after,
.notification h3:after {
  background-image: url("../../../img/quote-out.svg");
  right: 20px;
}

.notification {
  padding: 10px 20px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.notification a {
  margin-right: 10px !important;
}
.notification.level-success {
  color: #8fae1b;
}
.notification.level-error {
  color: #b81c23;
}
.notification.level-info {
  color: #1e85be;
}
.notification .button {
  margin-left: 1rem !important;
}

@media print, screen and (max-width: 39.99875em) {
  .product_meta {
    margin: 10px 0 30px;
  }
}
.product_meta > span {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
}
.product_meta > span span,
.product_meta > span a {
  font-weight: 200;
}

.events-sharing .sharedaddy:before {
  content: "Share this event:";
  display: inline-block;
  border: none !important;
  font-size: 0.75rem !important;
  font-weight: 200 !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
}
.events-sharing .sharedaddy h3.sd-title {
  display: none;
}

.sharedaddy h3.sd-title {
  border: none !important;
  font-size: 0.75rem !important;
  font-weight: 200 !important;
  font-family: "Open Sans", sans-serif;
}
.sharedaddy h3.sd-title:before {
  display: none !important;
}
.sharedaddy .sd-content li {
  margin: 0 10px 0 0;
}
.sharedaddy .sd-content li:last-of-type {
  margin: 0;
}
.sharedaddy .sd-content li .sd-button {
  border-radius: 0px !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  padding: 0 !important;
}
.sharedaddy .sd-content li .sd-button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2.9375rem;
  color: #000;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.sharedaddy .sd-content li .sd-button span {
  display: none;
}
.sharedaddy .sd-content li .sd-button:hover:before {
  color: #8b005a;
}
.sharedaddy .sd-content .share-facebook .share-facebook.sd-button:before {
  content: "\f082";
}
.sharedaddy .sd-content .share-twitter .share-twitter.sd-button:before {
  content: "\f081";
}
.sharedaddy .sd-content .share-pinterest {
  margin: 0;
}
.sharedaddy .sd-content .share-pinterest .share-pinterest.sd-button:before {
  content: "\f0d3";
}

.associated-lists {
  background: #262226;
  padding: 60px 0;
}
.associated-lists h1 {
  color: #fff;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .associated-lists h1 {
    margin-bottom: 60px;
  }
}
.associated-lists ul {
  margin: 0;
  list-style: none;
}
.associated-lists ul.single-item {
  text-align: center;
}
.associated-lists .book-list .list-showcase {
  height: auto;
}
.associated-lists .book-list .list-info h3 {
  color: #fff;
}
.associated-lists .book-list .list-info .button {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}
.associated-lists .book-list .list-info .button:before {
  color: #fff;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.associated-lists .book-list .list-info .button:hover {
  background: #fff !important;
  color: #8b005a !important;
}
.associated-lists .book-list .list-info .button:hover:before {
  color: #8b005a;
}

.woocommerce .button,
.woocommerce-button.button,
.woocommerce-Button.button {
  min-width: 120px;
  font-size: 1rem;
  border-radius: 0;
  padding: 16px 12px 16px;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in;
  transition: background-color 300ms ease-in, color 300ms ease-in;
  border: 2px solid #000;
  color: #000;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce .button:hover,
.woocommerce-button.button:hover,
.woocommerce-Button.button:hover {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}
.woocommerce .button.loading.button.product_type_bundle,
.woocommerce-button.button.loading.button.product_type_bundle,
.woocommerce-Button.button.loading.button.product_type_bundle {
  padding-right: 30px;
}
.woocommerce .button.loading.button.product_type_bundle:after,
.woocommerce-button.button.loading.button.product_type_bundle:after,
.woocommerce-Button.button.loading.button.product_type_bundle:after {
  top: 16px;
  right: 8px;
}
.woocommerce .button.view,
.woocommerce-button.button.view,
.woocommerce-Button.button.view {
  width: 100%;
}

.cookies-bar, .sitewide-notice {
  color: #fff;
  background-color: rgba(139, 0, 90, 0.85);
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 8px 40px;
  display: none;
  margin: 0 0 20px;
}
.cookies-bar.active, .sitewide-notice.active {
  display: inline-block;
}
.cookies-bar a, .sitewide-notice a {
  color: #fff;
  text-decoration: underline;
}
.cookies-bar .cookies-close, .sitewide-notice .cookies-close {
  position: absolute;
  right: 20px;
  top: 7px;
  font-size: 1.125rem;
  width: 14px;
  height: 14px;
}
.cookies-bar .cookies-close:before, .sitewide-notice .cookies-close:before {
  content: "\f00d";
  display: inline-block;
  position: relative;
  height: 14px;
  font-family: FontAwesome;
  top: -5px;
  line-height: 1;
  cursor: pointer;
}

.sitewide-notice {
  font-size: 1rem;
}
.sitewide-notice h3 {
  margin-bottom: 0.25rem;
}

#main-header {
  padding: 13px 0 0;
  margin: 0 0 40px;
  background: #f9f4f0;
  font-size: 1.125rem;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  #main-header {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
#main-header .grid-x {
  padding: 0 0 40px;
  background-image: url("../../../img/header-line.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.home #main-header {
  margin: 0 0 25px;
}
.home #main-header .grid-x {
  padding: 0;
  background-image: none;
}

nav#main-menu #menu-header-menu {
  font-family: "Vollkorn", serif;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  nav#main-menu #menu-header-menu {
    text-align: center;
    margin: 0;
  }
}
nav#main-menu #menu-header-menu li a {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
nav#main-menu #menu-header-menu li a:hover {
  color: #000;
}
@media print, screen and (max-width: 39.99875em) {
  nav#main-menu #menu-header-menu li {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
nav#main-menu #menu-header-menu li.current-menu-item a, nav#main-menu #menu-header-menu li.current-page-ancestor a {
  color: #000;
}
@media print, screen and (max-width: 39.99875em) {
  nav#main-menu {
    max-height: 0px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
  }
  nav#main-menu.active {
    max-height: 500px;
  }
}

.logo {
  position: relative;
}
.logo svg {
  max-width: 6rem;
}
.logo .mobile-menu {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  right: 20px;
  cursor: pointer;
}
.logo .mobile-menu svg {
  fill: #8b005a;
}
.logo .mobile-menu.active {
  opacity: 0.3;
}

aside {
  display: inline-block;
  vertical-align: middle;
}
aside + aside {
  margin-left: 0.625rem;
}

@media print, screen and (max-width: 39.99875em) {
  #search-wrapper {
    position: absolute;
    top: 26px;
    left: 15px;
  }
}

.search-toggle {
  float: right;
  cursor: pointer;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 40em) {
  .search-toggle {
    width: 100px;
  }
}
.search-toggle span {
  font-size: 0.75rem;
  font-wegiht: bold;
  color: #8b005a;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}
@media print, screen and (max-width: 39.99875em) {
  .search-toggle span {
    display: none;
  }
}
.search-toggle span svg {
  width: 20px;
}

#header-search-wrapper {
  background: white;
}
#header-search-wrapper:after {
  content: "";
  display: inline-block;
  background: url("../../../img/keyline-search-purple.svg");
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#header-search-wrapper #header_search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-search-wrapper #header_search_form input[type=search] {
  background: transparent;
  border: 0;
  margin: 0;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 0px !important;
          box-shadow: 0 0 0px !important;
  font-weight: 600;
  color: #8b005a;
}
#header-search-wrapper #header_search_form input[type=search]:focus {
  -webkit-box-shadow: 0 0 0px !important;
          box-shadow: 0 0 0px !important;
}
#header-search-wrapper #header_search_form input[type=submit] {
  background: none;
  border: none;
  background-image: url("../../../img/icon-search-purple.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 21px;
  height: 21px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
#header-search-wrapper #header_search_form input[type=submit]:hover {
  opacity: 0.7;
}
#header-search-wrapper #header_search_form input::-webkit-input-placeholder {
  color: #8b005a;
}
#header-search-wrapper #header_search_form input::-moz-placeholder {
  color: #8b005a;
}
#header-search-wrapper #header_search_form input:-ms-input-placeholder {
  color: #8b005a;
}
#header-search-wrapper #header_search_form input::-ms-input-placeholder {
  color: #8b005a;
}
#header-search-wrapper #header_search_form input::placeholder {
  color: #8b005a;
}
#header-search-wrapper #header_search_form input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b005a;
}
#header-search-wrapper #header_search_form input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: #8b005a;
}
#header-search-wrapper #header_search_form input[type=search]:-ms-input-placeholder { /* IE 10+ */
  color: #8b005a;
}
#header-search-wrapper #header_search_form input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: #8b005a;
}

@media print, screen and (max-width: 39.99875em) {
  #basket-overview {
    position: absolute;
    top: 26px;
    left: 30px;
  }
}
#basket-overview .dropdown-pane {
  z-index: 300;
  background: #f8f8f8;
  margin-top: 6px;
}
#basket-overview .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 24px;
  padding-bottom: 20px;
  font-size: 0.875rem;
}
#basket-overview .woocommerce.widget_shopping_cart .cart_list li a {
  color: #000;
}
#basket-overview .woocommerce.widget_shopping_cart .cart_list li a:hover {
  color: #8b005a;
}
#basket-overview .woocommerce.widget_shopping_cart .cart_list li dl dt,
#basket-overview .woocommerce.widget_shopping_cart .cart_list li dl dd {
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.2;
}
#basket-overview .woocommerce.widget_shopping_cart .cart_list li dl dt p,
#basket-overview .woocommerce.widget_shopping_cart .cart_list li dl dd p {
  line-height: 1.2;
}
#basket-overview .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total {
  border: 0;
  background-image: url("../../../img/cart-underline-restricted-purple.svg");
  background-repeat: no-repeat;
  background-position: top;
  padding: 10px 0 0;
}
#basket-overview .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}
#basket-overview .woocommerce.widget_shopping_cart .button.wc-forward {
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 16px 12px 16px !important;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
  transition: background-color 300ms ease-in, color 300ms ease-in !important;
  border: 2px solid #000;
  color: #000;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}
#basket-overview .woocommerce.widget_shopping_cart .button.wc-forward:hover {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}

.cart-contents {
  font-size: 0.75rem;
  position: relative;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
}
.cart-contents:before {
  content: url("../../../img/icon-cart.svg");
  display: inline-block;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopfront {
  background-color: #f9f4f0;
  background-image: url("../../../img/shop-front.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
.shopfront > .grid-container > .grid-x {
  padding: 30px 0;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .shopfront > .grid-container > .grid-x {
    padding: 30px 0 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .shopfront > .grid-container > .grid-x {
    height: 560px;
    padding: 0;
  }
}
.shopfront .home-intro-story {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 64em) {
  .shopfront .home-intro-story {
    margin: 0;
  }
}
.shopfront .carousel-wrapper {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .shopfront .carousel-wrapper {
    min-height: 520px;
  }
}
.shopfront .carousel-wrapper li.cycle-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.shopfront .cycle-slideshow {
  margin: 0 auto;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media print, screen and (max-width: 39.99875em) {
  .shopfront .cycle-slideshow {
    max-width: 293px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .shopfront .cycle-slideshow {
    max-width: 600px;
  }
}
@media print, screen and (min-width: 40em) {
  .shopfront .cycle-slideshow {
    height: 285px;
    overflow: hidden;
    list-style: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .shopfront .cycle-slideshow {
    max-width: 100%;
    margin: 0;
  }
}
.shopfront .cycle-slideshow.active {
  opacity: 1;
  visibility: visible;
}
.shopfront .carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .shopfront .carousel-item {
    max-width: 100%;
  }
}
.shopfront .carousel-item ul {
  list-style: none;
  margin: 0;
}
.shopfront .carousel-item .carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px 10px;
}
.shopfront .carousel-item .carousel-content a {
  color: #000;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.shopfront .carousel-item .carousel-content a:hover {
  color: #8b005a;
}
@media print, screen and (max-width: 39.99875em) {
  .shopfront .carousel-item .carousel-content {
    padding: 35px 20px 20px;
  }
}
.shopfront .carousel-item .carousel-content .pager {
  right: inherit;
  left: 20px;
  bottom: 15px;
}
@media print, screen and (max-width: 39.99875em) {
  .shopfront .carousel-item .carousel-content .pager {
    bottom: inherit;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

.notices-wrapper {
  margin-bottom: 30px;
}
.notices-wrapper .notices {
  display: inline-block;
  background-image: url("../../../img/header-line.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 8px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 40px;
  padding: 0 0;
  border: 0;
  background-color: transparent;
  font-size: 0.875rem;
  padding-left: 36px !important;
  padding-right: 16px !important;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  position: absolute;
  top: 0;
  left: 16px;
  margin: 0 7px 0 0;
}
.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward,
.woocommerce-error .button.wc-forward {
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 16px 12px 16px !important;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
  transition: background-color 300ms ease-in, color 300ms ease-in !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  background: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: none;
}
.woocommerce-message .button.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover,
.woocommerce-error .button.wc-forward:hover {
  background: #8b005a !important;
  border-color: #8b005a !important;
  color: #fff !important;
}

.woocommerce-message {
  color: #8fae1b;
}
.woocommerce-message a {
  color: #8fae1b;
  text-decoration: underline;
}

.woocommerce-info {
  color: #1e85be;
}
.woocommerce-info a {
  color: #1e85be;
  text-decoration: underline;
}

.woocommerce-error {
  color: #b81c23;
}
.woocommerce-error a {
  color: #b81c23;
  text-decoration: underline;
}

.footer-cap {
  position: relative;
  z-index: 20;
  margin-bottom: 14px;
}
.footer-cap:after {
  content: "";
  display: inline-block;
  background-image: url("../../../img/footer-cap.svg");
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  left: 0;
  height: 14px;
  right: 0;
  position: absolute;
  bottom: -14px;
}
.footer-cap.team-members:after {
  bottom: 0;
}

footer {
  background-color: #262226;
  color: white;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
}
footer:before {
  content: "";
  width: 100%;
  height: 8px;
  display: inline-block;
  background: url("../../../img/black-rough.svg");
  background-repeat: repeat-x;
  background-position: 0 50%;
  position: absolute;
  top: -8px;
}
footer a {
  color: #fff;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
footer a:hover {
  color: #cc9bd7;
}

.newsletter-signup {
  margin: -8px 0 0;
  padding: 53px 0 73px;
  position: relative;
  background-size: 100% auto;
  background: #f9f4f0;
  overflow: hidden;
  color: #000;
}
.newsletter-signup:before, .newsletter-signup:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.newsletter-signup:before {
  left: -184px;
  top: 180px;
  background-image: url("../../../img/palm-slice-left.webp");
}
@media print, screen and (min-width: 40em) {
  .newsletter-signup:before {
    left: -150px;
    top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .newsletter-signup:before {
    left: 0;
  }
}
.newsletter-signup:after {
  right: -150px;
  background-image: url("../../../img/palm-slice-right.webp");
}
@media print, screen and (min-width: 40em) {
  .newsletter-signup:after {
    right: -150px;
  }
}
@media print, screen and (min-width: 64em) {
  .newsletter-signup:after {
    right: 0;
  }
}
.newsletter-signup .grid-container {
  position: relative;
  z-index: 10;
}
.newsletter-signup .mc_custom_border_hdr {
  font-family: "Vollkorn", serif;
  font-size: 2.25rem;
  line-height: 3.125rem;
  margin-bottom: 20px;
}
.newsletter-signup #mc_signup #mc_subheader {
  font-size: 1rem;
  margin-bottom: 30px;
}
.newsletter-signup #mc_signup .mergeRow {
  display: none;
}
.newsletter-signup #mc_signup .mc_form_inside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup #mc_signup .mc_form_inside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsletter-signup #mc_signup .mc_merge_var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 145px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup #mc_signup .mc_merge_var {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup #mc_signup .mc_signup_submit {
    width: 100%;
  }
}
.newsletter-signup #mc_signup #mc_message {
  width: 100%;
  position: absolute;
  bottom: -48px;
  text-align: center;
}
.newsletter-signup #mc_signup #mc_message .mc_error_msg {
  color: #b81c23;
}
.newsletter-signup #mc_signup #mc_message .mc_success_msg {
  color: #8fae1b;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter-signup form label {
  width: 200px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup form label {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.newsletter-signup form input[type=text] {
  margin: 0;
  height: 50px;
  margin: 0 10px 0 20px;
  border: 1px solid #a9a9a9;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup form input[type=text] {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.newsletter-signup form input[type=submit] {
  width: 145px;
  height: 50px;
  margin: 0;
  color: #000;
  border: 2px solid #000;
  background: transparent;
  font-size: 1rem;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
  transition: background-color 300ms ease-in, color 300ms ease-in !important;
  cursor: pointer;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup form input[type=submit] {
    width: 100%;
  }
}
.newsletter-signup form input[type=submit]:hover {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}

#search {
  padding-top: 20px;
  margin-bottom: 50px;
}
#search:after {
  content: "";
  display: inline-block;
  background: url("../../../img/keyline-search.svg");
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#search form input[type=search] {
  background: transparent;
  border: 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
#search form input[type=search]:focus {
  -webkit-box-shadow: 0 0 0px !important;
          box-shadow: 0 0 0px !important;
}
#search form input[type=submit] {
  background: none;
  border: none;
  background-image: url("../../../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 21px;
  height: 21px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
#search form input[type=submit]:hover {
  opacity: 0.7;
}
#search form input::-webkit-input-placeholder {
  color: #fff;
}
#search form input::-moz-placeholder {
  color: #fff;
}
#search form input:-ms-input-placeholder {
  color: #fff;
}
#search form input::-ms-input-placeholder {
  color: #fff;
}
#search form input::placeholder {
  color: #fff;
}
#search form input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#search form input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#search form input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#search form input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.menu-footer-terms-container {
  display: inline-block;
  width: 100%;
}
.menu-footer-terms-container ul {
  margin: 15px 0 20px;
}
@media print, screen and (min-width: 40em) {
  .menu-footer-terms-container ul {
    margin: 0 0 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu-footer-terms-container ul {
    margin: 0;
  }
}
.menu-footer-terms-container ul li {
  margin: 0;
  width: 100%;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 40em) {
  .menu-footer-terms-container ul li {
    width: auto;
    margin: 0 15px 0 0;
  }
}
.menu-footer-terms-container ul li:last-of-type {
  margin: 0;
}
.menu-footer-terms-container ul li a {
  padding: 0;
}

#menu-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  #menu-footer-social {
    display: inline-block;
    width: 100%;
  }
}
#menu-footer-social li {
  width: 100%;
  margin: 0 0 10px 0;
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  #menu-footer-social li {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  #menu-footer-social li {
    margin: 0 0 0 15px;
  }
}
#menu-footer-social li.facebook a:before {
  content: "\f082";
}
#menu-footer-social li.twitter a:before {
  content: "\f081";
}
#menu-footer-social li.instagram a:before {
  content: "\f16d";
}
#menu-footer-social li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
#menu-footer-social li a:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 2px;
  top: -5px;
  -webkit-transform: translate3d(-29%, 17%, 0);
          transform: translate3d(-29%, 17%, 0);
  position: absolute;
}

.slideshow {
  position: relative;
  margin: 50px 0 100px;
  overflow: hidden;
}
.slideshow .cycle-slideshow {
  max-height: 650px;
  height: 100%;
  margin: 0;
  display: inline-block;
}
.slideshow .cycle-slideshow li {
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow .cycle-slideshow li > div {
  padding: 20px 0;
  font-size: 0.875rem;
  color: #885e3e;
}
.slideshow .cycle-slideshow linot:first-of-type {
  display: none;
}

.pager {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
  z-index: 100;
}
.pager li {
  display: inline-block;
  padding: 0 10px;
}
.pager li:first-of-type {
  padding-left: 0;
}
.pager li:last-of-type {
  padding-right: 0;
}
.pager li.cycle-pager-active a {
  background: #262226;
}
.pager a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #dfc5ac;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.odd-even-block {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 39.99875em) {
  .odd-even-block {
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.odd-even-block h4 {
  font-size: 3rem;
  line-height: 4.25rem;
  margin: 0 0 40px;
}
@media print, screen and (min-width: 40em) {
  .odd-even-block h4 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .odd-even-block h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .odd-even-block .section-image {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .odd-even-block .section-content {
    max-width: 384px;
  }
}

.odd .section-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.odd .section-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.even .section-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (max-width: 39.99875em) {
  .even .section-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.even .section-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .even .section-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.meet-team-cta {
  margin: 0 0 100px;
}
@media print, screen and (max-width: 39.99875em) {
  .meet-team-cta {
    margin: 0 0 60px;
  }
}
.meet-team-cta .animated-button {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .meet-team-cta .animated-button {
    max-width: 300px;
  }
}
.meet-team-cta .animated-button:before {
  padding-top: 16.68789809%;
}

.comment_cards {
  background-image: url("../../../img/guestbook-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 80px 0;
  margin: 0 0 50px;
  position: relative;
}
.comment_cards:before, .comment_cards:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.comment_cards:before {
  background-image: url("../../../img/cards-top.svg");
  background-size: 100%;
  top: 0;
  height: 17px;
  background-position: top;
}
.comment_cards:after {
  background-image: url("../../../img/cards-bottom.svg");
  background-size: 100%;
  bottom: -1px;
  height: 20px;
  background-position: bottom;
}
.comment_cards .cycle-slideshow {
  margin: 0;
  display: inline-block;
  max-height: 600px;
}
.comment_cards .cycle-slideshow li {
  position: absolute;
  top: 0;
  left: 0;
}
.comment_cards .grid-container {
  position: relative;
}
@media (max-width: 890px) {
  .comment_cards .grid-container {
    padding-bottom: 70px;
  }
}
.comment_cards .prev,
.comment_cards .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 890px) {
  .comment_cards .prev,
  .comment_cards .next {
    top: inherit;
    bottom: -20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.comment_cards .prev svg,
.comment_cards .next svg {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.comment_cards .prev:hover svg,
.comment_cards .next:hover svg {
  fill: #8b005a;
}
.comment_cards .prev {
  left: 10px;
}
@media (max-width: 890px) {
  .comment_cards .prev {
    left: calc(50% - 100px);
  }
}
.comment_cards .prev svg {
  width: 50px;
}
.comment_cards .next {
  right: 10px;
}
@media (max-width: 890px) {
  .comment_cards .next {
    right: calc(50% - 100px);
  }
}
.comment_cards .next svg {
  width: 50px;
  -webkit-transform: rotate(180deg) scale(1, -1);
          transform: rotate(180deg) scale(1, -1);
}

.story {
  margin-bottom: 60px;
}

.timeline-list {
  padding-bottom: 50px;
}
.timeline-list .timeline-dash {
  position: relative;
  margin-bottom: 134px;
}
.timeline-list .timeline-dash:after {
  content: "";
  width: 8px;
  height: 64px;
  display: inline-block;
  position: absolute;
  bottom: -104px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../../img/timeline-dash.svg");
}
.timeline-list .timeline-item.odd .timeline-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.timeline-list .timeline-item.odd .timeline-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.timeline-list .timeline-item.odd .timeline-bummper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.timeline-list .timeline-item.even .timeline-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media print, screen and (max-width: 63.99875em) {
  .timeline-list .timeline-item.even .timeline-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.timeline-list .timeline-item.even .timeline-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (max-width: 63.99875em) {
  .timeline-list .timeline-item.even .timeline-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.timeline-list .timeline-item.even .timeline-bummper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.timeline-list .timeline-item.last-item {
  margin: 0;
}
.timeline-list .timeline-item.last-item .timeline-content:after {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .timeline-list .timeline-image {
    margin-bottom: 30px;
  }
}
.timeline-list .timeline-image img {
  border-radius: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .timeline-list .timeline-image img {
    max-width: 300px;
    width: 100%;
  }
}
.timeline-list .timeline-content .timeline-date {
  color: #8b005a;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: inline-block;
}
.timeline-list .timeline-content .timeline-title {
  margin: 0 0 20px;
}
.timeline-list .timeline-shrink-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 600ms ease-in;
  transition: max-height 600ms ease-in;
}
.timeline-list .timeline-shrink-wrapper.active {
  max-height: 8000px;
}
.timeline-list .timeline-cta {
  position: relative;
  height: 186px;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  opacity: 1;
  visibility: visible;
}
.timeline-list .timeline-cta.deacticated {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.timeline-list .timeline-cta.shrink {
  height: 0;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  background-image: url("../../../img/cart-underline-restricted.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 10px 0 15px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  -webkit-box-shadow: inset 0px -3px 0px 0px #8b005a;
          box-shadow: inset 0px -3px 0px 0px #8b005a;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  -webkit-box-shadow: inset 0px -3px 0px 0px #8b005a;
          box-shadow: inset 0px -3px 0px 0px #8b005a;
}

.woocommerce-MyAccount-content {
  background: none;
  position: relative;
  border: 0;
  margin-bottom: 23px;
  padding: 32px 24px 16px 16px;
  position: relative;
  background-image: url("../../../img/cart-bg-test.svg");
  background-size: 100% 100%;
  background-position: 0px -1px;
  background-color: transparent;
  background-position: 1px;
  background-repeat: no-repeat;
}
.woocommerce-MyAccount-content:after {
  content: "";
  background-image: url("../../../img/cart-footer.svg");
  background-size: 100% 100%;
  background-position: 1px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -22px;
  width: 99.6%;
  height: 23px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table {
  border: 0;
  background: transparent;
  border-collapse: collapse;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table tbody,
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table tfoot,
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table th,
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table td {
  background: transparent;
  border: 0;
  border-collapse: collapse;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table thead {
  position: relative;
  background-color: transparent;
  border: 0px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table thead:before {
  content: "";
  width: 100%;
  top: 34px;
  left: 7px;
  height: 87px;
  position: absolute;
  background-image: url("../../../img/cart-header.svg");
  background-size: 99% 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  z-index: 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table thead th {
  position: relative;
  font-family: "Vollkorn", serif;
  font-weight: 200 !important;
  font-size: 1.125rem;
  padding: 30px 12px;
  border-collapse: collapse;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table .woocommerce-orders-table__row {
  background-color: transparent;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.account-orders-table .woocommerce-orders-table__row td {
  padding: 20px 12px;
  border-bottom: 2px solid #dfc5ac;
}

.book-list-intro-block {
  padding: 20px 0 20px;
}
@media print, screen and (min-width: 40em) {
  .book-list-intro-block {
    padding: 30px 0 40px;
  }
}

.intro-items {
  margin: 0 0 60px;
  list-style: none;
}
@media print, screen and (max-width: 39.99875em) {
  .intro-items {
    margin: 0 0 30px;
  }
}
.intro-items li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .intro-items li {
    margin-bottom: 0;
  }
}
.intro-items li img {
  border-radius: 50%;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.intro-items li a {
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  .intro-items li a .button {
    font-size: 0.875rem !important;
  }
}
.intro-items li a:hover .button {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}
@media print, screen and (max-width: 39.99875em) {
  .intro-items li a:hover .button {
    font-size: 0.875rem !important;
  }
}

.featured-book-list {
  padding: 60px 0;
  color: #fff;
  background-color: #262226;
}
.featured-book-list h1 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .featured-book-list h1 {
    margin-bottom: 60px;
  }
}
.featured-book-list .book-covers {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  .featured-book-list .book-covers {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .featured-book-list .book-covers .cell {
    margin-bottom: 20px;
  }
}
.featured-book-list .book-covers .cell .plus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.featured-book-list .book-covers .cell .plus:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
  width: 100%;
  background: #8b005a;
}
.featured-book-list .book-covers .cell .plus:after {
  content: "";
  display: inline-block;
  width: calc(100% - 12px);
  height: calc(100% - 6px);
  position: absolute;
  z-index: 5;
  background-image: url("../../../img/book-list-graphic-purple.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.featured-book-list .book-covers .cell .plus .plus-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 3rem;
  font-family: "Vollkorn", serif;
}
.featured-book-list .book-covers .cell .plus .plus-inner a {
  color: #fff;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-book-list .book-covers .cell .plus .plus-inner {
    font-size: 1.875rem;
  }
}

.all-lists {
  padding: 30px 0;
}
@media print, screen and (min-width: 40em) {
  .all-lists {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .all-lists {
    padding: 100px 0;
  }
}
.all-lists .intro {
  margin-bottom: 40px;
}

.book-lists {
  margin: 0;
  list-style: none;
}
.book-lists .cell {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .book-lists .cell {
    margin: 0 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .book-lists .cell {
    margin: 0 0 60px;
  }
}
.book-lists .cell .list-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facetwp-type-pills .facetwp-checkbox {
  background: #fefefe !important;
  color: #890959;
  display: inline-block;
  border-radius: 0;
  padding: 0 15px 1px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 16px;
  margin-right: 16px;
  border: 2px solid #fefefe;
  font-weight: 600;
}
.facetwp-type-pills .facetwp-checkbox:hover {
  background: #fefefe !important;
  color: #890959;
  border-color: #890959;
}
.facetwp-type-pills .facetwp-checkbox.checked {
  color: #fefefe;
  background: #890959 !important;
  border-color: #890959;
  position: relative;
  padding-right: 37px;
}
.facetwp-type-pills .facetwp-checkbox.checked:after {
  content: "x";
  color: inherit;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  display: block;
}
.facetwp-type-pills .facetwp-checkbox.checked:hover {
  background: #fefefe !important;
  color: #890959;
  border-color: #890959;
}
.facetwp-type-pills .facetwp-checkbox.disabled {
  color: #ce849f;
  opacity: 1;
  pointer-events: none;
}
.facetwp-type-pills hr {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  background: url("../../../img/header-line.svg");
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}

.facetwp-facet-pagination {
  margin-bottom: 0;
}
.facetwp-facet-pagination .facetwp-pager {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.facetwp-facet-pagination.is-loading {
  color: #ce849f;
  opacity: 1;
}

.featured-section {
  padding: 60px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section .intro {
  margin-bottom: 40px;
}
.featured-section.has-white-color a,
.featured-section.has-white-color h3 {
  color: #fefefe;
}
.featured-section.has-white-color .price a {
  color: #0a0a0a;
}
.featured-section.has-black-color a,
.featured-section.has-black-color h3 {
  color: #0a0a0a;
}
.featured-section .book-list {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .featured-section .book-list {
    margin: 0 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .featured-section .book-list {
    margin: 0 0 60px;
  }
}
.featured-section .book-list .list-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-section .tabs-title {
  margin-bottom: 20px;
}
.featured-section .tabs-title .team-member-image img {
  border-radius: 50%;
  width: 100%;
  max-width: 300px;
  border: 5px solid transparent;
  margin-bottom: 10px;
}
.featured-section .tabs-title p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.featured-section .tabs-title.is-active img, .featured-section .tabs-title:hover img {
  border: 5px solid #fefefe;
}
.featured-section .tabs-title.is-active p, .featured-section .tabs-title:hover p {
  color: #890959;
}
.featured-section#featured svg {
  width: 70%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.featured-section#new-releases .book-list-intro-block, .featured-section#booksellers .book-list-intro-block {
  padding: 20px 0 20px;
}
@media print, screen and (min-width: 40em) {
  .featured-section#new-releases .book-list-intro-block, .featured-section#booksellers .book-list-intro-block {
    padding: 30px 0 20px;
  }
}
.featured-section#new-releases .glide__arrows .glide__arrow, .featured-section#booksellers .glide__arrows .glide__arrow {
  position: absolute;
  top: 110px;
  width: 20px;
  height: auto;
  display: block;
  cursor: pointer;
}
.featured-section#new-releases .glide__arrows .glide__arrow svg path, .featured-section#booksellers .glide__arrows .glide__arrow svg path {
  fill: #f9f4f0;
}
.featured-section#new-releases .glide__arrows .glide__arrow--left, .featured-section#booksellers .glide__arrows .glide__arrow--left {
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .featured-section#new-releases .glide__arrows .glide__arrow--left, .featured-section#booksellers .glide__arrows .glide__arrow--left {
    left: -1rem;
  }
}
.featured-section#new-releases .glide__arrows .glide__arrow--right, .featured-section#booksellers .glide__arrows .glide__arrow--right {
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .featured-section#new-releases .glide__arrows .glide__arrow--right, .featured-section#booksellers .glide__arrows .glide__arrow--right {
    right: -1rem;
  }
}
.featured-section#new-releases .glide__arrows .glide__arrow--right svg, .featured-section#booksellers .glide__arrows .glide__arrow--right svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured-section#new-releases.has-black-color .glide__arrows .glide__arrow svg path, .featured-section#booksellers.has-black-color .glide__arrows .glide__arrow svg path {
  fill: black;
}
.featured-section#new-releases .glide__slides, .featured-section#booksellers .glide__slides {
  margin: 0 auto;
}
.featured-section#new-releases .glide__slides .glide__slide:nth-of-type(5n+1) .book-list-circle, .featured-section#booksellers .glide__slides .glide__slide:nth-of-type(5n+1) .book-list-circle {
  background: #cce1e5 url("../../../img/book-list-graphic-blue.svg");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section#new-releases .glide__slides .glide__slide:nth-of-type(5n+2) .book-list-circle, .featured-section#booksellers .glide__slides .glide__slide:nth-of-type(5n+2) .book-list-circle {
  background: #c1d0b5 url("../../../img/book-list-graphic-green.svg");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section#new-releases .glide__slides .glide__slide:nth-of-type(5n+3) .book-list-circle, .featured-section#booksellers .glide__slides .glide__slide:nth-of-type(5n+3) .book-list-circle {
  background: #edd7df url("../../../img/book-list-graphic-pink.svg");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section#new-releases .glide__slides .glide__slide:nth-of-type(5n+4) .book-list-circle, .featured-section#booksellers .glide__slides .glide__slide:nth-of-type(5n+4) .book-list-circle {
  background: #feddb2 url("../../../img/book-list-graphic-orange.svg");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section#new-releases .glide__slides .glide__slide:nth-of-type(5n+5) .book-list-circle, .featured-section#booksellers .glide__slides .glide__slide:nth-of-type(5n+5) .book-list-circle {
  background: #c5c9e7 url("../../../img/book-list-graphic-lilac.svg");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-section#new-releases .book-list, .featured-section#booksellers .book-list {
  text-align: center;
  color: #fefefe;
  margin-bottom: 0;
}
.featured-section#new-releases .book-list .book-list-image, .featured-section#booksellers .book-list .book-list-image {
  display: block;
  padding: 20px;
}
.featured-section#new-releases .book-list .book-list-image .wrapper, .featured-section#booksellers .book-list .book-list-image .wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.featured-section#new-releases .book-list .book-list-image img, .featured-section#booksellers .book-list .book-list-image img {
  max-height: 200px;
}
.featured-section#new-releases .book-list .book-list-circle, .featured-section#booksellers .book-list .book-list-circle {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #680043;
  margin: 0 auto 1rem;
  line-height: 60px;
  text-align: center;
  font-size: 1.625rem;
  font-family: "Vollkorn", serif;
  position: absolute;
  top: -20px;
  right: -20px;
}
.featured-section#new-releases .book-list h5, .featured-section#booksellers .book-list h5 {
  margin-bottom: 0;
}

.book-list-single .list-intro h1 {
  margin: 0;
}
.book-list-single .list-intro p {
  margin: 0;
}
.book-list-single .list-intro h3 {
  margin: 0 0 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .book-list-single .list-intro .curator-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.book-list-single .list-intro .list-intro-content {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  .book-list-single .list-intro .list-intro-content {
    margin: 0 0 40px;
  }
}
.book-list-single .list-social {
  margin: 0 0 10px;
}
@media print, screen and (min-width: 40em) {
  .book-list-single .list-social {
    margin: 0 0 50px;
  }
}
.book-list-single .list-social .sd-title {
  display: none;
}
.book-list-single .list-social .sd-content:before {
  content: "Share this list:";
  font-size: 0.75rem;
}
.book-list-single .list-purchase {
  margin: 0 0 30px;
}
.book-list-single .list-purchase .red-cta {
  margin-bottom: 30px;
}
.book-list-single .list-purchase .book-discount-price {
  font-size: 0.875rem;
}
.book-list-single .list-purchase del .woocommerce-Price-amount.amount {
  font-weight: 400;
}
.book-list-single .list-purchase .woocommerce-Price-amount.amount {
  font-weight: bold;
}
.book-list-single .list-purchase .button.product_type_bundle.add_to_cart_button {
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 16px 12px 16px !important;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
  transition: background-color 300ms ease-in, color 300ms ease-in !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  background: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.book-list-single .list-purchase .button.product_type_bundle.add_to_cart_button:hover {
  background: #8b005a !important;
  border-color: #8b005a !important;
  color: #fff !important;
}
.book-list-single .list-purchase .button.product_type_bundle.add_to_cart_button:before {
  content: "\f07a";
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  font-family: FontAwesome;
}
.book-list-single .book-list-return {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.book-list-single .added_to_cart.wc-forward {
  display: block;
}

.product-list {
  margin: 0;
  list-style: none;
}
.product-list li {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .product-list li {
    margin: 0 0 60px;
  }
}
.product-list a {
  color: #000;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.product-list a:hover {
  color: #8b005a;
}
.product-list .item-spacer {
  width: 100%;
  display: inline-block;
}
.product-list .book-thumb {
  margin: 0 0 20px;
}
.product-list .book-thumb .placeholder-img {
  max-width: 200px;
}
.product-list .book-title {
  width: 100%;
  font-size: 1.125rem;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  margin: 0 0 5px;
}
.product-list .book-author {
  width: 100%;
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.product-list .book-price {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.product-list .book-button .button {
  width: 100%;
}
.product-list .button.product_type_simple,
.product-list .button.product_type_bundle {
  border: 2px solid #000;
  color: #000;
  background: none;
  text-transform: uppercase;
}
.product-list .button.product_type_simple:hover,
.product-list .button.product_type_bundle:hover {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}

#basket-overview {
  min-width: 80px;
}

.single-product div.product form.cart .qtylabel {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .single-product div.product form.cart .qtylabel {
    float: left;
    padding-top: 10px;
    margin-right: 10px;
    display: inline-block;
  }
}
.single-product div.product form.cart .quantity {
  width: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .single-product div.product form.cart .apple-pay-button-wrapper {
    width: 100%;
    padding-top: 5px;
    display: inline-block;
  }
}

.woocommerce ul.cart_list li dl dd.variation-Wouldyouliketoincludeashortmessage, .woocommerce ul.cart_list li dl dd.variation-Whoisthegiftfrom, .woocommerce ul.cart_list li dl dd.variation-ShippingLocation, .woocommerce ul.cart_list li dl dd.variation-Format, .woocommerce ul.cart_list li dl dd.variation-NumberofBooks,
.woocommerce ul.cart_list li dl dt.variation-Wouldyouliketoincludeashortmessage,
.woocommerce ul.cart_list li dl dt.variation-Whoisthegiftfrom,
.woocommerce ul.cart_list li dl dt.variation-ShippingLocation,
.woocommerce ul.cart_list li dl dt.variation-Format,
.woocommerce ul.cart_list li dl dt.variation-NumberofBooks {
  display: none;
}

.empty-cart {
  padding: 30px 26px;
  background-image: url("../../../img/cart-bg-test.svg");
  background-size: 99.4% 100%;
  background-position: 0px -1px;
  background-color: transparent;
  background-position: 4px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .woocommerce-cart .grid-x .woocommerce {
    margin-bottom: 83px;
    position: relative;
  }
  .woocommerce-cart .grid-x .woocommerce:after {
    content: "";
    background-image: url("../../../img/cart-footer.svg");
    background-size: 99.4% 100%;
    background-position: 4px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    bottom: -42px;
    width: 99.6%;
    height: 43px;
  }
  .woocommerce-cart-form {
    background-image: url("../../../img/cart-bg-test.svg");
    background-size: 99.4% 100%;
    background-position: 0px -1px;
    background-color: transparent;
    background-position: 4px;
    background-repeat: no-repeat;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents {
    border: 0 !important;
    margin: 0 !important;
    padding-bottom: 24px;
    position: relative;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents thead {
    background-color: transparent;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents thead:before {
    content: "";
    width: 100%;
    top: 0;
    height: 87px;
    position: absolute;
    background-image: url("../../../img/cart-header.svg");
    background-size: 100% 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -1px;
    z-index: 0;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents thead th {
    font-family: "Vollkorn", serif;
    font-weight: 200 !important;
    font-size: 1.125rem;
    padding: 30px 12px;
    position: relative;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody {
    background: none;
    border: none;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody .product-remove {
    text-align: center;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody a.remove {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody a.remove:before {
    content: "\f014";
    font-family: FontAwesome;
    color: #e04128;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    will-change: transform;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody a.remove:hover {
    background: transparent !important;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody a.remove:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td {
    border-bottom: 2px solid #dfc5ac;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:nth-child(even) {
    background-color: transparent;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
    border-top: 0 !important;
    padding: 26px 12px 34px;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
    max-width: 500px;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a {
    font-size: 0.875rem;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name .variation {
    font-size: 12px;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name .variation dt,
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name .variation dd {
    margin-bottom: 0px;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td .bundled-product-subtotal {
    display: none;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td .quantity input {
    border: 1px solid rgba(202, 202, 202, 0.4);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon input[type=text] {
    max-width: 175px;
    width: 100% !important;
    margin: 0;
    height: 50px;
    margin: 0 10px 0 20px;
    border: 1px solid #a9a9a9;
  }
}
@media screen and (min-width: 769px) and (max-width: 39.99875em) {
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon input[type=text] {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon input[type=submit] {
    height: 50px;
    margin: 0;
    border: 2px solid #000;
    background: transparent;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 12px 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 39.99875em) {
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon input[type=submit] {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions > .button {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    background-image: url("../../../img/cart-bg-test.svg");
    background-size: 99.4% 100%;
    background-color: transparent;
    background-position: 4px;
    background-repeat: no-repeat;
    padding: 0 0px 0;
  }
  .woocommerce .cart-collaterals h2,
  .woocommerce-page .cart-collaterals h2 {
    display: none;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
    text-align: center;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .apple-pay-button-wrapper,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .apple-pay-button-wrapper {
    max-width: 270px;
    width: 100%;
    display: inline-block;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive {
    border: 0;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tbody,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tbody {
    background-color: transparent;
    border: none;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tbody tr:nth-child(even),
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tbody tr:nth-child(even) {
    background-color: transparent;
    border: none;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.shipping,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.shipping,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total {
    padding: 0 0 8px 0;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal th,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal td,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.shipping th,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.shipping td,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total th,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total td,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal th,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.shipping th,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.shipping td,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total th,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total td {
    border-bottom: 2px solid #dfc5ac;
    padding: 20px 0 28px !important;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal table,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.shipping table,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total table,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.cart-subtotal table,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.shipping table,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total table {
    border-collapse: collapse;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .shipping td,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .shipping th,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .order-total td,
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .order-total th,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive .shipping td,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive .shipping th,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive .order-total td,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive .order-total th {
    border: none;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .shipping .shipping-calculator-form,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive .shipping .shipping-calculator-form {
    padding-right: 20px;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total th,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total th {
    padding: 20px 20px 28px 0 !important;
    text-align: right;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total .includes_tax,
  .woocommerce-page .cart-collaterals .shop_table.shop_table_responsive tr.order-total .includes_tax {
    display: block;
    font-size: 0.875rem;
  }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout,
  .woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
    text-align: center;
    padding: 26px 0 0 !important;
  }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.checkout-button,
  .woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button.checkout-button {
    border: 2px solid #000;
    color: #000;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 16px 26px 16px !important;
  }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.checkout-button:after,
  .woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button.checkout-button:after {
    content: "\f178";
    display: inline-block;
    width: 15px;
    margin-left: 10px;
    font-family: FontAwesome;
  }
}
#nationalbooktokens_cart_widget {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  #nationalbooktokens_cart_widget {
    padding: 0 1.25rem;
  }
}
#nationalbooktokens_cart_widget .overlay {
  left: 0;
  right: 0;
}
#nationalbooktokens_cart_widget #add_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nationalbooktokens_cart_widget #add_card input {
  height: 50px;
}
@media print, screen and (max-width: 39.99875em) {
  #nationalbooktokens_cart_widget #add_card input[type=text] {
    width: calc(100% - 90px);
    min-width: auto;
  }
}
#nationalbooktokens_cart_widget #add_card input[type=password] {
  margin-left: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 40em) {
  #nationalbooktokens_cart_widget #add_card input[type=password] {
    margin-left: 1.25rem;
  }
}
#nationalbooktokens_cart_widget #add_card .button {
  height: 50px;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  #nationalbooktokens_cart_widget #add_card .button {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}
#nationalbooktokens_cart_widget h5 {
  text-align: left;
  margin-top: 10px;
}
#nationalbooktokens_cart_widget .card input[type=text]:disabled {
  float: left;
  height: 50px;
}
@media print, screen and (max-width: 39.99875em) {
  #nationalbooktokens_cart_widget .card input[type=text]:disabled {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #nationalbooktokens_cart_widget .card span {
    float: left;
    margin: 10px 0;
  }
  #nationalbooktokens_cart_widget .card button {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table {
    border: 0;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents tr {
    background: #fff;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents tr:nth-of-type(2n) td {
    background: #fff;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents tr:nth-of-type(2n) td a.remove {
    color: #f1f1f1 !important;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents tr:last-of-type td {
    padding: 16px 12px;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item {
    border: 0;
    background-image: url("../../../img/cart-underline-restricted.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 8px;
  }
  .woocommerce table.shop_table td {
    border: 0;
  }
  .woocommerce table.shop_table td.product-quantity:before {
    margin-right: 10px;
  }
  .woocommerce table.shop_table td.product-name a {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #000;
    font-weight: bold;
  }
  .woocommerce table.shop_table td.product-name a:hover {
    color: #8b005a;
  }
  .woocommerce table.shop_table td.product-name:before {
    display: none;
  }
  .woocommerce table.shop_table td.product-subtotal {
    padding-bottom: 16px;
  }
  .woocommerce table.shop_table td #coupon_code {
    height: 50px;
  }
  .woocommerce table.shop_table td a.remove {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .woocommerce table.shop_table td a.remove:before {
    content: "\f014";
    font-family: FontAwesome;
    color: #e04128;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    will-change: transform;
  }
  .woocommerce table.shop_table td a.remove:hover {
    background: transparent !important;
  }
  .woocommerce table.shop_table td a.remove:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .shipping-inner {
    background: #fff;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .shipping-inner td {
    background: #fff;
    padding: 0;
  }
  .woocommerce .cart-collaterals .shop_table.shop_table_responsive .shipping-inner:before {
    display: none;
  }
  .checkout-button.button.alt.wc-forward input.button {
    font-size: 0.875rem !important;
    border-radius: 0 !important;
    padding: 16px 10px 16px !important;
    -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
    transition: background-color 300ms ease-in, color 300ms ease-in !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    background: none !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
  }
  .checkout-button.button.alt.wc-forward input.button:hover {
    background: #8b005a !important;
    border-color: #8b005a !important;
    color: #fff !important;
  }
}
ul#shipping_method, p.woocommerce-shipping-destination, a.shipping-calculator-button {
  font-size: 0.875rem;
}

.shipping_note {
  color: #b37a00;
}

.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
  border: 0;
  margin-bottom: 43px;
  position: relative;
  background-image: url("../../../img/cart-bg-test.svg");
  background-size: 99.4% 100%;
  background-position: 0px -1px;
  background-color: transparent;
  background-position: 1px;
  background-repeat: no-repeat;
  border-collapse: collapse !important;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table:after {
  content: "";
  background-image: url("../../../img/cart-footer.svg");
  background-size: 99.4% 100%;
  background-position: 1px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  bottom: -22px;
  width: 99.6%;
  height: 23px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead {
  background-image: url("../../../img/cart-header.svg");
  background-size: 100% 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  position: relative;
  border: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead th {
  border-collapse: collapse !important;
  padding: 15px 20px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Vollkorn", serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead th:first-child {
  width: 50%;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody {
  background: transparent;
  border: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) {
  background: transparent;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:first-of-type td:first-of-type {
  padding-top: 30px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:last-of-type td:first-of-type {
  padding-bottom: 30px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody td {
  border: none;
  font-size: 0.875rem;
  padding: 15px 20px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody td dl dt,
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody td dl dd {
  margin-bottom: 0px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody .bundled-product-subtotal {
  display: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot {
  background: transparent;
  border: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot th {
  font-weight: 300;
  font-size: 1.125rem;
  font-family: "Vollkorn", serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot td {
  border: 0;
  padding: 20px 20px 28px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr {
  background-image: url("../../../img/cart-underline-restricted.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  background: url("../../../img/cart-underline-restricted.svg") no-repeat left bottom, url("../../../img/cart-underline-restricted.svg") no-repeat left top;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping > td {
  padding: 0;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping > td tr {
  background: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping > td tr th {
  width: 30%;
}

#payment.woocommerce-checkout-payment {
  background-color: transparent;
}
#payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods {
  background: none;
  position: relative;
  border: 0;
  margin-bottom: 23px;
  position: relative;
  background-image: url("../../../img/cart-bg-test.svg");
  background-size: 99.4% 100%;
  background-position: 0px -1px;
  background-color: transparent;
  background-position: 1px;
  background-repeat: no-repeat;
}
#payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods:after {
  content: "";
  background-image: url("../../../img/cart-footer.svg");
  background-size: 99.4% 100%;
  background-position: 1px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -22px;
  width: 99.6%;
  height: 23px;
}
#payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe {
  background-color: transparent;
}
#payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe:before {
  display: none;
}

.form-row label {
  color: #885e3e;
  font-size: 0.875rem;
}
.form-row label abbr {
  color: #e04128;
}
.form-row input[type=text],
.form-row textarea,
.form-row .input-text,
.form-row select {
  border: 1px solid #a9a9a9 !important;
  font-size: 0.875rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000 !important;
}
.form-row .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  right: 4px;
}
.form-row textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
.form-row textarea::-moz-placeholder {
  color: #a9a9a9;
}
.form-row textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
.form-row textarea::-ms-input-placeholder {
  color: #a9a9a9;
}
.form-row input,
.form-row textarea::placeholder {
  color: #a9a9a9;
}
.form-row input::-webkit-input-placeholder,
.form-row textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
.form-row input::-moz-placeholder,
.form-row textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a9a9a9;
}
.form-row input:-ms-input-placeholder,
.form-row textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a9a9a9;
}
.form-row input:-moz-placeholder,
.form-row textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a9a9a9;
}

.select2-container--default .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 0.875rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #8b005a transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #8b005a transparent;
}

.select2-container.select2-container--default .select2-results__options {
  font-size: 0.875rem;
}

.woocommerce-account-fields {
  margin: 25px 0 20px;
}
.woocommerce-account-fields label {
  width: 100%;
  display: inline-block !important;
  padding: 20px 0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

.woocommerce-shipping-fields h3 {
  padding: 3px;
}
.woocommerce-shipping-fields h3 label {
  font-size: 1.75rem;
}
.woocommerce-shipping-fields h3 label input {
  position: relative;
  top: -4px;
}

.place-order {
  text-align: left;
}
.place-order .button {
  float: none !important;
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 16px 12px 16px !important;
  -webkit-transition: background-color 300ms ease-in, color 300ms ease-in !important;
  transition: background-color 300ms ease-in, color 300ms ease-in !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  background: none !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.place-order .button:hover {
  background: #8b005a !important;
  border-color: #8b005a !important;
  color: #fff !important;
}

.showcoupon, .showlogin {
  margin-left: 1rem;
}

.select2-search--dropdown {
  padding: 4px 8px;
}

.gifts-intro .gifts-intro-block {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 39.99875em) {
  .gifts-intro .gifts-intro-block {
    margin: 0;
  }
}
.gifts-intro .gifts-items {
  margin: 0 0 60px;
  list-style: none;
}
@media print, screen and (max-width: 39.99875em) {
  .gifts-intro .gifts-items {
    margin: 0 0 30px;
  }
}
.gifts-intro .gifts-items li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .gifts-intro .gifts-items li {
    margin-bottom: 0;
  }
}
.gifts-intro .gifts-items li img {
  border-radius: 50%;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.gifts-intro .gifts-items li a {
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  .gifts-intro .gifts-items li a .button {
    font-size: 0.875rem !important;
  }
}
.gifts-intro .gifts-items li a:hover .button {
  background: #8b005a;
  border-color: #8b005a;
  color: #fff;
}
@media print, screen and (max-width: 39.99875em) {
  .gifts-intro .gifts-items li a:hover .button {
    font-size: 0.875rem !important;
  }
}

.reading-club {
  position: relative;
  padding: 50px 0;
  color: white;
  background-color: #9e3071;
  color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .reading-club {
    padding: 100px 0;
  }
}
.reading-club .reading-club-image {
  border-radius: 100%;
  border: #e1c8b0 3px solid;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  max-width: 140px;
}
.reading-club .divider-bottom {
  border-bottom: 4px solid white;
  padding-bottom: 10px;
  margin-bottom: 3rem;
}
.reading-club .divider-bottom:after {
  display: none;
}
.reading-club .reading-club-cta {
  margin-bottom: 3rem;
}
.reading-club .reading-club-cta .button {
  background-color: #9e3071;
}
.reading-club .reading-club-cta .button:hover {
  background-color: white;
}
@media print, screen and (min-width: 40em) {
  .reading-club .reading-club-cta .button {
    margin-bottom: 0;
  }
}
.reading-club .grid-container {
  position: relative;
  z-index: 10;
}
.reading-club h1 {
  margin-bottom: 50px;
}
.reading-club .reading-club-items {
  margin: 48px 0 0;
  list-style: none;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-club .reading-club-items {
    margin: 0 0 30px;
  }
}
.reading-club .reading-club-items li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .reading-club .reading-club-items li {
    margin-bottom: 0;
  }
}
.reading-club .reading-club-items li .reading-club-image {
  border-radius: 100%;
  border: #e1c8b0 3px solid;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  max-width: 200px;
}
.reading-club .reading-club-items li a {
  display: inline-block;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-club .reading-club-items li a .button {
    font-size: 0.875rem !important;
  }
}
.reading-club .reading-club-items li a:hover .button {
  color: #8b005a;
  background: #fff;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-club .reading-club-items li a:hover .button {
    font-size: 0.875rem !important;
  }
}

.reading-subscriptions {
  position: relative;
  padding: 50px 0;
  color: white;
  background-color: #dbae45;
}
@media print, screen and (min-width: 40em) {
  .reading-subscriptions {
    padding: 100px 0;
  }
}
.reading-subscriptions:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #dbae45;
  color: white;
  background-image: url("../../../img/readers-sub-bg-yellow.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 508px;
  z-index: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-subscriptions:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .reading-subscriptions:before {
    right: calc(100% - 128px);
    height: 958px;
    bottom: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .reading-subscriptions:before {
    right: calc(100% - 338px);
  }
}
@media (min-width: 1400px) {
  .reading-subscriptions:before {
    left: 0;
  }
}
.reading-subscriptions .divider-bottom:after {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.reading-subscriptions .grid-container {
  position: relative;
  z-index: 10;
}
.reading-subscriptions h1 {
  margin-bottom: 50px;
}

.reading-spas {
  position: relative;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .reading-spas {
    padding: 100px 0;
  }
}
.reading-spas:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(234, 239, 230, 0.75);
  z-index: 1;
}
.reading-spas .reading-spas-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 0;
  background-size: cover;
}
.reading-spas .grid-container {
  position: relative;
  z-index: 10;
}
.reading-spas .into-images {
  margin-bottom: 60px;
}
.reading-spas .product-info {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.book-bundles {
  background-color: #262226;
  color: #fff;
  padding: 100px 0 70px;
}
@media print, screen and (max-width: 63.99875em) {
  .book-bundles {
    padding: 50px 0;
  }
  .book-bundles .reading-sub-cta {
    margin: 0;
  }
}
.book-bundles .book-bundle-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 485px;
  margin-bottom: 30px;
}
.book-bundles .book-bundle-images > div:nth-of-type(1) {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-right: 20px;
}
.book-bundles .book-bundle-images > div:nth-of-type(2) {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.book-bundles .book-bundle-images > div:nth-of-type(3) {
  width: 100%;
}

.book-vouchers {
  background-color: #c1d0b5;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .book-vouchers {
    padding: 75px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .book-vouchers {
    padding: 100px 0;
  }
}
.book-vouchers .book-vouchers-intro {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .book-vouchers .book-vouchers-intro {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .book-vouchers .book-vouchers-intro {
    margin-bottom: 80px;
  }
}
.book-vouchers .woocommerce .cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 63.99875em) {
  .book-vouchers .woocommerce .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .book-vouchers .woocommerce .cell:last-of-type {
    margin: 0;
  }
}
.book-vouchers .woocommerce .cell.hover-active .voucher svg path {
  fill: #8b005a;
}
.book-vouchers .woocommerce .cell.hover-active .voucher .voucher-inner {
  color: #8b005a;
}
.book-vouchers .voucher-link {
  color: #000;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.book-vouchers .voucher {
  font-family: "Chelsea Market", cursive;
  font-size: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 270px;
  width: 100%;
  margin: 0 0 20px;
}
.book-vouchers .voucher.small-voucher {
  font-size: 1.875rem;
}
.book-vouchers svg path {
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.book-vouchers .voucher-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.book-vouchers .voucher-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .book-vouchers .voucher-type-wrapper {
    padding: 10px 0;
  }
}
.book-vouchers .voucher-type-wrapper .button {
  margin-bottom: 15px;
  font-size: 0.875rem !important;
  max-width: 210px;
  width: 100%;
  padding: 13px 6px 10px !important;
}
.book-vouchers .voucher-type-wrapper .button img {
  max-width: 25px;
  margin-right: 5px;
}

.reading-sub-cta {
  margin: 0 0 60px;
}
.reading-sub-cta .button {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  .reading-sub-cta .button {
    margin: 0;
  }
}
.divider-bottom:after {
  content: "";
  display: inline-block;
  background-image: url("../../../img/2col-keyline.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  width: calc(100% - 30px);
  left: 15px;
  position: relative;
  height: 14px;
  margin: 40px 0 30px;
}
.divider-bottom.purple:after {
  background-image: url("../../../img/2col-keyline-purple.svg");
}

.blockquote-section {
  background-image: url("../../../img/review-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  padding: 40px 30px;
  margin: 0 16px;
  width: calc(100% - 32px);
  text-align: center;
  color: #000;
}
@media print, screen and (min-width: 40em) {
  .blockquote-section {
    padding: 50px 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-section {
    padding: 60px 50px;
  }
}
.blockquote-section .grid-x {
  position: relative;
}
.blockquote-section .grid-x:before, .blockquote-section .grid-x:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 56px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media print, screen and (min-width: 40em) {
  .blockquote-section .grid-x:before, .blockquote-section .grid-x:after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-section .grid-x:before, .blockquote-section .grid-x:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.blockquote-section .grid-x:before {
  background-image: url("../../../img/quote-in.svg");
  left: -37px;
  top: -39px;
}
@media print, screen and (min-width: 40em) {
  .blockquote-section .grid-x:before {
    left: -35px;
    top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-section .grid-x:before {
    left: 20px;
  }
}
.blockquote-section .grid-x:after {
  background-image: url("../../../img/quote-out.svg");
  right: -42px;
  bottom: -5px;
}
@media print, screen and (min-width: 40em) {
  .blockquote-section .grid-x:after {
    right: -35px;
    top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-section .grid-x:after {
    right: 20px;
  }
}
.blockquote-section blockquote {
  border: none;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: "Vollkorn", serif;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .blockquote-section blockquote {
    font-size: 1.5rem;
  }
}
.blockquote-section blockquote:before {
  display: none;
}
.blockquote-section .blockquote-cite {
  font-size: 0.875rem;
}

.gift-template-header {
  margin: 0 0 30px;
}

.gift-template-quote {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .gift-template-quote {
    margin: 0 0 30px;
  }
}
.gift-template-quote ul {
  margin: 0;
}
.gift-template-quote .quote {
  margin: 0;
  padding-top: 40px;
}

.gift-template-content {
  margin: 0 0 30px;
  padding-top: 0;
}
@media print, screen and (min-width: 40em) {
  .gift-template-content {
    margin: 0px 0 60px;
    padding-top: 30px;
  }
}
.gift-template-content .primary-image {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .gift-template-content .primary-image {
    margin: 0;
  }
}

.gift-template-gallery {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .gift-template-gallery {
    margin: 0 0 60px;
  }
}
.gift-template-gallery .cell {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .gift-template-gallery .cell {
    margin: 0;
  }
}

.gift-template-order {
  margin: 30px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .gift-template-order {
    margin: 60px 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .gift-template-order {
    margin: 0;
  }
}
.gift-template-order .product-list-item {
  max-width: 250px;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .gift-template-order .product-list-item {
    margin: 0;
  }
}
.gift-template-order .product-list-item .added_to_cart {
  display: block;
}

.gift-template-bundle {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .gift-template-bundle {
    margin: 0 0 60px;
  }
}
.gift-template-bundle .added_to_cart {
  display: block;
}
.gift-template-bundle .sharedaddy {
  display: none;
}
.gift-template-bundle .event-ticket-section .button {
  width: 100%;
}

.gift-template-faq {
  margin: 2rem 0;
}
@media print, screen and (min-width: 40em) {
  .gift-template-faq {
    margin: 3rem 0 60px;
  }
}
.gift-template-faq h2 {
  margin-bottom: 2rem;
}
.gift-template-faq .accordion {
  background: transparent;
  border: 0;
}
.gift-template-faq .accordion .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 30px;
}
.gift-template-faq .accordion .accordion-title {
  background-color: transparent;
  background-image: url("../../../img/header-line.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  border: 0;
  padding: 0 20px 15px 0;
}
.gift-template-faq .accordion .accordion-title:before {
  top: 14px;
}
.gift-template-faq .accordion .accordion-content {
  background: transparent;
  border: 0;
  padding: 15px 0 0;
}

#form-pay-now {
  display: none;
}

.stripe-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.stripe-modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stripe-modal .close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}
.stripe-modal .content {
  z-index: 2;
  position: relative;
  width: 92%;
  max-width: 720px;
  background-color: #f9f4f0;
  padding: 2rem;
  text-align: center;
}
.stripe-modal .content form {
  text-align: left;
}
.stripe-modal .content form .label {
  display: block;
  background: none;
  text-align: left;
  font-size: 0.875rem;
  color: #885e3e;
  margin: 0 0 10px;
  padding: 0;
}
.stripe-modal .content form input {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.stripe-modal .content form .hint {
  font-size: 12px;
  margin: -0.5rem 0 1rem;
  display: block;
}
.stripe-modal .content form .button {
  margin-top: 1rem;
  margin-bottom: 0;
}
.stripe-modal .content form .errors {
  font-size: 14px;
  margin: 1rem auto 0;
  font-style: italic;
}

.reading-sub-item {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 25px;
  background-image: url("../../../img/header-line.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-sub-item .number-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reading-sub-item .step-number {
  width: 59px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #8b005a;
  font-family: "Vollkorn", serif;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-sub-item .step-number {
    margin-bottom: 10px;
  }
}
.reading-sub-item .step-number:before {
  content: attr(data-number);
  color: #fff;
  font-size: 2.125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-sub-item .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reading-sub-item h3 {
  color: #885e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1.25;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-sub-item h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.reading-sub-item .standard-list {
  list-style: none;
  display: block;
  margin-left: 0;
}
.reading-sub-item .selection-list {
  margin: 30px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reading-sub-item .selection-list .item {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .reading-sub-item .selection-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.reading-sub-item .selection-list.margin-b-40 {
  margin-bottom: 40px;
}
.reading-sub-item .img-label {
  position: relative;
}
.reading-sub-item .img-label .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.reading-sub-item .img-label .temporarily-unavailable {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  color: #8b005a;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
.reading-sub-item .switch.tiny {
  height: auto;
  margin: 0;
}
.reading-sub-item .switch.tiny .switch-paddle {
  position: relative;
  display: block;
  margin: 20px 0 0 5px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  border: 3px solid #dfc5ac;
}
.reading-sub-item .switch.tiny .switch-paddle:after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  opacity: 0;
  background: #885e3e;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.reading-sub-item .switch.tiny .switch-paddle:before {
  content: attr(data-title);
  display: inline-block;
  width: 200px;
  position: absolute;
  top: -7px;
  margin: 0 0 0 25px;
  color: #000;
  font-weight: 300;
  font-size: 1rem;
}
.reading-sub-item .switch.tiny input:checked ~ .img-label .hover-img {
  opacity: 1;
}
.reading-sub-item .switch.tiny input:disabled ~ .img-label img {
  opacity: 0.25;
}
.reading-sub-item .switch.tiny input:checked ~ .switch-paddle::after {
  opacity: 1 !important;
}
.reading-sub-item .form-row {
  margin-bottom: 25px;
}
.reading-sub-item .form-row:last-of-type {
  margin-bottom: 0;
}
.reading-sub-item .form-row label {
  font-size: 0.875rem;
  color: #885e3e;
  margin: 0 0 10px;
}
.reading-sub-item .form-row input {
  margin: 0;
}
.reading-sub-item .form-row textarea {
  min-height: 123px;
  margin: 0;
}
.reading-sub-item .review-p {
  color: #885e3e;
  font-size: 0.875rem;
  margin: 0 0 5px;
}
.reading-sub-item .review-p span {
  color: #000;
}
.reading-sub-item .total-section {
  padding-top: 30px;
}
.reading-sub-item .total-section h4 {
  color: #885e3e;
  font-size: 1.75rem;
  margin: 0 0 10px;
}
.reading-sub-item .total-section h4.overlay {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.reading-sub-item .total-section p {
  font-size: 0.875rem;
}

.sub-overlay {
  position: fixed;
  width: 100%;
  border-top: 1px solid #dfc5ac;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #f4eae3;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.sub-overlay.active {
  opacity: 1;
  visibility: visible;
}
.sub-overlay h4 {
  color: #885e3e;
  font-size: 1.75rem;
  margin: 0 0 0px;
  padding: px 0 0;
  display: inline-block;
}
.sub-overlay small {
  display: inline-block;
  margin: 0 0 0 10px;
}

.woocommerce-order .grid-x .woocommerce {
  margin-bottom: 43px;
  position: relative;
}
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details {
  background: #fff;
  padding: 15px 5px;
}
@media print, screen and (max-width: 39.99875em) {
  .woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li,
  .woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details li {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-right: none;
    border-bottom: 1px dashed #d3ced2;
  }
  .woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-of-type,
  .woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details li:last-of-type {
    margin: 0;
  }
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details {
  background-image: url("../../../img/cart-bg-test.svg");
  background-size: 99.4% 100%;
  background-position: 0px -1px;
  background-color: transparent;
  background-position: 4px;
  background-repeat: no-repeat;
  border-collapse: collapse;
  position: relative;
  border: 0 !important;
  margin: 0 0 70px !important;
  padding-bottom: 24px;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details:after,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details:after {
  content: "";
  background-image: url("../../../img/cart-footer.svg");
  background-size: 99.4% 100%;
  background-position: 4px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  bottom: -42px;
  width: 99.6%;
  height: 43px;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  background: transparent;
  border: 0;
  border-collapse: collapse;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
  background-image: url("../../../img/cart-header.svg");
  background-size: 100% 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  position: relative;
  background-position: 0 -1px;
  border: 0;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
  font-family: "Vollkorn", serif;
  font-weight: 200 !important;
  font-size: 1.125rem;
  padding: 30px 30px;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__line-item {
  background-image: url("../../../img/cart-underline.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
}
.woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__line-item td {
  padding: 20px 30px;
}
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tfoot,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tr,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details th,
.woocommerce-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details td {
  border: 0;
  border-collapse: collapse;
  background: transparent;
}
.woocommerce-order .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  background-image: url("../../../img/cart-bg-test.svg");
  background-size: 99.4% 100%;
  background-position: 0px -1px;
  background-color: transparent;
  background-position: 4px;
  background-repeat: no-repeat;
  border-collapse: collapse;
  position: relative;
  border: 0 !important;
  margin: 0 0 70px !important;
  padding: 30px 16px 24px;
  display: inline-block;
}
.woocommerce-order .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses:after {
  content: "";
  background-image: url("../../../img/cart-footer.svg");
  background-size: 99.4% 100%;
  background-position: 4px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  bottom: -42px;
  left: 0;
  width: 99.6%;
  height: 43px;
}

.team-intro {
  margin: 0 0 20px;
}
.team-intro h1 {
  margin: 0 0 20px;
}
.team-intro p {
  margin: 0;
}

.team-members {
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .team-members .team-member > .grid-container > .grid-x {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .team-members .team-member > .grid-container > .grid-x {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.team-members > li {
  padding: 40px 0;
}
.team-members > li:nth-of-type(odd) .team-member-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.team-members > li:nth-of-type(odd) .team-member-additional {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.team-members > li:nth-of-type(even) {
  margin: 17px 0;
}
.team-members > li:nth-of-type(even) .team-member-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 64em) {
  .team-members > li:nth-of-type(even) .team-member-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.team-members > li:nth-of-type(even) .team-member-additional {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 64em) {
  .team-members > li:nth-of-type(even) .team-member-additional {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.team-members > li:nth-of-type(6n+1), .team-members > li:nth-of-type(6n+3), .team-members > li:nth-of-type(6n+5) {
  position: relative;
  margin: 17px 0;
}
.team-members > li:nth-of-type(6n+1):before, .team-members > li:nth-of-type(6n+1):after, .team-members > li:nth-of-type(6n+3):before, .team-members > li:nth-of-type(6n+3):after, .team-members > li:nth-of-type(6n+5):before, .team-members > li:nth-of-type(6n+5):after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../../../img/team-section-top.svg);
  width: 100%;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  height: 17px;
}
.team-members > li:nth-of-type(6n+1):before, .team-members > li:nth-of-type(6n+3):before, .team-members > li:nth-of-type(6n+5):before {
  top: -16px;
}
.team-members > li:nth-of-type(6n+1):after, .team-members > li:nth-of-type(6n+3):after, .team-members > li:nth-of-type(6n+5):after {
  bottom: -16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.team-members > li:nth-of-type(6n+1) {
  background-color: #cce1e5;
}
.team-members > li:nth-of-type(6n+1):before, .team-members > li:nth-of-type(6n+1):after {
  background-image: url(../../../img/team-section-blue.svg);
}
.team-members > li:nth-of-type(6n+3) {
  background-color: #c1d0b5;
}
.team-members > li:nth-of-type(6n+3):before, .team-members > li:nth-of-type(6n+3):after {
  background-image: url(../../../img/team-section-green.svg);
}
.team-members > li:nth-of-type(6n+5) {
  background-color: #edd7df;
}
.team-members > li:nth-of-type(6n+5):before, .team-members > li:nth-of-type(6n+5):after {
  background-image: url(../../../img/team-section-pink.svg);
}
.team-members blockquote {
  border: none;
  font-size: 1.5rem;
  font-family: "Vollkorn", serif;
  color: #000;
  position: relative;
}
.team-members blockquote:before {
  content: "";
  background-image: url("../../../img/team-blockquote-keyline.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
}
.team-members .team-member-title {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .team-members .team-member-content {
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .team-members .team-member-image {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .team-members .team-member-image img {
    max-width: 200px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .team-members .team-member-copy {
    width: 100%;
    margin-bottom: 30px;
  }
}
.team-members .team-member-copy p:last-of-type {
  margin: 0;
}
.team-members .products {
  margin: 0;
  list-style: none;
}
.team-members .team-members-books ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-members .team-members-books ul li {
  width: 50%;
  padding: 0 10px;
}
.team-members .single-book {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.team-members .single-book a {
  color: #000;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.team-members .single-book a:hover {
  color: #8b005a;
}
.team-members .single-book .item-spacer {
  width: 100%;
  display: inline-block;
}
.team-members .single-book .book-thumb {
  margin: 0 0 20px;
}
.team-members .single-book .book-thumb .placeholder-img {
  max-width: 200px;
  width: 100%;
}
.team-members .single-book .book-title {
  width: 100%;
  font-size: 1.125rem;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  margin: 0 0 5px;
}
.team-members .single-book .book-author {
  width: 100%;
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.team-members .single-book .book-price {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.team-members .discover-link {
  margin: 0 10px;
  max-width: 400px;
}
.team-members .button {
  width: 100%;
}
/*# sourceMappingURL=app.css.map */
