@import url("https://fonts.googleapis.com/css?family=Heebo:200,400,700,800");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Coustard&family=DM+Serif+Display&family=Heebo:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Coustard&family=DM+Serif+Display&family=Heebo:wght@100..900&family=Roboto+Condensed:ital,wght@0,900;1,900&display=swap");
.animated {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-4em);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-4em);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-4em);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-4em);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4em);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-4em);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-4em);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4em);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}
.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

.medium-zoom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}

.medium-zoom--opened .medium-zoom-overlay {
  cursor: pointer;
  cursor: zoom-out;
  opacity: 1;
}

.medium-zoom-image {
  cursor: pointer;
  cursor: zoom-in;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1) !important;
}

.medium-zoom-image--hidden {
  visibility: hidden;
}

.medium-zoom-image--opened {
  position: relative;
  cursor: pointer;
  cursor: zoom-out;
  will-change: transform;
}

.medium-zoom-overlay {
  z-index: 99;
}

.medium-zoom-image {
  z-index: 100;
}

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

.is-relative {
  position: relative;
}

@media (min-width: 48.75em) {
  .until-medium {
    display: none !important;
  }
}

@media (max-width: 48.74em) {
  .from-medium {
    display: none !important;
  }
}

@media (min-width: 61.875em) {
  .until-large {
    display: none !important;
  }
}

@media (max-width: 61.865em) {
  .from-large {
    display: none !important;
  }
}

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

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

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

.text-large {
  font-size: 20px;
}

.text-small {
  font-size: 16px;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #777;
}

.has-margin {
  margin-bottom: 32px;
}

.has-padding {
  padding: 32px;
}

.is-black {
  color: #080c10;
}

.is-white {
  color: #fff;
}

.is-orange {
  color: #D3925A;
}

.is-blue_grey, .subheading {
  color: #B5BCC3;
}

.is-blue_light {
  color: #748CA2;
}

.is-blue_green {
  color: #5795AD;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.has-bottom_margin {
  margin-bottom: 32px;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  color: #080c10;
  font-weight: 400;
  line-height: 1.5;
}

h1, .h1, h2, .h2, .subheading, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  margin: 32px 0 0.5em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, .subheading:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1 small, .h1 small, h2 small, .h2 small, .subheading small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  font-size: 0.75em;
}
h1.is-white, .h1.is-white, h2.is-white, .h2.is-white, .is-white.subheading, h3.is-white, .h3.is-white, h4.is-white, .h4.is-white, h5.is-white, .h5.is-white, h6.is-white, .h6.is-white {
  color: #fff;
}
h1.has-caption, .h1.has-caption, h2.has-caption, .h2.has-caption, .has-caption.subheading, h3.has-caption, .h3.has-caption, h4.has-caption, .h4.has-caption, h5.has-caption, .h5.has-caption, h6.has-caption, .h6.has-caption {
  -webkit-text-shadow: none;
  -khtml-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
h1.has-caption span, .h1.has-caption span, h2.has-caption span, .h2.has-caption span, .has-caption.subheading span, h3.has-caption span, .h3.has-caption span, h4.has-caption span, .h4.has-caption span, h5.has-caption span, .h5.has-caption span, h6.has-caption span, .h6.has-caption span {
  display: block;
  font-size: 13px;
}

h1, .h1 {
  font-size: 39.06px;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1.is-small, .h1.is-small {
  font-size: 31.25px;
  color: #080c10;
}

h2, .h2, .subheading {
  font-size: 25px;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 20px;
  line-height: 1.2;
}

.subheading {
  margin-top: -20px;
}

.eyebrow {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
}

.is-lead p,
p.is-lead {
  font-size: 18px;
  color: #080c10;
}
@media (min-width: 48.75em) {
  .is-lead p,
  p.is-lead {
    font-size: 20px;
  }
}

p {
  margin: 0 0 1em;
  font-weight: 400;
  color: #080c10;
}
p span {
  font-weight: 400;
}
p.is-small {
  font-size: 16px;
}
p.is-tiny {
  font-size: 13px;
}
p a {
  font-size: inherit;
  font-weight: 400;
}

.small-type {
  font-size: 0.85em;
}

.lead {
  font-size: 1.25em;
  font-weight: 500;
}
@media (max-width: 680px) {
  .lead {
    font-size: 1.1em;
    line-height: 1.2;
  }
  .lead p {
    line-height: 1.2;
  }
}

figure {
  margin: 0 0 32px;
  padding: 0;
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #999;
}

a {
  color: #D3925A;
  font-weight: 700;
  transition: all 150ms ease-in-out;
}
a:hover, a:focus {
  color: #b16b2f;
  outline: none;
}
a:hover i, a:focus i {
  color: #475969;
}
a:active {
  color: #236f8c;
}
a.is-small {
  font-size: 13px;
}
a.is-inheriting {
  font-size: inherit;
}
a i {
  -webkit-transition: all 200ms ease-in-out;
  -khtml-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #748CA2;
}

ol {
  padding-left: 1.5em;
}
ol.instruction {
  padding-left: 3em;
}
ol.instruction li {
  margin-bottom: 5px;
}

ul {
  padding-left: 1.5em;
}
ul li.is-small a {
  color: #fff;
  font-weight: 400;
}
ul.instruction li {
  margin-bottom: 5px;
}

hr {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 2em 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  padding: 0;
  padding-top: 68px;
  margin: 0;
  background-color: #f5fbfd;
  transition: padding-top 250ms ease-in-out;
}
body.is-article {
  background-color: #fff;
}
body.is-about_page, body.is-contact_page, body.is-collection_page, body.is-principles_page, body.is-resources_page {
  background-color: #fff;
}
@media (min-width: 40em) {
  body.is-about_page, body.is-contact_page, body.is-collection_page, body.is-principles_page, body.is-resources_page {
    background-color: #f5fbfd;
  }
}
body.has-banner {
  padding-top: 126px;
}
body.no-scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media (min-width: 42.5em) {
  .wrapper {
    padding: 0 32px 8px;
  }
}
.wrapper.has-top_margin {
  margin-top: 32px;
}
.wrapper.has-negative_offset-top {
  margin: 8px auto;
  z-index: 10;
}
@media (min-width: 48.75em) {
  .wrapper.has-negative_offset-top {
    margin: -64px auto 0 auto;
  }
}
.wrapper.is-content_width {
  max-width: 800px;
}
.wrapper > h3 {
  margin: 16px 0 16px 0;
}
@media (min-width: 40em) {
  .wrapper > h3 {
    margin: 19px 0 16px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.is-round {
  overflow: hidden;
  border: 5px solid #6DBCDB;
  border-radius: 50%;
}
.is-round img {
  display: block;
  width: 100%;
  height: auto;
}

.content {
  margin: 0 -16px;
  *zoom: 1;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content.has-top_margin {
  margin-top: 32px;
}
@media (max-width: 680px) {
  .content.has-top_margin {
    margin-top: 0;
  }
}

.content-primary {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 58.3333333333%;
  margin-bottom: 32px;
}
@media (max-width: 830px) {
  .content-primary {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    padding: 0 16px;
    clear: none;
    width: 58.3333333333%;
    margin-bottom: 32px;
  }
}
@media (max-width: 680px) {
  .content-primary {
    float: none;
    width: 100%;
  }
}

.content-secondary {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 25%;
  margin-bottom: 32px;
}
@media (max-width: 830px) {
  .content-secondary {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    padding: 0 16px;
    clear: none;
    width: 41.6666666667%;
    margin-bottom: 32px;
  }
}
@media (max-width: 680px) {
  .content-secondary {
    float: none;
    width: 100%;
  }
}

.mobile-line {
  outline: none;
  border: none;
  height: 1px;
  background-color: #E5E5E5;
  width: 100%;
  display: block;
  margin: 32px auto;
}
@media (min-width: 40em) {
  .mobile-line {
    display: none;
  }
}

.form {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

textarea:focus, input:focus {
  outline: 0;
}

input[type=email],
input[type=text],
input[type=password],
input[type=search],
input[type=number] input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 44px;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  padding: 0 16px;
  outline: none;
  border: 2px solid #E5E5E5;
  color: #080c10;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}
input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number] input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8FACBD;
}
input[type=email]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number] input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8FACBD;
}
input[type=email]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number] input[type=tel]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8FACBD;
}
input[type=email]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number] input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8FACBD;
}
input[type=email]:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=number] input[type=tel]:-webkit-autofill,
input[type=url]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #080c10 !important;
  outline: none;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number] input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #D3925A;
}

