body{
  font-size: 20px;
  font-family: saans;
  line-height: 28px;
}
h1{
  margin-top: 0;
  font-size: 70px;
  line-height: 67px;
  font-weight: 400;
}

h2{
  font-size: 42px;
  line-height: normal;
  margin-bottom: 25px;
  font-weight: 400;
}

h3{
  line-height: 44px;
  font-size: 38px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 10px;
}

h4{
  line-height: 1.38;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 30px;
}
h5{
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
}

a{
  text-decoration: none;
  color: #1d1d1d;
}
.field--name-field-basic-text a,
.text-formatted a{
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1063ff;
}
.field--name-field-basic-text a:hover,
.text-formatted a:hover{
}

p,
.trimmed,
.field--name-field-short-description{
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child{
  margin-bottom: 0;
}

ol,
ul{
  padding-left: 15px;
}
ol li,
ul li{
  margin-bottom: 5px;
  padding-left: 6px;
}
ol li::marker{
}
.tabs li,
.toolbar-menu li{
  padding-left: 0;
}
