.post__header.no-post-image,
.thank-you__header,
.post-image__credit,
.post-image+.post__meta,
.post__content,
.post-footer__nav {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .post__header.no-post-image,
  .thank-you__header,
  .post-image__credit,
  .post-image+.post__meta,
  .post__content,
  .post-footer__nav {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 60rem) {
  .post__header.no-post-image,
  .thank-you__header,
  .post-image__credit,
  .post-image+.post__meta,
  .post__content,
  .post-footer__nav {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.hero-play {
  border-radius: 0.9375rem / 50%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  color: #5E3A7E;
  font-weight: 600;
}

.grunion-field-wrap textarea,
.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  font-size: 1rem;
}

@media (min-width: 60rem) {
  .grunion-field-wrap textarea,
  .grunion-field-wrap input[type="text"],
  .grunion-field-wrap input[type="email"],
  .grunion-field-wrap input[type="url"] {
    font-size: .75rem;
  }
}

.grunion-field-wrap textarea,
.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  background-color: #CEBFD8;
  color: #5E3A7E;
}

.grunion-field-wrap textarea:-webkit-autofill,
.grunion-field-wrap input:-webkit-autofill[type="text"],
.grunion-field-wrap input:-webkit-autofill[type="email"],
.grunion-field-wrap input:-webkit-autofill[type="url"] {
  background-color: #CEBFD8;
  -webkit-box-shadow: inset 0 0 0 3.125rem #CEBFD8;
          box-shadow: inset 0 0 0 3.125rem #CEBFD8;
  -webkit-text-fill-color: #5E3A7E;
}

.grunion-field-wrap textarea[aria-invalid="true"],
.grunion-field-wrap input[aria-invalid="true"][type="text"],
.grunion-field-wrap input[aria-invalid="true"][type="email"],
.grunion-field-wrap input[aria-invalid="true"][type="url"] {
  background-color: rgba(242,86,110,0.2);
  border: 1px solid #F2566E;
}

.grunion-field-wrap textarea[aria-invalid="true"]:-webkit-autofill,
.grunion-field-wrap input[aria-invalid="true"]:-webkit-autofill[type="text"],
.grunion-field-wrap input[aria-invalid="true"]:-webkit-autofill[type="email"],
.grunion-field-wrap input[aria-invalid="true"]:-webkit-autofill[type="url"] {
  background-color: rgba(242,86,110,0.2);
  -webkit-box-shadow: inset 0 0 0 3.125rem rgba(242,86,110,0.2);
          box-shadow: inset 0 0 0 3.125rem rgba(242,86,110,0.2);
}

.grunion-field-wrap textarea,
.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  font-weight: 400;
}

.grunion-field-wrap textarea:not([type="checkbox"]):not([type="radio"]),
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
  margin-bottom: .625rem;
  width: 100%;
}

@media (min-width: 48rem) {
  .grunion-field-wrap textarea:not([type="checkbox"]):not([type="radio"]),
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
    margin-top: .3125rem;
  }
}

@media (min-width: 60rem) {
  .grunion-field-wrap textarea:not([type="checkbox"]):not([type="radio"]),
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
    margin-bottom: .3125rem;
  }
}

.grunion-field-wrap textarea:disabled,
.grunion-field-wrap input:disabled[type="text"],
.grunion-field-wrap input:disabled[type="email"],
.grunion-field-wrap input:disabled[type="url"] {
  opacity: 0.5;
}

.grunion-field-wrap textarea {
  overflow: auto;
  padding: .3125rem .625rem;
}

.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
  height: 3rem;
  padding: 0rem .9375rem;
}

@media (min-width: 60rem) {
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
    height: 2.125rem;
  }
}

.grunion-field-wrap input[type="text"]::-webkit-input-placeholder,
.grunion-field-wrap input[type="email"]::-webkit-input-placeholder,
.grunion-field-wrap input[type="url"]::-webkit-input-placeholder {
  color: inherit;
}

.grunion-field-wrap input[type="text"]:-ms-input-placeholder,
.grunion-field-wrap input[type="email"]:-ms-input-placeholder,
.grunion-field-wrap input[type="url"]:-ms-input-placeholder {
  color: inherit;
}

.grunion-field-wrap input[type="text"]::placeholder,
.grunion-field-wrap input[type="email"]::placeholder,
.grunion-field-wrap input[type="url"]::placeholder {
  color: inherit;
}

