a {
  --bs-link-opacity: 1;
  --bs-link-color-rgb: 0, 85, 204;
}
a:hover {
  --bs-link-color-rgb: 0, 106, 255;
}

:root {
  --bs-border-color: #7a7a80;
  --bs-form-feedback-invalid-color: #a94442;
}

.row {
  --bs-gutter-x: 1.875rem;
}

.navbar {
  --bs-navbar-color: #333;
  --bs-navbar-hover-color: #333;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-padding-y: 0;
  --bs-navbar-active-color: #555;
  --bs-navbar-nav-link-padding-x: .9375rem;
  margin-bottom: 1.375rem;
  min-height: 3.125rem;
  border-bottom: 1px solid transparent;
}

.dss-navbar {
  background-color: #f8f8f8;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.875rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-brand {
  color: var(--bs-navbar-color);
}

.navbar-nav .active {
  background-color: #eee;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: 1px solid #eee;
  }
}

/*

Colours
boxout-background : #BDD6E4;

lt grey:#CDCDCD
dk grey:#B7B7B7

*/
:root {
  --bs-danger-rgb: 125, 27, 19;
  --bs-border-color: #e7e7e7;
}

html {
  font-size: 0.9375em;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.15em;
}

h3, h4, h5, h6 {
  font-size: 1em;
}

.portalMessage {
  background-color: #000;
  border-color: #ffffff;
  border-radius: 2px;
  padding: 5px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff;
}

portalMessage.error {
  background-color: #990000;
  color: #ffffff;
}

.template-opsuite-discussion-idea .fieldErrorBox .error,
.template-opsuite-discussion-consultation .fieldErrorBox .error {
  background-color: #990000;
  color: #FFFFFF;
  font-size: 0.72em;
  font-style: italic;
  margin: 0.2em 0;
  padding: 0.1em 0.3em;
  font-weight: bold;
}

.portalMessage dt {
  display: none;
}

.dialogue-challenge-list > li {
  display: list-item;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  background-position: initial;
  background-color: #fff;
}
.dialogue-challenge-list a.discussion-title, .dialogue-challenge-list span.discussion-title {
  text-decoration: none;
  color: #00757c;
}
.dialogue-challenge-list a.discussion-title:hover, .dialogue-challenge-list span.discussion-title:hover {
  text-decoration: underline;
}
.dialogue-challenge-list .dialogue-challenge-list-get-involved {
  margin-top: 25px;
}
.dialogue-challenge-list p.discussion-summary {
  color: black;
}

.dialogue-comment {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #DDDFD8;
}
.dialogue-comment:first-of-type {
  margin-top: 15px;
  border-top: solid 1px #DDDFD8;
}

#user-comments-wrapper .comment-moderation-notice {
  color: #6a6a6a;
}

.discussion {
  width: 530px;
  float: left;
  margin: 1em 0 0 0;
}

.comment {
  background-color: #eee;
  padding: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

p.comment-rejected-notice {
  font-weight: bold;
}

.commentImage {
  float: right;
  margin: 1em;
}

.documentByLine {
  font-size: 0.9em;
  color: #696969;
  margin: -0.3em 0 0.5em 0;
}

.commentBody {
  font-size: 0.95em;
  margin-bottom: 30px;
}

.comment h3 {
  margin-top: 0;
}

.comment_flag {
  display: block;
  margin: 0;
  font-size: 0.9em;
}

a.comment_flag:link, a.comment_flag:visited {
  color: #696969;
}
a.comment_flag:hover {
  color: #005EA5;
}

span.reportCommentThanks, span.reportCommentSorry {
  background: none repeat scroll 0 0 white;
  border: 1px dashed #557539;
  color: #557539;
  padding: 10px;
  width: 250px;
  margin-top: 2.5em;
  display: block;
}

span.reportCommentSorry {
  border: 1px dashed red;
  color: red;
}

#add-comment-form {
  padding: 1em;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fafafa;
}

#add-comment-form legend {
  color: #434343;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#add-comment-form .form-actions {
  margin-top: 1em;
}

/* ~ Home page */
#embedded-video {
  float: right;
  margin: 0 1em 1em;
}

/* cookie-proof embed stuff */
div.tr-embed {
  border: 3px solid #EEE;
  background: url("../img/stripes.gif");
  padding: 1em;
  margin: 1em 0;
}

