@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
@font-face {
  font-family: Arvo-Regular;
  src: url("../fonts/Arvo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo-Regular.woff") format("woff"), url("../fonts/Arvo-Regular.ttf") format("truetype"); }

@font-face {
  font-family: Arvo-Italic;
  src: url("../fonts/Arvo-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo-Italic.woff") format("woff"), url("../fonts/Arvo-Italic.ttf") format("truetype"); }

@font-face {
  font-family: Arvo-Bold;
  src: url("../fonts/Arvo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo-Bold.woff") format("woff"), url("../fonts/Arvo-Bold.ttf") format("truetype"); }

@font-face {
  font-family: Arvo-BoldItalic;
  src: url("../fonts/Arvo-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo-BoldItalic.woff") format("woff"), url("../fonts/Arvo-BoldItalic.ttf") format("truetype"); }

:root {
  --theme-color: #e4032e;
  --theme-color-80: #e4032e80;
  --scale-modifier: 1; }

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
@-webkit-keyframes underline-slide {
  0% {
    left: 0; }
  50% {
    left: 100%;
    right: 0; }
  51% {
    left: 0;
    right: 100%; }
  100% {
    right: 0; } }
@keyframes underline-slide {
  0% {
    left: 0; }
  50% {
    left: 100%;
    right: 0; }
  51% {
    left: 0;
    right: 100%; }
  100% {
    right: 0; } }

/*------------------------------------*\
    $GLOBAL ELEMENTS
\*------------------------------------*/
/* Utility classes */
.small-text,
small {
  font-size: 1.75rem; }

.large-text {
  font-size: 1.75rem; }

.primary-text {
  color: var(--theme-color); }

@media all and (max-width: 64rem) {
  .hide-small {
    display: none; } }

@media all and (min-width: 64rem) and (max-width: 80rem) {
  .hide-med {
    display: none; } }

@media all and (min-width: 80rem) {
  .hide-large {
    display: none; } }

@media screen and (min-width: 64rem) {
  .hide-desktop {
    display: none; } }

.owl > * + * {
  margin-left: 0.5rem; }

.owl-vert > * + * {
  margin-top: 1rem; }

.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0.125rem; }

/* main components */
html {
  font-size: calc(1rem * var(--scale-modifier)); }

body {
  background-color: #fff;
  color: #000;
  font: calc(100% * var(--scale-modifier))/1.5 "Arvo-Regular", Times, Georgia, serif;
  -webkit-text-size-adjust: 100%; }
  body.admin-bar .header {
    top: 2rem; }
    @media screen and (max-width: 782px) {
      body.admin-bar .header {
        top: 2.875rem; } }
  body #wpadminbar {
    position: fixed !important; }

/* Links */
a {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: inherit;
  text-decoration: underline; }
  a[class] {
    text-decoration: none; }
  a:hover, a:focus {
    color: var(--theme-color); }

