@charset "UTF-8";
/* Mixins
================================================== */
/* Breakpoints
================================================== */
@font-face {
  font-family: "Sailec-Bold";
  src: url("../../fonts/39AD9A_0_0.eot");
  src: url("../../fonts/39AD9A_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/39AD9A_0_0.woff2") format("woff2"), url("../../fonts/39AD9A_0_0.woff") format("woff"), url("../../fonts/39AD9A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Sailec-Regular";
  src: url("../../fonts/39AD9A_2_0.eot");
  src: url("../../fonts/39AD9A_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/39AD9A_2_0.woff2") format("woff2"), url("../../fonts/39AD9A_2_0.woff") format("woff"), url("../../fonts/39AD9A_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "Sailec-RegularItalic";
  src: url("../../fonts/39AD9A_3_0.eot");
  src: url("../../fonts/39AD9A_3_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/39AD9A_3_0.woff2") format("woff2"), url("../../fonts/39AD9A_3_0.woff") format("woff"), url("../../fonts/39AD9A_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?3px1rn");
  src: url("../../fonts/icomoon.eot?3px1rn#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?3px1rn") format("truetype"), url("../../fonts/icomoon.woff?3px1rn") format("woff"), url("../../fonts/icomoon.svg?3px1rn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

@font-face {
  font-family: "icomoon_extra";
  src: url("../../fonts/icomoon_extra.eot?3px1rn");
  src: url("../../fonts/icomoon_extra.eot?3px1rn#iefix") format("embedded-opentype"), url("../../fonts/icomoon_extra.ttf?3px1rn") format("truetype"), url("../../fonts/icomoon_extra.woff?3px1rn") format("woff"), url("../../fonts/icomoon_extra.svg?3px1rn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon_extra" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-email:before {
  content: "";
}

.ico-facebook-f-brands:before {
  content: "";
}

.ico-instagram-brands:before {
  content: "";
}

.ico-linkedin-brands:before {
  content: "";
}

.ico-phone:before {
  content: "";
}

.ico-twitter-brands:before {
  content: "";
}

.socialmedialinks {
  margin: 0.5em 0;
}
.socialmedialinks a {
  margin: 0.35em;
}
.socialmedialinks a:first-child {
  margin-left: 0;
}
.socialmedialinks svg {
  max-width: 1em;
  max-height: 1em;
  width: 100%;
  height: 100%;
}
.socialmedialinks svg path {
  fill: #FFF;
}

/* Reset
================================================== */
body {
  font-family: "Sailec-Regular", sans-serif;
  font-display: fallback;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-black);
  font-size: 0.9em;
}
@media (min-width: 769px) {
  body {
    font-size: 0.95em;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.1em;
  }
}

/* Paragraphs
================================================== */
p, .p {
  margin: 0 0 1.5em 0;
  color: var(--color-dark-grey);
}

ul {
  margin: 0 0 2em 0;
}

li {
  color: var(--color-dark-grey);
}

.lead p {
  font-size: 1.05em;
}

em {
  font-style: italic;
}

.strong,
strong {
  font-weight: normal;
  font-family: "Sailec-Bold";
}

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

/* Blockquotes
================================================== */
blockquote {
  margin: 3em 0;
  display: block;
  padding: 0 2em;
  position: relative;
  border-left: solid 2px;
  font-size: 1.15em;
  line-height: 1.6;
  color: var(--color-teal);
}
blockquote * {
  color: var(--color-teal);
}

/* 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: 1em 0 0.5em 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 {
  font-size: 1.8em;
  line-height: 1.2;
}
h1 strong, .h1 strong {
  font-weight: normal;
  font-family: "Sailec-Bold";
}
h1 strong strong, .h1 strong strong {
  font-weight: normal;
}
h1 h1, .h1 h1 {
  margin: 0;
  font-size: 1em;
}
h1.large, .h1.large {
  font-size: 2.6em;
}
@media (min-width: 480px) {
  h1, .h1 {
    font-size: 3em;
  }
  h1.large, .h1.large {
    font-size: 3.25em;
  }
}

h2, .h2 {
  font-size: 1.35em;
}
@media (min-width: 480px) {
  h2, .h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 990px) {
  h2, .h2 {
    font-size: 2.25em;
  }
}

h3, .h3 {
  font-size: 1.25em;
}
@media (min-width: 480px) {
  h3, .h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 990px) {
  h3, .h3 {
    font-size: 2em;
  }
}

h4, .h4 {
  font-size: 1.2em;
}
@media (min-width: 480px) {
  h4, .h4 {
    font-size: 1.7em;
  }
}

h5, .h5 {
  font-size: 1.1em;
}
@media (min-width: 480px) {
  h5, .h5 {
    font-size: 1.25em;
  }
}

h6, .h6 {
  font-size: 1em;
  color: var(--color-dark-grey);
  font-family: "Sailec-Bold";
  font-weight: normal;
  margin: 3em 0 1.5em 0;
}

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

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

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

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

/* No line break
================================================== */
.nlbr {
  display: inline-block;
}
/*# sourceMappingURL=typography.css.map */