* {
    box-sizing: border-box;
    overscroll-behavior: none !important;
}

html {
    min-height: 100%;
    overflow: hidden;
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    font-family: 'GT America', Helvetica, Arial, sans-serif;
    font-weight: 300;
    height: 100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, caption, a {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

a:visited {
    color: black;
}

a:hover {
    color: #B4B4B4;
}

a.active {
    text-decoration: underline;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
    font-family: 'GT America', Helvetica, Arial, sans-serif;
}

ul, dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li, ul dt, ul dd, dl li, dl dt, dl dd, ol li, ol dt, ol dd {
    margin: 0;
    display: block;
    height: fit-content;
}

dl dd {
    margin-bottom: 1em;
}

table th, table tr, table td {
    text-align: left;
}

small {
    font-size: 60%;
}

address {
    font-style: normal;
}

figure {
    margin: 0;
}

img {
    width: 100%;
    height: auto
}

img.expand {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.rounded {
  border-radius: 2px;
}

video {
    width: 100%;
    height: auto;
}

caption {
    text-align: left;
}

.kt p {
    margin-bottom: 1em;
    max-width: 700px;
}
.kt h3 {
    line-height: 132%;
}