input[type=search] {
  margin-bottom: 0;
}
input[type=search].is-primary_search {
  background-color: #fff;
  color: #8FACBD;
  border: 2px solid #B5BCC3;
}
input[type=search].is-primary_search:focus-visible {
  border-color: #D3925A;
}
input[type=search].is-secondary_search {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 16px;
  color: #fff;
  border-radius: 0;
}
input[type=search]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #8FACBD !important;
  outline: none;
}
input[type=search]::-ms-clear {
  display: none;
}

textarea {
  min-height: 140px;
  max-width: 100%;
  min-width: 100%;
  padding: 16px;
}

.error small {
  color: #c60f13;
  display: inline-block;
  padding: 0;
  margin-top: -16px;
  font-weight: bold;
}
.error input, .error textarea, .error select {
  border: 1px solid #c60f13;
}
.error .submit-btn {
  border: none;
}

.form-field {
  *zoom: 1;
  margin-bottom: 16px;
}
.form-field:before, .form-field:after {
  content: " ";
  display: table;
}
.form-field:after {
  clear: both;
}
.form-field.is-visually_hidden {
  visibility: hidden;
  height: 1px;
  margin: 0;
}
.form-field label {
  display: inline-block;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 16px;
}
.form-field label.is-block {
  display: block;
}
@media (min-width: 40em) {
  .form-field label {
    font-size: 18px;
  }
}

.form-actions {
  margin-top: 16px;
}
.form-actions.no-margin {
  margin-top: 0;
}

.form-hint {
  margin: -12px 0 16px;
  font-size: 16px;
}

/*Remove button padding in FF*/
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  line-height: 1;
}

.mobile-only {
  display: none !important;
}
@media (max-width: 550px) {
  .mobile-only {
    display: block !important;
  }
}

