@charset "UTF-8";
/*
 * Theme Name: OA Hope
 * Author: Heather Harrold
 * Author URI: www.heatherrosedesign.com
 * Copyright: 2020, Heather Rose Design. All rights reserved.
*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  vertical-align: baseline;
}
/* normalize */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article, aside, footer, header, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}
blockquote, q {
  quotes: none;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
button[type="submit"], input[type="submit"] {
  cursor: pointer;
}
figure {
  margin: 0;
}
embed, iframe, object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
hr, .wp-block-separator {
  margin: calc(5vw / 1.5) auto;
  height: 0;
  border: 0;
  border-bottom: 1px dashed #96a8a4;
}
hr + h1, hr + h2, hr + h3, h1 + hr, h2 + hr, h3 + hr {
  margin-top: 0;
}
body:not(.is-tabbing) section:focus, body:not(.is-tabbing) main:focus, body:not(.is-tabbing) article:focus {
  outline: none;
}
/* ---------------------------------------------
# general styling
--------------------------------------------- */
html {
  font-size: 15px;
}
@media only screen and (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 17px;
  }
}
body {
  color: #000000;
  font: normal normal 1em/1.2 Montserrat, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  overflow-x: hidden;
}
/* headlines */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.4em 0 1rem;
  font: normal normal 1.245em/1.2 Montserrat, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  color: #cc1f25;
  font-weight: 300;
}
h5, h6, .h5, .h6 {
  font-weight: bold;
}
h1 + h2, h2 + h3, .h1 + .h2, .h2 + .h3 {
  margin-top: 0;
}
h1, .h1 {
  margin: 0 0 2rem;
  font-size: 2em;
}
h2, .h2 {
  font-weight: 600;
  font-size: 1.725em;
}
h3, .h3 {
  color: #2d5049;
  font-weight: 400;
  font-size: 1.525em;
}
h4, .h4 {
  font-size: 1.325em;
}
/* text */
p {
  margin: 0 auto 1.2rem;
  font-size: 1.05em;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  p {
    line-height: 1.66;
  }
}
p:last-child {
  margin-bottom: 0;
}
.notice {
  width: 100%;
  text-align: center;
}
main ul {
  margin: 0 0 1.2em 3em;
  list-style: disc;
}
main ol {
  margin: 0 0 1.2em 3em;
  list-style: decimal;
}
main ul ul, main ol ol {
  margin: 0.3em 0 0.8em 1.6em;
}
main li {
  margin: 0 0 0.5em;
  font-size: 1.05em;
  line-height: 1.5;
}
main li::marker {
  color: #2d5049;
}
main li li {
  font-size: 1em;
}
figure.wp-block-pullquote {
  margin: 0;
  padding: 0;
  color: #000000;
  border: 0;
}
blockquote, blockquote.wp-block-quote {
  position: relative;
  clear: both;
  margin: 2.5rem auto;
  padding: 2rem 1rem;
  border-width: 0;
}
@media only screen and (min-width: 600px) {
  blockquote, blockquote.wp-block-quote {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
h1 + blockquote, h2 + blockquote, .h2 + blockquote, h3 + blockquote, .h3 + blockquote, h4 + blockquote, .h4 + blockquote, h1 + blockquote.wp-block-quote, h2 + blockquote.wp-block-quote, .h2 + blockquote.wp-block-quote, h3 + blockquote.wp-block-quote, .h3 + blockquote.wp-block-quote, h4 + blockquote.wp-block-quote, .h4 + blockquote.wp-block-quote {
  margin-top: 1.25rem;
}
blockquote.wp-block-quote {
  padding-left: 5rem;
  background: #eaeeed;
}
figure.wp-block-pullquote blockquote {
  padding-bottom: 1.6rem;
  border: 2px solid #2d5049;
  border-width: 2px 0;
}
blockquote::before, blockquote.wp-block-quote::before {
  position: absolute;
  display: block;
  width: 0.65em;
  height: 0.5em;
  content: "“";
  color: #2d5049;
  font: 6rem/1 Georgia, "Times New Roman", Times, serif;
  text-align: center;
}
blockquote.wp-block-quote::before {
  top: 1.6rem;
  left: 0.8rem;
}
figure.wp-block-pullquote blockquote::before {
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
blockquote p, blockquote.wp-block-quote p {
  font-size: 1.32em;
}
blockquote cite, blockquote.wp-block-quote cite, figure.wp-block-pullquote cite {
  display: block;
  margin: -0.4em 0 0;
  color: #2d5049;
  font-style: normal;
  font-size: 0.98em;
  text-transform: none;
}
figure.wp-block-pullquote cite {
  margin: -0.8rem 1em -0.6em;
  text-align: right;
}
blockquote cite::before, blockquote.wp-block-quote cite::before, figure.wp-block-pullquote cite::before {
  margin-right: 0.25em;
  content: "—";
}
/* links */
a {
  color: #cc1f25;
  text-decoration: none;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
a:hover, a:active {
  color: #2d5049;
}
.anchor-target {
  margin: 0;
  width: 0;
  height: 0;
}
.btn-wrapper, .wp-block-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.btn-wrapper-title {
  margin-right: 1.2em;
}
.main-content p a:not([class]), .main-content li a:not([class]), .sidebar [class*="custom"] a:not([class]), .sidebar .widget_text a:not([class]) {
  font-weight: bold;
  border-bottom: 1px solid #2d5049;
}
/* images */
img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: middle;
}
img[width] {
  height: auto;
}
.wp-block-image figure[class*="align"] {
  clear: both;
  float: none;
  margin: 2rem auto;
}
@media only screen and (min-width: 800px) {
  .wp-block-image figure[class*="align"].alignleft {
    clear: none;
    float: left;
    margin: 0.5rem 3rem 1.5rem 0;
  }
  .wp-block-image figure[class*="align"].alignright {
    clear: none;
    float: right;
    margin: 0.5rem 0 1.5rem 3rem;
  }
}
.full-width .alignwide, .full-width .wp-block-image.alignwide {
  margin: 2rem 0 2rem 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 800px) {
  .full-width .alignwide, .full-width .wp-block-image.alignwide {
    margin: 3rem 0 3rem 50%;
    width: calc(100vw - 12vw);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.full-width .alignfull, .full-width .wp-block-image.alignfull {
  margin: 2rem 0 2rem 50%;
  width: 100vw;
  min-width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 800px) {
  .full-width .alignfull, .full-width .wp-block-image.alignfull {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.wp-block-image figcaption, .post-media--caption figcaption {
  margin: 0.68em auto 0;
  font-size: 0.875em;
  line-height: 1.46;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .wp-block-image figcaption, .post-media--caption figcaption {
    font-size: 0.8em;
  }
}
.wp-block-image.alignfull figcaption {
  padding-right: 5vw;
  padding-left: 5vw;
  max-width: 70rem;
}
/* q + a */
.accordion {
  margin-top: 2rem;
}
.accordion-item--question {
  margin: 0.8em 0 0;
}
.accordion-item--question:first-of-type {
  margin-top: 0;
}
.accordion-link {
  position: relative;
  display: block;
  padding: 0.8em 2em 0.8em 1em;
  color: #cc1f25;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid #cc1f25;
}
@media only screen and (min-width: 600px) {
  .accordion-link {
    font-size: 1.2em;
  }
}
.accordion-link:hover, .accordion-link.active {
  color: #fff;
  background: #cc1f25;
}
.accordion-link::before {
  position: absolute;
  top: 0.6em;
  right: 0.8em;
  content: "";
  color: #cc1f25;
  font: 1em/1 Font Awesome\ 5 Pro !important;
  text-indent: 0;
}
.csstransforms .accordion-link::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-link.active::before {
  content: "";
}
.accordion-link:hover::before, .accordion-link.active::before {
  color: #fff;
}
.accordion-item--answer {
  padding: 0.8em 1em;
}
.accordion-empty {
  font-weight: 500;
  text-align: center;
}
/* tables */
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 0.5em 0.8em;
  border: 1px solid #f0bcbe;
}
table th {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* default table */
.wp-block-table {
  margin: 1.5rem auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table td, .wp-block-table table th {
  padding: 0.8em 0.8em;
  max-width: none;
  line-height: 1.4;
  border: 0;
  border-bottom: 1px dashed #f0bcbe;
}
.wp-block-table table thead {
  border-bottom: 0;
}
.wp-block-table table th {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  background: #cc1f25;
  border: 0;
}
.wp-block-table table td a {
  word-break: break-all;
}
@media only screen and (max-width: 600px) {
  .wp-block-table table, .wp-block-table table thead, .wp-block-table table tbody, .wp-block-table table th, .wp-block-table table td, .wp-block-table table tr {
    display: block;
  }
  .wp-block-table table {
    table-layout: auto;
  }
  .wp-block-table table thead {
    display: none;
  }
  .wp-block-table table tr {
    padding: 0.8em 0;
    border-bottom: 1px dashed #f0bcbe;
  }
  .wp-block-table table tr:last-of-type {
    border: 0;
  }
  .wp-block-table table td {
    padding: 0.1em 1em;
    max-width: none;
    border: 0;
  }
  .wp-block-table table td:first-of-type {
    font-weight: 600;
  }
  .wp-block-table table td:empty {
    visibility: hidden;
  }
}
/* stripes table */
.wp-block-table.is-style-stripes {
  border-color: #fae9e9;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fcf4f4;
}
@media only screen and (max-width: 600px) {
  .wp-block-table.is-style-stripes tr {
    border-width: 0;
  }
}
/* traditional table */
.wp-block-table.is-style-traditional {
  border-color: #f0bcbe;
}
.wp-block-table.is-style-traditional table {
  width: calc(100% - 1px);
}
.wp-block-table.is-style-traditional td {
  border: 1px solid #f0bcbe;
}
@media only screen and (max-width: 600px) {
  .wp-block-table.is-style-traditional {
    border: 1px solid #f0bcbe;
  }
  .wp-block-table.is-style-traditional tr {
    border-bottom: 1px solid #f0bcbe;
  }
  .wp-block-table.is-style-traditional td {
    border-width: 0;
  }
}
/* form elements + buttons */
article > form {
  margin: calc(5vw / 1.5) auto;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], textarea, select {
  margin: 0;
  padding: 0.85em;
  width: auto;
  height: 2.9em !important;
  color: #000000;
  font: 300 1em/1.2 Montserrat, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif;
  text-align: left;
  background: transparent;
  border: 1px solid #cc1f25;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline-color: transparent;
  outline-style: none;
}
textarea {
  height: 8.6em !important;
  line-height: 1.4;
}
select:not([multiple]) {
  padding-right: 1.6em;
  background-image: linear-gradient(45deg, transparent 50%, #cc1f25 50%), linear-gradient(135deg, #cc1f25 50%, transparent 50%);
  background-position: calc(100% - 16px) 1.2em, calc(100% - 10px) 1.2em;
  background-size: 6px 6px, 6px 6px, 2px 1.6em;
  background-repeat: no-repeat;
}
select[multiple] {
  height: auto !important;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  vertical-align: middle;
}
input:focus, textarea:focus, select:focus, form button:focus {
  outline-color: transparent;
  outline-style: none;
  border-color: #2d5049;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline: 1px solid #2d5049;
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::placeholder {
  color: #000;
}
.btn, .wp-block-button__link, .wp-block-file .wp-block-file__button, .button, form button, form [type="button"], form [type="submit"], form [type="reset"], [type="button"].nf-element {
  display: inline-block;
  padding: 0.65em 1.25em;
  color: #fff !important;
  font-weight: 500;
  font-size: 0.8375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #cc1f25;
  border: 0 solid #cc1f25;
  border-radius: 0;
  outline-offset: -1px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.btn.is-style-outline, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
  color: #cc1f25 !important;
  background: transparent;
  border: 1px solid #cc1f25;
}
.btn.has-white-color, .wp-block-button .has-white-color {
  color: #fff !important;
}
.btn.has-white-background-color, .wp-block-button .has-white-background-color {
  background-color: #fff;
  border-color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color {
  background-color: #fff;
}
.is-style-outline.has-white-color, .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  color: #fff !important;
  border-color: #fff;
}
.btn.has-black-color, .wp-block-button .has-black-color {
  color: #000000 !important;
}
.btn.has-black-background-color, .wp-block-button .has-black-background-color {
  background-color: #000000;
  border-color: #000000;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
  background-color: #000000;
}
.is-style-outline.has-black-color, .wp-block-button.is-style-outline .wp-block-button__link.has-black-color {
  color: #000000 !important;
  border-color: #000000;
}
.btn.has-primary-color, .wp-block-button .has-primary-color {
  color: #cc1f25 !important;
}
.btn.has-primary-background-color, .wp-block-button .has-primary-background-color {
  background-color: #cc1f25;
  border-color: #cc1f25;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color {
  background-color: #cc1f25;
}
.is-style-outline.has-primary-color, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #cc1f25 !important;
  border-color: #cc1f25;
}
.btn.has-primary-lighter-color, .wp-block-button .has-primary-lighter-color {
  color: #f7ddde !important;
}
.btn.has-primary-lighter-background-color, .wp-block-button .has-primary-lighter-background-color {
  background-color: #f7ddde;
  border-color: #f7ddde;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-primary-lighter-background-color {
  background-color: #f7ddde;
}
.is-style-outline.has-primary-lighter-color, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-lighter-color {
  color: #f7ddde !important;
  border-color: #f7ddde;
}
.btn.has-secondary-color, .wp-block-button .has-secondary-color {
  color: #2d5049 !important;
}
.btn.has-secondary-background-color, .wp-block-button .has-secondary-background-color {
  background-color: #2d5049;
  border-color: #2d5049;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color {
  background-color: #2d5049;
}
.is-style-outline.has-secondary-color, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #2d5049 !important;
  border-color: #2d5049;
}
.btn.has-secondary-lighter-color, .wp-block-button .has-secondary-lighter-color {
  color: #e0e5e4 !important;
}
.btn.has-secondary-lighter-background-color, .wp-block-button .has-secondary-lighter-background-color {
  background-color: #e0e5e4;
  border-color: #e0e5e4;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-lighter-background-color {
  background-color: #e0e5e4;
}
.is-style-outline.has-secondary-lighter-color, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-lighter-color {
  color: #e0e5e4 !important;
  border-color: #e0e5e4;
}
.btn:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, .button:hover, form button:hover, form [type="button"]:hover, form [type="submit"]:hover, form [type="reset"]:hover, [type="button"].nf-element:hover, .btn.is-style-outline:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn:focus, .wp-block-button__link:focus, .wp-block-file .wp-block-file__button:focus, .button:focus, form button:focus, form [type="button"]:focus, form [type="submit"]:focus, form [type="reset"]:focus, [type="button"].nf-element:focus, .btn.is-style-outline:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  color: #fff !important;
  background: #2d5049;
  border-color: #2d5049;
}
.wp-block-button__link[class*="has-secondary-background-color"]:hover, .is-style-outline .wp-block-button__link[class*="has-secondary-background-color"]:hover, .wp-block-button__link[class*="has-secondary-background-color"]:focus, .is-style-outline .wp-block-button__link[class*="has-secondary-background-color"]:focus {
  color: #fff !important;
  background-color: #cc1f25;
  border-color: #cc1f25;
}
.btn.btn--disabled:hover {
  color: #fff !important;
  background: #cc1f25 !important;
  border-color: #cc1f25 !important;
}
.is-style-outline.btn--disabled:hover {
  color: #cc1f25 !important;
  background: transparent !important;
  border-color: #cc1f25 !important;
}
.post-grid .btn.btn--read-more {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.post-grid .btn.btn--read-more:hover, .post-grid .btn.btn--read-more:focus {
  background: #cc1f25;
  border-color: #cc1f25;
}
.btn.btn--small {
  padding: 0.4em 0.8em;
  height: auto !important;
  font-size: 0.75rem;
}
.wp-block-button__link, .wp-block-file__button {
  height: auto !important;
}
/* search form */
.search-form .search-form-field {
  width: 78%;
  width: calc(100% - 4.5em);
}
.search-form .search-form-button {
  padding: 1em 0.6em;
  width: 2.8em;
  height: 2.9em !important;
  font-size: 1em;
  overflow: hidden;
}
.search-form .search-form-icon {
  display: block;
  margin: 0 0 99em;
}
::-moz-selection {
  background: #fae9e9;
}
::selection {
  background: #fae9e9;
}
/* ---------------------------------------------
# page structure
--------------------------------------------- */
.site-wrapper {
  overflow: hidden;
}
.site-content {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.is-narrow .site-content {
  max-width: 60rem;
}
.front-page .site-content {
  padding: 0 !important;
  max-width: none !important;
}
@media only screen and (min-width: 1000px) {
  .has-sidebar .site-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
main {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .has-sidebar main {
    float: left;
    width: 67%;
  }
}
@media only screen and (min-width: 1440px) {
  .has-sidebar main {
    width: 70%;
  }
}
.sidebar {
  margin: 4rem auto 0;
  max-width: 600px;
}
@media only screen and (min-width: 1000px) {
  .sidebar {
    float: right;
    margin: -0.7em 0 0 3rem;
    width: calc(33% - 3rem);
    max-width: none;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar {
    margin-left: 4rem;
    width: calc(30% - 4rem);
  }
}
.row {
  position: relative;
  margin: 0 auto;
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (min-width: 1440px) {
  .row {
    max-width: 1440px;
  }
}
.group::after {
  content: "";
  display: table;
  clear: both;
}
.section-full-width {
  margin: 0 -5vw;
  padding: 2rem 0;
  background: #fff;
}
@media only screen and (min-width: 800px) {
  .section-full-width {
    margin: 0 -9999em;
    padding: 3rem 0;
  }
}
/* ---------------------------------------------
# menus
--------------------------------------------- */
/*
 * multi level menus
 */
@media only screen and (min-width: 1000px) {
  /* hide and reveal */
  /* external links */
  .ml-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .ml-nav-link {
    display: inline-block;
  }
  .ml-nav-sub-menu {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 16rem;
  }
  .ml-nav-menu > .ml-nav-item:nth-last-child(-n+3) > .ml-nav-sub-menu {
    right: 0;
    left: auto;
  }
  .ml-nav-sub-menu .ml-nav-item {
    position: relative;
    display: block;
  }
  .ml-nav-sub-menu .ml-nav-link {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  }
  .ml-nav-sub-menu > .ml-nav-item:last-of-type > .ml-nav-link {
    border: 0;
  }
  .ml-nav-sub-menu .menu-item-has-children > .ml-nav-link {
    padding-right: 1.4em;
  }
  .ml-nav-sub-menu .menu-item-has-children > .ml-nav-link::after {
    position: absolute;
    top: calc(50% - .4em);
    right: 0.8em;
    content: "";
    font: 0.8em/1 Font Awesome\ 5 Pro !important;
  }
  .ml-nav-sub-menu--level3 {
    margin-left: calc(100% + 1px);
  }
  .ml-nav-menu > .ml-nav-item:nth-last-child(-n+3) .ml-nav-sub-menu--level3 {
    margin: 0 0 0 calc(-100% - 1px);
  }
  .ml-nav-sub-menu .ml-nav-sub-menu--level3 .ml-nav-item {
    font-size: 1em;
  }
  .ml-nav-menu .ml-nav-sub-menu {
    display: none;
  }
  .ml-nav-menu > .parent:hover > .ml-nav-sub-menu, .ml-nav-sub-menu .parent:hover .ml-nav-sub-menu, .ml-nav-menu li:focus-within > ul, .ml-nav-menu li ul.focused {
    display: block;
  }
  .ml-nav-link.external-link {
    position: relative;
  }
  .ml-nav-link.external-link::after {
    position: relative;
    top: -0.2em;
    margin-left: 0.5em;
    content: "";
    font: 0.65em/1 Font Awesome\ 5 Pro !important;
  }
  .ml-nav-sub-menu .ml-nav-link.external-link {
    padding-right: 2.4em;
  }
  .ml-nav-sub-menu .ml-nav-link.external-link::after {
    position: absolute;
    top: calc(50% - .4em);
    right: 1.4em;
    font-size: 0.7em;
  }
}
/*
 * main menu
 */
.main-nav {
  margin: 0.2em auto -1rem;
  width: 100%;
  text-align: right;
}
.site-header.anchor .main-nav {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  /* level 2 */
  /* level 3 */
  .main-nav {
    margin-top: 1.2em;
  }
  .main-nav-menu > .main-nav-item {
    margin-left: 0.8em;
    letter-spacing: 0.036em;
    text-align: left;
    text-transform: uppercase;
  }
  .site-header.anchor .main-nav-menu > .main-nav-item {
    font-size: 0.925em;
  }
  .main-nav-menu > .main-nav-item:first-of-type {
    margin-left: 0;
  }
  .main-nav-menu > .main-nav-item > .main-nav-link {
    margin: 0;
    padding: 1rem 0.2em;
    color: #000000;
  }
  .site-header.anchor .main-nav-menu > .main-nav-item > .main-nav-link {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .main-nav-menu > .main-nav-item:hover > .main-nav-link, .main-nav-menu > .main-nav-item > .main-nav-link:focus {
    color: #2d5049;
  }
  .main-nav-sub-menu {
    padding: 0.2em 0;
    background: #eaeeed;
  }
  .main-nav-sub-menu .main-nav-item {
    letter-spacing: 0;
    text-transform: none;
  }
  .main-nav-sub-menu .main-nav-link {
    padding: 0.72em 1em;
    font-size: 0.925em;
    border-color: #abb9b6;
  }
  .main-nav-sub-menu .main-nav-link, .main-nav-sub-menu .main-nav-item:hover .main-nav-item .main-nav-link, .main-nav-sub-menu .main-nav-link:focus {
    color: #000000;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  }
  .main-nav-sub-menu .main-nav-item:hover > .main-nav-link, .main-nav-sub-menu .main-nav-item .main-nav-item:hover .main-nav-link, .main-nav-sub-menu .main-nav-link:focus {
    color: #294842;
  }
  .main-nav-sub-menu--level3 {
    top: -0.2em;
  }
}
@media only screen and (min-width: 1440px) {
  .main-nav-menu > .main-nav-item {
    margin-left: 1.5em;
    letter-spacing: 0.05em;
  }
}
/*
 * secondary menu
 */
ul + .sub-nav {
  margin-left: 1em;
  min-width: 5em;
  text-align: right;
}
@media only screen and (min-width: 600px) {
  ul + .sub-nav {
    margin-left: 2em;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  /* level 2 */
  .sub-nav-menu > .sub-nav-item {
    font-size: 0.9em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .sub-nav-menu > .sub-nav-item > .sub-nav-link {
    position: relative;
    padding: 1em 0.6em 1em 0.3em;
  }
  .sub-nav-menu > .sub-nav-item > .sub-nav-link::after {
    position: absolute;
    right: 0;
    content: "";
    height: 1.1em;
    border-left: 1px solid #db6266;
  }
  .sub-nav-menu > .sub-nav-item:last-of-type > .sub-nav-link::after {
    display: none;
  }
  .sub-nav-sub-menu {
    padding: 0.2em 0;
    background: #fae9e9;
  }
  .sub-nav-sub-menu .sub-nav-item {
    letter-spacing: 0;
    text-transform: none;
  }
  .sub-nav-sub-menu .sub-nav-link {
    padding: 0.72em 1em;
    border-color: #eba5a8;
  }
  .sub-nav-sub-menu .sub-nav-link, .sub-nav-sub-menu .sub-nav-item:hover .sub-nav-item .sub-nav-link, .sub-nav-sub-menu .sub-nav-link:focus {
    color: #000000;
  }
  .sub-nav-sub-menu .sub-nav-item:hover > .sub-nav-link, .sub-nav-sub-menu .sub-nav-item .sub-nav-item:hover .sub-nav-link, .sub-nav-sub-menu .sub-nav-link:focus {
    color: #cc1f25;
  }
}
/*
 * slicknav
 */
.js .is-desktop-nav, .js .has-slicknav-menu .sub-nav-menu {
  display: none;
}
.js .is-mobile-nav, .js .has-slicknav-menu .slicknav_menu {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .is-desktop-nav, .js .is-desktop-nav, .has-slicknav-menu .sub-nav-menu, .js .has-slicknav-menu .sub-nav-menu {
    display: inline-block;
  }
  .is-mobile-nav, .js .is-mobile-nav, .has-slicknav-menu .slicknav_menu, .js .has-slicknav-menu .slicknav_menu {
    display: none;
  }
}
.slicknav_menu .slicknav_btn {
  padding: 1.4em 0.2em;
}
@media only screen and (min-width: 600px) {
  .slicknav_menu .slicknav_btn {
    padding: 1em 0.2em;
  }
}
.site-header-bar--inline .slicknav_menu .slicknav_btn {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.slicknav_menu .slicknav_nav {
  background: #eaeeed;
  border-color: #57736d;
}
.slicknav_menu .slicknav_nav > li {
  border-color: #abb9b6;
}
.slicknav_menu .slicknav_nav .slicknav_arrow::before {
  color: #000000;
}
.slicknav_menu .slicknav_nav .slicknav_row:hover .slicknav_arrow::before {
  color: #2d5049;
}
.slicknav_menu .slicknav_nav a {
  color: #000000;
}
.slicknav_menu .slicknav_nav a:hover, .slicknav_menu .slicknav_nav a:focus {
  color: #2d5049;
}
.mobile-nav .slicknav_menu .slicknav_btn {
  margin-left: 0.8rem;
  padding: 1em 0.2em;
  font-size: 1.2em;
}
.site-header.anchor .mobile-nav .slicknav_menu .slicknav_btn {
  padding: 1.35em 0.2em;
  font-size: 1em;
}
.sub-nav .slicknav_menu .slicknav_nav {
  background: #fae9e9;
  border-color: #db6266;
}
.sub-nav .slicknav_menu .slicknav_nav > li {
  border-color: #eba5a8;
}
.sub-nav .slicknav_menu .slicknav_nav .slicknav_row:hover .slicknav_arrow::before {
  color: #cc1f25;
}
.sub-nav .slicknav_menu .slicknav_nav a:hover, .sub-nav .slicknav_menu .slicknav_nav a:focus {
  color: #cc1f25;
}
/* ---------------------------------------------
# header
--------------------------------------------- */
.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #c0cbc8;
}
.site-header.anchor {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: header 1s -0.4s ease-in-out forwards;
}
@keyframes header {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.site-header-masthead {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header.anchor .site-header-masthead {
  padding-top: 0;
  padding-bottom: 0;
}
.logo {
  display: block;
}
.logo--default {
  max-width: 180px;
  font-weight: bold;
  font-size: 1.1em;
}
@media only screen and (min-width: 1200px) {
  .logo--default {
    max-width: 260px;
    font-size: 1.5em;
  }
}
.site-header.anchor .logo--default {
  font-size: 0.9em;
}
.logo--custom .logo-img {
  display: block;
  min-width: 80px;
  max-width: 120px;
  max-height: 80px;
}
@media only screen and (min-width: 360px) {
  .logo--custom .logo-img {
    max-width: 140px;
  }
}
@media only screen and (min-width: 800px) {
  .logo--custom .logo-img {
    max-width: 180px;
    max-height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .logo--custom .logo-img {
    max-width: 260px;
    max-height: 110px;
  }
}
.site-header.anchor .logo--custom .logo-img {
  min-width: 0;
  max-height: 3rem;
}
.site-header-bar {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.925em;
  background: #cc1f25;
}
.site-header.anchor .site-header-bar {
  display: none;
}
.site-header-bar .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .site-header-bar .row {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
.site-header-bar a {
  color: #fff;
}
.site-header-bar a:hover, .site-header-bar a:focus {
  color: #f0bcbe;
}
.site-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
}
@media only screen and (min-width: 600px) {
  .site-header-content {
    padding-left: 25px;
  }
}
.site-header-btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.8em;
  height: 2em !important;
  font-weight: 300;
  font-size: 0.9em;
}
@media only screen and (min-width: 600px) {
  .site-header-btn {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1000px) {
  ul + .site-header-btn {
    margin-left: 1.6em;
  }
}
.site-header.anchor .site-header-btn {
  display: none;
}
/* ---------------------------------------------
# footer
--------------------------------------------- */
.site-footer {
  clear: both;
  color: #fff;
  background: #661013;
}
/* colophon */
.site-footer-colophon {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 1000px) {
  .site-footer-colophon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.site-footer-colophon a {
  color: #eba5a8;
}
.site-footer-colophon a:hover, .site-footer-colophon a:focus {
  color: #fff;
}
.footer-column {
  margin: 0 auto 3rem;
}
.footer-column:last-of-type {
  margin-bottom: 0;
}
.footer-column--3 {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 25%;
  }
  .footer-column:nth-of-type(2) {
    margin: 0 7%;
  }
  .footer-column--3 {
    text-align: right;
  }
}
/* legal */
.site-footer-legal {
  padding: 1.4rem 0;
  color: #fff;
  font-size: 0.725em;
  text-align: center;
  text-transform: uppercase;
  background: #2d5049;
}
@media only screen and (min-width: 1000px) {
  .site-footer-legal {
    padding: 1.4rem 0;
    letter-spacing: 0.06em;
  }
}
.site-footer-legal a {
  color: #fff;
}
.site-footer-legal a:hover, .site-footer-legal a:focus {
  color: #000000;
}
.legal-item {
  display: inline;
  line-height: 1.8;
}
.legal-item::after {
  display: inline;
  margin: 0 0.5em;
  content: "|";
  color: #57736d;
}
.legal-item:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 800px) {
  .legal-item--copyright {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .legal-item--copyright::after {
    display: none;
  }
}
/* form elements */
.site-footer input[type="text"], .site-footer input[type="email"], .site-footer input[type="search"], .site-footer input[type="password"], .site-footer input[type="url"], .site-footer input[type="tel"], .site-footer input[type="number"], .site-footer textarea, .site-footer select {
  color: #fff;
}
.site-footer ::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.site-footer ::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.site-footer :-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.site-footer :-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.site-footer ::placeholder {
  color: #fff;
  text-transform: uppercase;
}
/* ---------------------------------------------
# blog pages
--------------------------------------------- */
/*
 * post meta
 */
.post-meta {
  font-size: 0.8em;
}
.post-meta--cats {
  margin-bottom: 1rem;
}
.post-meta-item {
  color: #666;
}
.post-meta--posted-on .post-meta-item {
  display: inline-block;
  margin: 0 0.8em;
}
.post-grid .post-meta-item {
  color: #fff;
}
.post-meta--cats .post-meta-item a {
  display: inline-block;
  text-transform: uppercase;
}
.post-meta--posted-on .post-meta-item a {
  color: #666;
  text-decoration: none;
}
.post-grid .post-meta--posted-on .post-meta-item a {
  color: #fff;
}
.post-meta--posted-on .post-meta-item a:hover, .post-meta--posted-on .post-meta-item a:focus {
  color: #cc1f25;
}
.post-meta-icon {
  margin-right: 0.4em;
}
.post-meta ul {
  margin: 0;
  list-style: none;
}
.post-meta li {
  display: inline-block;
  margin: 0.3em 0.15em;
}
/*
 * pagination
 */
.post-nav {
  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;
  margin: 4rem auto;
  padding: 2rem 0;
  list-style: none;
  text-align: center;
  border-top: 1px solid #c0cbc8;
  border-bottom: 1px solid #c0cbc8;
}
.post-nav--page {
  margin-bottom: 0;
}
.post-nav-item {
  display: inline-block;
  margin: 0 0.5em;
}
.post-nav-item--is-empty {
  opacity: 0.4;
}
/*
 * post grid
 */
@media only screen and (min-width: 600px) {
  .post-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.post-grid .post {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  line-height: 1.46;
}
.post-grid .post:last-of-type {
  margin-bottom: 0;
}
.post-grid .type-post {
  margin-bottom: 0;
  height: 400px;
  min-height: 400px;
  color: #fff;
}
@media only screen and (min-width: 800px) {
  .post-grid .type-post {
    height: 480px;
    min-height: 480px;
  }
}
.post-grid .type-post .post-media {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
.post-grid .type-post .post-media .post-link {
  display: block;
  width: 100%;
  height: 100%;
}
.post-grid .type-post .post-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.5s ease-in-out;
}
.post-grid .type-post:hover .post-image {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.post-grid .type-post .post-image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.52);
  transition: background 0.5s ease-in-out;
}
@media only screen and (min-width: 800px) {
  .post-grid .type-post .post-image::after {
    background: rgba(0, 0, 0, 0.44);
  }
}
.post-grid .type-post:hover .post-image::after {
  background: rgba(0, 0, 0, 0.68);
}
.post-grid .type-post .post-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: calc(100% - 4em);
  max-height: calc(100% - 4em);
  text-align: center;
  text-shadow: 0 0 1.6em rgba(0, 0, 0, 0.68);
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-grid .type-post .post-title {
  margin: 0.6em 0 0.2em;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.1;
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .post-grid .type-post .post-title {
    font-size: 1.25em;
  }
}
.post-grid .type-post .post-link {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}
.post-grid .type-post .post-title .post-link:hover {
  color: #57736d;
}
.post-grid .type-post .post-link p {
  margin-bottom: 1.2rem;
  line-height: 1.46;
}
/* 2-3 grid */
@media only screen and (min-width: 800px) {
  .post-grid--23 .post:not(.type-post) {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 2rem) / 2);
  }
  .post-grid--23 .post:not(.type-post):nth-of-type(2n+2), .post-grid--23 .post:not(.type-post):last-of-type {
    margin-right: 0;
  }
  .post-grid--23 .type-post {
    width: calc(100% / 2);
  }
  .front-page .post-grid--23 .post:not(.type-post):nth-of-type(5n+3), .front-page .post-grid--23 .post:not(.type-post):nth-of-type(5n+4), .front-page .post-grid--23 .post:not(.type-post):nth-of-type(5n+5), .no-sidebar .post-grid--23 .post:not(.type-post):nth-of-type(5n+3), .no-sidebar .post-grid--23 .post:not(.type-post):nth-of-type(5n+4), .no-sidebar .post-grid--23 .post:not(.type-post):nth-of-type(5n+5) {
    width: calc((100% - 2rem * 3) / 3);
  }
  .front-page .post-grid--23 .type-post:nth-of-type(5n+3), .front-page .post-grid--23 .type-post:nth-of-type(5n+4), .front-page .post-grid--23 .type-post:nth-of-type(5n+5), .no-sidebar .post-grid--23 .type-post:nth-of-type(5n+3), .no-sidebar .post-grid--23 .type-post:nth-of-type(5n+4), .no-sidebar .post-grid--23 .type-post:nth-of-type(5n+5) {
    width: calc(100% / 3);
  }
}
/* 2x grid */
@media only screen and (min-width: 800px) {
  .post-grid--2x .post:not(.type-post), .post-grid--3x .post:not(.type-post) {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 2rem) / 2);
  }
  .post-grid--2x .post:not(.type-post):nth-of-type(2n+2), .post-grid--3x .post:not(.type-post):nth-of-type(2n+2), .post-grid--2x .post:not(.type-post):last-of-type, .post-grid--3x .post:not(.type-post):last-of-type {
    margin-right: 0;
  }
  .post-grid--2x .type-post, .post-grid--3x .type-post {
    width: calc(100% / 2);
  }
}
/* 3x grid */
.post-grid--3x {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .front-page .post-grid--3x .post:not(.type-post), .no-sidebar .post-grid--3x .post:not(.type-post) {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 2rem * 3) / 3);
  }
  .front-page .post-grid--3x .post:not(.type-post):nth-of-type(3n+3), .no-sidebar .post-grid--3x .post:not(.type-post):last-of-type {
    margin-right: 0;
  }
  .front-page .post-grid--3x .type-post, .no-sidebar .post-grid--3x .type-post {
    width: calc(100% / 3);
  }
}
/*
 * post list
 */
.post-list .post, .post-list > [class*="post"] {
  padding: 2rem 0;
  border-bottom: 1px dashed #f0bcbe;
}
.post-list .post:first-of-type, .post-list > [class*="post"]:first-of-type {
  padding-top: 0;
}
.post-list .post:last-of-type, .post-list > [class*="post"]:last-of-type {
  padding-bottom: 0;
  border-bottom-width: 0;
}
@media only screen and (min-width: 600px) {
  .post-list .post:not(.type-podcast) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-list .post:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.post-list .post-media {
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 600px) {
  .post-list .post-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 2rem 0 0;
    max-width: 30%;
  }
}
.post-list .post-image {
  display: block;
  max-height: 50vh;
}
@media only screen and (min-width: 600px) {
  .post-list .post-image {
    max-height: 360px;
  }
}
.post-list:not(.post-list--podcast) .post-header {
  margin-bottom: 1.2rem;
}
.post-list .post-title {
  margin: 0 auto 0.4rem;
  font-size: 1.6em;
}
/*
 * podcast list
 */
.post-list--podcast .podcast, .post-list--podcast .podcast:last-of-type {
  padding: 1.6em;
  border-bottom: 0;
}
.post-list--podcast .podcast:nth-of-type(even) {
  background: #fae9e9;
}
.post-list .podcast-title {
  margin: 0 auto;
  font-size: 1.2em;
}
.post-list .podcast_player {
  margin: 0.8em auto;
  width: 100%;
}
.post-list .podcast_meta {
  font-size: 0.925em;
}
.post-list .podcast_meta + p {
  margin-top: 1rem;
}
.post.hide-excerpt > p:not(.btn-wrapper), .post.hide-excerpt .post-content > p:not(.btn-wrapper), .post-list .post .podcast_player > br {
  display: none;
}
/*
 * posts
 */
.single-post .post-header {
  margin-bottom: 2rem;
  text-align: center;
}
.single-post .post-meta--tags {
  margin-top: 2rem;
  padding-top: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px dashed #c0cbc8;
}
.single-post .post-header h1 {
  margin-bottom: 1.2rem;
}
.single-post .post-media {
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 800px) {
  .single-post .post-media {
    margin-bottom: 3rem;
  }
}
.single-post .post-image {
  display: block;
  margin: 0 auto;
}
/*
 * podcast posts
 */
.single-podcast .podcast_player {
  margin: 2rem auto 1rem;
  padding-top: 2rem;
  border-top: 1px dashed #c0cbc8;
}
.single-podcast .podcast_meta {
  margin: 1rem auto 2rem;
  padding-bottom: 2rem;
  font-size: 0.925em;
  border-bottom: 1px dashed #c0cbc8;
}
.single-podcast .podcast_meta + .post-footer .post-meta--tags {
  padding-top: 0;
  border-top: 0;
}
/*
 * comments
 */
.comments {
  margin-top: 5rem;
}
.comment-respond {
  overflow: hidden;
}
.comment-respond p {
  margin: 0 0 0.8em;
  font-size: 1em;
}
.comment-respond label {
  display: block;
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] {
  width: 100%;
  max-width: 800px;
  vertical-align: top;
}
.comment-respond input[type="checkbox"] {
  margin-right: 0.6em;
}
.comment-respond textarea {
  width: 100%;
  max-width: 800px;
  height: 5em;
  vertical-align: top;
}
.comments ol {
  margin: 0;
  list-style: none;
}
.comments ol ol {
  margin-left: 4rem;
}
.comments .comment-list-item {
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 1em;
}
.comments .comment-list > .comment-list-item {
  padding: 2rem 0;
  border-top: 1px dashed #96a8a4;
}
.comments .comment-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comments .comment-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.comments .avatar {
  width: 100%;
}
.comments .comment-header {
  margin-bottom: 0.4em;
  color: #000000;
  font-size: 0.925em;
}
.comments .comment-date {
  margin-left: 1.2em;
  color: gray;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.comments .comment-body p {
  margin-bottom: 0.8em;
  font-size: 1em;
  line-height: 1.46;
}
.comments .comment-body p:last-of-type {
  margin-bottom: 0.3em;
}
.comments .comment-reply {
  margin-top: 1rem;
}
/* ---------------------------------------------
# pages
--------------------------------------------- */
.page-header {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .page-header {
    margin-bottom: 3.4rem;
  }
}
.page-header::before, .page-header::after {
  display: none;
  margin: 0 auto 0.5rem;
  width: 100%;
  content: "";
  border-top: 1px solid #c0cbc8;
}
@media only screen and (min-width: 800px) {
  .page-header::before, .page-header::after {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .page-header::before {
    margin-bottom: 0.8rem;
  }
}
.page-header::after {
  margin: 0.5rem auto 0;
}
@media only screen and (min-width: 800px) {
  .page-header::after {
    margin-top: 0.8rem;
  }
}
.section-header::before, .section-header::after {
  display: block;
}
.page-title {
  margin: 0 auto;
  color: #661013;
  font-size: 1.8em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .page-title {
    font-size: 2em;
    letter-spacing: 0.12em;
  }
}
.page-media {
  margin-bottom: 5vw;
}
.full-width .page-media, .no-sidebar .page-media {
  margin-top: -5vw;
  margin-left: 50%;
  width: 100vw;
  min-width: 100vw;
  height: 50vh;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.page-media .page-image {
  width: 100%;
  height: auto;
}
.full-width .page-media .page-image, .no-sidebar .page-media .page-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*
 * front page
 */
.section:not(.section--welcome) {
  text-align: center;
}
.section.no-background {
  padding: 2.6rem 0;
}
.section.no-background + .section.no-background {
  border-top: 1px solid #fae9e9;
}
.section.has-background--image + .section.has-background--image, .section.has-background--color + .section.has-background--color {
  border-top: 2px solid #fff;
}
.section.has-background--image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 800px) {
  .section, .section.no-background {
    padding: 2.6rem 0;
  }
  .section.has-background--image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0.28);
  }
}
@media only screen and (min-width: 1000px) {
  .section, .section.no-background {
    padding: 5rem 0;
  }
}
.section .row--full-width {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 800px) {
  .section .row--full-width {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media only screen and (min-width: 800px) {
  .section--hero, .section--links, .section--blog {
    background-color: #fae9e9;
  }
}
.section-btn {
  margin: 2rem auto 1rem;
}
@media only screen and (min-width: 800px) {
  .section-btn {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .section-btn {
    margin: 3rem auto 0;
  }
}
/* slider */
.section--slider.no-background {
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .section--slider-fixed.no-background {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  .section--slider-fixed.no-background {
    padding: 5rem 0;
  }
}
/* hero */
.section--hero-item {
  padding: 2.5rem 5% !important;
  background: rgba(255, 255, 255, 0.85) !important;
}
@media only screen and (min-width: 800px) {
  .section--hero-item {
    margin: 0 auto;
    max-width: 76%;
    background: #fff !important;
  }
  .has-background--image .section--hero-item {
    margin: 4rem auto !important;
  }
}
@media only screen and (min-width: 1000px) {
  .section--hero-item {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}
.section--hero-title {
  font-size: 1.6em;
}
@media only screen and (min-width: 800px) {
  .section--hero-title {
    font-size: 2.125em;
  }
}
@media only screen and (min-width: 800px) {
  .section--hero .section--hero-content {
    font-size: 1em;
  }
}
/* quick links */
.section--links-item {
  margin-bottom: 0 !important;
  padding: 1.2rem 5%;
  color: #661013 !important;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .section--links-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 800px) {
  .section--links-item, .section--links-item:nth-of-type(n) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 2.5%;
    max-width: 76%;
  }
}
@media only screen and (min-width: 1440px) {
  .section--links-item {
    padding: 2rem !important;
  }
}
.section--links-item:nth-of-type(1), .section--links-item:nth-of-type(6), .links-items-5 .section--links-item:nth-of-type(5) {
  background: #f0bcbe;
}
.section--links-item:nth-of-type(3), .section--links-item:nth-of-type(5) {
  background: #c0cbc8;
}
@media only screen and (min-width: 800px) {
  .section--links-item:nth-of-type(4), .section--links-item:nth-of-type(5), .section--links-item:nth-of-type(6) {
    margin-top: 2rem !important;
  }
}
.section--links-title {
  margin: 0 auto;
  width: 100%;
  color: #661013;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  .section--links-title {
    font-size: 1.6em;
  }
}
.section--links-icon {
  display: none !important;
}
@media only screen and (min-width: 800px) {
  .section--links-icon {
    display: block !important;
    margin-bottom: 0.26em;
    font-size: 3.6em;
  }
}
.section--links-content {
  width: 100%;
  color: #000000 !important;
  font-size: 0.875em;
}
.section--links-title + .section--links-content {
  margin-top: 0.26em;
}
.section--links-content p {
  line-height: 1.48;
}
@media only screen and (min-width: 800px) {
  .section--links-content p {
    line-height: 1.66;
  }
}
.section--links-content + .btn-wrapper, .section--links-title + .btn-wrapper {
  margin-top: 0.28em;
}
@media only screen and (min-width: 1000px) {
  .section--links-content + .btn-wrapper {
    margin-top: 0.8em;
  }
}
.section--links-link {
  margin: 0.6em 0.6em 0;
}
/* front page content */
.section--slider-fixed + .section--welcome {
  border-top-width: 0 !important;
}
@media only screen and (min-width: 800px) {
  .section--slider-fixed + .section--welcome {
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .section--slider-fixed + .section--welcome {
    margin-top: -5rem;
  }
}
/* calendar */
.section--calendar.no-background {
  padding: 0;
}
@media only screen and (min-width: 800px) {
  .section--calendar.no-background {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  .section--calendar.no-background {
    padding: 5rem 0;
  }
}
.section--calendar .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .calendar {
    border: 1px solid #f0bcbe;
  }
  .calendar.calendar--show-2 {
    margin-bottom: 1.5rem;
  }
  .calendar:nth-of-type(2n+2) {
    margin-bottom: 0;
    border-color: #c0cbc8;
  }
}
@media only screen and (min-width: 1000px) {
  .calendar.calendar--show-2 {
    margin: 0 40px 0 0;
    width: calc(50% - 20px);
  }
  .calendar:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.calendar-title {
  margin: -1px -1px 0 -1px;
  padding: 0.6em;
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #cc1f25;
}
@media only screen and (min-width: 800px) {
  .calendar-title {
    padding: 0.8em;
    letter-spacing: 0.15em;
  }
}
.calendar:nth-of-type(2) .calendar-title {
  background: #2d5049;
}
.calendar-content {
  padding: 1em;
}
@media only screen and (min-width: 800px) {
  .calendar-content {
    padding: 2em;
  }
}
.section--calendar .section-btn {
  margin-bottom: 1.5rem;
}
/* blog */
@media only screen and (max-width: 1000px) {
  .section--blog.section--nposts {
    padding: 2.6rem 0;
    background-color: #fae9e9;
  }
}
.section--blog.section--has-posts .section-header {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
@media only screen and (min-width: 800px) {
  .section--blog.section--has-posts .section-header {
    position: static;
  }
}
/* podcasts */
.section--podcasts .post {
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 800px) {
  .section--podcasts .post {
    padding: 2rem;
    border: 1px solid #c0cbc8;
  }
}
.section--podcasts .post-title {
  margin: 0 auto 0.5em;
  font-size: 1.1em;
}
@media only screen and (min-width: 800px) {
  .section--podcasts .post-title {
    margin-bottom: 1em;
  }
}
.section--podcasts .post-link {
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  .section--podcasts .section-btn {
    margin-top: calc(2rem - 30px);
  }
}
@media only screen and (min-width: 1000px) {
  .section--podcasts .section-btn {
    margin-top: calc(3rem - 30px);
  }
}
/*
 * newsletter archive
 */
.newsletter-list {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 800px) {
  .newsletter-list {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 4em;
    column-gap: 4em;
  }
}
.newsletter-list .newsletter-item {
  padding-left: 1.25rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.newsletter-list .newsletter-link::before {
  margin: 0 0.35rem 0 -1.25rem;
  content: "";
  font: 0.8em/1 Font Awesome\ 5 Pro !important;
}
/*
 * sitemap
 */
.sitemap-list a {
  font-weight: normal !important;
  border: 0 !important;
}
.sitemap-section--posts .sitemap-list-item {
  border: 0 !important;
}
.sitemap-section--posts .sitemap-list-title {
  margin: 0 auto 0.25em;
}
.sitemap-section--posts .sitemap-list-link::before {
  display: none;
}
/*
 * search results
 */
.search-results .search-term {
  font-size: 1.1em;
  letter-spacing: 0;
  text-transform: none;
}
.search-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.search-post:last-of-type {
  margin-bottom: 0;
}
.search-post-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 4rem;
  min-width: 200px;
}
.search-post-image {
  max-width: 300px;
  max-height: 200px;
}
.search-post-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.search-post-title {
  margin: 0 0 0.6em;
  font-size: 1.6em;
}
.search-post-link {
  text-decoration: none;
}
.search-post p {
  margin-bottom: 0.4rem;
  font-size: 1.05em;
}
/*
 * 404 page
 */
.error404 .site-content {
  position: relative;
}
@media only screen and (min-width: 1000px) and (min-height: 1200px) {
  .error404 .site-content::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 4em;
    content: "404 Error";
    color: #eee;
    font-weight: 700;
    font-size: 8em;
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-align: right;
    text-transform: uppercase;
  }
}
.error404 main {
  position: relative;
  z-index: 1;
}
.error404 main p {
  font-size: 1.2em;
}
.error404 main .search-form {
  margin-top: 2.5rem;
}
.error404 main .search-form-field {
  width: calc(100% - 5em);
}
@media only screen and (min-width: 1000px) {
  .error404 main .search-form-field {
    width: 45%;
  }
}
.error404 main .search-form ::-webkit-input-placeholder {
  color: transparent !important;
}
.error404 main .search-form ::-moz-placeholder {
  color: transparent !important;
}
.error404 main .search-form :-ms-input-placeholder {
  color: transparent !important;
}
.error404 main .search-form :-moz-placeholder {
  color: transparent !important;
}
.error404 main .search-form ::placeholder {
  color: transparent !important;
}
/* ---------------------------------------------
# widgets + asides
--------------------------------------------- */
.widget-title, .widget > h2, .widget > h3 {
  margin: 0 auto 0.4em;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.widget p {
  font-size: 0.9625em;
  line-height: 1.66;
}
.widget ul {
  list-style: none;
}
.widget p:last-of-type, .widget ul:last-of-type, .widget li:last-of-type {
  margin-bottom: 0;
  border: 0;
}
/* sidebar widgets */
.widget--sidebar .widget-title, .widget--sidebar > h2, .widget--sidebar > h3 {
  position: relative;
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .is-narrow .widget--sidebar .widget-title, .is-narrow .widget--sidebar > h2, .is-narrow .widget--sidebar > h3 {
    margin-bottom: 0.8em !important;
  }
}
.widget--sidebar .widget-title::before, .widget--sidebar > h2::before, .widget--sidebar > h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #c0cbc8;
}
@media only screen and (min-width: 1000px) {
  .is-narrow .widget--sidebar .widget-title::before, .is-narrow .widget--sidebar > h2::before, .is-narrow .widget--sidebar > h3::before {
    top: calc(100% + .2em);
  }
}
.widget--sidebar .widget-title span, .widget--sidebar > h2 span, .widget--sidebar > h3 span {
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
  background: #fff;
}
.widget--sidebar .widget-title + div, .widget--sidebar > h2 + div, .widget--sidebar > h3 + div {
  margin-top: 1em;
}
.widget--sidebar:first-of-type .widget-title, .widget--sidebar:first-of-type > h2, .widget--sidebar:first-of-type > h3 {
  margin-top: 0;
}
.widget--sidebar li {
  padding: 0.8em 0.1em;
  font-size: 0.9em;
  border-bottom: 1px dashed #c0cbc8;
}
.widget--sidebar li li {
  margin-left: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 0;
  font-size: 1em;
  border: 0;
}
/* footer widget */
.widget--footer {
  margin-bottom: 1.8rem;
}
.widget--footer:last-of-type {
  margin-bottom: 0;
}
.widget--footer .widget-title {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .widget--footer .widget-title {
    text-align: left;
  }
}
.widget--footer:not(.connect) li {
  color: #eba5a8;
  padding: 0.5em 0.1em;
  border-bottom: 1px dashed #cc1f25;
}
.widget--footer:not(.connect) li:last-of-type {
  border: 0;
}
.widget--footer[class*="widget_"] li {
  margin: 0.42em 0;
  padding: 0;
  border: 0;
}
.widget--footer:not(.connect) li a {
  display: block;
  padding: 0.5625em 0.4em;
  border-bottom: 1px dashed #cc1f25;
}
.widget--footer:not(.connect) > ul > li:last-of-type > a, .widget--footer:not(.connect) .menu > li:last-of-type > a {
  border: 0;
}
@media only screen and (min-width: 1000px) {
  .widget--footer:not(.connect) li a {
    margin: 0.65em 0;
    padding: 0;
    border: 0;
  }
}
/*
 * search widget
 */
.search-widget {
  margin: 0 auto;
  max-width: 500px;
}
div + .search-widget, ul + .search-widget {
  margin-top: 2.5rem;
}
.search-widget .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.search-widget .search-form label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0.4em;
}
.search-widget .search-form-field {
  width: 100%;
}
/*
 * social icons
 */
.social-item {
  display: inline-block !important;
  margin: 0 0 0 0.5em !important;
}
.social-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.6em !important;
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  font-size: 0.9625em;
  line-height: 1;
  text-align: center;
  background: #cc1f25;
  border-radius: 50%;
  overflow: hidden;
  overflow: hidden;
}
.social-link:hover, .social-link:focus {
  color: #fff;
  background: #2d5049;
}
.social-icon {
  margin-bottom: 99em;
}
.social--header {
  font-size: 1em;
}
@media only screen and (max-width: 999px) {
  .social--header {
    display: none;
  }
}
.site-header.anchor .social--header {
  display: none;
}
.social--mobile {
  position: static !important;
  display: block !important;
  margin: 1rem 0 1rem 0.2rem !important;
  text-align: left;
}
.social--mobile .social-link, .social--mobile .social-link:hover, .social--mobile .social-link:focus {
  color: #fff !important;
}
.social--footer {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .social--footer {
    margin: 0 0 0.5em 1em !important;
    width: auto;
  }
}
.social--footer .social-link {
  color: #290607;
  background: #6c8580;
}
.social--footer .social-link:hover, .social--footer .social-link:focus {
  color: #661013;
  background: #fff;
}
.connect .widget-title {
  margin: 0 0 0.28em;
}
@media only screen and (min-width: 1000px) {
  .connect .widget-title {
    text-align: right;
  }
}
/*
 * email list
 */
.section--email-list {
  padding: 1.5rem 0;
  text-align: center;
  background: #f0bcbe;
}
@media only screen and (min-width: 1000px) {
  .section--email-list {
    padding: 2rem 0;
  }
}
.email-list-title {
  margin: 0;
}
.email-list-btn {
  margin: 1rem 0;
}
/*
 * categories
 */
.widget_categories .cat-item-count {
  color: gray;
}
/*
 * tag cloud
 */
.tagcloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget--footer .tagcloud {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.tag-cloud-link {
  display: inline-block;
  margin: 0 0.2rem 0.4rem;
  padding: 0.25em 0.4em;
  text-align: center;
  text-transform: uppercase;
  border: 1px dashed #c0cbc8;
}
.widget--footer .tag-cloud-link {
  border-color: #cc1f25;
}
.tag-cloud-link:hover {
  color: #fff;
  background: #2d5049;
  border-color: #2d5049;
}
/* ---------------------------------------------
# blocks
--------------------------------------------- */
.wp-block-columns, .wp-block-cover, .wp-block-file, .wp-block-gallery, .wp-block-group, .wp-block-media-text, .wp-block-pullquote, .wp-block-quote, .wp-block-verse, .wp-block-video {
  margin-top: calc(5vw / 1.5);
  margin-bottom: calc(5vw / 1.5);
}
.wp-block-columns:last-child, .wp-block-columns.alignwide:last-child, .wp-block-cover:last-child, .wp-block-cover.alignwide:last-child, .wp-block-file:last-child, .wp-block-file.alignwide:last-child, .wp-block-gallery:last-child, .wp-block-gallery.alignwide:last-child, .wp-block-group:last-child, .wp-block-group.alignwide:last-child, .wp-block-media-text:last-child, .wp-block-media-text.alignwide:last-child, .wp-block-pullquote:last-child, .wp-block-pullquote.alignwide:last-child, .wp-block-quote:last-child, .wp-block-quote.alignwide:last-child, .wp-block-verse:last-child, .wp-block-verse.alignwide:last-child, .wp-block-video:last-child, .wp-block-video.alignwide:last-child {
  margin-bottom: 0;
}
.wp-block-columns.alignfull:last-child, .wp-block-cover.alignfull:last-child, .wp-block-file.alignfull:last-child, .wp-block-gallery.alignfull:last-child, .wp-block-group.alignfull:last-child, .wp-block-media-text.alignfull:last-child, .wp-block-pullquote.alignfull:last-child, .wp-block-quote.alignfull:last-child, .wp-block-verse.alignfull:last-child, .wp-block-video.alignfull:last-child {
  margin-bottom: calc(calc(5vw / 1.5) * -1);
}
.wp-block-columns:first-child, .wp-block-columns h2:first-of-type, .wp-block-columns .h2:first-of-type, .wp-block-columns h3:first-of-type, .wp-block-columns .h3:first-of-type, .wp-block-cover:first-child, .wp-block-cover h2:first-of-type, .wp-block-cover .h2:first-of-type, .wp-block-cover h3:first-of-type, .wp-block-cover .h3:first-of-type, .wp-block-file:first-child, .wp-block-file h2:first-of-type, .wp-block-file .h2:first-of-type, .wp-block-file h3:first-of-type, .wp-block-file .h3:first-of-type, .wp-block-gallery:first-child, .wp-block-gallery h2:first-of-type, .wp-block-gallery .h2:first-of-type, .wp-block-gallery h3:first-of-type, .wp-block-gallery .h3:first-of-type, .wp-block-group:first-child, .wp-block-group h2:first-of-type, .wp-block-group .h2:first-of-type, .wp-block-group h3:first-of-type, .wp-block-group .h3:first-of-type, .wp-block-media-text:first-child, .wp-block-media-text h2:first-of-type, .wp-block-media-text .h2:first-of-type, .wp-block-media-text h3:first-of-type, .wp-block-media-text .h3:first-of-type, .wp-block-pullquote:first-child, .wp-block-pullquote h2:first-of-type, .wp-block-pullquote .h2:first-of-type, .wp-block-pullquote h3:first-of-type, .wp-block-pullquote .h3:first-of-type, .wp-block-quote:first-child, .wp-block-quote h2:first-of-type, .wp-block-quote .h2:first-of-type, .wp-block-quote h3:first-of-type, .wp-block-quote .h3:first-of-type, .wp-block-verse:first-child, .wp-block-verse h2:first-of-type, .wp-block-verse .h2:first-of-type, .wp-block-verse h3:first-of-type, .wp-block-verse .h3:first-of-type, .wp-block-video:first-child, .wp-block-video h2:first-of-type, .wp-block-video .h2:first-of-type, .wp-block-video h3:first-of-type, .wp-block-video .h3:first-of-type {
  margin-top: 0;
}
.wp-block-columns.alignfull + .alignwide, .wp-block-cover.alignfull + .alignwide, .wp-block-file.alignfull + .alignwide, .wp-block-gallery.alignfull + .alignwide, .wp-block-group.alignfull + .alignwide, .wp-block-media-text.alignfull + .alignwide, .wp-block-pullquote.alignfull + .alignwide, .wp-block-quote.alignfull + .alignwide, .wp-block-verse.alignfull + .alignwide, .wp-block-video.alignfull + .alignwide {
  margin-top: calc(calc(5vw / 1.5) * -.6) !important;
}
.wp-block-columns.alignfull + .alignfull, .wp-block-cover.alignfull + .alignfull, .wp-block-file.alignfull + .alignfull, .wp-block-gallery.alignfull + .alignfull, .wp-block-group.alignfull + .alignfull, .wp-block-media-text.alignfull + .alignfull, .wp-block-pullquote.alignfull + .alignfull, .wp-block-quote.alignfull + .alignfull, .wp-block-verse.alignfull + .alignfull, .wp-block-video.alignfull + .alignfull {
  margin-top: calc(calc(5vw / 1.5) * -1) !important;
}
div[class*="wp-container"].has-background div[class*="inner-container"], div[class*="wp-block-group"].has-background div[class*="inner-container"] {
  padding: 7vw 5vw;
}
@media only screen and (min-width: 800px) {
  div[class*="wp-container"].has-background div[class*="inner-container"], div[class*="wp-block-group"].has-background div[class*="inner-container"] {
    padding: 3.5vw 3vw;
  }
}
.wp-block-image img, .wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
}
/* colors */
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-color {
  color: #000000;
}
.has-black-background-color {
  background-color: #000000;
}
.has-primary-color {
  color: #cc1f25;
}
.has-primary-background-color {
  background-color: #cc1f25;
}
.has-primary-lighter-color {
  color: #f7ddde;
}
.has-primary-lighter-background-color {
  background-color: #f7ddde;
}
.has-secondary-color {
  color: #2d5049;
}
.has-secondary-background-color {
  background-color: #2d5049;
}
.has-secondary-lighter-color {
  color: #e0e5e4;
}
.has-secondary-lighter-background-color {
  background-color: #e0e5e4;
}
/* font sizes */
.has-small-font-size {
  font-size: 0.875em;
}
.has-normal-font-size {
  font-size: 1em;
}
.has-large-font-size {
  font-size: 1.8em;
}
.has-huge-font-size {
  font-size: 2.4em;
}
/* buttons */
.wp-block-buttons {
  margin: 1.4rem 0 1.2rem;
}
.wp-block-buttons.is-content-justification-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* columns */
.wp-block-columns .wp-block-column.has-background {
  padding: calc(5vw - 1vw) 5vw;
}
@media only screen and (max-width: 599px) {
  .wp-block-columns .wp-block-column.has-background {
    margin-bottom: 5vw;
  }
}
/* cover */
.wp-block-cover__inner-container h2:first-child, .wp-block-cover__inner-container h3:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-cover__inner-container h2:first-child + p, .wp-block-cover__inner-container h3:first-child + p {
  margin-bottom: 1rem;
}
/* file */
.wp-block-file .wp-block-file__embed {
  margin-bottom: 2rem;
}
/* group */
.wp-block-group__inner-container > h2:first-of-type {
  margin-top: 0;
}
/* ---------------------------------------------
# misc
--------------------------------------------- */
/* contact info */
.cinfo-label {
  margin-right: 0.3em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.cinfo--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 600px) {
  .cinfo--header {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
.cinfo--header .cinfo-icon {
  display: none;
}
@media only screen and (min-width: 414px) {
  .cinfo--header .cinfo-icon {
    display: inline-block;
    margin-right: 0.36em;
    color: #e68f92;
  }
}
.cinfo--header .cinfo-item {
  margin: 0.2em 1em 0.2em 0;
  font-size: 1em;
}
@media only screen and (min-width: 600px) {
  .cinfo--header .cinfo-item {
    margin: 0.6em 0 0.6em 1.5em;
  }
}
.connect + .cinfo--footer {
  margin-top: 1em;
}
.cinfo--footer .cinfo-item {
  line-height: 1.46;
}
.cinfo--footer .cinfo-item--phone {
  font-size: 1.125em;
}
.cinfo--footer .cinfo-item--phone + .cinfo-item--address, .cinfo--footer .cinfo-item--phone + .cinfo-item--email {
  margin-top: 0.8em;
}
.cinfo--footer .cinfo-label {
  color: #6c8580;
}
.cinfo--footer .cinfo-item--phone .cinfo-link {
  white-space: nowrap;
}
/* translate */
.translate {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
div + .translate, ul + .translate {
  margin-top: 1.5rem;
}
.translate #google_language_translator {
  width: 100% !important;
  text-align: left !important;
}
.translate .goog-te-gadget {
  color: #db6266 !important;
  font-size: 0.65em !important;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif !important;
}
.translate .goog-te-gadget > div {
  display: block !important;
}
.translate #google_language_translator select.goog-te-combo {
  padding: 0.8em 1.6em 0.8em 0.8em !important;
  width: 100% !important;
  height: 2.8em !important;
  color: #fff !important;
  font-size: 1.5em !important;
  line-height: 1.2 !important;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif !important;
  text-align: left;
  text-transform: uppercase !important;
  background: transparent !important;
  background-image: linear-gradient(45deg, transparent 50%, #cc1f25 50%), linear-gradient(135deg, #cc1f25 50%, transparent 50%) !important;
  background-position: calc(100% - 16px) 1.2em, calc(100% - 10px) 1.2em !important;
  background-size: 6px 6px, 6px 6px, 2px 1.6em !important;
  background-repeat: no-repeat !important;
  border: 1px solid #cc1f25 !important;
  border-radius: 0 !important;
  vertical-align: middle !important;
}
.translate #google_language_translator select.goog-te-combo option {
  color: #000 !important;
}
.translate .goog-logo-link {
  font-weight: 300 !important;
  font-size: 1em !important;
  color: #db6266 !important;
}
.translate .goog-logo-link:hover, .translate .goog-logo-link:focus {
  color: #fff !important;
}
.translate #flags {
  display: none !important;
}
/* styled list */
.column-list main ul {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 800px) {
  .column-list main ul {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 5em;
    column-gap: 5em;
  }
  .column-list main ul ul {
    -webkit-columns: 1;
    columns: 1;
    margin: 0.5em 0 0 1em;
  }
}
.column-list main li {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px dashed #eee;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.column-list main li li:not(.sitemap-list__sub-item) {
  border: 0;
}
.column-list main li:last-of-type {
  margin-bottom: 0;
}
.column-list main li a {
  display: block;
  padding: 0 0.5em 0 1em;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  text-indent: -1em;
}
.column-list main li a:hover {
  color: #2d5049;
}
.column-list main li a::before {
  margin-right: 0.6em;
  content: "";
  color: #c6c6c6;
  font: 1em/1 Font Awesome\ 5 Pro !important;
}
/* grid list */
ol.grid, .grid-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  margin: 2rem auto;
  padding: 0;
  list-style: none;
  counter-reset: ordered-list;
}
ol.grid li, .grid-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  margin: 0;
  padding: 3em 5vw 1.4em;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.4;
  text-align: center;
  background: #d1353b;
}
@media only screen and (min-width: 800px) {
  ol.grid li, .grid-list li {
    padding: 3.5em 2vw 2.5em;
    width: calc((100% - (2px * 2)) / 3);
  }
}
ol.grid li:nth-of-type(2n+1), .grid-list li:nth-of-type(2n+1) {
  color: #000000;
  background: #f2c7c9;
}
ol.grid li:nth-of-type(5n+3), .grid-list li:nth-of-type(5n+3) {
  color: #000000;
  background: #6c8580;
}
ol.grid li:nth-of-type(7n+5), .grid-list li:nth-of-type(7n+5) {
  color: #000000;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.08);
  background: #d5dcdb;
}
ol.grid li::before, .grid-list li::before {
  position: absolute;
  top: 0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #abb9b6;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  content: counter(ordered-list);
  counter-increment: ordered-list;
}
@media only screen and (min-width: 800px) {
  ol.grid li::before, .grid-list li::before {
    left: 0.8em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
ol.grid li:nth-child(-n+9)::before, .grid-list li:nth-child(-n+9)::before {
  content: "0" counter(ordered-list);
}
ol.grid li:nth-of-type(2n+1)::before, .grid-list li:nth-of-type(2n+1)::before {
  color: #b81c21;
}
ol.grid li:nth-of-type(5n+3)::before, .grid-list li:nth-of-type(5n+3)::before {
  color: #fff;
}
ol.grid li:nth-of-type(7n+5)::before, .grid-list li:nth-of-type(7n+5)::before {
  color: #223c37;
}
ol.grid li a, ol.grid li a:not([class]), .grid-list li a, .grid-list li a:not([class]) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
ol.grid li:nth-of-type(2n+1) a, .grid-list li:nth-of-type(2n+1) a, ol.grid li:nth-of-type(5n+3) a, .grid-list li:nth-of-type(5n+3) a, ol.grid li:nth-of-type(7n+5) a, .grid-list li:nth-of-type(7n+5) a {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.6);
}
ol.grid li a:hover, .grid-list li a:hover {
  border-color: transparent;
}
/* screen readers */
.screen-reader-text {
  position: absolute;
  top: -999em;
  left: -999em;
  display: block;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(1px);
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
/* skip link */
.skip-link {
  position: fixed;
  z-index: 100000;
  top: -10em;
  left: -10em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #2d5049;
  opacity: 0;
  transition: opacity 300ms ease-in;
}
.skip-link:focus, .skip-link:active, .skip-link:hover {
  top: 0;
  left: 0;
  padding: 0.6em 1em;
  color: #fff;
  width: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
}
/* top link */
.top-link {
  z-index: 999;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  display: block;
  padding: 0.15em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  transition: background 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .top-link {
    right: 1.4rem;
    bottom: 1.1rem;
  }
}
.top-link:hover, .top-link:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
.top-link-icon {
  display: block;
  margin-bottom: 99em;
}
.mobile .top-link {
  display: none;
}
/* code */
pre {
  display: block;
  padding: 1rem;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.56;
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f2f2f2;
  border: 1px dashed #c0cbc8;
  overflow: auto;
  overflow-y: hidden;
}
p + pre {
  margin-top: -0.5rem;
}
/* gallery */
.wp-block-gallery {
  margin: 3rem 0 2rem;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 0.78em;
  line-height: 1.36;
  overflow: visible;
}
.gallery {
  margin: 0 -0.5em 1.5em -0.5em;
}
.gallery::after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  float: left;
  margin: 0;
  padding: 0.5em;
  max-width: 50%;
}
@media only screen and (min-width: 500px) {
  .gallery-columns-1 .gallery-item {
    float: none;
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}
.gallery-item img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.gallery-caption {
  display: block;
}
/*
 * cookieyes
 */
.cky-audit-table-element .cky-cookie-audit-table th {
  color: #fff;
  background-color: #cc1f25;
  border-color: #cc1f25;
}
.cky-audit-table-element .cky-cookie-audit-table td {
  border-color: #fae9e9;
}
.cky-audit-table-element .cky-cookie-audit-table tr:nth-child(2n+1) td {
  background-color: #fcf4f4;
}
/*
 * ninja forms
 */
.nf-form-cont {
  margin-top: 2.5rem;
}
.nf-form-fields-required {
  margin-bottom: 1.5em;
}
.ninja-forms-req-symbol {
  color: #b52a26 !important;
  font-weight: bold;
  font-size: 1em;
}
.hr-container div {
  width: 100%;
}
.hr-container hr {
  margin: calc(5vw / 2) auto;
}
/* fields */
.nf-field-container {
  margin-bottom: 2rem;
}
.field-wrap .nf-field-label label, .field-wrap .nf-field-label .nf-label-span {
  color: #cc1f25;
  font-weight: 400 !important;
  line-height: 1.46;
  text-align: left !important;
  text-transform: uppercase;
}
.label-above .nf-field-label, .nf-field-description {
  margin-bottom: 0.4em !important;
}
.field-wrap textarea {
  max-width: 100% !important;
}
.list-wrap li {
  line-height: 1.26;
}
.list-checkbox-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
  margin-top: 0.3em !important;
}
.label-right .checkbox-wrap .nf-field-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 699px) {
  .two-col-list ul li {
    float: none !important;
    width: 100% !important;
  }
}
.nf-field-description {
  color: #333;
  font-size: 0.9em;
}
/* submit button */
.submit-container {
  margin-top: 3rem;
}
.submit-container.label-above {
  text-align: center;
}
/* error msg */
.nf-error-msg {
  color: #b52a26 !important;
  font-weight: 600;
  font-size: 0.85em;
}
.nf-form-errors .nf-error-msg {
  margin-top: 2.5rem;
  padding: 1.2em 0;
  font-size: 1em;
  text-align: center;
  border-top: 1px dashed #b52a26;
  border-bottom: 1px dashed #b52a26;
}
.nf-input-limit + .nf-error {
  margin-top: 0.4em;
}
/* success msg */
.nf-response-msg {
  margin: 2em auto;
  padding: 3rem 5vw;
  color: #294842;
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
  background: #eaeeed;
}
.nf-response-msg h2:first-of-type {
  margin-top: 0;
  color: #2d5049;
}
/* smaller screens */
@media only screen and (max-width: 800px) {
  .nf-field-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .label-left .nf-field-label, .label-left .nf-field-element, .label-left .nf-field-description, .label-left .nf-after-field {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .label-left .nf-field-description {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .submit-container {
    margin-top: 2rem;
    text-align: center;
  }
  .nf-form-errors .nf-error-msg {
    margin-top: 1.8rem;
  }
}
