/* Use this CSS file to override base CSS rules */
/* Detail lists styling*/
dt {
  margin: 15px 0 2px;
}
dd {
  padding-left: 20px;
}
.dl-horizontal dd {
  padding-top: 15px;
  padding-bottom: 2px;
  padding-left: 0;
}

/* Spaced list variation */
.spaced_list dt {
  margin: 20px 0 5px;
}
.spaced_list li {
  margin: 10px 0;
}
ul.spaced_list,
ol.spaced_list,
.spaced_list ul,
.spaced_list ol {
  padding-left: 50px;
}
.dl-horizontal.spaced_list dd {
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 0;
}


h2.field__label {
  font-size: 24px;
}
.field--name-field-cs-resources h3 {
  font-size: 16px;
}

h1 .cs-sub-title {
  font-size: 20px;
  display: block;
}

.section-separator {
  display: none;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}
.section-separator__item {
  display: inline-block;
  margin: 0 10px;
  height: 15px;
  width: 15px;
  background-color: #1c7772;
}
@media (max-width: 991px) {
  .section-separator {
    display: block;
  }
}