@media (max-width: 550px) {
  .not-mobile {
    display: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  background: none;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 32px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #D3925A;
  border-radius: 2px;
  color: #D3925A;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -khtml-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.button.is-narrow {
  padding: 0 16px;
}
.button:hover, .button:focus-visible {
  border-color: #c57835;
  color: #c57835;
}
.button:active {
  background: #9d5f2a;
  -webkit-transition: all 0s;
  -khtml-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.button[disabled], .button.disabled {
  background: #aaa;
}
.button.big {
  line-height: 3em;
}
.button.primary, .button.is-primary {
  background: #FC4349;
}
.button.primary:hover, .button.primary:focus, .button.is-primary:hover, .button.is-primary:focus {
  background: #fb1118;
}
.button.primary:active, .button.is-primary:active {
  background: #d6030a;
}
.button.is-secondary {
  background: #999;
}
.button.is-secondary:hover, .button.is-secondary:focus {
  background: gray;
}
.button.is-secondary:active {
  background: #666666;
}
@media (max-width: 680px) {
  .button.is-mobile_block {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
.button i, .button span {
  display: inline-block;
  vertical-align: middle;
}
.button i:first-child {
  margin-right: 8px;
}
.button i:last-child {
  margin-left: 16px;
}

@-moz-document url-prefix() {
  .button {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }
  .button[type=button], .button[type=submit] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ajax-loader {
  text-align: center;
}
.ajax-loader img, .ajax-loader span {
  display: inline-block;
  vertical-align: middle;
}
.ajax-loader img {
  margin-right: 5px;
}

.alert-box {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #bfe2ef;
  line-height: 1;
  color: #2d8fb5;
  border-radius: 3px;
}
.alert-box i, .alert-box span {
  display: inline-block;
  vertical-align: middle;
}
.alert-box i {
  margin-right: 5px;
}
.alert-box span {
  margin-top: -2px;
}

.alert-box-body {
  padding: 16px;
}

.alert-box-close {
  background: none;
  border: none;
  cursor: pointer;
  height: 48px;
  width: 48px;
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.alert-box-close:hover, .alert-box-close:focus-visible {
  opacity: 1;
}

.alert {
  background-color: #FC4349;
  color: white;
}
.alert .close {
  color: white;
}

.search-btn {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 16px;
}
.search-btn i {
  color: #8FACBD;
  font-size: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -khtml-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-btn:hover i, .search-btn:focus i {
  color: #2C3F51;
}

.close-btn {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 32px 32px 64px 64px;
  height: 48px;
  width: 48px;
  position: relative;
}
.close-btn:before, .close-btn:after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.submit-btn {
  outline: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  background-color: #D3925A;
  color: #fff;
  padding: 0 32px;
  font-weight: 700;
  line-height: 44px;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  border-radius: 2px;
  transition: all 250ms ease-in-out;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.submit-btn:hover, .submit-btn:focus-visible {
  background-color: #b16b2f;
  color: #fff;
}

.article {
  padding: 32px;
  margin: 32px auto 0;
}
@media (min-width: 48.75em) {
  .article {
    margin-top: 64px;
  }
}
.article figcaption {
  text-align: center;
  font-style: normal;
  font-size: 16px;
  color: #777;
}
.article blockquote {
  margin: 32px 0;
  padding: 32px;
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 200;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.article blockquote p, .article blockquote cite {
  font-weight: 200;
}
.article blockquote p:last-child, .article blockquote cite:last-child {
  margin-bottom: 0;
}
.article blockquote h3 {
  font-size: 25px;
  font-size: clamp(20px, 4vw, 25px);
}

.article-header {
  max-width: 800px;
  margin: 0 auto 64px;
}

.article-back_link {
  font-size: 16px;
  color: #777;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.article-back_link:hover, .article-back_link:focus-visible {
  color: #D3925A;
}
.article-back_link:hover i, .article-back_link:focus-visible i {
  color: #D3925A;
}

.article-title {
  font-size: clamp(36px, 5.5vw, 54px);
  line-height: 1.4;
  margin-bottom: 32px;
}

.article-byline {
  display: flex;
  align-items: flex-start;
}

.article-byline-text {
  margin-left: 16px;
}

.article-byline-author {
  font-size: 20px;
  font-weight: 600;
}

.article-byline-date {
  font-size: 18px;
  color: #777;
}

.article-features_image {
  max-width: 800px;
  margin: 0 auto 64px;
}

.article-body {
  max-width: 800px;
  margin: 0 auto;
}

.article-excerpt {
  margin-bottom: 64px;
}
.article-excerpt p {
  font-size: 25px;
  font-size: clamp(20px, 3vw, 25px);
}

.article-author-slug-title {
  font-size: 25px;
}

.article-avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  background-color: #080c10;
}
.article-avatar.is-tiny {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 8px;
}
.article-avatar.is-small {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.article-avatar.is-block {
  display: block;
}
.article-avatar img {
  display: block;
}

.article-comments {
  max-width: 1280px;
  margin: 64px auto 0;
}

.articles {
  margin-top: 64px;
}

.articles-item {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
.articles-item.is-featured {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.articles-item.is-featured .articles-item-heading {
  font-size: clamp(25px, 3vw, 39.06px);
}
.articles-item.is-featured .articles-item-image {
  display: none;
}
@media (min-width: 48.75em) {
  .articles-item.is-featured .articles-item-image {
    display: block;
    width: 320px;
    width: clamp(100px, 33.33%, 400px);
    min-width: clamp(100px, 33.33%, 400px);
    max-width: clamp(100px, 33.33%, 400px);
  }
}

.articles-item-link {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.articles-item-text {
  width: 100%;
}

.articles-item-heading {
  font-size: 25px;
  margin-bottom: 4px;
}
.articles-item-heading a {
  text-decoration: none;
  color: #333;
  font-size: 25px;
}

.articles-item-byline {
  color: #777;
  font-size: 16px;
  margin-bottom: 16px;
}
.articles-item-byline p {
  color: #777;
}

.articles-item-excerpt p:last-child {
  margin-bottom: 0;
}

.articles-item-meta {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

.articles-item-image {
  margin-left: 16px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media (min-width: 48.75em) {
  .articles-item-image {
    margin-left: 32px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}
.articles-item-image img {
  display: block;
}

.author {
  padding: 32px;
  text-align: center;
  position: relative;
  height: 100%;
}

.author-image {
  position: relative;
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 16px auto;
  border: 3px solid #D3925A;
  overflow: hidden;
  border-radius: 50%;
}
.author-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.author-details {
  padding-bottom: 40px;
}
.author-details h2 {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.author-details p {
  margin-bottom: 0;
}

.author-title {
  color: #7A7A7A;
  font-size: 16px;
}

.author-collections {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #E5E5E5;
  height: 50px;
  padding: 0 32px;
  text-align: left;
}
.author-collections p {
  line-height: 50px;
}

.avatar {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
}
.avatar.is-round {
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.avatar.has-border {
  border: 4px solid #FF7746;
}
.avatar.has-border:is(a):hover, .avatar.has-border:is(a) :focus-visible {
  border-color: #df3b00;
}
.avatar.is-orange {
  border-color: #D3925A;
}
.avatar.is-orange:is(a):hover, .avatar.is-orange:is(a) :focus-visible {
  border-color: #9d5f2a;
}
.avatar img {
  display: block;
  width: 100%;
  height: auto;
}

.banner {
  margin: 32px 0;
  background-color: #fff;
  border: 1px solid #B6C6D4;
  box-shadow: 3px 3px 0px #b6c6d4;
}
@media (min-width: 42.5em) {
  .banner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.banner-inner {
  width: 100%;
  padding: 32px;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-bottom: 1px solid #B6C6D4;
}
@media (min-width: 42.5em) {
  .banner-text {
    border-right: 1px solid #B6C6D4;
    border-bottom: none;
    width: 50%;
  }
}

.banner-text-bottom {
  font-size: 16px;
  color: #777;
  margin: 0;
}

.banner-form {
  padding: 32px;
}
@media (min-width: 42.5em) {
  .banner-form {
    width: 50%;
  }
}

.booster {
  background-color: #fff;
  padding: 32px;
  border: 1px solid #B6C6D4;
  box-shadow: 3px 3px 0px #b6c6d4;
}
@media (min-width: 61.875em) {
  .booster {
    padding: 48px;
  }
}

.booster-content {
  position: relative;
}
.booster-content > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 48.75em) {
  .booster-content.has-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.booster-content-image {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 48.75em) {
  .booster-content-image {
    margin-bottom: 0;
    padding-right: 16px;
    width: 33.333%;
  }
}
@media (min-width: 61.875em) {
  .booster-content-image {
    width: 25%;
  }
}

.booster-content-text {
  text-align: center;
}
@media (min-width: 48.75em) {
  .booster-content-text {
    text-align: left;
    padding-left: 16px;
    width: 66.666%;
  }
}
@media (min-width: 61.875em) {
  .booster-content-text {
    width: 75%;
  }
}

.booster-eyebrow {
  color: #777;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 32px;
}

.booster-header {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 61.875em) {
  .booster-header {
    text-align: left;
  }
}

.booster-heading {
  color: #333;
}
.booster-heading + .booster-subheading {
  margin-top: -16px;
}

.booster-subheading {
  color: #7A7A7A;
  margin: 0;
}
.booster-subheading + p {
  margin-top: 1em;
}

.booster-actions {
  margin-top: 32px;
}

.booster-published_at {
  color: #7A7A7A;
}

.booster-content_logo {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 32px auto 8px;
  border-radius: 50%;
}
.booster-content_logo img {
  display: block;
  width: 200px;
  height: 200px;
}
.booster-content_logo.is-dpftw {
  border: none;
}

body.is-article .booster-content_logo {
  border: 3px solid #D3925A;
}
@media (min-width: 40em) {
  body.is-article .booster-content_logo {
    border: 4px solid #D3925A;
  }
}
body.is-authors_page .booster, body.is-favorites_page .booster {
  padding: 32px;
  border: 1px solid #B6C6D4;
  box-shadow: 3px 3px 0px #b6c6d4;
}
body.is-home_page .booster {
  border: 1px solid #B6C6D4;
  box-shadow: 3px 3px 0px #b6c6d4;
}

@media (min-width: 61.875em) {
  .booster-article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.booster-article-text {
  max-width: 800px;
}

.booster-article-image {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 61.875em) {
  .booster-article-image {
    display: block;
    max-width: 38.2%;
    margin-left: 16px;
  }
}
.booster-article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.cards {
  width: 100%;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 auto;
}
.cards.has-margin {
  margin-bottom: 16px;
}

.cards-header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  margin: 32px 0 16px;
}
@media (min-width: 48.75em) {
  .cards-header {
    margin-bottom: 32px;
  }
}

.cards-heading {
  margin: 0;
}

.cards-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin: 0 -8px;
}

.cards-item {
  display: flex;
  position: relative;
  padding: 8px;
  color: #2C3F51;
  flex-basis: 100%;
  max-width: 100%;
  z-index: 1;
  text-decoration: none !important;
}
@media (min-width: 42.5em) {
  .cards-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 71.875em) {
  .cards-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.cards-item:hover, .cards-item:focus {
  color: #2C3F51;
}

.cards-item_content {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #B6C6D4;
  -webkit-transition: all 250ms ease-in-out;
  -khtml-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  box-shadow: 3px 3px 0px #b6c6d4;
}
.cards-item_content:hover {
  box-shadow: 4px 4px 0px #748ca2;
}

.cards-item_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent;
  background-color: transparent;
  z-index: 10;
}
.cards-item_link:hover, .cards-item_link:focus {
  color: transparent;
  background-color: transparent;
}

.collection-item {
  padding: 16px;
  position: relative;
  height: 100%;
}

.collection-item-new {
  color: #D3925A;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 3px;
}

.collection-item_date {
  font-size: 16px;
  color: #7A7A7A;
  padding-top: 4px;
  margin-bottom: 8px;
}
.collection-item_date time {
  display: inline-block;
}

.collection-item-count {
  font-size: 16px;
  color: #7A7A7A;
}

.collection-item_heading {
  display: block;
  margin: 0;
  padding-bottom: 96px;
  font-size: 20px;
}

.collection-item-author_name {
  font-size: 16px;
}

.collection-item_author {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 16px 16px 16px;
}
.collection-item_author p {
  margin: 0;
}
.collection-item_author hr {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.collection-item_author figure {
  position: absolute;
  top: -6px;
  right: 0;
  margin: 16px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #D3925A;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 48px;
}
.collection-item_author figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.collection-item_author figure:nth-of-type(1) {
  z-index: 5;
}
.collection-item_author figure:nth-of-type(2) {
  z-index: 4;
  right: 32px;
}
.collection-item_author figure:nth-of-type(3) {
  z-index: 3;
  right: 64px;
}
.collection-item_author figure:nth-of-type(4) {
  z-index: 2;
  right: 96px;
}
.collection-item_author figure:nth-of-type(5) {
  z-index: 1;
  right: 128px;
}

.collection-item_social {
  position: absolute;
  top: 16px;
  right: 8px;
  z-index: 11;
}
.collection-item_social .social_twitter {
  padding: 8px;
  font-size: 18px;
}

.collection-pubdate {
  color: #7A7A7A;
}

.collection-author {
  display: block;
  text-align: center;
  margin: 32px 0;
  text-decoration: none !important;
}
.collection-author:hover .collection-author_image, .collection-author:focus .collection-author_image {
  border-color: #b16b2f;
}
.collection-author:last-of-type {
  margin-bottom: 0;
}
.collection-author h2 {
  margin: 0;
}
.collection-author p.first-of-type {
  margin: 0;
}
.collection-author p:last-of-type {
  margin-bottom: 0;
}
.collection-author .collection-author_image {
  position: relative;
  width: 120px;
  height: 120px;
  border: 3px solid #D3925A;
  margin: 0 auto;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 150ms ease-in-out;
  -khtml-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 1;
}
@media (min-width: 40em) {
  .collection-author .collection-author_image {
    width: 200px;
    height: 200px;
    border: 4px solid #D3925A;
  }
}
.collection-author .collection-author_image img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 40em) {
  .collection-author .collection-author_image.is-small {
    width: 120px;
    height: 120px;
    border: 3px solid #D3925A;
  }
}

.collection-author-title {
  font-size: 16px;
  color: #7A7A7A;
}

.collection-details {
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 40em) {
  .collection-details {
    margin-bottom: 0;
  }
}
.collection-details .collection-details_social {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.collection-details .collection-details_social .favorite {
  text-decoration: none;
}
.collection-details .collection-details_social > span {
  margin-left: 32px;
}
.collection-details .collection-details_social > span a {
  font-size: 20px;
  line-height: 1;
}
.collection-details .collection-details_social > span a i {
  font-size: 20px;
  line-height: 1;
}
.collection-details .collection-details_social > span a span {
  color: #748CA2;
}

.collection-source {
  margin-top: 16px;
}
.collection-source p {
  margin: 0;
  text-align: center;
}
.collection-source p span {
  font-weight: 700;
}
@media (min-width: 40em) {
  .collection-source {
    margin: 16px -16px 0;
    border-top: 1px solid #E5E5E5;
    padding: 0 48px;
    padding-top: 16px;
  }
  .collection-source p {
    text-align: right;
  }
}

.collection-principles {
  margin: 0;
}
.collection-principles li {
  margin: 0;
}

.collection-principles-description {
  display: none;
  padding-right: 28px;
}
.collection-principles-description.is-active {
  display: block;
}
.collection-principles-description ul {
  list-style-type: disc;
}

.collection-principles-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  padding: 16px 0;
}
.collection-principles-name i {
  margin-left: 16px;
  margin-top: 8px;
}
@media (min-width: 48.75em) {
  .collection-principles-name {
    font-size: 18px;
    padding: 8px 0;
  }
  .collection-principles-name i {
    display: none;
  }
}

.collection-principles_details {
  display: none;
}
@media (min-width: 48.75em) {
  .collection-principles_details {
    display: block;
  }
}

.collection-principles_details-item {
  margin-bottom: 32px;
}

.collection-tags {
  margin: 32px -32px 0;
  border-top: 1px solid #E5E5E5;
  padding: 32px;
}
@media (min-width: 48.75em) {
  .collection-tags {
    padding: 32px;
    padding-bottom: 0;
  }
}
@media (min-width: 61.875em) {
  .collection-tags {
    margin: 32px -48px 0;
    padding: 32px 48px;
    padding-bottom: 0;
  }
}
.collection-tags ul {
  padding: 0;
  margin: -2.5px;
  margin-top: 16px;
  list-style: none;
  *zoom: 1;
}
.collection-tags ul:before, .collection-tags ul:after {
  content: " ";
  display: table;
}
.collection-tags ul:after {
  clear: both;
}
.collection-tags ul li {
  background-color: #D3925A;
  color: #fff;
  padding: 0 16px;
  margin: 2.5px;
  float: left;
  border-radius: 28px;
  font-size: 16px;
  height: 28px;
  line-height: 27px;
  white-space: nowrap;
}

.creator {
  margin: 32px 0;
}
@media (min-width: 48.75em) {
  .creator {
    display: flex;
    justify-content: flex-start;
  }
}

.creator-image {
  margin: 0 auto 32px;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
}
@media (min-width: 48.75em) {
  .creator-image {
    margin-right: 32px;
  }
}

.creator-content {
  width: 100%;
}

.creator-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.creator-social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
}
.creator-social-icons i {
  line-height: 60px;
  margin-left: 16px;
}

.creators {
  position: relative;
}

.creators-header a {
  font-weight: 400;
}

.creators-about {
  margin: 32px auto 0;
  border-top: 1px solid #B6C6D4;
}

.dropdown {
  position: relative;
}
.dropdown.is-active .dropdown-nav {
  display: block;
}

.dropdown-toggle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-nav {
  display: none;
  position: absolute;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 3px 3px 0px #b6c6d4;
  width: max-content;
  padding: 8px 0;
}

.dropdown-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding: 0 16px;
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.dropdown-nav-item:hover, .dropdown-nav-item:focus-visible {
  color: #333;
  background-color: #f6f6f6;
}
.dropdown-nav-item.is-selected {
  font-weight: bold;
}
.dropdown-nav-item i {
  color: #748CA2;
}
.dropdown-nav-item i:last-child:not(.dropdown-nav-item i:first-child) {
  margin-left: 16px;
}

.dropdown-nav-divider {
  display: block;
  height: 1px;
  background-color: #B5BCC3;
}

.favorites {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.favorites.has-no_favorites {
  text-align: center;
  padding: 32px 0 0 0;
}
.favorites.has-no_favorites h1, .favorites.has-no_favorites h2, .favorites.has-no_favorites h3 {
  color: #8FACBD;
}
.favorites.has-no_favorites h1 a, .favorites.has-no_favorites h2 a, .favorites.has-no_favorites h3 a {
  font-size: inherit;
}
.favorites.has-no_favorites ul {
  max-width: 640px;
  padding: 0;
  margin: 64px auto;
  list-style: none;
}
.favorites.has-no_favorites ul li {
  font-weight: 700;
  color: #8FACBD;
  margin-bottom: 8px;
}
.favorites.has-no_favorites ul li:last-of-type {
  margin-bottom: 0;
}

.footer {
  position: relative;
  background: #2C3F51;
  margin-top: 16px;
}
@media (min-width: 48.75em) {
  .footer {
    margin-top: 32px;
  }
}

.footer-inner {
  padding: 0 32px;
}

.footer-inner_content {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (min-width: 42.5em) {
  .footer-inner_content {
    display: flex;
    align-items: center;
  }
}
.footer-inner_content h2, .footer-inner_content a {
  font-weight: 300;
  font-family: "Heebo", sans-serif;
}
@media (min-width: 42.5em) {
  .footer-inner_content {
    padding: 64px 0 64px 120px;
  }
  .footer-inner_content h2, .footer-inner_content a {
    font-weight: 700;
  }
}

.footer-inner_logo {
  max-width: 200px;
  margin: 0 auto 32px;
}
@media (min-width: 42.5em) {
  .footer-inner_logo {
    margin: 0;
    margin-right: 32px;
    width: 140px;
    min-width: 140px;
  }
}

.footer_inner-text h2 {
  font-size: 20px;
}
@media (min-width: 42.5em) {
  .footer_inner-text h2 {
    font-size: 25px;
  }
}

.footer-navigation {
  position: relative;
  padding: 32px;
  background-color: #273747;
}
@media (min-width: 42.5em) {
  .footer-navigation {
    padding: 0 32px;
  }
}
.footer-navigation a {
  text-decoration: none;
}
.footer-navigation .footer-navigation_brand a {
  display: inline-block;
  color: #fff;
}
.footer-navigation .footer-navigation_brand a:hover, .footer-navigation .footer-navigation_brand a:focus {
  color: #D3925A;
}
.footer-navigation .footer-navigation_brand h1 {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 42.5em) {
  .footer-navigation .footer-navigation_brand h1 {
    margin: 0;
  }
}
.footer-navigation .footer-navigation-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 42.5em) {
  .footer-navigation .footer-navigation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 42.5em) {
  .footer-navigation .footer-navigation_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer-navigation .footer-navigation_links-item {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
@media (min-width: 42.5em) {
  .footer-navigation .footer-navigation_links-item {
    line-height: 60px;
    margin-right: 16px;
  }
}
.footer-navigation .footer-navigation_links-item:hover, .footer-navigation .footer-navigation_links-item:focus {
  color: #D3925A;
}
.footer-navigation .footer-navigation_links-item:last-child {
  margin-right: 0;
}

.footer-navigation-hidden_link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 60px;
  overflow: hidden;
}

.hero {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #273747;
}

.hero-background_image {
  display: none;
  position: absolute;
  top: -64px;
  right: 32px;
  bottom: 0;
  width: 50%;
  background-image: url(/workshop-min.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
@media (min-width: 53.125em) {
  .hero-background_image {
    display: block;
    width: 40%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hero-header {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
}
@media (min-width: 48.75em) {
  .hero-header {
    text-align: left;
  }
}

.hero-title {
  font-size: clamp(64px, 10vw, 140px);
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin: -16px 0 0 !important;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(39, 55, 71, 0.25);
}

.hero-text {
  font-size: clamp(18px, 4vw, 32px);
  color: #fff;
}

.hero-cta {
  margin: 32px 0 0;
}

.hero-cta-button {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
  height: 60px;
  line-height: 56px;
  padding: 0 32px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hero-cta-button.is-orange {
  border-color: #D3925A;
  color: #D3925A;
}
@media (min-width: 48.75em) {
  .hero-cta-button {
    display: inline-block;
    width: fit-content;
  }
}
.hero-cta-button:hover, .hero-cta-button:focus-visible {
  border-color: #D3925A;
  color: #D3925A;
}

.hero-divider {
  border: none;
  border-top: 1px solid #B5BCC3;
  margin: 0;
}

.hero-secondary {
  background-color: #fce9ca;
}

.hero-secondary-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 16px;
}
.hero-counter:first-child {
  margin-left: 0;
}
@media (min-width: 48.75em) {
  .hero-counter {
    margin: 0 32px;
  }
}

.hero-counter-value {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -5px;
  font-size: clamp(54px, 8vw, 100px);
  color: rgba(51, 51, 51, 0.8);
  margin: 0;
}

.hero-counter-label {
  font-size: clamp(16px, 2vw, 24px);
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.2;
  margin: 0;
}

.hero-search {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hero-search input[type=search] {
  padding-right: 40px;
  color: #080c10;
}
.hero-search .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.hero-card {
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: #fff;
  border: 1px solid #B6C6D4;
  box-shadow: 3px 3px 0px #b6c6d4;
  width: 480px;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
}

.hero-card-eyebrow {
  font-size: 16px;
  font-weight: 600;
  color: #D3925A;
  margin: 0 0 16px;
}

.hero-card-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  color: #273747;
  margin: 0 0 8px;
}

.hero-card-meta {
  font-size: 16px;
  color: #7A7A7A;
  margin: 0;
}

.hero-card-button {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #273747;
  color: #273747;
  height: 44px;
  line-height: 40px;
  padding: 0 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hero-card-button:hover, .hero-card-button:focus-visible {
  border-color: #D3925A;
  color: #D3925A;
}

.hero-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  overflow: hidden;
  margin-left: 16px;
  background-position: center;
  background-size: cover;
}
.hero-card-avatar img {
  display: block;
}

.hero-card-footer {
  border-top: 1px solid #B5BCC3;
  padding: 0 16px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-nav {
  display: flex;
}

.carousel-nav-item {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  padding: 0;
  border: 1px solid #B5BCC3;
  background-color: transparent;
  margin-left: 6px;
}
.carousel-nav-item:first-child {
  margin-left: 0;
}
.carousel-nav-item.glide__bullet--active {
  background-color: #B5BCC3;
}

.carousel-buttons {
  display: flex;
}

.carousel-button {
  display: block;
  height: 44px;
  width: 32px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #273747;
  opacity: 0.5;
  transition: all 300ms ease;
  font-size: 16px;
}
.carousel-button:hover, .carousel-button:focus-visible {
  opacity: 1;
}

.info p {
  margin-bottom: 32px;
}
.info p:last-of-type {
  margin-bottom: 0;
}

.island {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin-top: 8px;
}
@media (min-width: 40em) {
  .island {
    background-color: #fff;
    padding: 32px;
    border: 1px solid #B6C6D4;
    box-shadow: 3px 3px 0px #b6c6d4;
  }
}
@media (min-width: 61.875em) {
  .island {
    padding: 48px;
  }
}
.island.has-bottom_margin {
  margin-bottom: 32px;
}
.island.is-info {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48.75em) {
  .island-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .island-columns.verticle_align-center {
    align-items: center;
  }
}

.island-content.left-column {
  order: 1;
}
@media (min-width: 48.75em) {
  .island-content.left-column {
    padding-right: 16px;
    width: 38.82%;
  }
}
@media (min-width: 61.875em) {
  .island-content.left-column {
    width: 33.3333%;
  }
}
.island-content.right-column {
  order: 2;
}
@media (min-width: 48.75em) {
  .island-content.right-column {
    padding-left: 16px;
    width: 61.18%;
  }
}
@media (min-width: 61.875em) {
  .island-content.right-column {
    width: 66.6666%;
  }
}

.keyvalue {
  border-collapse: collapse;
  table-layout: fixed;
}
.keyvalue.has-margin {
  margin-bottom: 16px;
}
.keyvalue.is-fullwidth {
  width: 100%;
}
.keyvalue.is-fullwidth td {
  text-align: right;
}
.keyvalue.is-discrete {
  font-size: 16px;
  color: #777;
}
.keyvalue > tbody > tr > th, .keyvalue > tbody > tr > td {
  position: relative;
  text-align: left;
  padding: 4px 0;
  vertical-align: top;
}
.keyvalue > tbody > tr > th.text-right, .keyvalue > tbody > tr > td.text-right {
  text-align: right;
}
.keyvalue > tbody > tr > th {
  padding-right: 8px;
}
.keyvalue > tbody > tr > th.is-discrete,
.keyvalue > tbody > tr > th small {
  font-weight: normal;
}
.keyvalue > tbody > tr > td {
  padding-left: 8px;
}
.keyvalue > tbody > tr.text-middle > td, .keyvalue > tbody > tr.text-middle > th {
  vertical-align: middle;
}

.mobile_nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-top: 60px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  transform: translateY(-150%);
  background-color: #2C3F51;
}
.mobile_nav.is-active {
  transform: translateY(0);
}

.mobile_nav_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 102;
}

.mobile_nav-nav-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile_nav-nav-item.current {
  color: #D3925A;
}
.mobile_nav-nav-item i {
  margin-right: 8px;
  color: #fff;
}

.mobile_nav-nav-divider {
  display: block;
  height: 1px;
  margin: 8px 0;
  background-color: rgba(255, 255, 255, 0.35);
}

.mobile_nav_close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 102;
}
@media (min-width: 48.75em) {
  .mobile_nav_close {
    top: 15px;
    right: 15px;
  }
}

.mobile_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  transform: translateY(-150%);
}
.mobile_search:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background-color: #2C3F51;
}
.mobile_search.is-active {
  transform: translateY(0);
}

.mobile_search_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 102;
}

.mobile_search_inner-content {
  position: relative;
  max-width: 1295px;
  width: 100%;
  margin: 120px auto;
  padding: 0 32px;
  overflow: hidden;
}

.mobile_search_form {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 64px auto;
}
.mobile_search_form .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.mobile_search_close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 102;
}
@media (min-width: 48.75em) {
  .mobile_search_close {
    top: 15px;
    right: 15px;
  }
}

.mobile_search_results h3 {
  margin-left: 8px;
}

.notification {
  padding: 16px 32px;
  background-color: #5795AD;
  color: #fff;
}
.notification i:first-child {
  margin-right: 4px;
}
.notification.is-notice {
  background-color: #5795AD;
}
.notification.is-alert {
  background-color: #FC4349;
}

.page_hero {
  background-color: #2C3F51;
  padding: 32px;
}

.page_hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.page_hero-heading {
  color: #fff;
  font-size: clamp(36px, 7vw, 74px);
}

.page_hero-text {
  color: #fff;
  font-size: clamp(18px, 4vw, 32px);
}

.pagination {
  margin-bottom: 64px;
  text-align: center;
}

.pagination-item {
  font-size: 18px;
  color: #748CA2;
  font-weight: 400;
  padding: 16px;
}
.pagination-item.is-active {
  border-bottom: 4px solid #748CA2;
  font-weight: 700;
}
.pagination-item.is-prev i {
  color: #B6C6D4;
}
.pagination-item.is-next i {
  color: #748CA2;
}

.primary_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
}

.primary_nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  line-height: 68px;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0 16px;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.primary_nav-item.current {
  border-bottom: 3px solid #D3925A;
}
.primary_nav-item i {
  margin-left: 8px;
  color: #fff;
}
.primary_nav-item.is-icon {
  font-size: 28px;
}
.primary_nav-item:hover {
  color: #b16b2f;
}
.primary_nav-item.is-button {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
  height: 44px;
  line-height: 40px;
  padding: 0 32px;
  margin: 0 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resources-category-name {
  margin-bottom: 32px;
  color: #D3925A;
}

.resources-divider {
  margin: 32px -16px;
  border-top: 1px solid #ccc;
}
@media (min-width: 40em) {
  .resources-divider {
    margin: 32px -32px;
  }
}
@media (min-width: 48.75em) {
  .resources-divider {
    border: none;
  }
}

.resources-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources-item {
  margin-bottom: 32px;
}

.resources-item-name_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.resources-item-name_link:hover, .resources-item-name_link:focus {
  color: #D3925A;
}

.resources-item-content {
  padding-right: 28px;
}

.resources-item-meta {
  font-size: 16px;
  color: #777;
  font-weight: 500;
}

.resources-item-link_icon {
  font-size: 0.65em;
  vertical-align: super;
  color: #D3925A;
  transition: all 150ms ease-in-out;
}

.search {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.search-input {
  position: relative;
}
.search-input input[type=search] {
  padding-right: 40px;
  color: #080c10;
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 32px 0;
}

.share-title {
  font-size: 20px;
  font-weight: bold;
  color: #777;
  margin: 0;
  padding: 16px 0;
}

.share-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.share-links-item {
  display: block;
  padding: 16px;
  font-size: 20px;
}

.has-banner .site_header {
  top: 68px;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  z-index: 98;
  background-color: #273747;
  color: #fff;
  -webkit-transition: background-color 300ms ease;
  -khtml-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.site_header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.site_header-logo {
  display: block;
  padding: 0 16px;
}
.site_header-logo img {
  display: block;
  width: auto;
  height: 36px;
}

.submenu {
  transition: top 300ms ease;
}
.submenu.is-sticky {
  position: fixed;
  top: 32px;
  z-index: 2;
}
.submenu.is-absolute {
  position: absolute !important;
  bottom: 32px;
  top: auto;
}

body.header-visible .submenu.is-sticky {
  top: 100px;
}

.submenu-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu-link {
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 400;
}

.how-it-works {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  padding-top: 20px;
}
.how-it-works > ul {
  display: block;
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin-left: -2%;
}
.how-it-works > ul > li {
  display: block;
  height: auto;
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 31.3%;
}
@media (max-width: 680px) {
  .how-it-works > ul {
    display: block;
    overflow: hidden;
    padding: 0;
    list-style: none;
    margin-left: 0;
  }
  .how-it-works > ul > li {
    display: block;
    height: auto;
    float: left;
    float: none;
    margin-left: 0;
    width: auto;
  }
}

.about {
  position: relative;
  padding: 0 16.6666666667% 0 25%;
}
@media (max-width: 830px) {
  .about {
    padding: 0 0 0 25%;
  }
}
@media (max-width: 680px) {
  .about {
    padding: 0;
  }
}

.about-description {
  margin-bottom: 32px;
}

.about-person {
  margin: 32px 16.6666666667%;
}
@media (max-width: 830px) {
  .about-person {
    margin: 32px 8.3333333333%;
  }
}
@media (max-width: 680px) {
  .about-person {
    margin: 0;
  }
}
.about-person h1 {
  margin-bottom: 5px;
}
@media (max-width: 680px) {
  .about-person h1 {
    margin-bottom: 16px;
  }
}
.about-person ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.about-person ul li {
  margin-bottom: 1px;
}
.about-person ul a {
  display: inline-block;
  padding: 5px 0;
}

.about-person-inner {
  margin: 0 -16px;
  *zoom: 1;
}
.about-person-inner:before, .about-person-inner:after {
  content: " ";
  display: table;
}
.about-person-inner:after {
  clear: both;
}

.about-person-photo {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 25%;
  margin-bottom: 32px;
}
@media (max-width: 830px) {
  .about-person-photo {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    padding: 0 16px;
    clear: none;
    width: 33.3333333333%;
    margin-bottom: 32px;
  }
}
@media (max-width: 680px) {
  .about-person-photo {
    float: none;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
  }
}
.about-person-photo img {
  display: block;
  max-width: 100%;
}

.about-person-description {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 830px) {
  .about-person-description {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    padding: 0 16px;
    clear: none;
    width: 66.6666666667%;
    margin-bottom: 32px;
  }
}
@media (max-width: 680px) {
  .about-person-description {
    float: none;
    width: 100%;
  }
  .about-person-description h1 {
    text-align: center;
    margin-bottom: 32px;
  }
}

.contact-section {
  margin: 0 -16px;
  *zoom: 1;
}
.contact-section:before, .contact-section:after {
  content: " ";
  display: table;
}
.contact-section:after {
  clear: both;
}

.contact-form {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 66.6666666667%;
  margin-bottom: 32px;
}
@media (max-width: 830px) {
  .contact-form {
    float: none;
    width: 100%;
  }
}

.contact-info {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .contact-info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.tagline {
  position: relative;
  margin: 0;
  background: #bfe2ef;
  color: #2d8fb5;
  padding: 10px 20px;
  border: none;
  text-align: center;
  border-radius: 2px 2px 0 0;
}
.tagline p {
  margin: 0;
  line-height: 1;
}
.tagline .close {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  padding: 10px;
}

.home-cta {
  text-align: right;
  margin: 0 0 5px;
}
.home-cta .button {
  margin: 0;
}

.ff {
  margin: 0 -16px;
  *zoom: 1;
  position: relative;
  background: #6DBCDB;
  margin: 0 0 32px;
  border-radius: 2px;
  -webkit-transition: margin 0.3s ease-out;
  -khtml-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -ms-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.ff:before, .ff:after {
  content: " ";
  display: table;
}
.ff:after {
  clear: both;
}
@media (max-width: 680px) {
  .ff {
    background: none;
    margin: 0 16px 16px;
  }
}
.ff h1 a {
  display: inline-block;
  margin: -10px -20px;
  padding: 10px 20px;
  color: white;
  border-radius: 2px 0 0 2px;
}
@media (max-width: 680px) {
  .ff h1 a {
    display: block;
    margin: 0 -16px;
    padding: 10px;
    border-radius: 2px;
  }
}
.ff h1 a:hover, .ff h1 a:focus {
  background: #44a9d1;
}
.ff h1 a:active {
  background: #2d8fb5;
}
.ff.has_tagline {
  border-radius: 0 0 2px 2px;
}
.ff.has_tagline h1 a {
  border-radius: 0 0 0 2px;
}
.ff header {
  position: relative;
}
.ff header h1 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
  padding-top: 2px;
}
.ff header .ff-toggle-filter {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
}
@media (max-width: 680px) {
  .ff header .ff-toggle-filter {
    display: block;
    padding: 10px;
  }
}
.ff fieldset {
  border: none;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .ff fieldset {
    padding: 0;
  }
}
.ff fieldset header {
  margin: 0 -16px;
  *zoom: 1;
}
.ff fieldset header:before, .ff fieldset header:after {
  content: " ";
  display: table;
}
.ff fieldset header:after {
  clear: both;
}
.ff .ff-collection-count {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 66.6666666667%;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 830px) {
  .ff .ff-collection-count {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    padding: 0 16px;
    clear: none;
    width: 50%;
    margin-bottom: 32px;
  }
}
@media (max-width: 680px) {
  .ff .ff-collection-count {
    float: none;
    width: 100%;
    background: #6DBCDB;
    padding: 10px;
    line-height: 1;
    border-radius: 2px;
  }
}
.ff .ff-collection-count small {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 65%;
  text-transform: none;
  opacity: 0.75;
}
.ff .ff-fields {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 33.3333333333%;
  margin-bottom: 32px;
  text-align: right;
  float: right;
}
@media (max-width: 830px) {
  .ff .ff-fields {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    padding: 0 16px;
    clear: none;
    width: 50%;
    margin-bottom: 32px;
    float: right;
  }
}
.ff .ff-fields > div {
  display: block;
}
@media (max-width: 680px) {
  .ff .ff-fields {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .ff .ff-fields select {
    width: 100%;
  }
  .ff .ff-fields.active {
    display: block;
  }
  .ff .ff-fields > div {
    display: block;
  }
  .ff .ff-fields > div.ff-sort {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .ff .ff-fields > div label {
    display: block;
    float: none;
  }
  .ff .ff-fields > div label:after {
    content: "";
  }
}
.ff .ff-sort {
  padding-top: 2px;
  margin-right: 20px;
}
.ff .ff-category-list {
  padding-top: 2px;
}
.ff .ff-submit {
  display: inline;
  margin-left: 30px;
}
.ff .ff-text-search {
  text-align: right;
  margin: 0;
  margin-right: -14px;
  position: relative;
  color: #080c10;
}
@media (max-width: 680px) {
  .ff .ff-text-search {
    margin-right: 0;
  }
}
.ff .ff-text-search #s {
  padding-right: 46px;
  width: 100%;
  height: 28px;
  border: 1px solid white;
  border-radius: 2px;
}
.ff .ff-text-search #s:focus {
  outline: none;
  border-color: #44a9d1;
}
@media (max-width: 680px) {
  .ff .ff-text-search #s {
    border-color: #ddd;
  }
}
@media (max-width: 680px) {
  .ff .ff-text-search {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.ff .ff-text-search-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 70px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  -webkit-appearance: textfield;
  border-radius: 0 2px 2px 0;
}
.ff .ff-text-search-button i {
  color: #fff;
  font-size: 1.2em;
  line-height: 28px;
}
.ff label {
  font-size: 0.875em;
}
.ff label:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.ff select,
.ff input {
  margin: 0;
  box-sizing: border-box;
}

.newsletter-page {
  margin: 0 -16px;
  *zoom: 1;
}
.newsletter-page:before, .newsletter-page:after {
  content: " ";
  display: table;
}
.newsletter-page:after {
  clear: both;
}
.newsletter-page .col-6 {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  padding: 0 16px;
  clear: none;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .newsletter-page .col-6 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}

.newsletter-form {
  background-color: #ddd;
  background-color: #bfe2ef;
  color: #2C3E50;
  border-radius: 2px;
  display: inline-block;
  width: 70%;
  max-width: 819px;
}
@media (max-width: 830px) {
  .newsletter-form {
    width: 100%;
    max-width: 100%;
  }
}
.newsletter-form h1, .newsletter-form h2, .newsletter-form h3, .newsletter-form h4, .newsletter-form h5, .newsletter-form h6, .newsletter-form p, .newsletter-form form {
  margin: 0 auto;
  padding: 32px;
}
.newsletter-form h1, .newsletter-form h2, .newsletter-form h3, .newsletter-form h4, .newsletter-form h5, .newsletter-form h6, .newsletter-form p {
  padding-bottom: 0;
}
.newsletter-form p {
  padding-top: 0;
}

.newsletter-preview {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  overflow: hidden;
  height: 640px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.newsletter-preview.is-active {
  height: auto;
  overflow: visible;
}
.newsletter-preview.is-active .newsletter-preview-label1 {
  display: none;
}
.newsletter-preview.is-active .newsletter-preview-label2 {
  display: inline;
}

.newsletter-preview-figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsletter-preview-toggle {
  display: block;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.newsletter-preview-toggle:hover, .newsletter-preview-toggle:focus {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.newsletter-preview-label2 {
  display: none;
}

.user-articles {
  margin-top: 32px;
}

@media print {
  .site_header,
  .collection-bar,
  footer,
  .sidebar,
  .collection-cta,
  .collection-newsletter,
  .comments {
    display: none;
  }
  .collection-details-meta {
    display: block;
  }
  .collection-details h1 {
    margin-bottom: 0;
  }
}
