body{
  font-family: nhd-t;
  font-size: 17px;
}

p,
.field--name-field-basic-text{
  font-size: 17px;
  line-height: 30px;
  word-break: break-word;
  margin-top: 0;
}
p:last-child{
  margin-bottom: 0;
}

h1,
.faux-full-title,
h2,
h3,
h4{
  font-family: nhd-d;
  font-weight: 600;
}

h1{
  font-size: clamp(40px,4.68vw,60px);
  line-height: clamp(40px,4.68vw,60px);
  margin-bottom: 25px;
  margin-top: 0;
}

h2{
  font-size: 40px;
  line-height: 50px;
  margin-top: 35px;
  margin-bottom: 8px;
}
h3{
  font-size: 32px;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 8px;
}
h4{
  font-size: 24px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 8px;
}
h5{
  font-size: 20px;
  line-height: 25px;
  margin-top: 35px;
  margin-bottom: 8px;
  font-weight: 700;
}
h6{
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 8px;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
  margin-top: 0;
}

hr{
  margin-top: 12px;
  margin-bottom: 12px;
  color: #C2C2C2;
}

ul,
ol{
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul li::marker,
ol li::marker {
  color: #0077BF; /* your bullet/number color */
}
.text-formatted ul li,
.text-formatted ol li{
  line-height: 29px;
}
.text-formatted ul li:not(:last-child),
.text-formatted ol li:not(:last-child){
  margin-bottom: 6px;
}
a,
.ck .ck-content a,
.text-formatted a{
  text-decoration: none;
  color: #0077BF;
}
.ck-content a:hover,
.text-formatted a:hover{
  text-decoration-color: #0077BF;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ------------------------
   CKEditor overrides (Gin)
   ------------------------ */
.ck .ck-content {
  font-family: nhd-t;
  font-size: 17px;
  line-height: 30px;
  word-break: break-word;
}

.ck .ck-content p:last-child {
  margin-bottom: 0;
}

.ck .ck-content h1,
.ck .ck-content h2,
.ck .ck-content h3,
.ck .ck-content h4,
.ck .ck-content h5,
.ck .ck-content h6 {
  font-family: nhd-d;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 8px;
}

.ck .ck-content h2 {
  font-size: 40px;
  line-height: 50px;
}
.ck .ck-content h3 {
  font-size: 32px;
  line-height: 40px;
}
.ck .ck-content h4 {
  font-size: 24px;
  line-height: 30px;
}
.ck .ck-content h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.ck .ck-content h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.ck .ck-content ul,
.ck .ck-content ol {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 17px;
}
.ck .ck-content ul li::marker,
.ck .ck-content ol li::marker {
  color: #0077BF;
}
.ck .ck-content ul li,
.ck .ck-content ol li {
  line-height: 29px;
}
.ck .ck-content ul li:not(:last-child),
.ck .ck-content ol li:not(:last-child) {
  margin-bottom: 6px;
}

.ck .ck-content a {
  text-decoration: none;
  color: #0077BF;
}
.ck .ck-content a:hover {
  text-decoration-color: #0077BF;
  text-decoration: underline;
  text-underline-offset: 3px;
}
