* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background-color: #fff;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.is-touch * {
  background-attachment: scroll !important;
}

.u-block {
  display: block;
}

.u-inline-block {
  max-width: 100%;
  display: inline-block;
}

.u-clearfix::before,
.u-clearfix::after,
.code-embed::before,
.code-embed::after,
.richtext::before,
.richtext::after,
.tabs-shell::before,
.tabs-shell::after {
  content: " ";
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  display: table;
}

.u-clearfix::after,
.code-embed::after,
.richtext::after,
.tabs-shell::after {
  clear: both;
}

.u-hidden,
.is-condition-invisible {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  font-size: 38px;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.nav-brand {
  color: #333;
  text-decoration: none;
  float: left;
  position: relative;
}

.richtext ol,
.richtext ul {
  overflow: hidden;
}

.richtext figure {
  max-width: 60%;
  position: relative;
}

.richtext figure img {
  width: 100%;
}

.richtext figure[data-rt-type='image'] {
  display: table;
}

.richtext figure[data-rt-type='image'] > div {
  display: inline-block;
}

.richtext figure[data-rt-type='image'] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.richtext figure[data-rt-type='video'] {
  width: 60%;
  height: 0;
}

.richtext figure[data-rt-type='video'] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.richtext figure[data-rt-type='video'] > div {
  width: 100%;
}

.richtext figure.richtext-align-center {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.richtext figure.richtext-align-normal {
  clear: both;
}

.richtext figure.richtext-align-fullwidth {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
}

.richtext figure.richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.richtext figure.richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.tabs-shell {
  position: relative;
}

.dropdown-shell {
  z-index: 1;
}

.layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