.grunion-field-wrap+p.contact-submit button.pushbutton-wide[type="submit"] {
  border-radius: 1.5rem / 50%;
  height: 3rem;
  line-height: 3rem;
  padding: 0rem 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: .75rem;
  font-weight: 600;
}

@media (min-width: 60rem) {
  .grunion-field-wrap+p.contact-submit button.pushbutton-wide[type="submit"] {
    border-radius: 1.09375rem / 50%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0rem .9375rem;
    font-size: .75rem;
  }
}

.grunion-field-wrap+p.contact-submit button.pushbutton-wide[type="submit"] {
  background-color: #5E3A7E;
  background-image: url("data:image/svg+xml,%3Csvg tabindex='-1' width='92' height='60' viewBox='0 0 92 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F2566E' d='M28.05 0L.44 60h25.862L53.9 0'/%3E%3Cpath fill='%23FBB014' d='M53.9 0L26.3 60h25.85l27.6-60'/%3E%3Cpath fill='%2345ACCE' d='M79.75 0h12.2v60h-39.8'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 12.5rem center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: background-position 200ms ease-in-out;
  -o-transition: background-position 200ms ease-in-out;
  transition: background-position 200ms ease-in-out;
}

.grunion-field-wrap+p.contact-submit button.pushbutton-wide:hover[type="submit"],
.grunion-field-wrap+p.contact-submit button.pushbutton-wide:focus[type="submit"] {
  background-position: right center;
}

.form__required {
  color: #F2566E;
}

.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  background-color: rgba(0,0,0,0.07);
}

.grunion-field-wrap textarea {
  background-color: rgba(0,0,0,0.07);
}

