/*-----GLOBAL COLORS--------*/
/*-----PAGE SPECIFIC COLORS-----*/
/*-------SBCO STYLE GUIDE COLORS---------*/
/*-----RESPONSIVE SIZING---------*/
/*-----OPACITY----------*/
/*-----TRANSITIONS------*/
/*-----FONT OVERRIDES------*/
/*-----FONT CALCULATIONS-----*/
/*-----EVERYTHING ELSE-----*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 1em;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comment-list ol {
  list-style-type: none;
}

.children {
  margin-left: 1em;
  padding-left: 0;
}

@media screen and (min-width: 767px) {
  .children {
    margin-left: 2em;
  }
}
.comment-body {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 3em;
}

.comment-meta {
  position: relative;
  margin-left: 70px;
  font-size: 80%;
}

.comment-meta a,
.comment-form a {
  text-decoration: none;
  border: none;
}

.comment-meta a:hover,
.comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
  text-decoration: underline;
}

.comment .avatar {
  position: absolute;
  left: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.bypostauthor .avatar {
  box-sizing: content-box;
  border: 5px solid #cccccc;
  margin-top: -5px;
  margin-left: -5px;
}

.comment-meta {
  font-family: "Roboto", helvetica, arial, sans-serif;
}

.comment-author {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.3em;
}

.says {
  font-size: 80%;
}

.comment-metadata {
  padding-bottom: 0.5em;
}

.comment-content ul,
.comment-content ol {
  margin: 0;
  padding-right: 3em;
  padding-left: 3em;
}

.comment-content ul ul,
.comment-content ol ol {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 767px) {
  .comment-content ul,
  .comment-content ol {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.comment-content blockquote {
  margin-bottom: 0.75em;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.comment-content cite {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.reply {
  margin-bottom: 1.5em;
  text-align: right;
}

.comment-reply-link,
.comment-form .form-submit input {
  display: inline-block;
  padding: 0.5em 1.4em;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 85%;
  color: #000000;
  line-height: 1.3em;
  text-decoration: none;
  background: transparent;
  border: 1px solid #c3c3c3;
  border-radius: 0;
}

.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
  border-color: #000000;
  cursor: pointer;
}

.comment-content ol {
  list-style-type: decimal;
}

.comment-content a {
  word-wrap: break-word;
}

/* Comment Form */
.comment-form {
  line-height: 1.3em;
}

.comment-notes {
  margin-top: -1em;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
}

.comment-form a {
  font-weight: 500;
}

.comment-form label {
  width: 13em;
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Roboto", helvetica, arial, sans-serif;
  padding-bottom: 0.4em;
}

.comment-form-cookies-consent {
  display: flex;
}

.comment-form .comment-form-cookies-consent input {
  margin-top: 0.2em;
}

.comment-form .comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 0.6em;
}

.comment-form .required {
  color: #db2218;
}

.comment-form .form-submit {
  text-align: right;
}

.pingback .comment-body {
  padding: 1em 0;
}
.pingback a {
  font-style: italic;
  text-decoration: none;
}

.comment-form .required-field-message span.required,
.comment-form label span.required {
  font-size: 1.2rem;
  font-weight: bold;
}
/*# sourceMappingURL=comments.min.css.map */
