/**
 * Where are all the colors?
 *
 * Everything has been moved to the bedstone/functions/palette.php file.
 *
 * In SASS, you can use the color names as css variables. There's even a
 *     lighter/darker version of each color. Here are some examples:
 *     color: var(--palette-text);
 *     background-color: var(--palette-bg-alt);
 *     border-color: var(--palette-bg-alt-darker);
 */
.flexset, .footer-secondary__columns {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1vw;
  margin-right: -1vw;
  overflow: hidden;
}
.flexset > *, .footer-secondary__columns > * {
  padding-left: calc(2vw / 2);
  padding-right: calc(2vw / 2);
}
.flexset--nogutter {
  margin-left: 0;
  margin-right: 0;
}
.flexset--nogutter > * {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .flexset, .footer-secondary__columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    overflow: hidden;
  }
  .flexset > *, .footer-secondary__columns > * {
    padding-left: calc(3vw / 2);
    padding-right: calc(3vw / 2);
  }
  .flexset--nogutter {
    margin-left: 0;
    margin-right: 0;
  }
  .flexset--nogutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .flexset, .footer-secondary__columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -13px;
    margin-right: -13px;
    overflow: hidden;
  }
  .flexset > *, .footer-secondary__columns > * {
    padding-left: calc(26px / 2);
    padding-right: calc(26px / 2);
  }
  .flexset--nogutter {
    margin-left: 0;
    margin-right: 0;
  }
  .flexset--nogutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1199px) {
  .flexset, .footer-secondary__columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .flexset > *, .footer-secondary__columns > * {
    padding-left: calc(40px / 2);
    padding-right: calc(40px / 2);
  }
  .flexset--nogutter {
    margin-left: 0;
    margin-right: 0;
  }
  .flexset--nogutter > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

  .site-header .header-logo a:after {
    content: "";
  }

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

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

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }
}
.comments {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.comments .comment {
  margin-top: 2.5rem;
  border-bottom: 2px solid var(--palette-bg-alt);
  padding-bottom: 1rem;
}
.comments .comment .comment {
  padding-left: 2rem;
}
.comments .comment .comment:last-child {
  border-bottom: 0 none;
}
.comments .comment-meta {
  font-size: 0.8em;
}
.comments .reply {
  font-size: 0.8em;
}

.megamenu h2, .megamenu .h2 {
  font-size: 1.2em;
}
.megamenu h3, .megamenu .h3 {
  font-size: 1.1em;
}
.megamenu h4, .megamenu .h4 {
  font-size: 1em;
}
.megamenu li,
.megamenu p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
}

.megamenu p.is-style-cta-link a {
  color: var(--palette-interactive);
  font-size: 16px;
}

.nav-pagination {
  margin: 2rem 0;
  font-size: 0.8em;
}
@media (min-width: 991px) {
  .nav-pagination {
    font-size: 0.9em;
  }
}
.nav-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-pagination li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-pagination li a,
.nav-pagination li span {
  border: 1px solid var(--palette-text-alt-lighter);
  border-left-width: 0;
  padding: 0.3em 0.6em;
}
@media (min-width: 991px) {
  .nav-pagination li a,
.nav-pagination li span {
    padding: 0.4em 0.7em;
  }
}
.nav-pagination li:first-child a, .nav-pagination li:first-child span {
  border-left-width: 1px;
  border-radius: 0.5em 0 0 0.5em;
}
.nav-pagination li:last-child a, .nav-pagination li:last-child span {
  border-radius: 0 0.5em 0.5em 0;
}
.nav-pagination span {
  cursor: default;
}
.nav-pagination a:hover,
.nav-pagination a:focus {
  background-color: var(--palette-bg-alt);
}

.site-footer ul li a {
  color: var(--palette-text-alt);
}
.site-footer .nm-120 {
  margin-bottom: -120px;
}

.footer-primary {
  background-color: #545859;
  color: var(--palette-text-alt);
  font-size: 0.9em;
  padding-top: 7rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-primary {
    padding-top: 2rem;
  }
}