@-webkit-keyframes spectrum {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes spectrum {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 48rem) {
  .single .hero--video {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media (min-width: 60rem) {
  .single .hero--video {
    height: auto;
    min-height: 25rem;
    padding-bottom: 0;
  }
}

@media (min-width: 75.25rem) {
  .single .hero--video {
    min-height: 31.25rem;
  }
}

@media (min-width: 48rem) {
  .single .hero__figure {
    left: 0;
    min-height: inherit;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 60rem) {
  .single .hero__figure {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
}

@media (min-width: 60rem) {
  .single .hero__figure img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.single .hero-caption__content {
  bottom: 1.25rem;
}

.hero-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-play__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.hero-play__text {
  margin-right: .3125rem;
}

.hero-play__icon {
  height: .625rem;
  width: .5rem;
}

.hero-play__icon svg {
  fill: #5E3A7E;
}

.post__header {
  color: #fff;
  position: relative;
}

.post__header.no-post-image {
  color: #5E3A7E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1.875rem auto 2.5rem auto;
  width: 100%;
}

@media (min-width: 60rem) {
  .post__header.no-post-image {
    margin: 8.125rem auto 2.5rem auto;
    max-width: 34.375rem;
  }

  body.page-template-page-wide .post__header.no-post-image {
    max-width: 51.5625rem;
  }
}

.post--post .post__header.no-post-image {
  color: #45ACCE;
}

.thank-you__header {
  margin: 1.875rem auto 2.5rem auto;
  width: 100%;
}

@media (min-width: 60rem) {
  .thank-you__header {
    width: 34.375rem;
  }
}

.post__featured-image {
  margin: 0;
  position: relative;
}

.post__featured-image::after {
  background: -o-linear-gradient(70deg, rgba(22,14,29,0.6) 50%, transparent);
  background: linear-gradient(20deg, rgba(22,14,29,0.6) 50%, transparent);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-image__caption {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  color: #464646;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
  height: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 48rem) {
  .post-image__caption {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 60rem) {
  .post-image__caption {
    font-size: .625rem;
    height: 5.625rem;
  }
}

.post-image__credit {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 48rem) {
  .post-image__credit {
    text-align: left;
  }
}

@media (min-width: 60rem) {
  .post-image__credit {
    width: 34.375rem;
  }
}

.post__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 60rem) {
  .post__meta {
    width: 34.375rem;
  }
}

.post-image+.post__meta {
  bottom: 7.5rem;
  left: 0;
  position: absolute;
}

@media (min-width: 60rem) {
  .post-image+.post__meta {
    bottom: 7.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.post__title,
.thank-you__heading {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 48rem) {
  .post__title,
  .thank-you__heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 60rem) {
  .post__title,
  .thank-you__heading {
    font-size: 1.375rem;
  }
}

.post__label {
  font-size: .875rem;
  line-height: 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .post__label {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .post__label {
    font-size: .8125rem;
  }
}

.post__location {
  color: #2E2037;
  font-size: .875rem;
}

@media (min-width: 48rem) {
  .post__location {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .post__location {
    font-size: .8125rem;
  }
}

.post__content p,
.post__content ul:not(.blocks-gallery-grid),
.post__content ol:not(.blocks-gallery-grid),
.post__content blockquote,
.post__content q,
.post__content pre,
.post__content address,
.post__content area,
.post__content article,
.post__content aside,
.post__content audio,
.post__content code,
.post__content colgroup,
.post__content div,
.post__content details,
.post__content figure,
.post__content footer,
.post__content form,
.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6,
.post__content header,
.post__content hgroup,
.post__content hr,
.post__content img,
.post__content section,
.post__content table,
.post__content summary,
.post__content video {
  margin-bottom: 2em;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6,
.post__content big {
  font-size: large;
  font-weight: 700;
}

.post__content hr {
  border: 1px solid gray;
}

.post__content b,
.post__content strong {
  font-weight: 700;
}

.post__content em,
.post__content i {
  font-style: italic;
}

.post__content blockquote {
  font-style: italic;
  margin: 0rem .625rem;
}

.post__content cite {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .post__content cite {
    font-size: 0.875rem;
  }
}

.post__content th {
  font-weight: 700;
  text-decoration: none;
}

.post__content th,
.post__content td {
  border: 1px solid gray;
  padding: 0.5em;
}

.post__content del,
.post__content strike {
  text-decoration: line-through;
}

.post__content ul {
  list-style: disc outside none;
}

.post__content ul ul {
  margin-top: 0.5em;
}

.post__content ul>li>ul {
  list-style-type: circle;
}

.post__content ul>li>ul>li>ul {
  list-style-type: square;
}

.post__content ol {
  list-style: decimal outside none;
}

.post__content ol ol {
  margin-top: 0.5em;
}

.post__content ol>li>ol {
  list-style-type: lower-roman;
}

.post__content ol>li>ol>li>ol {
  list-style-type: lower-alpha;
}

.post__content li {
  margin: 0 0 0.5em 1em;
}

.post__content a img {
  border: none;
  display: inline-block;
}

.post__content p img {
  margin-bottom: 0.5em;
}

.post__content address {
  font-size: 0.75em;
}

.post__content abbr,
.post__content acronym {
  color: gray;
  text-decoration: underline dotted;
}

.post__content code,
.post__content var,
.post__content tt,
.post__content kbd {
  display: inline;
  font: 400 1em 'Courier', monospace;
}

.post__content pre {
  font: 400 1em 'Courier', monospace;
  white-space: pre-wrap;
}

.post__content img,
.post__content figure,
.post__content video {
  display: block;
}

.post__content figure img {
  height: auto;
  width: 100%;
}

.post__content figcaption {
  font-size: 0.75em;
  text-align: center;
}

.post__content .wp-caption {
  height: auto;
}

.post__content .alignleft {
  display: inline;
  float: left;
}

.post__content .alignright {
  display: inline;
  float: right;
}

.post__content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post__content .image-attachment div.entry-meta {
  float: left;
}

.post__content .image-attachment nav {
  float: right;
  margin: 0 0 1em;
}

.post__content .entry-content {
  clear: both;
}

.post__content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}

.post__content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.attachment .post__content img,
.widget-area .post__content img,
.post__content img.size-auto,
.post__content img.size-full,
.post__content img.size-large,
.post__content img.size-medium {
  height: auto;
  max-width: 100%;
}

.post__content img.alignleft {
  margin-right: 1em;
}

.post__content img.alignright {
  margin-left: 1em;
}

.wp-caption .post__content img {
  margin: 0.25em;
}

.post__content .wp-caption {
  height: auto;
  max-width: 100%;
  padding: 0.5em;
  text-align: center;
}

.post__content .wp-caption .wp-caption-text {
  margin: 0.5em;
}

.post__content .wp-smiley {
  margin: 0;
}

.post__content .widget {
  display: block;
}

.post__content .widget-area .widget_search {
  overflow: hidden;
}

.post__content .widget-area .widget_search input {
  float: left;
}

.post__content {
  color: #2E2037;
  font-size: .75rem;
  margin: 0 auto;
  width: 100%;
}

.post--post .post__content {
  color: #09495d;
}

@media (min-width: 48rem) {
  .post__content {
    font-size: .875rem;
  }
}

@media (min-width: 60rem) {
  .post__content {
    max-width: 34.375rem;
  }

  body.page-template-page-wide .post__content {
    max-width: 51.5625rem;
  }
}

.post__content p q {
  display: inline;
}

.post__content ul.wp-block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post__content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post__content .wp-block-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post__content .wp-block-audio audio {
  min-height: 50px;
}

.post__content a.wp-block-button__link.has-background {
  text-decoration: none;
}

.post__content .wp-block-media-text {
  display: grid;
}

.post__content .wp-block-media-text .wp-block-media-text__content,
.post__content .wp-block-media-text p,
.post__content .wp-block-media-text img {
  margin: 0;
}

.post__content img {
  width: auto;
}

.post__content blockquote {
  color: #45ACCE;
  font-size: 1.125rem;
  font-style: normal;
  margin: 4.375rem .625rem;
}

@media (min-width: 48rem) {
  .post__content blockquote {
    font-size: 1.5rem;
  }
}

.post__content a:not(.wp-block-button__link) {
  color: #5E3A7E;
  text-decoration: underline;
}

.post--post .post__content a:not(.wp-block-button__link) {
  color: #45ACCE;
}

.post--story .post__content a:not(.wp-block-button__link) {
  color: #F2566E;
}

.post--opportunity .post__content ul {
  padding: .625rem 0rem 1.875rem .3125rem;
}

@media (min-width: 48rem) {
  .post--opportunity .post__content ul {
    padding: 1.25rem 0rem 2.5rem 2.5rem;
  }
}

@media (min-width: 60rem) {
  .post--opportunity .post__content ul {
    padding: 2.8125rem 0rem 3.75rem 4.375rem;
  }
}

.post--opportunity .post__content ul li:not(:last-of-type) {
  margin-bottom: 1.875rem;
}

@media (min-width: 60rem) {
  .post--opportunity .post__content ul li:not(:last-of-type) {
    margin-bottom: .9375rem;
  }
}

.post--opportunity .post__content ul h2,
.post--opportunity .post__content ul h3,
.post--opportunity .post__content ul h4 {
  color: #5E3A7E;
}

.post--opportunity .post__content h2,
.post--opportunity .post__content h3,
.post--opportunity .post__content h4 {
  margin-bottom: 0;
}

.post--opportunity .post__content h2 {
  font-size: .75rem;
}

@media (min-width: 48rem) {
  .post--opportunity .post__content h2 {
    font-size: .875rem;
  }
}

@media (min-width: 48rem) {
  .post--post .post__content,
  .single-post .post__meta {
    max-width: 61.25rem;
    width: 100%;
    font-size: 1rem;
  }

  .single-post .post__meta .post__title {
    font-size: 1.75rem;
  }
}

.post-footer {
  width: 100%;
}

.post-footer__nav-wrapper {
  background-color: #5E3A7E;
  width: 100%;
}

.post--story .post-footer__nav-wrapper {
  background-color: #F2566E;
}

.post--post .post-footer__nav-wrapper {
  background-color: #45ACCE;
}

.post-footer__nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 48rem) {
  .post-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 60rem) {
  .post-footer__nav {
    max-width: 60rem;
  }
}

.post-footer__nav>a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
  font-weight: 600;
  margin: .9375rem 0rem;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .post-footer__nav>a {
    margin: 0;
  }
}

.post-footer__nav>a[rel="prev"] .post-footer__nav-arrow {
  margin-right: .625rem;
}

.post-footer__nav>a[rel="next"] {
  margin-left: auto;
}

.post-footer__nav>a[rel="next"] .post-footer__nav-arrow {
  margin-left: .625rem;
}

.post-footer__nav-arrow {
  display: block;
  height: .875rem;
  width: .5rem;
}


/*# sourceMappingURL=article.2a8d29546f8aeb7503411330799028a1.min.css.map*/