
h1.h1 {
    font-size: 40px;
    font-weight: 700;
      line-height: 1.5;
      color: #0C2340;
      margin-bottom: 20px;
}

h2.h2 {
    font-size: 22px;
    font-weight: 700;
  line-height: 1.5;
  color: #0C2340;
  margin-bottom: 20px;
}

h3.h3 {
    font-size: 18px;
    font-weight: 700;
  line-height: 1.5;
  color: #0C2340;
  margin-bottom: 20px;
}

h4.h4 {
    font-size: 16px;
    font-weight: 700;
  line-height: 1.5;
  color: #0C2340;
  margin-bottom: 20px;
}
h5.h5 {
    font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
    font-weight: 500;
    color: #595959;
}
h6.h6 {
    font-size: 14px;
    font-weight: 700;
  line-height: 1.5;
  color: #0C2340;
  margin-bottom: 20px;
}

p.p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
}

p.smaller {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

span.tags {
    font-size: 12px;
    color: #407EC9;
    background: #ebfdff;
    padding: 10px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px 10px;
}


a.inline-link {
    color: #407EC9;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid #407EC9;
}

ul.da-list {
    padding-bottom: 20px;
    padding-top: 0px;
    margin-left: 20px;
}

ol.da-list {
  padding-bottom: 20px;
  padding-top: 0px;
  margin-left: 20px;
}

h2.section-with-anchor {
  background: $da-dark-blue;
  color: white;
  padding: 10px 20px;
  font-size: 22px;
}