@charset "UTF-8";
/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Load fonts
================================================== */
@font-face {
  font-family: "arpona-light-regular";
  src: url(../../fonts/arpona-light-regular.woff);
}
@font-face {
  font-family: "arpona-semibold-regular";
  src: url(../../fonts/arpona-semibold-regular.woff);
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Adobe Caslon Pro Italic by Adobe
 * URL: https://www.myfonts.com/collections/adobe-foundry

 * © 2025 MyFonts Inc. */
@font-face {
  font-family: "AdobeCaslonProItalic";
  src: url("../../fonts/AdobeCaslonProItalic.woff2") format("woff2"), url("../../fonts/AdobeCaslonProItalic.woff") format("woff");
}
/* Reset
================================================== */
body {
  font-family: "arpona-light-regular", sans-serif;
  font-display: fallback;
  font-size: 0.8em;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 350px) {
  body {
    font-size: 1em;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 1.3em;
  }
}

/* Paragraphs
================================================== */
p, .p {
  margin: 0 0 1.45em 0;
}

.lead {
  font-size: 1.2em;
}

i, em {
  font-weight: normal;
  font-family: "AdobeCaslonProItalic";
}

strong {
  font-weight: bold;
}

.small,
small {
  font-size: 80%;
}

/* Lists
================================================== */
.wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wysiwyg ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 1.45em;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  width: 3.5px;
  height: 3.5px;
  transform: rotate(45deg);
  display: block;
  background: black;
}

/* Blockquotes
================================================== */
/* Headings
Clients may want to reorganize tag names in future for SEO purposes,
so in addition of selecting by the tag name (h1-h6) we add a class (.h1-.h6).
========================================================================== */
/* Main Headings
================================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.75em 0 1em 0;
  padding: 0;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  text-transform: uppercase;
  margin: 0.6em auto;
  font-size: 2.8em;
  line-height: 0.945;
}
h1 i, .h1 i {
  font-family: "AdobeCaslonProItalic";
  text-transform: none;
}
@media (min-width: 769px) {
  h1, .h1 {
    font-size: 4.5em;
    line-height: 0.975;
  }
}

h2, .h2 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 0.975;
  font-size: 2.7em;
}
@media (min-width: 769px) {
  h2, .h2 {
    font-size: 3.8em;
  }
}

h3, .h3 {
  font-size: 2.5em;
}

h4, .h4 {
  font-size: 2em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.8em;
}

/* More Heading styles
================================================== */
.section-title-style {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.415em;
  font-family: "arpona-semibold-regular";
  line-height: 1.1;
  margin-bottom: 2.9em;
  font-size: 0.8em;
}
@media (min-width: 769px) {
  .section-title-style {
    font-size: 0.65em;
  }
}

.quote {
  font-family: "AdobeCaslonProItalic";
  font-style: normal;
  margin-bottom: 0.7em;
  font-size: 1.9em;
  line-height: 1.08;
  text-align: left;
}
@media (min-width: 769px) {
  .quote {
    font-size: 2.2em;
    line-height: 1.05;
  }
}

/* Address
================================================== */
address {
  font-style: normal;
}

a[href*=mailto] {
  word-break: break-all;
}

/* Hr
================================================== */
hr {
  border: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 1em 0;
  height: 0;
}

/* Misc
================================================== */
.truncate-string-with-ellipsis {
  width: 5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* No line break
================================================== */
.nlbr {
  display: inline-block;
}