#tr-embed-header {
  position: fixed;
  left: 0;
  background: #FFE13E;
  opacity: 0.8;
  color: #000;
  text-align: center;
  width: 100%;
  z-index: 9999;
  padding: 0.2em;
}
#tr-embed-header input#tr-embed-save {
  margin-left: 10px;
  margin-right: 5px;
}
#tr-embed-header input#tr-embed-save + label {
  margin-right: 5px;
}

a.tr-embed-moreinfo-link {
  margin-left: 1em;
  outline: none !important;
}

div.tr-embed-moreinfo {
  background: #DDD;
  padding: 1em;
  margin-top: 1em;
}

/* twitter feed */
.portletTwitterPortlet dd {
  margin-bottom: 1em;
  font-size: 0.95em;
  line-height: 1.3em;
}

.portletTwitterPortlet .portletItemDetails {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.3em;
  display: block;
}

#dialogue-footer-logo {
  background-image: url(../img/dialogue_icon_64px.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  background-size: 16px 16px;
  background-position: 0 3px;
}

#global-footer .list-inline-item {
  margin-right: 0.66rem;
}

.dialogue-form-container {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.form-error, .form-success {
  color: white;
  padding: 15px 30px;
  margin-bottom: 1.5em;
}

.form-error {
  background: #800a08;
}

.form-success {
  background: #40801a;
}

.global-logo {
  max-width: 100px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .global-logo {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

.navbar-nav a {
  color: #6a6a6a;
}

.navbar-nav li:last-child a {
  margin-right: -1rem;
}

#challenge-nav .dss-btn-primary {
  background-image: none;
}

#global-nav-main-heading img:not(.global-logo), #global-nav-main-heading.customised img:not(.global-logo) {
  width: auto;
  height: auto;
  max-height: 70px;
  max-width: 320px;
}

.dialogue-idea-card {
  background: white;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  height: 176px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  border-left: solid 2px 757c;
}
.dialogue-idea-card .dialogue-idea-card-title {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dialogue-idea-card .dialogue-idea-card-title a {
  color: #00757c;
  text-decoration: none;
  max-height: 54px;
  overflow: hidden;
  display: inline-block;
}
.dialogue-idea-card .dialogue-idea-card-title a:hover {
  text-decoration: underline;
}
.dialogue-idea-card .dialogue-idea-card-metadata {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.dialogue-idea-card .dialogue-idea-card-rating {
  display: inline-block;
  position: absolute;
  bottom: 46px;
  padding-left: 21px;
  font-size: 13px;
  color: #6A6A6A;
}
.dialogue-idea-card .dialogue-idea-card-comment-count {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 46px;
  padding-right: 21px;
  font-size: 13px;
  color: #6A6A6A;
}
.dialogue-idea-card .idea-moderation-notice {
  display: inline-block;
  position: absolute;
  bottom: 46px;
  padding-left: 21px;
  font-size: 13px;
  color: #6A6A6A;
  margin: 0px;
}
.dialogue-idea-card .dialogue-idea-card-dateline {
  border-top: solid 1px #EAEAE9;
  display: block;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 32px;
  font-size: 13px;
  color: #6A6A6A;
}
.dialogue-idea-card .dialogue-idea-card-add-idea {
  position: absolute;
  top: 43px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.dialogue-idea-card .dialogue-idea-card-add-idea .dialogue-idea-card-add-idea-icon-large {
  font-size: 52px;
  margin-bottom: 13px;
}
.dialogue-idea-card .dialogue-idea-card-add-idea a {
  color: #00757c;
  font-size: 20px;
  text-decoration: none;
}
.dialogue-idea-card .dialogue-idea-card-add-idea a:hover {
  text-decoration: underline;
}

ul#ideas {
  padding-top: 5px;
  padding-bottom: 10px;
}

.dialogue-idea-topics > li {
  margin-bottom: 5px;
}
.dialogue-idea-topics a {
  display: inline-block;
  border: 1px solid #00757c;
  padding: 1rem 2rem;
  color: #00757c;
  text-decoration: none;
}

.UserRating input {
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.star-rating li {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
}

.star-rating input {
  text-indent: -1000em;
  padding: 0;
  margin: 0;
  margin-top: -5px; /* Not sure where this is coming from! */
  width: 100%;
}

.star-rating input:hover,
.star-rating input:active,
.star-rating input:focus {
  background-position: left -25px;
}

.star-rating input:hover,
.star-rating input:active,
.star-rating input:focus,
.star-rating .current-rating {
  background: url(/++theme++dialogue.theme.composite/public/resources/img/star_t.png) left -25px repeat-x;
}

.star-rating {
  width: 125px;
  height: 25px;
  padding-left: 0;
  list-style: none;
  position: relative;
  background: url(/++theme++dialogue.theme.composite/public/resources/img/star_t.png) left top repeat-x;
}

.UserRating .DeleteRating {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.UserRating input.DeleteRating {
  color: #005EA5;
  cursor: pointer;
}
.UserRating input.DeleteRating:hover {
  text-decoration: underline;
}

div.star-rating div {
  background: url(/++theme++dialogue.theme.composite/public/resources/img/star_t.png) left -75px repeat-x;
  overflow: visible;
  height: 25px;
}

div.star-rating {
  overflow: hidden;
  margin: 0.6em 0.5em 10px 0;
  font-size: 0.8em;
  width: 220px;
  text-align: center;
  text-align: left;
}

#add-rating {
  position: relative;
}

#add-rating-working {
  position: absolute;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  padding-left: 50px;
  padding-right: 50px;
  z-index: 200;
}

#idea-count-container {
  border-bottom: solid 1px #ccc;
  padding-top: 12px;
}

#search-controls-trigger {
  padding-top: 20px;
}

.dialogue-search-controls-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  padding: 20px;
  z-index: 9999;
  background: #DDDFD8;
  overflow-y: scroll;
  box-shadow: -1px 0 1px #aaa;
}
.dialogue-search-controls-container .LSBox label {
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
.dialogue-search-controls-container .LSBox #searchGadget {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: solid 1px #7a7a80;
}
.dialogue-search-controls-container .LSBox #searchGadget + input[type=submit] {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  padding: 0;
  height: 44px;
}

