@font-face {
  font-family: 'eveleth-clean-regular';
  src: url('/static/fonts/eveleth-clean-regular-webfont.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'kansasnew';
  src: url('/static/fonts/KansasNew.otf') format('opentype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan Thin';
  src: url('/static/fonts/Spartan-Thin.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan SemiBold';
  src: url('/static/fonts/Spartan-SemiBold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan Regular';
  src: url('/static/fonts/Spartan-Regular.ttf') format('truetype');
  font-display: fallback;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan Medium';
  src: url('/static/fonts/Spartan-Medium.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan Light';
  src: url('/static/fonts/Spartan-Light.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan ExtraLight';
  src: url('/static/fonts/Spartan-ExtraLight.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan ExtraBold';
  src: url('/static/fonts/Spartan-ExtraBold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Spartan Bold';
  src: url('/static/fonts/Spartan-Bold.ttf') format('truetype');
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/static/fonts/proxima-nova-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  height: 100%;
  font-family: 'Spartan Regular', sans-serif;
  line-height: 1.5;
  color: #010101;
  background: #fff;
}

/*USED FOR STYLE DEBUGGING - UNCOMMENT TO SEE PAGE ELEMENTS SIZES VISUALLY (WIDTHS AND HEIGHTS)*/

/** {*/
/*  outline: 1px dotted red;*/
/* }*/

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.hasModal {
  overflow-y: hidden;
}

@media only screen and (max-width: 960px) {
  body.isMenuOpen {
    overflow-y: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #007c85;
}

h1,
.h1 {
  font-size: 1.55rem;
  line-height: 1.14;
  font-family: 'KansasNew', serif;
}
hr,
.hr {
  border: 2px solid #ffda00;
}
h2,
.h2 {
  font-size: 1.44rem;
  line-height: 1.123;
  font-family: 'KansasNew', serif;
}

h3,
.h3 {
  font-size: 1.55rem;
  line-height: 1.25;
  padding: 0.125em 0;
  font-weight: 700;
  font-family: 'Spartan Regular', sans-serif;
}

h4,
.h4 {
  font-size: 1.44rem;
  line-height: 1.25;
  padding: 0.125em 0;
  font-weight: 700;
  font-family: 'Spartan Regular', sans-serif;
}

h5,
.h5 {
  font-size: 1.33rem;
  line-height: 1.25;
  padding: 0.125em 0;
  font-weight: 600;
  font-family: 'Spartan Regular', sans-serif;
}

h6,
.h6 {
  font-size: 1.16rem;
  line-height: 1.25;
  padding: 0.125em 0;
  font-weight: 400;
  font-family: 'Spartan Regular', sans-serif;
}

@media only screen and (max-width: 960px) {
  h5,
  .h5,
  h6,
  .h6 {
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 1.18;
    font-family: 'KansasNew', sans-serif;
  }

  h2,
  .h2 {
    font-size: 2.22rem;
    line-height: 1.1;
    font-family: 'KansasNew', sans-serif;
  }

  h3,
  .h3 {
    font-size: 2.22rem;
    line-height: 1.25;
    padding: 0.125em 0;
    font-weight: 700;
  }

  h4,
  .h4 {
    font-size: 1.77rem;
    line-height: 1.25;
    padding: 0.125em 0;
    font-weight: 700;
  }

  h5,
  .h5 {
    font-size: 1.33rem;
    line-height: 1.25;
    padding: 0.125em 0;
    font-weight: 600;
  }

  h6,
  .h6 {
    font-size: 1.16rem;
    line-height: 1.25;
    padding: 0.125em 0;
  }
}

a {
  color: inherit;
  text-decoration: underline;
}

p,
blockquote,
ul,
ol,
dl,
form,
table,
pre {
  display: block;
  margin: 0 0 1.5em 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol,
dl {
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul,
dd {
  margin: 0;
}

li {
  margin: 0 0 0 32px;
  padding: 0;
  display: list-item;
  list-style-position: outside;
}

dd {
  padding: 0 0 0 16px;
}

pre,
code,
samp,
kbd,
var {
  font: 0.9em Monaco, 'Courier New', monospace;
}

code {
  color: inherit;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 5px;
}

pre {
  overflow: auto;
}

abbr,
acronym {
  text-transform: uppercase;
  border-bottom: 1px dotted #000;
  letter-spacing: 0.01em;
}

abbr[title],
acronym[title] {
  cursor: help;
}

small {
  font-size: 0.9rem;
}

sup {
  font-size: 0.8rem;
  vertical-align: top;
  position: relative;
  top: -0.5rem;
}
sub {
  font-size: 0.8rem;
  vertical-align: bottom;
  position: relative;
  bottom: -0.5rem;
}

em,
cite,
q {
  font-style: italic;
}

ins {
  text-decoration: none;
  color: $color-accent;
  font-style: italic;
}

img {
  border: none;
}

figure {
  margin: 0 0 0.5em 0;
  display: table;
}

meter,
progress,
audio,
video {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}

th,
caption {
  text-align: left;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-moz-selection {
  background: #555;
  color: #fff;
}

::selection {
  background: #555;
  color: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

*:focus-visible {
  outline: 0;
  border: 2px dotted #575757;
}

*:focus:active {
  border: none;
}

table,
input,
textarea,
select,
li,
button,
p {
  font-family: inherit;
  line-height: inherit;
}

pre {
  line-height: inherit;
}

blockquote {
  padding: 0;
  margin-left: 16px;
  font-style: italic;
}

dt {
  font-weight: 700;
}

table {
  width: 100%;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

th,
td {
  padding: 0.75rem 8px 0.75rem;
  line-height: 1.5rem;
  vertical-align: top;
}
td {
  border-top: 1px solid #c8c9d9;
}

caption {
  font-style: italic;
}

figcaption {
  font-style: italic;
  margin: 0.25em 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5em;
}

[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  margin: 0;
}