a:focus,
button:focus {
  outline: none;
  --btn-border-color: #000;
  box-shadow: inset 0 0 0 0.06125rem #000, inset 0 0 0 0.125rem #fff; }

/* Headings */
h1,
.h1,
h2,
.h2,
.footer-cta-title,
h3,
.h3,
h4,
.h4,
.promo-title,
.accordion-label,
h5,
.h5,
.heading {
  font-family: "Arvo-Bold", Times, Georgia, serif;
  line-height: 1.1;
  display: block; }

.text-content .h1,
.text-content h1 {
  font-size: clamp(1.25rem, 6vw, 3.4375rem);
  color: var(--theme-color); }

.text-content .h2, .text-content .footer-cta-title,
.text-content h2 {
  font-size: clamp(1.25rem, 6vw, 3rem); }

.text-content .h3,
.text-content h3 {
  font-family: "Arvo-Regular", Times, Georgia, serif;
  font-weight: 100;
  font-size: clamp(1.25rem, 6vw, 1.75rem); }

.text-content .h4, .text-content .promo-title, .text-content .accordion-label,
.text-content h4 {
  font-size: clamp(1.25rem, 6vw, 1.625rem); }

.text-content .h5,
.text-content h5 {
  color: var(--theme-color);
  font-size: 1.25rem;
  margin: 0; }

/* Text */
p {
  font-size: 1rem;
  line-height: 1.75; }

code {
  display: inline-block;
  padding: 0.5rem;
  border: 1px dashed #808080;
  border-radius: 0.25rem; }

strong {
  font-family: "Arvo-Bold", Times, Georgia, serif; }

blockquote {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  border-left: 0.25rem solid var(--theme-color);
  padding-left: 0.5rem; }

hr {
  background-color: var(--theme-color);
  height: 0.125rem;
  border: 0;
  margin: 1rem 0; }

abbr {
  border-bottom: 1px dotted currentColor;
  cursor: help; }

.heading-font {
  font-family: "Arvo-Bold", Times, Georgia, serif; }

.font-size-up [disabled],
.font-size-down [disabled] {
  color: #e5e5e5; }

.content-title,
.container-title {
  word-break: break-word;
  font-family: "Arvo-Bold", Times, Georgia, serif;
  font-size: 1.5rem; }

/* Lists */
ol,
ul {
  margin: 0;
  padding: 0; }

/* Definition Lists */
dl {
  overflow: hidden;
  margin: 0 0 0.5rem; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Flexible Media */
img,
video,
object {
  max-width: 100%;
  height: auto; }

.media {
  background-repeat: no-repeat; }
  .media.cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center; }

iframe {
  margin-bottom: 0.5rem; }

figure {
  margin-bottom: 0.5rem; }
  figure img {
    margin-bottom: 0.25rem; }

figcaption {
  font-style: italic; }

picture img,
picture source {
  width: 100%;
  height: 100%; }

.logo {
  height: 100%;
  -webkit-box-flex: 0;
          flex: 0 1 242px;
  display: -webkit-box;
  display: flex; }

.logo-link {
  align-self: center; }

.logo-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 100px; }
  @media screen and (max-width: 32rem) {
    .logo-image {
      max-width: 13rem; } }

.logo-img {
  max-height: 33px; }

/* Forms */
form ol,
form ul {
  list-style: none;
  margin-left: 0; }

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

label {
  display: block;
  padding-bottom: 0.25rem; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0; }

input,
textarea,
select {
  color: #808080;
  font-size: 0.85rem;
  background-color: #f5f5f5;
  -webkit-transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out;
  padding: 0.75rem;
  border: 1px solid #ececec;
  width: 100%;
  border-radius: 0.125rem; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #808080;
    outline: 1px solid #d8d8d8; }
  input:disabled,
  textarea:disabled,
  select:disabled {
    cursor: not-allowed; }

input[type="text"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea {
  -webkit-appearance: none; }

button,
input[type="submit"] {
  padding: 0.25rem;
  background: #e5e5e5;
  border: 1px solid #808080;
  cursor: pointer; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Validation */
.has-error {
  border-color: #e4032e; }

.is-valid {
  border-color: #379d31; }

.nf-after-field {
  margin-top: 0.5rem; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.list-select-wrap .nf-field-element {
  position: relative; }
  .list-select-wrap .nf-field-element::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: black transparent transparent;
    border-width: 0.375rem; }

.jBox-container ul, .jBox-container ol {
  padding-left: 1.3em; }

/* Forms - radio */
.listradio-wrap li input,
.radio input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.listradio-wrap li .radio-label,
.listradio-wrap li label,
.radio .radio-label,
.radio label {
  position: relative;
  color: #000;
  font-size: 0.875rem;
  cursor: pointer; }
  .listradio-wrap li .radio-label::before,
  .listradio-wrap li label::before,
  .radio .radio-label::before,
  .radio label::before {
    content: "";
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    width: 1rem;
    height: 1rem;
    padding: 0.125rem;
    border-radius: 50%;
    margin-right: 0.5rem; }
  .listradio-wrap li .radio-label::after,
  .listradio-wrap li label::after,
  .radio .radio-label::after,
  .radio label::after {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.35rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 0.125rem solid #d8d8d8;
    -webkit-transition: height 250ms ease-out;
    transition: height 250ms ease-out; }

.listradio-wrap li input:focus ~ label::before,
.radio input:focus ~ label::before {
  border: 1px solid #000; }

.listradio-wrap li input:checked ~ label::after,
.radio input:checked ~ label::after {
  border-width: 0.25rem;
  border-color: #000;
  top: 0.25rem;
  left: 0.25rem; }

/* Forms - checkbox */
.checkbox input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.checkbox label {
  color: #808080;
  font-size: 0.875rem;
  position: relative;
  padding-left: 2rem;
  cursor: pointer; }
  .checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    display: inline-block;
    border: 1px solid #f5f5f5;
    width: 1rem;
    height: 1rem;
    border-radius: 0.125rem; }
  .checkbox label::after {
    content: "";
    position: absolute;
    left: 0.125rem;
    top: -0.125rem; }

.checkbox input:focus ~ label {
  color: #9b9b9b; }
  .checkbox input:focus ~ label::before {
    border: 1px solid #d8d8d8; }

.checkbox input:checked ~ label::after {
  content: url("../images/icons/check.svg"); }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th {
  text-align: left;
  padding: 0.2em; }

td {
  padding: 0.2em; }

.text-content table {
  border: 1px solid #808080; }

.text-content th {
  border: 1px solid #808080; }

.text-content td {
  border: 1px solid #808080; }

/* Animations */
.animate-fade {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .animate-fade:hover {
    opacity: 0; }

.animate-move > .demo-shape {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/* Container */
.container {
  --container-overflow: visible;
  --container-width: 64rem;
  --container-gutter: 0.5rem;
  --container-gutter-mobile: 2rem;
  width: var(--container-width);
  max-width: 100%;
  overflow: var(--container-overflow);
  margin: 0 auto;
  padding: var(--container-gutter) var(--container-gutter-mobile); }
  .container.full {
    --container-width: 100%; }
  .container.narrow {
    --container-width: 48rem; }

@media screen and (min-width: 66rem) {
  .container {
    padding: var(--container-gutter); } }

.wrapper {
  text-align: center;
  padding: 1rem 0;
  background: #fff; }
  .wrapper > .container > * + * {
    margin-top: 2rem; }
  .wrapper.contrast {
    background: #ececec; }
  .wrapper.primary {
    background: var(--theme-color); }
    .wrapper.primary .container-title {
      color: white; }

/* Row */
.row {
  --row-direction: row;
  --row-align: stretch;
  --row-justify: space-between;
  --row-wrap: wrap;
  --row-gutter: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: var(--row-direction);
  -webkit-box-pack: var(--row-justify);
          justify-content: var(--row-justify);
  -webkit-box-align: var(--row-align);
          align-items: var(--row-align);
  flex-wrap: var(--row-wrap);
  padding: var(--row-gutter); }

@media screen and (min-width: 48rem) and (max-width: 80rem) {
  .row.thirds .col, .row.quarts .col {
    --col-width: 50%; } }

@media screen and (min-width: 64rem) {
  .row.halfs .col {
    --col-width: 50%; }
  .row.thirds .col {
    --col-width: calc(100% / 3); } }

@media screen and (min-width: 80rem) {
  .row.quarts .col {
    --col-width: 25%; } }

/* Column */
.col {
  --col-width: 100%;
  --col-grow: 1;
  --col-shrink: 0;
  --col-gutter: 1rem;
  -webkit-box-flex: var(--col-grow);
          flex: var(--col-grow) var(--col-shrink) var(--col-width); }

@media screen and (min-width: 48rem) {
  .col {
    --col-width: auto;
    --col-shrink: 1; }
    .col.col-half {
      --col-width: 50%; }
    .col.col-third {
      --col-width: 33%; }
    .col.col-quart {
      --col-width: 25%; } }

/* Grids */
.grid {
  --grid-rows: auto;
  --grid-cols: 1fr;
  --grid-gap: 1.25rem;
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-rows: var(--grid-rows);
  grid-template-columns: var(--grid-cols); }
  @media screen and (min-width: 64rem) {
    .grid.offset {
      --grid-cols: 1fr 2fr; }
    .grid.halfs {
      --grid-cols: 1fr 1fr; }
    .grid.thirds {
      --grid-cols: 1fr 1fr 1fr; }
    .grid.quarts {
      --grid-cols: 1fr 1fr 1fr 1fr; } }

/*------------------------------------*\
    $PAGE STRUCTURE
\*------------------------------------*/
/* Header */
.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  z-index: 9;
  background-color: var(--header-bg);
  -webkit-transition: box-shadow 150ms ease-out, margin-top 150ms ease-out;
  transition: box-shadow 150ms ease-out, margin-top 150ms ease-out; }
  .header.scrolled {
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 1326px) {
    .header.collapsed {
      margin-top: -3rem; } }
  .header > .container {
    position: relative; }
  .header .row {
    --row-align: center;
    --row-gutter: 0; }
  .header .col {
    --col-width: auto; }
  .header .logo {
    height: 6rem; }

.header-top {
  display: none; }
  .header-top a {
    vertical-align: sub; }

.google-translate {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end; }
  .google-translate .goog-te-gadget {
    font-size: 0; }
    .google-translate .goog-te-gadget > span {
      display: none; }
  .google-translate .goog-te-gadget-icon {
    display: none !important; }
  .google-translate .goog-te-menu-value {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: auto !important; }

@media screen and (min-width: 1326px) {
  .header-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    background: #f5f5f5;
    font-size: 0.875rem;
    color: #9b9b9b;
    text-align: right; }
    .header-top ul {
      display: -webkit-inline-box;
      display: inline-flex;
      list-style: none; }
      .header-top ul li + li {
        margin-left: 1rem; }
      .header-top ul li:last-of-type {
        margin-left: 0.25rem; } }

.header-bottom {
  background: #fff; }
  .header-bottom .menu {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    height: 100%; }

.header-cta {
  background-color: #e4032e;
  color: white; }

.modal-body {
  display: none;
  position: relative;
  flex-wrap: wrap;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: auto;
  margin-top: 4.5rem;
  border-bottom: 2px solid #fff;
  margin-bottom: -4.5rem; }
  @media screen and (min-width: 32rem) {
    .modal-body {
      margin-top: 6rem;
      margin-bottom: -6rem; } }
  @media screen and (min-width: 1326px) {
    .modal-body {
      margin-top: 9.5rem;
      margin-bottom: -9.5rem; } }
  .modal-body.scrolled {
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3); }
  .modal-body:after {
    content: "";
    height: 1.25rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(0, 0, 0, 0.2) 8px, rgba(0, 0, 0, 0.2) 16px); }

.modal-content {
  position: relative;
  padding: 2.5rem 6rem 3rem 0.5rem; }
  @media screen and (max-width: 64rem) {
    .modal-content {
      padding-left: 2rem; } }
  .modal-content p {
    text-shadow: 0.2px 0.2px #2c3e50;
    font-size: 1rem;
    line-height: 1.5; }
  .modal-content a {
    color: inherit;
    text-decoration: underline; }

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 25px;
  text-align: center;
  vertical-align: center;
  border-radius: 50%;
  border: 1.5px solid transparent;
  content: "\f117";
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out; }

.modal-close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.google-translate {
  position: relative; }

.google-translate_flags {
  height: 15px;
  position: absolute;
  bottom: 100%;
  left: 0; }
  .google-translate_flags img {
    display: inline-block;
    width: 30px;
    height: 15px;
    vertical-align: top; }

.goog-te-banner-frame {
  display: none !important; }

@media screen and (max-width: 1325px) {
  .google-translate {
    margin-top: 20px; }
  .google-translate > div {
    padding-right: 4rem; }
  .google-translate_flags {
    left: auto;
    right: 0; } }

/* Navigation */
.nav {
  clear: both;
  overflow: hidden;
  max-height: 0; }
  .nav a {
    display: block;
    padding: 0.5rem;
    border-top: 1px solid #ececec; }
  .nav.active {
    max-height: 40em; }
  @media all and (min-width: 46.8em) {
    .nav {
      max-height: none;
      float: right;
      clear: none; }
      .nav li {
        float: left; }
      .nav a {
        border: 0; } }

.pagination {
  overflow: hidden; }
  .pagination li {
    float: left;
    border-right: 1px solid #ececec; }
    .pagination li:last-child {
      border: 0; }
  .pagination a {
    padding: 0.5rem; }

.nav-simple a {
  padding: 0.5rem 0; }

.nav-simple li + li {
  margin-left: 0.5rem; }

/* Main */
[role="main"] {
  margin-top: 4.5rem; }
  @media screen and (min-width: 32rem) {
    [role="main"] {
      margin-top: 6rem; } }
  @media screen and (min-width: 1326px) {
    [role="main"] {
      margin-top: 9.5rem; } }

/* Footer */
.footer .row,
.footer-bottom .row {
  --row-gutter: 0; }

.footer .col,
.footer-bottom .col {
  --col-gutter: 0; }

.footer {
  --footer-gutter: 2rem;
  background-color: #f5f5f5;
  color: #000; }
  .footer .row.big .col {
    --col-grow: 0; }
  .footer .logo-image {
    width: 100%;
    margin-bottom: 4.5rem; }
  .footer .footer-logo {
    height: auto; }
  .footer > .container {
    --container-gutter: 4.5rem 2rem; }
  @media screen and (max-width: 1025px) {
    .footer .col, .footer .col.col-third {
      --col-width: 100%; } }
  @media screen and (min-width: 1026px) {
    .footer .footer-description-col {
      --col-width: 270px; }
    .footer .footer-nav.col {
      --col-width: 190px; }
    .footer .footer-nav.col + .footer-nav.col {
      margin-left: 10px; } }

.footer-text {
  line-height: 1.71;
  font-size: 14px; }

.footer-bottom {
  padding: 1rem;
  font-size: 1rem;
  color: #9b9b9b; }
  .footer-bottom .container {
    padding-top: 1rem;
    border-top: 2px solid #d8d8d8; }

.footer-nav-toggle {
  display: none; }

a.footer-nav-label {
  display: block; }
  a.footer-nav-label::after {
    content: none; }

.footer-nav-label {
  position: relative;
  font-family: "Arvo-Bold", Times, Georgia, serif;
  font-size: 1rem;
  line-height: 2;
  cursor: pointer; }
  @media screen and (max-width: 64rem) {
    .footer-nav-label {
      padding: 0.5rem;
      padding-right: 2rem; }
      .footer-nav-label::after {
        content: "";
        position: absolute;
        right: 0.5rem;
        top: 1.2rem;
        height: 0;
        width: 0;
        border-width: 0.5rem;
        border-style: solid;
        border-color: var(--theme-color) transparent transparent; } }

.footer-nav-content {
  overflow: hidden;
  -webkit-transition: max-height 250ms ease-in-out;
  transition: max-height 250ms ease-in-out;
  height: auto; }
  @media screen and (max-width: 64rem) {
    .footer-nav-content {
      max-height: 0; } }
  .footer-nav-content li {
    margin-top: .75rem; }
  .footer-nav-content li:last-of-type {
    margin-bottom: .75rem; }

.footer-nav {
  font-size: 1rem;
  max-width: 100%;
  position: relative; }
  .footer-nav label:first-of-type {
    margin-top: 0; }
  .footer-nav p {
    font-weight: 900; }
  .footer-nav .footer-nav-toggle:checked ~ .footer-nav-label::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .footer-nav .footer-nav-toggle:checked ~ .footer-nav-label::after {
    -webkit-transform: scaleY(-1) translateY(0.5rem);
            transform: scaleY(-1) translateY(0.5rem); }
  .footer-nav .footer-nav-toggle:checked ~ .footer-nav-content {
    max-height: 100vh; }
  .footer-nav .footer-nav-link {
    display: inline-block;
    padding-left: 1rem; }
  @media screen and (min-width: 64rem) {
    .footer-nav .footer-nav-content {
      display: block; }
    .footer-nav a {
      display: block;
      padding: 0.25rem 0; }
    .footer-nav .footer-nav-link {
      padding: 0; } }

.footer-description {
  padding-right: 1rem;
  margin-bottom: .75rem; }

/*------------------------------------*\
    $TEXT Styles
\*------------------------------------*/
/* Text */
.intro {
  font-size: 1.0625em;
  font-weight: bold; }

.caption {
  font-style: italic; }

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

.colored {
  color: var(--theme-color); }

.text a {
  text-decoration: underline; }

.text ul {
  list-style: disc;
  margin: 0 0 0.5rem 1.2em; }
  .text ul ul {
    margin-bottom: 0; }

.text ol {
  list-style: decimal;
  margin: 0 0 0.5rem 1.5em; }
  .text ol ol {
    margin-bottom: 0; }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
.mobile-menu-toggle {
  display: none; }
  @media screen and (max-width: 1325px) {
    .mobile-menu-toggle:checked + label svg.open rect {
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms; }
    .mobile-menu-toggle:checked + label svg.open g {
      -webkit-transition-delay: 0ms;
              transition-delay: 0ms;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
    .mobile-menu-toggle:checked + label svg.open g:nth-of-type(1) rect {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mobile-menu-toggle:checked + label svg.open g:nth-of-type(2) rect {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mobile-menu-toggle:checked + label svg.open g:nth-of-type(3) rect {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .mobile-menu-toggle:checked + label + .menu {
      display: block;
      height: 100vh;
      overflow-y: auto;
      pointer-events: visible;
      opacity: 1;
      top: 5.4rem;
      max-height: calc(100vh - 5.4rem); }
      .mobile-menu-toggle:checked + label + .menu .menu-item {
        opacity: 1; } }

@media screen and (max-width: 32rem) {
  .mobile-menu-toggle:checked + label + .menu {
    top: 4rem;
    max-height: calc(100vh - 4rem); } }

.menu {
  --menu-align: right;
  z-index: 99;
  pointer-events: none;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--theme-color);
  height: 0;
  -webkit-transition: height 250ms linear;
  transition: height 250ms linear;
  opacity: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  text-align: right; }
  .menu .menu-top-mobile {
    margin: 4rem 0;
    color: white;
    font-size: 1.25rem; }
  @media screen and (max-width: 1325px) {
    .menu .hide-desktop {
      display: block; } }
  .menu .hide-desktop .btn.cta {
    background: white;
    color: var(--theme-color);
    margin-right: 2rem; }
  @media all and (max-width: 1325px) {
    .menu .hide-small {
      display: none; } }

.menu-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem; }

.menu-item {
  width: 100%;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
  opacity: 0; }
  .menu-item .btn {
    width: 60%; }
  .menu-item.-has-sub {
    position: relative; }
  .menu-item:hover .sub-menu, .menu-item:focus-within .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block; }

.menu-link {
  position: relative;
  text-align: center;
  display: block;
  font-size: 1.5rem;
  padding-right: 4rem; }
  .menu-link.active {
    text-decoration: underline; }
  .menu-link svg {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem; }

.menu-link.menu-link {
  width: 100%;
  text-align: var(--menu-align); }

@media screen and (max-width: 1325px) {
  .menu-link:hover, .menu-link:focus {
    color: white; } }

.menu-btn {
  -webkit-box-ordinal-group: 6;
          order: 5; }

@media screen and (min-width: 1326px) {
  .menu {
    background: transparent;
    display: -webkit-inline-box;
    display: inline-flex;
    position: static;
    margin-left: 0.5rem;
    pointer-events: visible;
    opacity: 1; }
  .menu-list {
    color: #000;
    font-size: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    height: auto;
    width: auto; }
    .menu-list > * + * {
      margin-left: 1rem; }
  .menu-item {
    width: auto;
    opacity: 1; }
  .menu-btn {
    display: none; }
  .menu-link {
    font-size: 1rem;
    padding-right: 0.5rem; }
    .menu-link.caret {
      padding-right: 2rem; }
      .menu-link.caret::after {
        top: 0.5rem;
        right: 0.5rem;
        border-width: 0.375rem;
        border-color: black transparent transparent; }
    .menu-link:hover {
      color: var(--theme-color); }
    .menu-link svg {
      position: relative;
      width: 1rem;
      height: 1rem;
      top: 1rem;
      right: 1rem; } }

.mobile-menu-toggle-label {
  display: none; }

@media screen and (max-width: 1325px) {
  .mobile-menu-toggle-label {
    cursor: pointer;
    display: block;
    width: 2rem;
    height: 2rem;
    position: relative;
    -webkit-box-ordinal-group: 4;
            order: 3; } }

.sub-menu {
  position: static;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
  min-width: 150px;
  max-height: 0;
  height: 100%;
  overflow: hidden;
  z-index: 9;
  padding: 10px 0;
  -webkit-transition: max-height 250ms ease-out, opacity 0.1s linear, visibility 0.1s linear, -webkit-transform 0.1s linear;
  transition: max-height 250ms ease-out, opacity 0.1s linear, visibility 0.1s linear, -webkit-transform 0.1s linear;
  transition: max-height 250ms ease-out, opacity 0.1s linear, transform 0.1s linear, visibility 0.1s linear;
  transition: max-height 250ms ease-out, opacity 0.1s linear, transform 0.1s linear, visibility 0.1s linear, -webkit-transform 0.1s linear;
  text-align: right;
  display: block; }
  @media screen and (min-width: 1326px) {
    .sub-menu {
      position: absolute;
      left: 0;
      top: 100%;
      display: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(2rem, transparent), color-stop(2rem, rgba(255, 255, 255, 0.9)));
      background: linear-gradient(to bottom, transparent 2rem, rgba(255, 255, 255, 0.9) 2rem);
      visibility: hidden;
      opacity: 1;
      text-align: left;
      height: auto;
      max-height: 100vh;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      overflow: visible;
      -webkit-transform: translateX(-3rem);
              transform: translateX(-3rem); }
      .sub-menu.sub-menu {
        padding: 1rem 0; }
        .sub-menu.sub-menu .sub-menu-item {
          padding-left: 2rem; }
      .-mouse-entered .sub-menu {
        -webkit-transform: translate(0, -7%);
                transform: translate(0, -7%); } }
  .-mouse-entered .sub-menu {
    visibility: visible;
    opacity: 1; }

.sub-menu-link {
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 0.9em;
  padding: 0.5rem 4rem 0.5rem 0;
  width: 100%;
  display: inline-block; }
  .sub-menu-link.active {
    text-decoration: underline; }
  .sub-menu-link:hover {
    color: white; }
  @media screen and (min-width: 1326px) {
    .sub-menu-link {
      display: inline-block;
      width: 100%;
      padding: 0.5rem 1rem;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
      .sub-menu-link:hover, .sub-menu-link.-active {
        color: var(--theme-color);
        text-decoration: underline; } }

@media screen and (max-width: 1325px) {
  .menu-link.caret.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -0.75rem; }
  .menu-link.caret.open ~ .sub-menu {
    max-height: 50vh; } }

.footer-cta {
  --footer-cta-bg: #fff;
  position: relative;
  padding: 0.5rem 0;
  background: var(--footer-cta-bg);
  text-align: center;
  padding-top: var(--footer-gutter); }
  .footer-cta .row {
    --row-gutter: 0; }
  .footer-cta .tile {
    height: 100%; }
    .footer-cta .tile picture img {
      max-width: 150px; }
  .footer-cta .tile-title {
    -webkit-box-flex: 0;
            flex-grow: 0; }
  .footer-cta .tile-content {
    -webkit-box-flex: 0;
            flex-grow: 0; }
  .footer-cta .tile-footer {
    -webkit-box-flex: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .footer-cta .container > * + * {
    margin-top: 0.5rem; }

.footer-cta-title {
  margin-bottom: 4rem; }

/* Icons */
svg.icon-menu {
  position: relative;
  fill: var(--theme-color); }
  svg.icon-menu rect {
    -webkit-transition: -webkit-transform linear 250ms;
    transition: -webkit-transform linear 250ms;
    transition: transform linear 250ms;
    transition: transform linear 250ms, -webkit-transform linear 250ms;
    -webkit-transform-origin: top;
            transform-origin: top; }
  svg.icon-menu g {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
    -webkit-transform-origin: center;
            transform-origin: center; }
  svg.icon-menu g:nth-of-type(1) {
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  svg.icon-menu g:nth-of-type(2) {
    -webkit-transform: translateY(calc(50% + 2px));
            transform: translateY(calc(50% + 2px)); }
  svg.icon-menu g:nth-of-type(3) {
    -webkit-transform: translateY(calc(75% + 4px));
            transform: translateY(calc(75% + 4px)); }
  svg.icon-menu.open rect {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms; }
  svg.icon-menu.open g {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  svg.icon-menu.open g:nth-of-type(1) rect {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  svg.icon-menu.open g:nth-of-type(2) rect {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  svg.icon-menu.open g:nth-of-type(3) rect {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

button {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0; }
  button:disabled {
    cursor: not-allowed; }

.nf-field input[type=button] {
  background-color: var(--theme-color);
  color: white; }

:not(.dropdown-list).btn {
  --btn-color: color("white");
  --btn-color-hover: inherit;
  --btn-bg: var(--theme-color);
  --btn-bg-hover: color("primary");
  --btn-border-color: transparent;
  --btn-border-color-hover: transparent;
  font-family: "Arvo-Bold", Times, Georgia, serif;
  font-size: 0.875rem;
  text-align: center;
  border-color: var(--btn-border-color);
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  height: 3.125rem;
  min-width: 6rem;
  padding: 1.125rem;
  white-space: nowrap;
  -webkit-transition: background 200ms ease-in, color 200ms ease-out, border-color 200ms ease-in;
  transition: background 200ms ease-in, color 200ms ease-out, border-color 200ms ease-in;
  background-color: var(--btn-bg);
  color: var(--btn-color); }
  :not(.dropdown-list).btn:hover {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
    border-color: var(--btn-border-color-hover); }
  :not(.dropdown-list).btn:disabled {
    cursor: not-allowed; }
  :not(.dropdown-list).btn.primary {
    --btn-bg: var(--theme-color);
    --btn-bg-hover: #fff;
    --btn-color: #fff;
    --btn-color-hover: var(--theme-color);
    --btn-border-color-hover: var(--theme-color); }
  :not(.dropdown-list).btn.secondary {
    --btn-bg: #fff;
    --btn-bg-hover: var(--theme-color);
    --btn-color: var(--theme-color);
    --btn-color-hover: #fff;
    --btn-border-color: var(--theme-color);
    --btn-border-color-hover: #fff; }
  :not(.dropdown-list).btn.tertiary {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .5rem;
    min-width: 0;
    --btn-bg: none;
    --btn-hg-hover: none;
    --btn-color: var(--theme-color);
    position: relative;
    display: inline-block;
    font-weight: bold; }
    :not(.dropdown-list).btn.tertiary:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      border-bottom: 2px solid; }
    :not(.dropdown-list).btn.tertiary:hover:after {
      -webkit-animation: underline-slide 0.6s linear;
              animation: underline-slide 0.6s linear; }
  :not(.dropdown-list).btn.quaternary {
    --btn-bg: #138e8e;
    --btn-bg-hover: #fff;
    --btn-color: #fff;
    --btn-color-hover: #138e8e;
    --btn-border-color-hover: #138e8e; }
  :not(.dropdown-list).btn.cta {
    --btn-bg: #e4032e;
    --btn-bg-hover: #fff;
    --btn-color: #fff;
    --btn-color-hover: #e4032e;
    --btn-border-color-hover: #e4032e; }

.hero {
  --hero-height-small: 12.5rem;
  --hero-height-medium: 15rem;
  --hero-height-full: calc(100vh - 5rem);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff; }
  .hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--theme-color)), color-stop(30%, var(--theme-color-80)), to(var(--theme-color-80)));
    background: linear-gradient(to right, var(--theme-color) 30%, var(--theme-color-80) 30%, var(--theme-color-80)); }
    @media screen and (min-width: 80rem) {
      .hero:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--theme-color)), color-stop(40%, var(--theme-color-80)), color-stop(75%, var(--theme-color-80)), color-stop(75%, transparent));
        background: linear-gradient(to right, var(--theme-color) 40%, var(--theme-color-80) 40%, var(--theme-color-80) 75%, transparent 75%); } }
  .hero .container {
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0; }
    .hero .container * + * {
      margin-top: 0.5rem; }
  .hero .content-title {
    font-size: 1.5rem;
    color: #fff; }
    @media screen and (min-width: 66rem) {
      .hero .content-title {
        font-size: 3rem; } }
    @media screen and (min-width: 80rem) {
      .hero .content-title {
        max-width: 50vw; } }

.hero-block {
  margin: 1rem 0 0; }

.hero-headline {
  font-size: 1rem; }
  @media screen and (min-width: 66rem) {
    .hero-headline {
      font-size: 1.125rem; } }

@media screen and (min-width: 66rem) {
  .hero.small .container {
    min-height: var(--hero-height-small); }
  .hero.medium .container {
    min-height: var(--hero-height-medium); }
  .hero.full .container {
    min-height: var(--hero-height-full); } }

.promo {
  --promo-bg: "seashell";
  --promo-color: "white";
  --promo-image: null;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0 3rem; }
  .promo > .row {
    --row-direction: column;
    --row-align: center;
    --row-justify: center; }
  .promo.primary {
    background-color: #f5f5f5; }
  .promo_btn-block {
    margin: 20px 0 0; }
  .promo .row.halfs {
    width: 100%;
    text-align: left; }
    .promo .row.halfs .col {
      padding: 0.5rem; }

.lane {
  --lane-bg: #fff;
  --lane-text: #000;
  position: relative;
  background-color: var(--lane-bg);
  color: var(--lane-text); }
  .lane.primary {
    --lane-bg: #f5f5f5; }
  .lane.secondary {
    --lane-bg: #fff; }
  .lane.grid {
    --grid-cols: 1fr;
    --grid-rows: auto;
    --grid-gap: 0; }
  .lane.left .lane-details {
    -webkit-box-ordinal-group: 1;
            order: 0; }

.lane.grid .lane-media {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.lane.grid .lane-details {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.lane.grid.left .lane-details {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.lane-details {
  -webkit-box-ordinal-group: 2;
          order: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 2.25rem 2.25rem 2.5rem;
  min-height: calc(12rem + 20vh); }
  .lane-details * + * {
    margin-top: 0.5rem; }

.lane-media {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2.25rem 2.25rem 2.5rem; }
  .lane-media .media {
    border-radius: 0.5rem; }
  .lane-media img {
    margin: 0;
    border-radius: 0.5rem; }
  .lane-media .block-video {
    height: 100%; }
  .lane-media .block-video-cover {
    background-position: center;
    background-size: cover; }

.lane-image .full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.lane-image img.full {
  -o-object-fit: cover;
     object-fit: cover; }

@media screen and (min-width: 64rem) {
  .lane.grid {
    --grid-cols: 1fr 1fr;
    --grid-rows: auto; } }

.home .card .card-image img {
  max-width: 150px; }

.card {
  --card-overlay-color: var(--theme-color);
  --card-bg-color: #fff;
  --card-text-align: left;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  text-align: var(--card-text-align); }
  .card.centered {
    text-align: center; }
  .card.framed {
    background: var(--card-bg-color);
    border-radius: 0.625rem; }
    .card.framed.simple .card-content {
      -webkit-box-align: stretch;
              align-items: stretch;
      padding-top: 0;
      margin-top: 0;
      width: 100%; }
    .card.framed.simple .card-image {
      background: none; }
      .card.framed.simple .card-image img {
        border-radius: 0.625rem;
        width: 100%;
        margin: 1.5rem 0; }
    .card.framed:not(.simple) {
      -webkit-transition: box-shadow 150ms ease-in, -webkit-transform 150ms ease-out;
      transition: box-shadow 150ms ease-in, -webkit-transform 150ms ease-out;
      transition: box-shadow 150ms ease-in, transform 150ms ease-out;
      transition: box-shadow 150ms ease-in, transform 150ms ease-out, -webkit-transform 150ms ease-out;
      border-bottom: 0.175rem var(--theme-color) solid; }
      .card.framed:not(.simple):hover {
        box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-0.5rem) scale(1.02);
                transform: translateY(-0.5rem) scale(1.02); }
    .card.framed.overlay:hover {
      -webkit-transform: none;
              transform: none;
      box-shadow: none; }
    .card.framed.overlay .card-image {
      position: relative;
      background-size: cover; }
      .card.framed.overlay .card-image:hover .card-image-title {
        color: white; }
      .card.framed.overlay .card-image::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: "";
        background: var(--theme-color);
        z-index: -1; }
  .card.solid {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-box-pack: end;
            justify-content: flex-end;
    min-height: 20rem;
    z-index: 1; }
    .card.solid:hover .card-overlay {
      opacity: 0; }
    .card.solid .card-overlay {
      margin-top: 0; }
      .card.solid .card-overlay.primary {
        background-color: var(--theme-color); }
    .card.solid .card-image {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: -1;
      background-position: center; }
      .card.solid .card-image img {
        width: 100%;
        height: 100%; }
  .card.primary {
    background-color: var(--theme-color);
    color: #fff; }

.stories-container .card-title,
.stories-container .card-image-title {
  font-size: 1rem; }

.stories-container .card.overlay .card-image, .locations-block .card.overlay .card-image {
  background-blend-mode: normal;
  text-shadow: 2px 2px #666; }

.card-title,
.card-image-title {
  font-size: 1.5rem;
  line-height: 1.15;
  font-family: "Arvo-Bold", Times, Georgia, serif;
  display: block;
  width: 100%; }

.card-sub-title {
  font-family: "Arvo-Bold", Times, Georgia, serif;
  line-height: 1.1;
  display: block;
  color: var(--theme-color);
  font-size: 1.25rem;
  margin: 0; }

.card-image-title {
  text-align: left; }

.card-image {
  min-height: 8rem;
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  background-color: var(--theme-color);
  color: #fff;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 1.5rem; }
  .card-image img {
    margin: 3rem auto; }
  .card-image picture {
    margin: 0 auto; }

.locations-block .card-image {
  background-color: #373737; }

.cards-block .card-image {
  min-height: auto; }

.card-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-top: 0;
  width: 100%; }
  .card-content .text-content {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
            flex-grow: 0; }
  .card-content a.btn.tertiary {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .card-content > * + * {
    margin-top: 0.5rem; }

.card-overlay {
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--card-overlay-color);
  opacity: 0.4;
  pointer-events: none;
  z-index: -1; }

.card-container .card.framed:not(.overlay) .card-content {
  height: auto;
  /* changed from 'auto' to '100%' */ }

.stories-container .card-image {
  -webkit-box-flex: 0;
          flex-grow: 0;
  background-color: #373737; }

.stories-container .card-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.stories-container .card-title {
  display: -webkit-box;
  display: flex;
  text-align: left;
  font-weight: 100;
  -webkit-box-flex: 0;
          flex-grow: 0; }

.stories-container a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.tile {
  --social-icon-align: middle;
  --tile-align: center;
  --tile-align: center;
  --tile-gutter: 0 0.5rem 1.5rem;
  --tile-justify: space-between;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: var(--tile-justify);
          justify-content: var(--tile-justify);
  -webkit-box-align: var(--tile-align);
          align-items: var(--tile-align);
  padding: var(--tile-gutter);
  text-align: center; }
  .tile.simple img,
  .tile.simple svg {
    border-radius: 50%; }
  .tile svg {
    width: 10rem;
    height: 10rem;
    vertical-align: var(--social-icon-align); }
  .tile.framed {
    background-color: #fff;
    border: 0.125rem solid #f5f5f5;
    border-radius: 0.25rem;
    padding: 1.5rem; }
  .tile.compact {
    text-align: left;
    --tile-align: flex-start; }
    .tile.compact .row {
      --row-gutter: 0;
      -webkit-box-flex: 0;
              flex-grow: 0;
      width: 100%;
      -webkit-box-align: center;
              align-items: center; }
      .tile.compact .row a {
        -webkit-box-flex: 0;
                flex-grow: 0; }
      .tile.compact .row .tile-title {
        -webkit-box-flex: 1;
                flex-grow: 1; }
    .tile.compact .tile-content {
      -webkit-box-flex: 0;
              flex-grow: 0; }
    .tile.compact .tile-footer {
      -webkit-box-flex: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: end;
              justify-content: flex-end; }
    .tile.compact img,
    .tile.compact svg {
      width: 4rem;
      height: 4rem; }
    .tile.compact .tile-title {
      margin-left: 0.5rem;
      -webkit-box-flex: 1;
              flex: 1 1 calc(100% - 5rem); }
  .tile.simple .tile-title {
    font-size: 1.25rem; }
  .tile.simple .tile-image {
    width: 14rem;
    height: 14rem; }

.tile-title {
  font-size: 1.125rem;
  font-weight: bold;
  vertical-align: middle; }

.grid.quarts .tile.simple .tile-image {
  width: 8rem;
  height: 8rem; }

.accordion {
  text-align: left; }
  .accordion .accordion-toggle:checked ~ .accordion-label::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .accordion .accordion-toggle:checked ~ .accordion-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content; }

.accordion-item {
  position: relative; }

.accordion-toggle {
  display: none; }

.accordion-label {
  position: relative;
  margin-top: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  padding: 1rem; }
  .accordion-label::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem;
    border-color: transparent transparent var(--theme-color);
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.75rem;
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.accordion-content {
  overflow: hidden;
  -webkit-transition: max-height 250ms ease-in-out;
  transition: max-height 250ms ease-in-out;
  height: auto;
  max-height: 0; }
  .accordion-content .text-content {
    padding: 1rem; }
  .accordion-content .accordion-photos {
    padding: 1rem; }
    .accordion-content .accordion-photos .photo {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .accordion-content .accordion-photos .photo img {
        width: 80%;
        max-width: 300px;
        display: inline;
        margin-bottom: 1rem;
        border-radius: 15px; }
      .accordion-content .accordion-photos .photo .filler {
        -webkit-box-flex: 1;
                flex-grow: 1; }
      .accordion-content .accordion-photos .photo .title {
        font-weight: bold; }

.icon-social {
  -webkit-transition: background 150ms ease-in-out, color 500ms ease-in-out;
  transition: background 150ms ease-in-out, color 500ms ease-in-out;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem; }
  .icon-social svg {
    fill: currentColor; }
  .icon-social:hover {
    background-color: #fff;
    color: var(--theme-color); }

.social-share li {
  display: inline-block; }

.linkitems-container .linkblock-content, .linkitems-container .links-container {
  text-align: left; }

.linkitems-container .links-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .linkitems-container .links-container .link-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-bottom: 2em; }
    .linkitems-container .links-container .link-item > div {
      width: calc(100% - 8em); }
    .linkitems-container .links-container .link-item .img-link {
      width: 6em;
      margin-right: 2em; }
      .linkitems-container .links-container .link-item .img-link img {
        width: 100%; }
    .linkitems-container .links-container .link-item .title-link {
      color: var(--theme-color);
      font-weight: bold;
      font-size: 1.3rem; }
      .linkitems-container .links-container .link-item .title-link:hover {
        text-decoration: underline; }
    .linkitems-container .links-container .link-item .link-content a {
      color: var(--theme-color); }
    @media screen and (max-width: 32rem) {
      .linkitems-container .links-container .link-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .linkitems-container .links-container .link-item .img-link {
          width: auto;
          max-width: 25%;
          margin-bottom: 1em; }
        .linkitems-container .links-container .link-item > div {
          width: 100%; } }

.section {
  margin: 0 0 0.5rem; }

.section-title {
  margin-bottom: 0.25rem; }

.map {
  position: relative; }
  .map::before {
    content: "⭯";
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 4rem);
    font-size: 5rem;
    color: #ccc;
    font-weight: 900;
    -webkit-animation: loader 1000ms ease-out infinite;
            animation: loader 1000ms ease-out infinite; }
  .map .map-inner {
    min-width: 20rem;
    min-height: 30rem;
    background: #e7e7e7; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.gm-style-iw {
  border-bottom: 0.125rem solid var(--theme-color);
  width: 22rem;
  height: 10rem; }

.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: justify;
  font-family: "Arvo-Regular", "Arvo-Italic", "Arvo-Bold", "Arvo-BoldItalic";
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  color: var(--theme-color);
  line-height: 1.5; }
  .gm-style .gm-style-iw-c .gm-style-iw-d {
    width: 100%; }
    .gm-style .gm-style-iw-c .gm-style-iw-d div {
      text-align: left;
      margin-left: 30%;
      width: 70%; }
      .gm-style .gm-style-iw-c .gm-style-iw-d div img {
        position: absolute;
        left: 1rem;
        top: 25%;
        height: 50%; }
  .gm-style .gm-style-iw-c p {
    font-size: 0.85rem;
    color: #000;
    line-height: 1.4; }
  .gm-style .gm-style-iw-c p:first-child {
    margin-top: 5px; }

.gm-style .gm-style-iw-t::after {
  position: absolute;
  top: 4rem;
  background: linear-gradient(45deg, var(--theme-color) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }

.gm-style .gm-style-iw-tc {
  display: none; }

@media screen and (max-width: 550px) {
  .gm-style .gm-style-iw-c .gm-style-iw-d div {
    margin-left: 0;
    width: 100%; }
    .gm-style .gm-style-iw-c .gm-style-iw-d div img {
      display: none; } }

.text-content ul {
  list-style: disc;
  padding-left: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.text-content ol {
  padding-left: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.text-content blockquote {
  font-style: italic;
  border-left: 4px solid "red";
  font-weight: bold;
  padding: 0 0 0 24px;
  font-size: 25px; }

.text-content table {
  width: 100%;
  text-align: left; }
  .text-content table th {
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5; }

.text-content p {
  margin-top: 0.5em;
  font-size: 1em; }

.text-content a:not([class*="btn"]) {
  color: var(--theme-color);
  cursor: pointer; }

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

.text-content img.alignleft {
  float: left;
  margin-right: 25px; }

.text-content img.alignright {
  float: right;
  margin-left: 25px; }

.text-content figure {
  width: auto !important; }

.text-content img,
.text-content figure {
  max-width: 100%;
  height: auto; }

.text-content figcaption {
  margin-top: 10px; }

.text-content iframe {
  max-width: 100%; }

.text-content hr {
  border: none;
  height: 2px;
  background-color: var(--theme-color); }

.wrapper.content-container .container .row {
  margin-top: 0; }

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

.content-container .row {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  .content-container .row .col {
    padding-top: 0;
    padding-bottom: 0; }
  .content-container .row.halfs .col:first-of-type {
    padding-left: 0; }
  .content-container .row.halfs .col:last-of-type {
    padding-right: 0; }

.font-size-up {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }

.col.text-content {
  padding: 1rem; }

.masonry-gallery {
  margin: 2rem 0; }
  .masonry-gallery img {
    width: 100%; }

.caret {
  position: relative; }
  .caret::after {
    position: absolute;
    right: 1rem;
    top: 1rem;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    border-width: 0.75rem;
    border-style: solid;
    border-color: white transparent transparent transparent; }

@media only screen and (max-width: 600px) {
  #CybotCookiebotDialog {
    top: auto !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    max-height: calc(70% - 16px) !important;
    bottom: 10px !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
      padding: .3em 1em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
      padding: .3em 1em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
      font-size: 12px !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText a {
        font-size: 12px !important; }
        #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText a span {
          font-size: 12px !important; } }

@media only screen and (max-width: 1279px) {
  #CybotCookiebotDialog {
    top: auto !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    max-height: calc(70% - 16px) !important;
    bottom: 10px !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
      padding: .5em .625em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
      padding: .5em 1em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel {
      margin-bottom: .25em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
      margin-top: .5em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
      padding: .3em 1em !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
      font-size: 12px !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText a {
        font-size: 12px !important; }
        #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText a span {
          font-size: 12px !important; } }

/*# sourceMappingURL=../maps/style.css.map */