.dialogue-search-controls-btn-close {
  background: none;
  border: none;
  padding: 0;
  margin: 5px 0;
}

.dialogue-search-controls-topic-heading {
  font-size: 13px;
  margin-bottom: 5px;
}

.dialogue-search-controls-topic-list > li a {
  display: block;
  text-align: center;
  background: white;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#skip a,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: rgb(26, 13, 171);
}

#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 20px;
  display: block;
  text-align: center;
  color: rgb(26, 13, 171);
}

/* Cookie Policy table */
table#da-cookie-table {
  border: 1px solid #CDCDCD;
}

#da-cookie-table th {
  background: #EEEEEE;
  font-weight: bold;
  padding-left: 1em;
  text-align: center;
}

#da-cookie-table tbody tr {
  border-top: 1px dashed #E5E5E5;
}

#da-cookie-table td {
  padding: 1em;
}

#user-profile-nav {
  padding-bottom: 10px;
}

#user-profile-nav-actions {
  margin-top: 5px;
  margin-bottom: 10px;
}

#profile-details-card {
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  -webkit-border-radius: 1em;
  background-color: #EFEFFF;
  width: 617px;
  overflow: hidden;
  margin-bottom: 2em;
}

#profile-details-card dl {
  padding: 1em 1em 0.5em 1em;
}

.profile-user-details-full dd {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

.portrait-frame {
  border: 1px solid #B5B0B7;
  display: block;
  float: right;
  margin: 20px;
  padding: 10px;
  background-color: #fff;
}

/* ~Profile */
body.template-author #main-heading a, body.template-personal-information #main-heading a {
  float: right;
  padding-top: 1em;
  text-decoration: underline;
  margin-left: 10px;
}

body.template-author #main-heading,
body.template-personal-information #main-heading,
body.template-personal-information #main-contents {
  width: 617px;
}

body.template-author .portalMessage,
body.template-personal-information .portalMessage {
  width: 600px;
}

body.template-personal-information input, body.template-personal-information select {
  margin-right: 0.5em;
}

.widget-container {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100px;
  margin-bottom: -80px;
}

.fieldErrorBox {
  float: right;
}

.text-widget, .password-widget {
  display: block;
}
@media screen and (min-width: 768px) {
  .text-widget, .password-widget {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .text-widget, .password-widget {
    width: 100%;
  }
}

/* ~ Submit an Idea */
#portlet-add dt {
  display: none;
}

