/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
/*--- Resource Category and Resource Single Style ---*/
.ct-section.resource-category-loop {
  margin-bottom: 6.5625rem;
}
body.single-resource > .ct-inner-content {
  margin-top: 5.4375rem;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  body.single-resource > .ct-inner-content {
    padding: 0;
  }
}
body.single-resource > .ct-inner-content p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5%;
  margin: 2.5rem 0;
}
body.single-resource > .ct-inner-content p:last-of-type {
  margin-bottom: 0;
}
body.single-resource > .ct-inner-content p:first-of-type {
  margin-top: 0;
}
body.single-resource > .ct-inner-content p a {
  color: #333333;
  border-bottom: 2px dotted #333333;
  text-decoration: none;
  word-wrap: break-word;
}
body.single-resource > .ct-inner-content p a:hover {
  border-bottom: none;
}
