/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #ccc;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.forum-response {
  border-bottom: 2px solid #ccc;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
}
.forum-response:last-of-type {
  border-bottom: none;
}
.forum-response .response-byline {
  color: #3CAA8B;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.forum-response .response-details p {
  font-size: 1rem;
  margin: 0;
}
