@font-face {
  font-family: FontAwesome, "Font Awesome 5 Pro";
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("/fonts/fontawesome-webfont.woff") format("woff"),
    url("/fonts/fontawesome-webfont.ttf") format("truetype"),
    url("/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.truncator-link {
  color: #3b5998;
  cursor: pointer;
  text-decoration: none;
}

.truncator-link:hover {
  text-decoration: underline;
}

.circular {
  display: none;
}

.poll-pad.comment-entry {
  padding: 15px 8px 0;
  text-align: right;
  position: relative;
}

.comment-right {
  padding: 0;
  border-radius: 6px;
  display: table;
}

.clear {
  clear: both;
}

.comment-inner {
  padding-bottom: 5px;
}

.comment-text {
  color: #141823;
}

.comment-time {
  color: #aaa;
}

.comment-inner.child {
  padding: 6px 0 3px 9px;
  background: none;
  border-left: 2px solid #d5d5d5;
  border-radius: 0;
}

.comment-left {
  padding: 3px 5px 0 0;
  float: left;
}

.comment-children {
  margin-left: 15px;
  margin-bottom: 5px;
}

.comment-clear {
  clear: both;
}

.comment-user {
  margin-right: 8px;
  font-weight: bold;
  color: #015e83;
}

.comment-text {
  color: #1d2129;
  font-size: 13px;
  position: relative;
}

.has-attachments .comment-text-body {
  border-radius: 18px 18px 0 0;
}

.comment-text-body {
  display: inline-block;
  background: #f2f3f5;
  padding: 8px 10px;
  border-radius: 18px;
}

.admin-viewing-hidden .comment-text-body {
  background: #fafafa;
  color: #8c8c8c !important;
}

.commentDropdownButton {
  position: absolute;
  right: -10px;
  top: -7px;
}

.commentDropdownButton.addressed {
  z-index: 10;
  opacity: 1;
}

.commentDropDown.dropdown-menu {
  left: auto;
  right: 0;
  min-width: auto;
  margin-top: 15px;
  padding: 10px 8px 8px;
}

.commentDropDown .checkbox {
  margin: 0;
}

.comment-display-outer .comment-type-filter {
  margin: -5px 5px 5px 5px;
}

.comment-type-filter .dropdown-toggle {
  float: right;
}

.comment-type-filter .btn-group.select.open {
  min-width: 170px;
}

/*.comment-type-filter .dropdown-toggle {
    float: right !important;
}*/
.comment-type-filter ul.dropdown-menu {
  margin-top: 31px;
}

.comment-type-filter span.caret {
  margin-left: 6px;
}

.comment-time {
  float: left;
  color: #464b4e;
  margin-left: 8px;
  font-size: 12px;
}

.comment-actions {
  float: right;
  margin: 0 10px;
  cursor: pointer;
  font-size: 12px;
}

.comment-actions a {
  margin-right: 6px;
  cursor: pointer;
}

.comment-actions i {
  margin-right: 3px;
}

.no-reply .reply {
  display: none;
}

.no-up-votes .toggleVote {
  display: none;
}

.no-flag .flag-inline {
  display: none;
}

a.reply,
a.toggleVote,
a.flag-inline {
  color: #454e4f;
}

a.reply:hover,
a.toggleVote:hover,
.reply:hover i:before,
.toggleVote:hover i:before {
  color: #177bbb;
}

a.flag-inline:hover,
.flag-inline:hover i:before {
  color: #b71818;
}

.comment-actions a:focus {
  text-decoration: underline;
  color: #2a6496;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
/*.reply > i:before {
        content: "\f112";
    }*/

.toggleVote i,
.reply > i {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

/*.toggleVote > i:before {
        content: "\f0aa";
        font-style: normal;
    }*/

.toggleVote.voted > i:before {
  color: #1aae88 !important;
}

.flag-inline > i:before {
  content: "\2691";
  font-size: inherit;
}

.flag-submit-btn {
  margin-top: 4px;
}

.input-area {
  height: 80px;
  width: 100%;
  display: none;
  margin: 5px 0;
}

.btn-right-align {
  text-align: right;
}

.end-btn {
  margin-right: 15px;
}

.flag-block {
  background-color: #fff;
  border: 2px solid #ff7171;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
}

.flag-thank-you {
  background-color: rgba(255, 226, 226, 0.7);
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
}

.expand-box {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: 11;
  margin: -90px -10px 0;
}

.expand-box .btn {
  color: #4f5759 !important;
}

.expand-box .head {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, #fff),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=0);
  height: 110px;
}

.expand-box .buttonholder {
  padding-top: 56px;
  padding-bottom: 24px;
}

.expand-box .bordergradient {
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
  height: 8px;
}

.i-checks input {
  width: auto !important;
  height: auto !important;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #177bbb;
}

.i-checks input:checked + i:before {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 2px;
  text-align: center;
  font-family: "FontAwesome", "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  color: #177bbb;
}

.i-checks.text-xs input:checked + i:before {
  top: 1px;
}

.i-checks input[type="radio"] + i {
  border-radius: 100%;
}

.i-checks input[type="checkbox"]:checked + i:before {
  content: "\f00c";
}

.i-checks input[type="radio"]:checked + i:before {
  content: "\f111";
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dbe2e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  color: #cbd5dd;
}

.i-checks i {
  width: 18px;
  height: 18px;
  line-height: 1;
  border: 1px solid #cbd5dd;
  background-color: #fff;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  font-size: 12px;
}

.i-checks.text-xs i {
  width: 12px;
  height: 12px;
  font-size: 8px;
}

.text-xs {
  font-size: 11px;
}

.checkbox {
  position: relative;
  display: block;
  min-height: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.makePrivate,
.uHid a,
.makePublic {
  color: #13689f;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.userHidden span.comment-actions {
  display: none;
}

.comment-inner.userHidden .comment-text {
  color: #989898;
}

.chart-item .comment-inner.userHidden .comment-text {
  color: inherit;
}

.chars-remaining {
  margin-bottom: 5px;
}

.email-daily-stats-comments .comment-inner.userHidden .comment-text {
  color: inherit;
}

.comment-inner.highlight {
  border-radius: 1em;
  box-shadow: inset 0 0 1em blue;
  padding: 1.2em;
  background-color: #fff;
}

.uHid {
  font-size: 11px;
  margin-left: 10px;
  margin-top: 5px;
}

.fb-comment-button {
  background: none repeat scroll 0 0 #5b74a8;
  border-color: #29447e #29447e #1a356e;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  padding: 3px 15px;
  font-weight: 400;
  margin-left: 5px;
}

span.comment-source {
  margin: 2px 0 0 8px;
  color: #b5b5b5;
  background: #f1f1f1;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}

span.email-icon {
  margin: 0 5px;
}

.commenter-identity .identity-options-menu {
  display: inline;
}

.comment-entry-submit-block {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.comment-submit-outer,
.commenter-identity-outer {
  display: inline-block;
}

.comment-entry-actions {
  text-align: right;
  margin-top: 5px;
}

/*New Article Comment Embed*/
.comment-entry-box {
  border: 2px solid #e4e4e4;
  box-shadow: none;
  resize: vertical;
}

.comment-contact-input-form .form-group {
  margin-bottom: 0;
}

#comment-container-outer {
  margin: 1px auto 4px 0;
  padding: 8px 0;
}

.identity-prepend {
  font-weight: 200;
  color: #777;
}

.identity-display-name {
  color: #777;
  font-weight: bold;
}

.identity-options {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #888;
  display: inline-block;
}

.identity-options-menu {
  position: absolute;
  background: #fff;
  padding: 3px 4px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}

.commenter-identity {
  cursor: pointer;
}

.comment-submit-button {
  background: none repeat scroll 0 0 #5b74a8;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  padding: 4px 15px;
  font-weight: 500;
  margin-left: 5px;
}

.social-login-outer {
  text-align: left;
}

.social-login-outer .btn {
  margin-bottom: 3px;
}

.bg-twitter {
  background-color: #55acee;
}

button.bg-twitter {
  display: none;
}

.comment-entry-outer .btn {
  font-weight: 500;
  border-radius: 2px;
}

.comment-entry-outer .btn-icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 34px;
  text-align: center;
}

.comment-entry-outer .btn-icon.b-2x {
  width: 36px;
}

.comment-entry-outer .btn-icon.btn-sm {
  width: 30px;
}

.comment-entry-outer .btn-icon.btn-sm.b-2x {
  width: 32px;
}

.comment-entry-outer .btn-icon.btn-lg {
  width: 45px;
}

.comment-entry-outer .btn-icon.btn-lg.b-2x {
  width: 47px;
}

.comment-entry-awaiting-sign-in {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #e5ddbd;
  color: #333;
  margin: 10px 15px;
}

.comment-entry-contact-input input[type="text"],
.comment-entry-contact-input input[type="password"] {
  border: 2px solid #e4e4e4;
  box-shadow: none;
  resize: vertical;
}

.comment-entry-actions label,
label.e-agenda-select-label,
label.e-agenda-select-label-chosen {
  font-weight: 400;
  font-size: 1.09em;
  color: #51575c;
}

.e-agenda-select-label span,
.comment-entry-actions .name-optional {
  margin-left: 3px;
  font-size: 0.9em;
}

.comment-entry-contact-input form {
  max-width: 350px;
  float: right;
  width: 100%;
  text-align: left;
}

.switch fieldset {
  border: none;
}

/* display needed for tab navigation on Post Publicly switch checkbox */
.post-publicly {
  display: inline !important;
}
/**/

.switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.switch span {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  left: 0;
  bottom: 1px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.switch.small input:checked + span:after {
  left: 13px;
}

.switch input:checked + span:after {
  left: 31px;
}

.switch.small span:after {
  width: 15px;
}

.switch input:checked + span {
  background-color: #1aae88;
}

.switch.small span {
  height: 15px;
  width: 30px;
}

.switch.small.text-xs span {
  margin-bottom: -3px;
  height: 13px;
}

.comment-reply-outer .comment-submit-button {
  padding: 3px 8px;
  font-size: 1em;
}

.comment-display-outer {
  text-align: left;
  margin-top: 5px;
  padding: 10px 10px;
  border-top: solid 1px #dcdee2;
  border-bottom: solid 1px #dcdee2;
  max-height: 2000px;
  overflow-y: auto;
  display: none;
  position: relative;
}

.comment-display-outer .comment-right {
  padding: 0;
}

.comment-display-outer .comment-left {
  padding: 0 5px 0 0;
}

.comment-display-outer .comment-actions {
  margin-right: 0;
}

.comment-entry-submit-block fieldset legend {
  display: none;
}

.comment-display-outer .comment-actions {
  margin-right: 0;
  font-size: 12px;
  margin-top: 3px;
}

.comment-children .comment-actions {
  font-size: 11px;
}

.comment-display-outer .comment-reply-outer {
  margin-left: 55px;
}

.comment-display-outer .comment-inner.child {
  background: rgba(199, 199, 199, 0.12);
  padding: 5px;
  border-radius: 0 5px 5px 0;
  margin-right: 5px;
  border-left: 2px solid #e1e1e1;
}

.comment-inner.child > .comment-reply-outer {
  margin-left: 15px !important;
  margin-top: 3px;
}

.comment-display-outer .reply-entry {
  height: 40px;
  padding: 4px 6px;
  resize: vertical;
  margin-top: 6px;
}

@media only screen and (max-width: 600px) {
  #comment-container-outer {
    padding: 5px 0;
    border-radius: 3px;
    margin: 2px 0;
  }
}

.transition,
.contact-input-more,
.comment-entry-awaiting-sign-in,
.contact-input-more input {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.requiredBorder {
  border: 1px solid #ff3c3c;
}

.comment-div.mine .circular {
  border-color: #278b3b;
}

.comment-div.mine .flag-inline {
  display: none;
}

.comment-actions.mine a.reply,
.comment-actions.mine a.flag-inline {
  display: none;
}

.comment-user-feedback-outer .feedback-inner {
  display: none;
}

.comment-user-feedback-outer {
  position: relative;
}

.comment-user-feedback-outer .feedback-loading {
  position: absolute;
  left: 6px;
  top: -25px;
  margin-top: 5px;
  opacity: 0.15;
  font-size: 10px;
}

.comment-user-feedback-outer .alert {
  margin-bottom: 10px;
}

.comment-display-privacy-prepend {
  text-align: center;
  padding: 5px;
  color: #8b8b8b;
}

.comment-display-outer.private div.mine {
  background: inherit;
  padding: 0;
  border-radius: inherit;
  margin-bottom: 5px;
  margin-top: 5px;
}

.comment-display-outer.private span.comment-text-body,
.comment-display-outer.private span.comment-user {
  color: #333;
}

a.powered-by-outer {
  float: right;
  margin-top: 2px;
}

a .powered-by {
  width: 100px;
  opacity: 0.9;
  cursor: pointer;
}

.alert {
  font-size: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dff0d8),
    to(#c8e5bc)
  );
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d9edf7),
    to(#b9def0)
  );
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcf8e3),
    to(#f8efc0)
  );
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2dede),
    to(#e7c3c3)
  );
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
}

.m-t-xs {
  margin-top: 5px;
}

.contact-input-actions label {
  display: block;
}

.map-poll .comment-map-display {
  display: none;
}

.comment-inner.child .comment-inner {
  background: none;
  border-left: 0;
}

.comment-children .comment-children {
  margin-left: 0;
}

/*commenting out due to reply issues

    .comment-inner {
    display: flex;
    flex: auto;
}*/
.comment-attachments {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 4px;
}

.comment-attachments img {
  display: block;
  height: auto;
  border-radius: 18px;
  max-width: 240px;
  max-height: 600px;
}

.comment-attachments .att-file {
  display: table;
  margin-top: 5px;
}

.comment-attachments .att-file:not(:first-child) {
  margin-top: 10px;
}

.comment-attachments .att-file a {
  display: table-cell;
}

.comment-attachments .att-file img {
  max-height: 40px;
}

.comment-attachments .att-file .att-filename {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  color: #007bff;
}

.has-attachments .comment-attachments {
  background: #f2f3f5;
  padding: 8px 10px;
  border-radius: 0 0 18px 18px;
  margin-top: 0;
  padding-top: 0;
}

.comment-attachments img:after {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  content: "attachment";
  display: block;
  font-size: 9px;
  font-weight: bold;
  padding: 5px 1px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}

.comment-attachments a.popup-gallery + a.popup-gallery {
  display: none;
}

span.see-more {
  color: #385898;
  cursor: pointer;
}

span.see-more:hover {
  text-decoration: underline;
}

.comment-attachmentsSlide {
  display: none;
  font-size: 14px;
  top: 100%;
  width: 100%;
}

.comment-attachmentsSlide .uploader-container {
  display: block;
  height: 124px;
  background-color: #eee;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  margin: 20px 0 15px;
  position: relative;
}

.comment-attachmentsSlide .uploader-container:empty::after {
  content: "Drop files here to upload.";
  position: absolute;
  top: 40%;
  color: #000;
  display: block;
  text-align: center;
  width: 100%;
}

.comment-attachmentsSlide .uploader-container + input#commentAttachmentInput {
  display: none;
}
