/****************** Color Stack *******************/
/****************** Background Color Stack *******************/
/****************** Font Color Stack *******************/
/****************** Font Stack *******************/
/****************** Default margins *******************/
/****************** Breakpoints / Containers *******************/
/*Full Color Stack*/
p {
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup, sub {
  font-size: smaller;
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
.btn-link {
  background: #ffffff;
  display: inline-block;
  border: 3px solid #04BBEE;
  border-radius: 4px 4px 10px 4px;
  padding: 8px 10px;
  color: #F7A600;
  text-decoration: none;
}