.footer-secondary {
  padding: 1.25rem 0 4rem;
  background-color: #545859;
  color: var(--palette-text-alt);
}
@media (min-width: 768px) {
  .footer-secondary {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1199px) {
  .footer-secondary__columns {
    align-items: center;
  }
}

.footer-legal {
  width: calc(100% * (1));
  font-size: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-legal {
    width: calc(100% * (0.75));
    text-align: left;
  }
}
.footer-legal .copyright {
  float: none;
}
@media (min-width: 768px) {
  .footer-legal .copyright {
    float: left;
  }
}

.nav-legal__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-legal__list li {
  display: inline-block;
  margin: 0;
}
.nav-legal__list li::before {
  content: "|";
  margin-right: 0.5em;
  margin-left: 0.5em;
  opacity: 0.4;
  color: #fff;
}
.nav-legal__list li:first-of-type::before {
  content: none;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-legal__list li:first-of-type::before {
    content: "|";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
.nav-legal__list a,
.nav-legal__list a:visited {
  color: var(--palette-text-alt);
}
.nav-legal__list a:hover,
.nav-legal__list a:focus {
  text-decoration: underline;
}

.footer-social {
  width: calc(100% * (1));
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-social {
    width: calc(100% * (0.25));
    padding-top: 0;
    text-align: right;
  }
}

.nopad {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.sml-margin {
  margin-bottom: 10px;
  margin-top: 10px;
}

.nomargin-top {
  margin-top: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.tb-default-top-pad, .tb-default-pad {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tb-default-top-pad, .tb-default-pad {
    padding-top: 30px;
  }
}
@media (min-width: 991px) {
  .tb-default-top-pad, .tb-default-pad {
    padding-top: 40px;
  }
}

.tb-default-bottom-pad, .tb-default-pad {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .tb-default-bottom-pad, .tb-default-pad {
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .tb-default-bottom-pad, .tb-default-pad {
    padding-bottom: 40px;
  }
}

.tb-exsmall-top-pad {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .tb-exsmall-top-pad {
    padding-top: 10px;
  }
}

.tb-exsmall-bottom-pad {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .tb-exsmall-bottom-pad {
    padding-bottom: 10px;
  }
}

.tb-small-top-pad {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .tb-small-top-pad {
    padding-top: 15px;
  }
}
@media (min-width: 991px) {
  .tb-small-top-pad {
    padding-top: 20px;
  }
}

.tb-small-bottom-pad {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .tb-small-bottom-pad {
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .tb-small-bottom-pad {
    padding-bottom: 20px;
  }
}

.tb-large-top-pad {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .tb-large-top-pad {
    padding-top: 60px;
  }
}
@media (min-width: 991px) {
  .tb-large-top-pad {
    padding-top: 80px;
  }
}

.tb-large-bottom-pad {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tb-large-bottom-pad {
    padding-bottom: 60px;
  }
}
@media (min-width: 991px) {
  .tb-large-bottom-pad {
    padding-bottom: 80px;
  }
}

.tb-exlarge-top-pad {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .tb-exlarge-top-pad {
    padding-top: 90px;
  }
}
@media (min-width: 991px) {
  .tb-exlarge-top-pad {
    padding-top: 120px;
  }
}

.cover-blur-2 {
  overflow: hidden;
}
.cover-blur-2 .wp-block-cover__image-background {
  filter: blur(2px);
}

.cover-blur-4 {
  overflow: hidden;
}
.cover-blur-4 .wp-block-cover__image-background {
  filter: blur(4px);
}

.cover-blur-6 {
  overflow: hidden;
}
.cover-blur-6 .wp-block-cover__image-background {
  filter: blur(6px);
}

.cover-blur-8 {
  overflow: hidden;
}
.cover-blur-8 .wp-block-cover__image-background {
  filter: blur(8px);
}

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

.of-visible {
  overflow: visible !important;
}

.wp-block-group.is-style-shadow .h5 {
  margin-top: 10px;
}
.wp-block-group.is-style-shadow hr + p {
  font-size: 14px;
}
.wp-block-group.is-style-shadow .wp-block-font-awesome {
  margin-top: 0;
}

.nmt-150 {
  margin-top: -75px;
}
@media (min-width: 768px) {
  .nmt-150 {
    margin-top: -150px;
  }
}

.wp-block-cover .is-nowrap > * {
  flex: 1;
}
.wp-block-cover .hero-image img {
  max-width: 230px;
  height: auto;
  position: relative;
  top: 50px;
}
@media (min-width: 768px) {
  .wp-block-cover .hero-image img {
    position: relative;
    top: 70px;
  }
}
.wp-block-cover .hero-image {
  width: 270px;
}
@media (min-width: 768px) {
  .wp-block-cover .hero-image {
    width: 100%;
  }
}
.wp-block-cover.is-style-wave-bottom .wp-block-cover__inner-container .wp-block-group {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-wave-bottom .wp-block-cover__inner-container .wp-block-group {
    display: flex;
  }
}

.wp-block-yoast-faq-block {
  border-top: 1px solid #eee;
}

.wp-block-yoast-faq-block .schema-faq-question {
  border-bottom: 1px solid #eee;
}

.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
  background-color: #fafafa;
}

.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
  border-bottom: 1px solid #eee;
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
  display: block;
  padding: 10px;
  position: relative;
}

.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
  cursor: pointer;
}

.wp-block-yoast-faq-block .schema-faq-answer {
  margin: 0;
  padding: 12px 10px;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
  padding-right: 34px;
}

.wp-block-yoast-faq-block .schema-faq-question:after {
  content: "";
  display: block;
  border: 2px solid #dedede;
  border-width: 0px 2px 2px 0px;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  position: absolute;
  right: 14px;
}

.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:after {
  top: 20px;
  transform: rotate(-45deg);
  transition: all 0.3s 0.3s ease;
}

.wp-block-yoast-faq-block .schema-faq-question:after,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:after {
  top: 18px;
  transform: rotate(45deg);
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: padding-bottom 0.3s ease-in, max-height 0.4s ease-in, padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear;
}

.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
  max-height: 9999px;
  border-bottom-width: 1px;
  padding-top: 12px;
  padding-bottom: 20px;
  transition: padding-top 0.2s ease-in, max-height 0.3s 0.2s linear, padding-bottom 0.4s 0.2s ease;
}

strong {
  font-family: Univers65Bold, Arial, sans-serif;
  font-weight: 500 !important;
}

strong.schema-faq-question {
  font-family: Univers55Roman, Arial, sans-serif;
  font-weight: 500;
}

.is-style-shadow .wp-block-columns {
  gap: 0;
}
.is-style-shadow hr.nomargin + .wp-block-columns {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-relative {
  position: relative;
  z-index: 99;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
