@import url("https://fonts.googleapis.com/css?family=Quicksand");
article.comment footer.comment__meta .field--name-user-picture, article.comment footer.comment__meta .field--name-user-picture img {
  border-radius: 50%; }

article.comment p.comment__submitted {
  font-size: .85em;
  color: #717d8c; }

article.comment .content {
  margin: 5px 10px;
  background: #f0f6ff;
  padding: 5px 30px;
  border: 1px dashed #c3dbff;
  border-radius: 0px 5px 0px 20px;
  width: 80%; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1, 1);
            transform: scale(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.15, 0.75, 1);
            transform: scale3d(1.15, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.15, 1);
            transform: scale3d(0.75, 1.15, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1, 1);
            transform: scale(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.15, 0.75, 1);
            transform: scale3d(1.15, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.15, 1);
            transform: scale3d(0.75, 1.15, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 0.85, 1);
            transform: scale3d(1.1, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

article.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  article.comment footer {
    width: 5%; }
    article.comment footer.comment__meta .field--name-user-picture {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      overflow: hidden;
      border: 2px solid #8dcbca;
      background-color: #fff; }
      article.comment footer.comment__meta .field--name-user-picture img {
        padding: 5px; }
      @media screen and (max-width: 600px) {
        article.comment footer.comment__meta .field--name-user-picture img {
          width: 45px;
          height: 45px; } }
    @media screen and (max-width: 600px) {
      article.comment footer.comment__meta article.profile {
        position: relative;
        left: -20px;
        top: 40px; } }
  article.comment ul.links li:first-child {
    padding: 0; }

.palette-dark article.comment footer.comment__meta .field--name-user-picture {
  background-color: #333; }

.palette-dark .comment-desc {
  color: #ddd; }

.palette-dark .field--name-comment-body p {
  color: #242424; }

.palette-light .comment-desc {
  color: #717d8c; }

.ajax-comments-form-reply {
  width: 70%;
  /* height: 200px; */
  margin-left: 10%; }
  .ajax-comments-form-reply .text-format-wrapper label {
    display: none; }

.indented .comment .content {
  background: #fafbfd;
  border-radius: 0; }

[data-drupal-selector="edit-comment-body-0-format"] {
  display: none; }

h2.comment-form__title {
  display: none; }

@media screen and (min-width: 600px) {
  .comment-comment-form {
    margin-left: 75px;
    max-width: 85%; } }

.comment-desc {
  display: inline-block;
  float: right; }
  @media screen and (max-width: 600px) {
    .comment-desc {
      display: none; } }

/*# sourceMappingURL=comments.css.map */