#portlet-add-idea .links li {
  overflow: hidden;
}

input[type=text], input[type=password],
#mail_password #userid {
  height: 44px;
  border: solid 1px #7a7a80;
  border-radius: 2px;
  padding-left: 0.8em;
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.09);
}

textarea {
  border: solid 1px #7a7a80;
  border-radius: 2px;
  padding-left: 0.8em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.09);
}

input#form-widgets-title {
  font-size: 160%;
  font-weight: normal;
  width: 99%;
}

input, Select, button {
  font-size: 1em;
}

label {
  margin-bottom: 0;
}

form .error input[type=text], form .error input[type=password], form .error #mail_password #userid, form .error textarea {
  border-color: #de9c9b;
  background: #FEFAFB;
}
form .error div.formHelp + div {
  display: none;
}
form .error div.formHelp {
  color: #990000;
}

textarea {
  width: 100%;
}

.field {
  margin-bottom: 30px;
}

.formControls, .form-actions {
  text-align: right;
}

#search .searchButton {
  border: medium none;
  padding: 0;
  color: #636363;
  font-weight: bold;
  background-color: transparent;
  margin-left: 0.3em;
}

#search .searchButton:hover {
  cursor: pointer;
}

#search input.inputLabelActive {
  color: #76797C;
}

.template-register #form-username,
.template-register #form-email {
  width: 204px;
}

.template-register #form-password,
.template-register #form-password_ctl {
  width: 84px;
}

.fieldRequired {
  color: #990000;
  font-size: 0.8em;
}

.fieldErrorBox {
  color: #990000;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fieldErrorBox {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .fieldErrorBox {
    width: 100%;
    margin-bottom: 3px;
  }
}

.errormessage {
  color: #990000;
}

.fieldOptional {
  font-size: 0.8em;
}

#moderation-viewlet form label {
  margin: 0 0.5em;
}

.formHelp {
  color: #6a6a6a;
  display: block;
  font-size: 13px;
  line-height: 17px;
  padding-top: 8px;
  margin-bottom: 5px;
}

#moderate-id {
  max-width: 550px;
}

/**/
/* Fix styles for form */
#formfield-form-pingback_url, #page #content #formfield-form-pingback_url,
#formfield-form-homepage,
#what-bees-make, #page #content #what-bees-make.field {
  display: none;
}

#login_form {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
#login_form .field {
  padding: 0;
  margin: 15px 0;
}
#login_form .field label {
  display: block;
  margin-bottom: 5px;
}
#login_form input {
  width: 100%;
}
#login_form .formControls {
  padding: 0;
  margin-top: 30px;
}
#login_form .formControls .dss-btn {
  margin: 0;
}

.kssattr-formname-register label {
  display: block;
}
.kssattr-formname-register .formControls .formHelp {
  text-align: left;
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .kssattr-formname-register .formControls .formHelp {
    max-width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .kssattr-formname-register .formControls .formHelp {
    max-width: 100%;
  }
}

.field span.option {
  position: relative;
}

.field span.option label {
  display: inline-block;
  margin-left: 1.2em;
}
.field span.option label .label, .field span.option label span {
  display: inline-block;
  line-height: 17px;
  font-size: 13px;
  font-weight: normal;
  color: #6A6A6A;
  white-space: normal;
  text-align: left;
}

.field span.option input.single-checkbox-widget {
  position: absolute;
  margin-top: 4px;
}

.field label, label {
  font-weight: normal;
}

.field .radio-widget {
  margin-right: 0.5em;
}

.kssattr-formname-change-password .error .formHelp {
  color: #990000;
}
.kssattr-formname-change-password .fieldErrorBox {
  display: none;
}

.kssattr-formname-personal-information label {
  display: block;
  margin-bottom: 5px;
}
.kssattr-formname-personal-information #formfield-form-can_contact label {
  margin-left: 19px;
}

form#mail_password label {
  display: block;
  margin-bottom: 5px;
}
form#mail_password .field input {
  display: block;
}
@media screen and (min-width: 768px) {
  form#mail_password .field input {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  form#mail_password .field input {
    width: 100%;
  }
}

