/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Load fonts
================================================== */
@font-face {
  font-family: "active";
  src: url("../../fonts/active/active-webfont.woff2") format("woff2"), url("../../fonts/active/active-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "afterglow";
  src: url("../../fonts/afterglow/afterglow-webfont.woff2") format("woff2"), url("../../fonts/afterglow/afterglow-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset
================================================== */
body {
  font-family: "Barlow", sans-serif;
  font-display: fallback;
  font-size: 0.85em;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.profile-lead > p,
.lead {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35em;
  line-height: 1.45;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

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

/* Blockquotes
================================================== */
blockquote {
  margin: 2em 0;
  display: block;
  padding: 0 1em;
  position: relative;
  border-left: solid 5px;
  font-size: 1.5em;
}

/* 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: 700;
  font-family: "Barlow Condensed", sans-serif;
}

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 {
  font-size: 6em;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  h1, .h1 {
    font-size: 10em;
  }
}

h2, .h2 {
  line-height: 0.85;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 3em;
}
@media (min-width: 769px) {
  h2, .h2 {
    font-size: 4em;
  }
}

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

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

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

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

/* 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;
}