.kssattr-formname-opsuite\.discussion\.idea div.fieldErrorBox {
  float: none;
  display: block;
  margin-bottom: 5px;
}
.kssattr-formname-opsuite\.discussion\.idea .error #cke_form\.widgets\.idea, .kssattr-formname-opsuite\.discussion\.idea .error #cke_form\.widgets\.why {
  border: solid 1px #de9c9b;
}

.dss-nav-tabs .challenge-list-nav a {
  color: #000000;
  text-decoration: none;
  background-color: inherit;
}
.dss-nav-tabs .challenge-list-nav a:hover {
  background-color: inherit;
}
.dss-nav-tabs .challenge-list-nav.active a {
  color: white;
  cursor: default;
}

.facebookButtonLike {
  border: none;
}

#global-wrapper {
  margin-bottom: -36px;
  padding-bottom: 37px;
  background: #EEEFEB;
}

#dialogue-hub-overview {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}

.dialogue-navbar {
  margin-bottom: 0;
}
.dialogue-navbar.dialogue-navbar-secondary {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0;
  border: none;
}

.dialogue-navbar-heading {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .dialogue-navbar-heading {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .dialogue-navbar-heading {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .dialogue-navbar-challenge-closed {
    margin-top: -5px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .dialogue-navbar-challenge-closed {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.dialogue-hero-unit {
  background-color: #00757c;
}
@media screen and (min-width: 768px) {
  .dialogue-hero-unit {
    background-image: url("https://uk-sandbox-6.dialogue-app.com/admin_images/surface-gupqey7k7b4-unsplash.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: repeat;
  }
}
.dialogue-hero-unit.dialogue-hero-unit-fixed {
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.dialogue-hero-unit.dialogue-hero-unit-fixed + div.dialogue-hero-unit-following {
  position: relative;
  padding-top: 30px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding {
  padding: 0;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-top-20 {
  padding-top: 20px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-top-30 {
  padding-top: 30px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-bottom-10 {
  padding-bottom: 10px;
}
.dialogue-hero-unit.dialogue-hero-unit-expanding-padding-bottom-40 {
  padding-bottom: 40px;
}

a {
  text-decoration: underline;
}

#global-footer a {
  text-decoration: none;
}
#global-footer a:hover {
  text-decoration: underline;
}

.navbar-nav > li > a {
  text-decoration: none;
}

#discussion-name {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
#discussion-name:hover {
  text-decoration: underline;
}

.idea-summary + h2 {
  font-weight: bold;
  font-size: 15.2px;
}

#sort-links {
  padding-top: 15px;
}

.workflow-warning {
  border-left: 2px solid #a62616;
  background-color: #fce3e3;
  padding: 5px 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #a62616;
}
.workflow-warning h4 {
  color: #a62616;
}

.dialogue-callout {
  display: block;
  border-left: 2px solid #a62616;
  background-color: #fce3e3;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #a62616;
}

#sharing-widget {
  width: 200px;
  height: 60px;
}

#challenge-placeholder-button.disabled {
  background: inherit;
  border-right: none;
  border-top: none;
  border-left-color: white;
  border-bottom: none;
  box-shadow: none;
  text-shadow: none;
}

#recaptcha_area, #recaptcha_table {
  table-layout: auto !important;
}

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
}

#recaptcha_table td {
  line-height: normal;
}

#recaptcha_area input[type=text] {
  display: inline-block !important;
  height: auto !important;
}

div.cke_chrome {
  border: none;
  padding: 0;
  background: transparent;
}

span.cke_top {
  background: transparent;
}

.field .cke_contents {
  border: 1px solid #7a7a80;
}

.field .cke_toolgroup {
  border: 1px solid #7a7a80;
}

.cke_dialog_body input.cke_dialog_ui_input_password, .cke_dialog_body input.cke_dialog_ui_input_text, .cke_dialog_body textarea.cke_dialog_ui_input_textarea, .cke_dialog_body select.cke_dialog_ui_input_select {
  border: 1px solid #7a7a80;
}

.dss-btn-group > .dss-btn {
  border-color: #304756;
}

.dss-btn-group > .dss-btn-active + .dss-btn {
  border-left: 1px solid;
}

a.dss-btn:focus:not(:focus-visible), input[type=button]:focus:not(:focus-visible), input[type=submit]:focus:not(:focus-visible) {
  @-tv-ignore start E914;
  outline: 0;
  @-tv-ignore end E914;
}
