@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Bree Serif";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/bree-serif-v17-latin_latin-ext-regular.woff2") format("woff2");
}
.eds__simpleForum.eds_simpleForum_Press {
  font: 1rem/1.3 "Source Sans 3", sans-serif;
}
.eds__simpleForum.eds_simpleForum_Press a,
.eds__simpleForum.eds_simpleForum_Press input,
.eds__simpleForum.eds_simpleForum_Press .trumbowyg-editor,
.eds__simpleForum.eds_simpleForum_Press input[type=text],
.eds__simpleForum.eds_simpleForum_Press input[type=search],
.eds__simpleForum.eds_simpleForum_Press input[type=email],
.eds__simpleForum.eds_simpleForum_Press select,
.eds__simpleForum.eds_simpleForum_Press textarea,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > span {
  font: 1rem/1.56 "Source Sans 3", sans-serif;
}
.eds__simpleForum.eds_simpleForum_Press input[type=text],
.eds__simpleForum.eds_simpleForum_Press input[type=search],
.eds__simpleForum.eds_simpleForum_Press input[type=email],
.eds__simpleForum.eds_simpleForum_Press .select,
.eds__simpleForum.eds_simpleForum_Press textarea,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect {
  box-shadow: 0 0 0 3px #d4d4d4 inset;
  border: none;
  border-radius: 0;
  background-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press input[type=text],
.eds__simpleForum.eds_simpleForum_Press input[type=search],
.eds__simpleForum.eds_simpleForum_Press input[type=email],
.eds__simpleForum.eds_simpleForum_Press .select,
.eds__simpleForum.eds_simpleForum_Press textarea {
  padding: 0.5rem 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_icon {
  display: inline-block;
  vertical-align: middle;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_icon > i {
  font-size: 1rem;
  line-height: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_icon:link {
  font-size: 0;
  line-height: 0;
  transition: all 400ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_icon:link:hover {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_icon.edsf_pinTopic > i {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_icon,
.eds__simpleForum.eds_simpleForum_Press .edsf_icon:link {
  color: #b0b0b0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_headerActions {
  margin: 1rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect {
    flex-basis: 50%;
  }
}
@media (max-width: 576px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect > div::before {
  background-color: #ededed;
  border-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect > div ul > li {
  padding: 0.2rem 1.1rem 0.2rem 1.5rem;
  color: #8c8c8c;
  font-family: "Bree Serif", serif;
  font-size: 0.9rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect > div ul > li > span {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect > div ul > li.edsf_defaultOption > span, .eds__simpleForum.eds_simpleForum_Press .edsf__topicList .edsf_headerActions .edsf__styledSelect > div ul > li.edsf_color_default > span {
  color: #8c8c8c;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_categoryInfoWrapper {
  clear: both;
  margin: 0.5rem 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tr {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tr > div {
  padding: 0.5rem 1rem;
}
@media (max-width: 992px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tr > div {
    padding: 0.5rem;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tr.edsf_canEdit.sortable-chosen::after {
  width: 3rem;
  border: solid 2px #fc4c3b;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_growCell {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  text-overflow: ellipsis;
  width: 300px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_fixWidthCell {
  width: 110px;
  text-align: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_fixWidthCell.edsf_topicsUsers {
  width: 220px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_thead {
  color: #d9d9d9;
  font: 0.9rem/1 "Bree Serif", serif;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_thead > div {
  border-top: solid 2px #fc4c3b;
  border-bottom: solid 1px #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_thead > div:first-child {
  border-top-width: 1px;
  border-top-color: #ededed;
  border-right: solid 2px #fc4c3b;
  border-left: solid 1px #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_thead > div:last-child {
  border-right: solid 2px #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody {
  border-bottom: solid 4px #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr {
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  transition: background-color 600ms;
  align-items: center;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr > div {
  padding: 1.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr > div.edsf_name {
  padding-left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr > div.edsf_editButtonWrapper {
  border-right: solid 1px #ededed;
  text-align: center;
  align-self: stretch;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr .edsf_fixWidthCell {
  padding: 1.5rem 1rem;
  color: #3f3f3f;
  font-size: 0.9rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr .edsf_fixWidthCell + .edsf_fixWidthCell {
  border-left: solid 1px #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr + .edsf_tr {
  border-top: solid 1px #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr:hover {
  background-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_tr:hover .edsf_fixWidthCell + .edsf_fixWidthCell {
  border-left-color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_tbody .edsf_name {
  font-size: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 6rem;
  display: inline-block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_red::before {
  background-color: #ff5a5f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_blue::before {
  background-color: #3791cb;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_black::before {
  background-color: #2b2626;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_green::before {
  background-color: #69ba8b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_yellow::before {
  background-color: #f0b552;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_pink::before {
  background-color: #ef6dab;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_orange::before {
  background-color: #ff7032;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_categories .edsf_tbody .edsf_tr.edsf_color_brown::before {
  background-color: #df7b2d;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_name {
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_name .edsf_titleDescriptionWrapper {
  overflow: hidden;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_itemDescription {
  font-size: 0.9rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_itemDescription p {
  margin: 0;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_itemDescription p + p {
  margin-top: 0.8rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics .edsf_tbody .edsf_tr.edsf_pinnedTopic {
  background-color: #fff5e7;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics .edsf_titleDescriptionWrapper {
  display: block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics .edsf_icon.edsf_locked {
  float: right;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics .edsf_name .edsf_topicStatus {
  padding: 0.5rem;
  float: right;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_titleDescriptionWrapper {
  display: flex;
  align-items: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_titleDescriptionWrapper .edsf_itemTitle {
  margin: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_titleDescriptionWrapper .edsf_categoryInfoWrapper {
  margin: 0 0 0 auto;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_tbody .edsf_tr {
  background-color: #d0d8d9;
  border-left-color: #bec9ca;
  border-right-color: #bec9ca;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_tbody .edsf_tr > div {
  padding: 0.5rem 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_tbody .edsf_tr:hover {
  background-color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_tbody .edsf_tr:hover .edsf_fixWidthCell + .edsf_fixWidthCell {
  border-left-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable.edsf_topics.edsf_relatedTopics .edsf_tbody .edsf_tr + .edsf_tr {
  border-top-color: #bec9ca;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_editButton {
  display: inline-block;
  font-size: 0 !important;
  line-height: 0 !important;
  transition: all 400ms;
  text-align: center;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_editButton::before {
  content: "\f040";
  font: 1.1rem/2.5rem "FontAwesome";
  color: #3f3f3f;
  transition: all 400ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_editButton:hover {
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_editButton:hover:before {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_dragIcon {
  float: right;
  margin: 0.5rem 0.5rem 0 1.5rem;
  width: 30px;
  height: 37px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' fill='%23c2c2c2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='260.79px' height='325.98px' viewBox='0 0 260.79 325.98' enable-background='new 0 0 260.79 325.98' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M221.155,21.934v-8.617c0-6.589-5.341-11.929-11.929-11.929H13.715c-6.588,0-11.929,5.34-11.929,11.929v195.509 c0,6.588,5.341,11.93,11.929,11.93h8.287V21.934H221.155z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M247.337,38.171H51.825c-6.588,0-11.929,5.339-11.929,11.929v195.508c0,6.588,5.341,11.93,11.929,11.93h16.321 c0.369-7.415,2.495-14.523,6.184-20.877H60.772V59.047H238.39v177.614h-7.664c0.066,6.882,0.088,13.859,0.033,20.877h16.578 c6.588,0,11.929-5.342,11.929-11.93V50.1C259.266,43.51,253.925,38.171,247.337,38.171z'/%3E%3Cpath d='M218.797,236.661c-0.055-5.611-0.135-11.164-0.22-16.603c-0.177-11.054-8.491-19.389-19.341-19.389 c-2.65,0-5.307,0.5-7.902,1.49c-3.126-9.523-9.138-14.347-17.899-14.347c-3.018,0-6.336,0.55-10.097,1.676 c-4.068-6.397-10.419-10.152-17.364-10.152c-7.955,0-14.992,4.804-18.561,12.447c-3.098-1.036-6.098-1.561-8.948-1.561 c-5.347,0-9.931,1.847-13.257,5.343c-3.887,4.084-5.75,10.077-5.39,17.337c0.446,9.012-2.125,15.318-8.875,21.768 c-0.671,0.644-1.305,1.311-1.918,1.99c-5.294,5.876-8.42,13.147-8.941,20.877c-0.041,0.598-0.067,1.2-0.076,1.804 c-0.147,9.826,3.791,19.317,11.088,26.723c8.69,8.82,17.545,17.626,25.819,25.827c8.216,8.146,18.018,12.47,29.134,12.852 c4.609,0.159,8.675,0.237,12.432,0.237c3.827,0,7.346-0.08,10.755-0.239c27.243-1.285,48.424-22.61,49.269-49.603 c0.183-5.857,0.28-11.737,0.324-17.601C218.886,250.526,218.862,243.547,218.797,236.661z M205.529,276.412 c-0.815,19.388-17.271,35.02-37.462,35.593c-2.58,0.071-5.403,0.106-8.629,0.106c-2.941,0-5.885-0.027-8.828-0.057l-2.719-0.025 c-8.447-0.073-15.854-3.176-22.009-9.217c-3.01-2.953-6.022-6.026-8.935-8.997c-4.86-4.957-9.886-10.085-15.111-14.873 c-5.815-5.332-8.973-12.547-8.66-19.791c0.023-0.542,0.082-1.077,0.143-1.613c0.566-4.977,2.731-9.687,6.302-13.726 c-0.014,1.466-0.028,2.87-0.043,4.271c-0.077,6.688,4.263,7.501,6.134,7.539l0.188,0.002c2.319,0,3.737-0.934,4.52-1.718 c1.32-1.322,1.958-3.245,1.953-5.874c-0.009-3.739-0.013-7.543-0.016-11.372c-0.006-8.663,0.002-17.515,0.026-26.462 c0.008-3.299,1.24-5.425,3.875-6.689c2.693-1.293,5.139-1.063,6.882,0.77c1.352,1.421,2.47,3.763,2.847,5.961 c0.379,2.207,0.294,4.57,0.205,7.073c-0.039,1.085-0.077,2.174-0.079,3.329c-0.004,2.179-0.01,4.89,1.861,6.765 c1.163,1.167,2.747,1.709,4.787,1.642c4.177-0.164,6.273-2.98,6.236-8.375c-0.05-7.122-0.054-13.742-0.008-20.235 c0.035-5.093,2.546-8.182,6.717-8.264l0.188-0.002c6.086,0,6.792,5.813,6.813,8.314c0.041,4.751,0.031,9.593,0.02,14.272 c-0.004,1.843-0.008,3.686-0.01,5.526l-0.004,0.555c-0.02,2.22-0.071,8.118,6.238,8.175h0.092c1.945,0,3.503-0.573,4.627-1.705 c1.871-1.88,1.855-4.545,1.845-6.688l-0.002-0.562c0.004-1.495,0.002-2.992,0-4.487c-0.002-2.106-0.004-4.213,0.006-6.32 c0.017-3.37,0.918-9.036,6.771-9.104h0.104c5.936,0,6.846,5.836,6.861,9.315c0.018,3.821,0.031,7.553-0.006,11.227 c-0.02,2.01-0.079,8.126,6.216,8.354c0.112,0.004,0.221,0.005,0.33,0.005c5.945,0,6.199-5.566,6.308-7.94 c0.204-4.442,3.006-7.794,6.519-7.794c1.283,0,2.551,0.448,3.769,1.332c1.619,1.173,3.181,3.904,3.212,5.617l0.04,2.25 c0.084,4.68,0.165,9.401,0.231,14.146c0.093,6.928,0.144,13.904,0.091,20.877C205.92,263.849,205.793,270.154,205.529,276.412z'/%3E%3C/g%3E%3Crect x='91.423' y='91.192' width='118.488' height='12.924'/%3E%3Crect x='91.423' y='123.004' width='118.488' height='12.923'/%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: contain;
  transition: background 600ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_dragIcon:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' fill='%23fc4c3b' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='260.79px' height='325.98px' viewBox='0 0 260.79 325.98' enable-background='new 0 0 260.79 325.98' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M221.155,21.934v-8.617c0-6.589-5.341-11.929-11.929-11.929H13.715c-6.588,0-11.929,5.34-11.929,11.929v195.509 c0,6.588,5.341,11.93,11.929,11.93h8.287V21.934H221.155z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M247.337,38.171H51.825c-6.588,0-11.929,5.339-11.929,11.929v195.508c0,6.588,5.341,11.93,11.929,11.93h16.321 c0.369-7.415,2.495-14.523,6.184-20.877H60.772V59.047H238.39v177.614h-7.664c0.066,6.882,0.088,13.859,0.033,20.877h16.578 c6.588,0,11.929-5.342,11.929-11.93V50.1C259.266,43.51,253.925,38.171,247.337,38.171z'/%3E%3Cpath d='M218.797,236.661c-0.055-5.611-0.135-11.164-0.22-16.603c-0.177-11.054-8.491-19.389-19.341-19.389 c-2.65,0-5.307,0.5-7.902,1.49c-3.126-9.523-9.138-14.347-17.899-14.347c-3.018,0-6.336,0.55-10.097,1.676 c-4.068-6.397-10.419-10.152-17.364-10.152c-7.955,0-14.992,4.804-18.561,12.447c-3.098-1.036-6.098-1.561-8.948-1.561 c-5.347,0-9.931,1.847-13.257,5.343c-3.887,4.084-5.75,10.077-5.39,17.337c0.446,9.012-2.125,15.318-8.875,21.768 c-0.671,0.644-1.305,1.311-1.918,1.99c-5.294,5.876-8.42,13.147-8.941,20.877c-0.041,0.598-0.067,1.2-0.076,1.804 c-0.147,9.826,3.791,19.317,11.088,26.723c8.69,8.82,17.545,17.626,25.819,25.827c8.216,8.146,18.018,12.47,29.134,12.852 c4.609,0.159,8.675,0.237,12.432,0.237c3.827,0,7.346-0.08,10.755-0.239c27.243-1.285,48.424-22.61,49.269-49.603 c0.183-5.857,0.28-11.737,0.324-17.601C218.886,250.526,218.862,243.547,218.797,236.661z M205.529,276.412 c-0.815,19.388-17.271,35.02-37.462,35.593c-2.58,0.071-5.403,0.106-8.629,0.106c-2.941,0-5.885-0.027-8.828-0.057l-2.719-0.025 c-8.447-0.073-15.854-3.176-22.009-9.217c-3.01-2.953-6.022-6.026-8.935-8.997c-4.86-4.957-9.886-10.085-15.111-14.873 c-5.815-5.332-8.973-12.547-8.66-19.791c0.023-0.542,0.082-1.077,0.143-1.613c0.566-4.977,2.731-9.687,6.302-13.726 c-0.014,1.466-0.028,2.87-0.043,4.271c-0.077,6.688,4.263,7.501,6.134,7.539l0.188,0.002c2.319,0,3.737-0.934,4.52-1.718 c1.32-1.322,1.958-3.245,1.953-5.874c-0.009-3.739-0.013-7.543-0.016-11.372c-0.006-8.663,0.002-17.515,0.026-26.462 c0.008-3.299,1.24-5.425,3.875-6.689c2.693-1.293,5.139-1.063,6.882,0.77c1.352,1.421,2.47,3.763,2.847,5.961 c0.379,2.207,0.294,4.57,0.205,7.073c-0.039,1.085-0.077,2.174-0.079,3.329c-0.004,2.179-0.01,4.89,1.861,6.765 c1.163,1.167,2.747,1.709,4.787,1.642c4.177-0.164,6.273-2.98,6.236-8.375c-0.05-7.122-0.054-13.742-0.008-20.235 c0.035-5.093,2.546-8.182,6.717-8.264l0.188-0.002c6.086,0,6.792,5.813,6.813,8.314c0.041,4.751,0.031,9.593,0.02,14.272 c-0.004,1.843-0.008,3.686-0.01,5.526l-0.004,0.555c-0.02,2.22-0.071,8.118,6.238,8.175h0.092c1.945,0,3.503-0.573,4.627-1.705 c1.871-1.88,1.855-4.545,1.845-6.688l-0.002-0.562c0.004-1.495,0.002-2.992,0-4.487c-0.002-2.106-0.004-4.213,0.006-6.32 c0.017-3.37,0.918-9.036,6.771-9.104h0.104c5.936,0,6.846,5.836,6.861,9.315c0.018,3.821,0.031,7.553-0.006,11.227 c-0.02,2.01-0.079,8.126,6.216,8.354c0.112,0.004,0.221,0.005,0.33,0.005c5.945,0,6.199-5.566,6.308-7.94 c0.204-4.442,3.006-7.794,6.519-7.794c1.283,0,2.551,0.448,3.769,1.332c1.619,1.173,3.181,3.904,3.212,5.617l0.04,2.25 c0.084,4.68,0.165,9.401,0.231,14.146c0.093,6.928,0.144,13.904,0.091,20.877C205.92,263.849,205.793,270.154,205.529,276.412z'/%3E%3C/g%3E%3Crect x='91.423' y='91.192' width='118.488' height='12.924'/%3E%3Crect x='91.423' y='123.004' width='118.488' height='12.923'/%3E%3C/svg%3E%0A");
}
.eds__simpleForum.eds_simpleForum_Press .edsf_flexTable .edsf_dragIcon + .edsf_titleDescriptionWrapper {
  width: calc(100% - 4.5rem);
}
.eds__simpleForum.eds_simpleForum_Press .edsf_tableSideActions {
  float: left;
  display: flex;
  flex-flow: column;
  padding: 0 0.7rem;
  min-height: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_tableSideActions > * {
  margin: auto;
  margin-top: 0.2rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font: 1.1rem/1.2 "Bree Serif", serif;
  margin: 0 0 0.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a {
  display: inline-block;
  font: inherit !important;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a:link,
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a:active,
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a:visited {
  color: #3f3f3f;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a:link:hover,
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a:active:hover,
.eds__simpleForum.eds_simpleForum_Press .edsf_itemTitle > a:visited:hover {
  color: #fc4c3b;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink {
  display: inline-block;
  margin: 0.5rem 0 0;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 400ms;
  padding: 0.5rem 1rem;
  font: 0.9rem/1.2 "Bree Serif", serif !important;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink:hover {
  text-decoration: underline !important;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_default {
  background-color: #8c8c8c;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_red {
  background-color: #ff5a5f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_blue {
  background-color: #3791cb;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_black {
  background-color: #2b2626;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_green {
  background-color: #69ba8b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_yellow {
  background-color: #f0b552;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_pink {
  background-color: #ef6dab;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_orange {
  background-color: #ff7032;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_itemCategoryLink.edsf_color_brown {
  background-color: #df7b2d;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_dateCreated {
  font: 0.8rem/1.5 "Bree Serif", serif;
  color: #fc4c3b;
  vertical-align: middle;
  text-transform: uppercase;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile .edsf_authorAvatar {
  display: inline-block;
  vertical-align: middle;
  border: solid 2px #fc4c3b;
  margin-right: 10px;
  overflow: hidden;
  font-size: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a {
  vertical-align: middle;
  font-family: "Bree Serif", serif;
  transition: all 400ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a,
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:link,
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:active,
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:visited {
  color: #3f3f3f;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:hover,
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:link:hover,
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:active:hover,
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile a:visited:hover {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile.edsf_autorTooltip {
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile.edsf_autorTooltip .edsf_authorAvatar {
  margin-right: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile.edsf_autorTooltip > a {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font: 12px/1 "Bree Serif", serif;
  background-color: #4c4c4c;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 2px;
  transition: all 400ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile.edsf_autorTooltip > a::before {
  content: "";
  bottom: 100%;
  left: 50%;
  border-width: 5px;
  border-color: transparent transparent #4c4c4c;
  border-style: solid;
  position: absolute;
  margin-left: -5px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile.edsf_autorTooltip:hover > a {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_authorProfile.edsf_floatLeft {
  float: left;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton,
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton:link {
  font: 1rem/2.5rem "Bree Serif", serif;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton {
  box-shadow: 0 0 0 1px #ededed inset;
  padding: 0 0.65rem;
  display: inline-block;
  vertical-align: top;
  height: 2.5rem;
  color: #3f3f3f;
  transition: all 300ms;
  margin: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton > span {
    display: none;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton:hover {
  background-color: #ededed;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton > i {
  color: #fc4c3b;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  width: 2.5rem;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton > i {
    margin-right: 0;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_settingsButton {
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: #ededed;
  width: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-width: 2px;
  border-color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_settingsButton > i {
  color: #3f3f3f;
  margin-right: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_settingsButton:hover {
  background-color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_settingsButton:hover > i {
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addCategoryButton, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addTopicButton, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf__backButton, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton {
  border: none;
  padding-left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addCategoryButton > i, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addTopicButton > i, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf__backButton > i, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton > i {
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addCategoryButton:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addTopicButton:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf__backButton:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton:hover {
  background-color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addCategoryButton {
  background-color: #ededed;
  box-shadow: 0 0 0 2px #ededed inset;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addCategoryButton > i {
  background-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addTopicButton, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf__backButton {
  background-color: #ededed;
  box-shadow: 0 0 0 2px #737373 inset;
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_addTopicButton > i, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf__backButton > i {
  background-color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf__backButton:hover {
  background-color: #848484;
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton {
  box-shadow: 0 0 0 2px #ffcc5c inset;
  color: #ffcc5c;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton > i {
  background-color: #ffcc5c;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton:hover {
  box-shadow: 0 0 0 2px #ebb848 inset;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_warningButton:hover > i {
  background-color: #ebb848;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_latestTopicsAction > i, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_topTopicsAction > i {
  width: auto;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_latestTopicsAction > i, .eds__simpleForum.eds_simpleForum_Press .edsf_themeButton.edsf_topTopicsAction > i {
    margin-right: 0;
    width: 2.5rem;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch {
  width: 3.75rem;
  height: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  top: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch .edsf__searchTrigger {
  display: inline-block;
  width: 3.75rem;
  height: 2.5rem;
  border: solid 1px #ededed;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  font-size: 1.5rem;
  top: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch .edsf__searchTrigger > i {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch .edsf__searchTrigger:hover {
  background-color: #fc4c3b;
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch .edsf__searchTrigger:hover > i {
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div {
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search] {
  height: 2.5rem;
  padding: 0.5rem 1rem !important;
  width: 100%;
  margin: 0;
  text-transform: none !important;
  color: #737373;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #ededed;
  font: 1rem/2.2727272727rem "Source Sans 3", sans-serif;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:focus, .eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:hover {
  color: #3f3f3f;
  border-color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div button {
  width: 2.5rem;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: all 400ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div button::before {
  color: #737373;
  font-size: 1.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div button:hover::before {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]::-webkit-search-decoration,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]::-webkit-search-cancel-button,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]::-webkit-search-results-button,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]::-webkit-search-results-decoration,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]::-ms-clear {
  display: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:focus::-webkit-input-placeholder,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:hover::-webkit-input-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:focus:-moz-placeholder,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:hover:-moz-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:focus::-moz-placeholder,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:hover::-moz-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:focus:-ms-input-placeholder,
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch > div input[type=search]:hover:-ms-input-placeholder {
  color: #3f3f3f;
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch.edsf_active .edsf__searchTrigger {
  border-color: #fc4c3b;
  background-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch.edsf_active .edsf__searchTrigger > i {
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch.edsf_active .edsf__searchTrigger:hover {
  background-color: #ededed;
  border-color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch.edsf_active > div {
  width: 15rem;
  right: 100%;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSearch.edsf_active > div button {
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_commentsBox .edsf_documentsHeader.eds_documentsCommentHeader {
  border-top: solid 2px #d4d4d4;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 1rem;
  flex-basis: 100%;
  order: 3;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_commentsBox .edsf_documentsHeader.eds_documentsCommentHeader::before {
  display: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_documentsWrapper.edsf_viewDocuments.edsf_viewCommentDocuments {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  order: 4;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_viewCommentDocuments {
  border-bottom: none;
  border-top: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem:hover {
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem:hover .edsf_documentDetails,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem:hover .edsf_downloadDetails {
  background-color: #fc4c3b;
}
@media (max-width: 480px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem:hover .edsf_documentDetails,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem:hover .edsf_downloadDetails {
    background-color: #fff;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads .edsf_downloadItem,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads .edsf_downloadItem::before {
  color: #fff;
}
@media (max-width: 480px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads .edsf_downloadItem,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads .edsf_downloadItem::before,
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem:hover .edsf_documentDetails .edsf_fileTitle {
    color: #8c8c8c;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_documentItem.edsf_documentViewtItem.edsf_commentDocumentViewtItem .edsf_numberOfDownloads .edsf_downloadItem:hover {
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_formBox {
  padding: 1.5rem;
  background-color: #f5f5f5;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_formBox::after {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_formBox.edsf_fullWidth > textarea {
  width: 100%;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_formBox.edsf_fullWidth .edsf_commentsButton.edsf__uploadCommentDocuments {
  margin-left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_formBox > h5 {
  font: 0.8333333333rem "Bree Serif", serif;
  color: #8c8c8c;
  margin: 0 0 10px;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__modalForm {
  background-color: rgba(0, 0, 0, 0.2);
}
.eds__simpleForum.eds_simpleForum_Press .edsf__modalForm .edsf_modalContent {
  width: 70%;
  margin: 10% auto;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
@media (max-width: 576px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf__modalForm .edsf_modalContent {
    width: 90%;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf__modalForm .edsf_modalContent.edsf_padded {
  padding: 1.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__modalForm .edsf_modalContent.edsf_fixedWidth {
  width: 500px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__modalForm .edsf_formBox {
  border: solid 1px #e9e9e9;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__modalForm .edsf_commentsButton {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_formBox .edsf_commentsButton.edsf__uploadCommentDocuments, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_formBox .edsf_commentsButton.edsf__addComment, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_formBox .edsf_commentsButton.edsf__addCommentCloseReplay {
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.5rem;
    height: 2.2rem;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_authorProfile {
  margin-top: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_authorProfile .edsf_authorAvatar {
  border-radius: 0;
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox {
  margin: 2.5rem 0;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox::after {
  display: table;
  width: 100%;
  content: "";
  clear: both;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header {
  border-bottom: solid 2px #d4d4d4;
  border-left: solid 2px #d4d4d4;
  padding: 1rem 1.5rem;
  background: none transparent;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header::before {
  position: absolute;
  content: "";
  width: 20%;
  top: 0;
  left: 0;
  display: block;
  border-top: solid 2px #d4d4d4;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header::after {
  display: table;
  width: 100%;
  content: "";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header .edsf_authorProfile {
  float: none;
  display: block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header .edsf_authorProfile > img {
  float: left;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header .edsf_authorProfile > h5 {
  font: 16px/1 "Bree Serif", serif;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header .edsf_authorProfile .edsf_topicAuthor {
  font: 13px/1 "Bree Serif", serif;
  color: #fc4c3b;
  margin: 5px 0 0;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header .edsf_authorProfile > img {
  margin-right: 15px;
  border: solid 2px #b4b4b4;
  box-sizing: content-box;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header > time {
  float: right;
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > header > time::before {
  display: inline-block;
  content: "\f017";
  font: 1.3rem/1 "FontAwesome";
  color: #3f3f3f;
  margin-right: 5px;
  vertical-align: top;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > footer {
  padding: 0;
  border-top: solid 2px #fc4c3b;
  border-left: solid 2px #fc4c3b;
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > footer::before {
  border-bottom: solid 2px #fc4c3b;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox > footer::after {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsNotApproved, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsDeleted {
  margin-left: 2rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsNotApproved::before, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsDeleted::before {
  content: "\f071";
  text-align: center;
  font: 1.5rem/2 "FontAwesome";
  top: 0;
  bottom: 0;
  left: -2rem;
  height: auto;
  width: 2rem;
  display: inline-block;
  position: absolute;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsNotApproved {
  background-color: #efefef;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsNotApproved::before {
  background-color: #ececec;
  color: #b0b0b0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsNotApproved .edsf_deleteButtonWrapper .edsf__commentDeleteConfirmation {
  transform: none;
  left: auto;
  right: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsDeleted {
  border-color: #f56f73;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsDeleted::before {
  background-color: #f56f73;
  color: #b93337;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_IsDeleted .edsf_commentContent {
  color: #cd474b;
  font-size: 0.9rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_editForm {
  border-color: #fc4c3b;
  clear: both;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsBox.edsf_editForm::before {
  display: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentContent {
  padding: 1.5rem;
  font-size: 1rem;
  border-left: solid 2px #d4d4d4;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentContent blockquote {
  box-shadow: 0 0 0 1px #ededed inset;
  background-color: #f3f3f3;
  padding: 1rem 1rem 1rem 5rem;
  margin: 2rem 0;
  position: relative;
  font-style: normal;
  color: #b1b1b1;
  font-size: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentContent blockquote > strong {
  color: #3f3f3f;
  font-family: "Bree Serif", serif;
  font-weight: normal;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentContent blockquote::before {
  content: "\f10e";
  color: #a3a3a3;
  font: 2rem/1 "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentContent blockquote::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border: solid 3px #fc4c3b;
  border-right: none;
  position: absolute;
  width: 3rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_writeCommentInline {
  overflow: hidden;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_writeCommentInline > textarea {
  width: 100%;
  margin-bottom: 25px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_writeCommentInline > .edsf_commentsButton {
  float: right;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton {
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  cursor: pointer;
  background: none transparent;
  text-decoration: none;
  border: solid 3px #ededed;
  border-radius: 0;
  outline: none;
  font: 1rem/0 "Bree Serif", serif;
  padding: 0.9rem 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  transition: all 300ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton .fa {
  line-height: inherit;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton + .edsf_commentsButton {
  margin-left: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton:hover {
  border-color: #ededed;
  background-color: #ededed;
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton > .edsf_buttonIcon {
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton > .edsf_buttonIcon::before {
  vertical-align: middle;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton > .edsf_buttonIcon + span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.8rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__addComment, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__updateComment, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__uploadCommentDocuments {
  border-width: 2px;
  font: 1rem/2.5rem "Bree Serif", serif;
  padding: 0 1.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__addComment, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__updateComment {
  border-width: 2px;
  border-color: #fc4c3b;
  background-color: #fc4c3b;
  color: #fff;
  font: 1rem/2.5rem "Bree Serif", serif;
  padding: 0 1.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__addComment:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__updateComment:hover {
  background-color: #fff;
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__uploadCommentDocuments:hover {
  background-color: #fff;
  border-color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionReplay {
  background-color: transparent;
  border-width: 2px;
  border-top: none;
  border-color: #fc4c3b;
  line-height: 2.5rem;
  padding: 0.2rem 1.5rem;
  font-size: 1.2rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionReplay:hover {
  background-color: #fc4c3b;
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionApprove {
  border-color: #bedd93;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionApprove:hover {
  color: #fff;
  background-color: #bedd93;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionReject {
  border-color: #bc7bb1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionReject:hover {
  color: #fff;
  background-color: #bc7bb1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionDelete {
  border-color: #f66f73;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionDelete {
    margin-left: 1rem;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionDelete:hover {
  color: #fff;
  background-color: #f66f73;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionEdit {
  border-color: #4cc3dc;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionEdit:hover {
  color: #fff;
  background-color: #4cc3dc;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_red, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_green {
  border-width: 2px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_red {
  background-color: #d54e55;
  color: #fff;
  border-color: #a94c57;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_red:hover {
  background-color: #a94c57;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_green {
  background-color: #5ebc5e;
  color: #fff;
  border-color: #62a768;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_green:hover {
  background-color: #62a768;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_commentLink, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__reportComment, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionQuote {
  border: none;
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_commentLink:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__reportComment:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__commentActionQuote:hover {
  color: #3f3f3f;
  background-color: transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__uploadCommentDocuments {
  border-color: #e2e2e2;
  float: left;
  background-color: transparent;
  margin-left: 64px;
  color: #888;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__uploadCommentDocuments::before {
  content: "\f0c6";
  font: 18px/1 "FontAwesome";
  vertical-align: middle;
  margin-right: 10px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf__uploadCommentDocuments:hover {
  color: #fc4c3b;
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_small {
  font-size: 13px;
  line-height: 26px;
  padding: 0 12px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_small > .edsf_buttonIcon {
  font-size: 18px;
  vertical-align: top;
  line-height: 1.2;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentsButton.edsf_small > .edsf_buttonIcon + span {
  padding-left: 5px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats {
  margin: 0 1.5rem;
  padding: 0;
  display: flex;
  order: 1;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats {
    order: 2;
    flex-basis: 100%;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats > li {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0;
  list-style-type: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats > li + li {
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats > li + li {
    margin-left: 0.5rem;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction .edsf_actionIcon {
  color: #737373;
  font-size: 25px;
  margin-right: 10px;
  transition: color 300ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction .edsf_actionIcon:hover {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction.edsf_isVotedGood .edsf_actionIcon, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction.edsf_isVotedBad .edsf_actionIcon, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction.edsf_isLiked .edsf_actionIcon {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction.edsf_isVotedGood .edsf_actionIcon:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction.edsf_isVotedBad .edsf_actionIcon:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats .edsf_commentAction.edsf_isLiked .edsf_actionIcon:hover {
  color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions {
  margin-right: 0;
  display: flex;
  align-items: center;
  order: 2;
  margin-left: auto;
  justify-content: end;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions {
    order: 1;
    flex-wrap: wrap-reverse;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions > li {
  margin: 0.5rem;
}
@media (max-width: 992px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions > li {
    margin-right: 0;
    margin-left: 0;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions > li + li {
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions > li + li {
    margin-left: 0.5rem;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentActionsStats.edsf_commentAdminActions > li.edsf_replyButtonWrapper {
  align-self: start;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf__childCommentsContainer {
  margin-left: 70px;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf__childCommentsContainer .edsf__comment {
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf__childCommentsContainer .edsf__comment:first-child::before {
  position: absolute;
  top: 1rem;
  left: -4rem;
  content: "\f148";
  display: inline-block;
  font: 2.5rem/1 "FontAwesome";
  color: #bac1d0;
  transform: rotate(90deg);
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf__childCommentsContainer .edsf_commentsBox:first-child {
  margin-top: 20px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf__childCommentsContainer .edsf_commentsBox.edsf_IsNotApproved, .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf__childCommentsContainer .edsf_commentsBox.edsf_IsDeleted {
  margin-left: 20px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo {
  margin: 0.2rem 1rem;
  padding: 0;
  display: inline-block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo > span {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #39a9dd;
  border-left: solid 3px #2595c9;
  font-size: 13px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo.edsf_warning > span {
  border-color: #ff9e84;
  border-left-color: #eb8a70;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo.edsf_error > span {
  border-color: #f56f73;
  border-left-color: #e15b5f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo.edfs_marginLeft {
  margin-left: calc(15% + 25px);
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo.edfs_marginLeft {
    margin-left: 0;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo.edsf_displayBock {
  display: block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_commentInfo.edsf_displayBock > span {
  display: block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_usersWrapper {
  background-color: #ededed;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0 0;
  flex-basis: 100%;
  order: 3;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_usersWrapper + .edsf_usersWrapper {
  border-top: solid 2px #d4d4d4;
  margin-top: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_usersWrapper::after {
  display: table;
  width: 100%;
  content: "";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_usersWrapper .edsf__topUsers {
  float: left;
  margin-right: 20px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_nativeComments .edsf_usersWrapper > h5 {
  overflow: hidden;
  margin: 0.6rem;
  color: #8c8c8c;
  font: 1rem/1.1 "Bree Serif", serif;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_draftTopicFlag {
  border: solid 1px #fc4c3b;
  border-top-color: #737373;
  border-left: none;
  padding: 0.1rem 1rem;
  color: #3f3f3f;
  font-size: 0.9rem;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 20%;
  left: -1px;
  background-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper {
  display: inline-block;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_no, .eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_yes {
  border: none;
  position: relative;
  margin: 0;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_no::after, .eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_yes::after {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all 600ms;
  border: solid 5px transparent;
  margin-top: -5px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_no {
  background-color: #979797;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_no::after {
  right: 0;
  border-right-color: #a1d570;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_no:hover {
  background-color: #6b6b6b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_no:hover:after {
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_yes {
  background-color: #a1d570;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_yes:hover {
  background-color: #75be2e;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_yes:hover:after {
  opacity: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf_commentsButton.edsf_yes::after {
  left: 0;
  border-left-color: #979797;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf__commentDeleteConfirmation {
  width: 220px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  border: solid 1px #e9e9e9;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 999;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf__commentDeleteConfirmation > header {
  border-bottom: solid 1px #e9e9e9;
  padding: 10px;
  font-size: 12px;
  background: none transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_deleteButtonWrapper .edsf__commentDeleteConfirmation > footer {
  text-align: right;
  padding: 20px;
}
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup {
  font-size: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > input,
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > textarea,
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > .edsf_commentInfo {
  vertical-align: middle;
}
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > input,
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > textarea {
  width: calc(85% - 25px);
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > input,
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > textarea {
    width: 100%;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > label {
  width: 15%;
  display: inline-block;
  margin-right: 25px;
  text-align: right;
  margin-top: 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .edfs_formGroup > label {
    margin-right: 0;
    margin-bottom: 7px;
    width: 100%;
    text-align: left;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edfs_formGroup + .edfs_formGroup {
  margin-top: 25px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_expandRepliesWrapper {
  text-align: right;
  margin-top: -20px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_expandReplies {
  display: inline-block;
  cursor: pointer;
  color: #fc4c3b;
  border: solid 2px #ededed;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_expandReplies > i {
  color: #3f3f3f;
  margin-right: 0.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_expandReplies:hover {
  border-color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments {
  display: inline-block;
  border: solid 4px #ececec;
  padding: 1rem 2rem;
  color: #bababa;
  font: 1.1rem/1 "Bree Serif", serif;
  transition: all 300ms;
  cursor: pointer;
  width: 70%;
  position: relative;
  background-color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments > span {
  font: inherit;
  color: inherit;
  transition: all 600ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay::before, .eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay::after {
  content: "";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay > span, .eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay::before, .eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay::after {
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 18px;
  margin: 5px;
  background-color: #ddd;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: edsf_bounceDelay 1.4s infinite ease-in-out both;
  animation: edsf_bounceDelay 1.4s infinite ease-in-out both;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay::before {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments .edsf_loadMoreOverlay > span {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments:hover {
  border-color: #fc4c3b;
  background-color: #fc4c3b;
  color: #fff;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments.edsf__loading .edsf_loadMoreButton .edsf_loadMoreOverlay {
  opacity: 1;
  visibility: visible;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeFormInput {
  position: relative;
  padding-left: 40px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeFormInput > label,
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeFormInput > input {
  display: inline-block;
  height: 40px;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeFormInput > label {
  z-index: 1;
  background-color: #fc4c3b;
  color: #fff;
  font-size: 0;
  line-height: 0;
  width: 40px;
  text-align: center;
  margin: 0;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeFormInput > label::before {
  content: "@";
  font-size: 18px;
  line-height: 40px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeFormInput > label + input {
  border-radius: 0 5px 5px 0;
  width: 100%;
}
.eds__simpleForum.eds_simpleForum_Press .edfs_clear {
  display: table;
  width: 100%;
  clear: both;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo {
  min-width: 290px;
  max-width: 90%;
  color: #fff;
  padding: 20px 90px 20px 24px;
  border: none;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo > span {
  font-size: 16px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo::before {
  font-size: 20px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo.edsf_success {
  background-color: #43a047;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo.edsf_info {
  background-color: #1976d2;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo.edsf_warning {
  background-color: #ffa000;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_infoMessage.edsf_bigInfo.edsf_error {
  background-color: #d32f2f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_floatingMessage .edsf_infoMessage .edsf__closeMessage {
  width: 3rem;
  height: 3rem;
  top: 50%;
  right: 1rem;
  margin-top: -1.5rem;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_floatingMessage .edsf_infoMessage .edsf__closeMessage::before {
  line-height: 3rem;
  font-size: 1.3rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_floatingMessage .edsf_infoMessage .edsf__closeMessage:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.eds__simpleForum.eds_simpleForum_Press .edsf_floatingMessage .edsf_infoMessage .edsf__closeMessage:hover::before {
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeButton {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  outline: none;
  background: transparent url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' fill='%23aaaaaa' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31.18px' height='25.51px' viewBox='0 0 31.18 25.51' enable-background='new 0 0 31.18 25.51' xml:space='preserve'%3E%3Cpath d='M28.796,0.676H2.383c-1.024,0-1.854,1.057-1.854,2.357v19.444c0,1.301,0.831,2.356,1.854,2.356h26.413 c1.024,0,1.854-1.056,1.854-2.356V3.033C30.65,1.732,29.82,0.676,28.796,0.676z M27.65,3.676v3.12l-12.065,7.409L3.529,6.802V3.676 H27.65z M3.529,21.834V10.309l11.29,6.934c0.236,0.145,0.501,0.217,0.767,0.217c0.265,0,0.53-0.072,0.766-0.217l11.299-6.939v11.531 H3.529z'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
  box-shadow: none;
  text-align: left;
  letter-spacing: -9px;
  color: transparent;
  transition: background-image 500ms;
  cursor: pointer;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeButton:hover, .eds__simpleForum.eds_simpleForum_Press .edsf_subscribeButton.edsf_subscribeButtonOn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' fill='%2388d8b0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31.18px' height='25.51px' viewBox='0 0 31.18 25.51' enable-background='new 0 0 31.18 25.51' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='none' d='M15.586,17.459c-0.266,0-0.531-0.072-0.768-0.217L3.529,10.309v11.525H27.65V10.303l-11.299,6.939 C16.115,17.387,15.851,17.459,15.586,17.459z'/%3E%3Cpolygon points='20.58,4.165 17.09,4.165 17.09,0.676 14.09,0.676 14.09,4.165 10.6,4.165 10.6,7.165 14.09,7.165 14.09,10.655 17.09,10.655 17.09,7.165 20.58,7.165 '/%3E%3Cg%3E%3Cpath fill='none' d='M15.586,17.459c-0.266,0-0.531-0.072-0.768-0.217L3.529,10.309v11.525H27.65V10.303l-11.299,6.939 C16.115,17.387,15.851,17.459,15.586,17.459z'/%3E%3Cg%3E%3Cpath fill='none' d='M15.586,17.459c-0.266,0-0.531-0.072-0.768-0.217L3.529,10.309v11.525H27.65V10.303l-11.299,6.939 C16.115,17.387,15.851,17.459,15.586,17.459z'/%3E%3Cpath d='M28.797,0.676h-4.419v3h3.272v3.12l-12.064,7.409L3.529,6.802V3.676h3.272v-3H2.384 c-1.024,0-1.854,1.057-1.854,2.357v19.444c0,1.301,0.831,2.356,1.854,2.356h26.413c1.023,0,1.854-1.056,1.854-2.356V3.033 C30.65,1.732,29.82,0.676,28.797,0.676z M27.65,21.834H3.529V10.309l11.289,6.934c0.236,0.145,0.502,0.217,0.768,0.217 c0.265,0,0.529-0.072,0.766-0.217l11.299-6.939V21.834z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeButton.edsf_subscribeButtonOn:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' fill='%23c70039' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.18 25.51' enable-background='new 0 0 31.18 25.51' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' d='M15.586,17.459c-0.266,0-0.531-0.072-0.767-0.217L3.529,10.309v11.525H27.65V10.303l-11.299,6.94 C16.115,17.387,15.851,17.459,15.586,17.459z'/%3E%3Cg%3E%3Cpath fill='none' d='M15.586,17.459c-0.266,0-0.531-0.072-0.767-0.217L3.529,10.309v11.525H27.65V10.303l-11.299,6.94 C16.115,17.387,15.851,17.459,15.586,17.459z'/%3E%3Cpath d='M28.797,0.676h-4.419v3h3.273v3.12l-12.064,7.409L3.529,6.802V3.676h3.272v-3H2.384 c-1.024,0-1.854,1.057-1.854,2.357v19.444c0,1.301,0.83,2.356,1.854,2.356h26.413c1.023,0,1.854-1.056,1.854-2.356V3.033 C30.65,1.732,29.82,0.676,28.797,0.676z M27.65,21.834H3.529V10.309l11.289,6.934c0.236,0.144,0.502,0.217,0.767,0.217 c0.265,0,0.529-0.072,0.766-0.217l11.299-6.94V21.834z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpolygon points='10.6,4.283 10.6,7.272 12,7.272 14.09,7.272 17.09,7.272 18.781,7.272 20.58,7.272 20.58,4.283 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.eds__simpleForum.eds_simpleForum_Press .edsf_subscribeButton.edsf_floatLeft {
  float: left;
  display: block;
  margin: 0.75rem 1rem 0 0;
  width: 2.2727272727rem;
  height: 2.2727272727rem;
}
.eds__simpleForum.eds_simpleForum_Press .g-recaptcha {
  float: left;
  margin-top: 20px;
  margin-left: calc(15% + 25px);
}
@media (max-width: 768px) {
  .eds__simpleForum.eds_simpleForum_Press .g-recaptcha {
    margin-left: 0;
    float: none;
  }
}
.eds__simpleForum.eds_simpleForum_Press .g-recaptcha + div {
  padding-top: 2rem;
  margin-top: 0 !important;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_writeCommentInline ~ .g-recaptcha,
.eds__simpleForum.eds_simpleForum_Press .edsf_writeCommentInline ~ .edsf_commentInfo {
  margin-left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_simpleTooltipWrapper {
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_simpleTooltipWrapper .edsf_simpleTooltip {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff !important;
  font: 0.7rem/1 "Source Sans 3", sans-serif !important;
  letter-spacing: normal !important;
  background-color: #737373;
  white-space: nowrap;
  padding: 0.3rem 0.5rem;
  transition: all 400ms;
  box-shadow: 0 0px 2px 0 #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_simpleTooltipWrapper .edsf_simpleTooltip::before {
  content: "";
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #737373;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: -1px -1px 2px -1px #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_simpleTooltipWrapper:hover .edsf_simpleTooltip {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds__simpleForum.eds_simpleForum_Press .fb_iframe_widget,
.eds__simpleForum.eds_simpleForum_Press .fb_iframe_widget > span,
.eds__simpleForum.eds_simpleForum_Press .fb_iframe_widget > span > iframe {
  width: 100% !important;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta {
  margin: 2rem 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: solid 2px #fc4c3b;
  border-left: solid 2px #fc4c3b;
  background-color: #ededed;
}
@media (max-width: 576px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta {
    display: block;
    padding: 1rem 0 0;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: solid 2px #fc4c3b;
  width: 3rem;
  display: inline-block;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li {
  margin: 0.5rem 1rem;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  font: 0.9rem/1.1 "Bree Serif", serif;
  color: #fc4c3b;
  display: flex;
  align-items: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li strong {
  font-weight: normal;
  color: #3f3f3f;
  margin-right: 0.2rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li.edsf_created .edsf_authorProfile {
  margin: 0 0 0 0.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li.edsf_created .edsf_authorProfile a {
  font: 1rem/1 "Bree Serif", serif;
  display: inline-block;
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li.edsf_share {
  margin: 0 0.5rem 0 auto;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li.edsf_share .st-btn[data-network=sharethis] {
  background-color: #fc4c3b !important;
  border-radius: 0 !important;
}
@media (max-width: 480px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li.edsf_like {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta > li.edsf_like .edsf_likeAction {
  margin-left: 20px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta .edsf_topUsers {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta .edsf__topUsers {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicMeta .edsf__topUsers li {
  margin-top: 0;
  margin-bottom: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_likeAction,
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton {
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_likeAction::before,
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton::before {
  font: 1.5rem/0 "FontAwesome";
  transition: all 500ms;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_likeAction:hover::before,
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton:hover::before {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_likeAction::before {
  content: "\f08a";
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_likeAction:hover::before, .eds__simpleForum.eds_simpleForum_Press .edsf_likeAction.edsf_active::before {
  content: "\f004";
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_likeAction.edsf_active:hover::before {
  content: "\f08a";
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton {
  background-color: #fc4c3b;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none !important;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton::before {
  font-size: 2rem !important;
  color: #fff;
  content: "\f1e0";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton > span {
  font-size: 0;
  line-height: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_addthisButton:hover::before {
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicTitle {
  margin: 10px 0;
  padding: 0;
  color: #3f3f3f;
  font: 2rem/1.1 "Bree Serif", serif;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicDescription {
  color: #8c8c8c;
  margin: 1rem 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicDescription img {
  max-width: 100%;
  height: auto;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 3px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a {
  display: block;
  border: solid 2px #b4b4b4;
  position: relative;
  background-color: #e9e7e7;
  font-size: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: "\f021";
  color: #fff;
  -webkit-animation: edsf_rotate 1s linear infinite;
  animation: edsf_rotate 1s linear infinite;
  font: 15px/0 "FontAwesome";
  text-align: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a > span {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a > span > span {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a .edsf_userName {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font: 0.7rem/1 "Source Sans 3", sans-serif;
  background-color: #737373;
  white-space: nowrap;
  padding: 0.3rem 0.5rem;
  transition: all 400ms;
  z-index: 2;
  box-shadow: 0 0px 2px 0 #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a .edsf_userName::before {
  content: "";
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #737373;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: -1px -1px 2px -1px #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a .edsf_userCommentCount {
  min-width: 1.1rem;
  min-height: 1.1rem;
  padding: 0.2rem;
  top: -8px;
  right: -8px;
  background-color: #fc4c3b;
  z-index: 3;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li > a > img {
  position: relative;
  z-index: 1;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li.edsf_author > a {
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__topUsers > li:hover > a .edsf_userName {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 130%;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager {
  font-size: 0;
  line-height: 0;
  margin-left: auto;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a {
  display: inline-block;
  margin: 0.5rem;
  font-size: 0;
  line-height: 2.5rem;
  background-color: #ededed;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 500ms;
  position: relative;
  text-align: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a::after {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 1rem;
  content: "";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a > i {
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #3f3f3f;
  text-decoration: none;
  vertical-align: middle;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a > span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms;
  padding: 0.4rem 1rem;
  font: 0.9rem/1.2 "Bree Serif", serif;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  width: 260px;
  border: solid 1px #dbdbdb;
  color: #737373;
  background-color: #fff;
  z-index: 1;
  text-align: left;
}
@media (max-width: 480px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a > span {
    width: 200px;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a > span:hover {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: solid 1px #dbdbdb;
  border-bottom: none;
  border-right: none;
  background-color: #fff;
  transform: rotate(45deg) translateY(50%);
  bottom: 100%;
  left: calc(100% - 1.25rem);
  width: 0.5rem;
  height: 0.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a:hover {
  background-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a:hover > i {
  color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_topicsPager > a:hover > span {
  opacity: 1;
  visibility: visible;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__contentWrapper .edsf__styledSelect {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px #ededed inset;
  min-height: 0;
  height: 2.5rem;
  margin: 0.5rem 1rem 0.5rem 0;
  width: 10rem;
  background-color: #fff;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__contentWrapper .edsf__styledSelect > span {
  line-height: 2.5rem;
  height: 2.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__contentWrapper .edsf__styledSelect > span::after {
  box-shadow: 0px 0px 0px 2px #fc4c3b inset;
  line-height: 2.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_sectionWrapper > .edsf_sectionTitle {
  background-color: #fff;
  border-bottom: solid 2px #fc4c3b;
  border-left: solid 2px #fc4c3b;
  color: #737373;
  font: 1.2rem/1.2 "Bree Serif", serif;
  position: relative;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_sectionWrapper > .edsf_sectionTitle > strong {
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_sectionWrapper > .edsf_sectionTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  content: "";
  display: inline-block;
  border-top: solid 2px #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledRadio input[type=radio]:checked + label::before {
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledRadio input[type=radio]:checked + label::after {
  background-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledRadio input[type=radio] + label:hover::before {
  border-color: #ff7463;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledRadio input[type=radio] + label:hover::after {
  background-color: #ff7463;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > span {
  padding: 0 2.5rem 0 0.5rem;
  min-height: 0;
  height: calc(2.5rem + 6px);
  border-radius: 0;
  line-height: calc(2.5rem + 6px);
  color: #737373;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > span::after {
  background-color: #fff;
  color: #737373;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: calc(2.5rem + 6px);
  box-shadow: 0px 0px 0px 3px #fc4c3b inset;
  width: 2.5rem;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect:hover > span::after, .eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect.edsf_selectOpen > span::after {
  background-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect:hover > div, .eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect.edsf_selectOpen > div {
  margin-top: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div {
  box-shadow: none;
  border: solid 1px #ededed;
  border-bottom-width: 5px;
}
@media (max-width: 480px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div {
    width: 100%;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li {
  box-shadow: none !important;
}
@media (max-width: 480px) {
  .eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li {
    white-space: normal;
  }
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_defaultOption > span, .eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_default > span {
  padding-left: 0;
  color: #8c8c8c;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_red > span {
  background-color: #ff5a5f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_blue > span {
  background-color: #3791cb;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_black > span {
  background-color: #2b2626;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_green > span {
  background-color: #69ba8b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_yellow > span {
  background-color: #f0b552;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_pink > span {
  background-color: #ef6dab;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_orange > span {
  background-color: #ff7032;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_color_brown > span {
  background-color: #df7b2d;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_active > span {
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_locked::after, .eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li.edsf_unlocked::after {
  top: 50%;
  left: 0.3rem;
  line-height: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__styledSelect > div ul > li:hover {
  color: #3f3f3f;
  background-color: #ededed;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_inputGroup.edsf_tags .edsf__styledSelect {
  border-radius: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label {
  background-color: transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label::after, .eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label::before {
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label::after {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0;
  border: solid 3px #b3b3b3;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label::before {
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  content: "";
  background-color: #dbdbdb;
  border-radius: 15px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label:hover {
  background: transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox label:hover::after {
  border-color: #55c582;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox] {
  visibility: hidden;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:checked + label {
  background-color: transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:checked + label::after {
  left: calc(100% - 30px);
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:checked + label::before {
  background-color: #55c581;
  content: "";
  left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:checked + label:hover {
  background-color: transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:checked + label:hover::after {
  border-color: #b3b3b3;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:disabled + label:hover {
  background-color: transparent;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:disabled + label:hover::after {
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_switchCheckBox input[type=checkbox]:disabled:checked + label:hover::after {
  border-color: #b3b3b3;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__accordion .edsf__accordionSection {
  margin-top: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__accordion .edsf__accordionSection .edsf__accordionTitle {
  border-width: 0 0 2px 2px;
  border-color: #d4d4d4;
  padding: 0.3rem 1rem;
  min-height: 2.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__accordion .edsf__accordionSection .edsf__accordionTitle::after {
  border-top: solid 2px #d4d4d4;
  border-right: none;
  width: 20%;
  top: 0;
  bottom: auto;
  left: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__accordion .edsf__accordionSection .edsf__accordionTitle::before {
  top: 0;
  right: 0;
  bottom: -2px;
  width: 3rem;
  content: "\f107";
  box-shadow: 0 0 0 2px #fc4c3b inset;
  text-align: center;
  line-height: 2.75rem;
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__accordion .edsf__accordionSection .edsf__accordionTitle:hover::before {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf__accordion .edsf__accordionSection.edsf__accordionActive .edsf__accordionTitle::before {
  color: #fc4c3b;
  content: "\f106";
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledCheckBox input[type=checkbox] + label::before {
  border-radius: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledCheckBox input[type=checkbox]:checked + label::before {
  border-color: #fc4c3b;
  background-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_styledCheckBox input[type=checkbox] + label:hover::before {
  border-color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_settingsSectionHeader > div > i {
  color: #fc4c3b;
  font-size: 1.3rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_sectionHeaderTitle {
  font: 1rem/1.2 "Bree Serif", serif;
  color: #3f3f3f;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_settingsSection .edsf_inputGroup .edsf__styledSelect > span {
  padding: 0 2.5rem 0 0.5rem;
  line-height: 2.5;
  height: auto;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_settingsSection .edsf_inputGroup .edsf__styledSelect > span::after {
  line-height: 1.5;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_editingSettingsToggleWrapper {
  border-top: none;
  border-bottom-color: #fc4c3b;
  border-bottom-width: 2px;
  padding: 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_editingSettingsToggleWrapper > strong {
  padding: 0.8rem 1.5rem;
  border: solid 2px #fc4c3b;
  border-bottom: none;
  font: 1.2rem/1.1 "Bree Serif", serif;
  color: #3f3f3f;
  text-transform: uppercase;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_editingSettingsToggleWrapper > strong::before {
  content: "\f013";
  font: 1.5rem/1 "FontAwesome";
  color: #fc4c3b;
  margin-right: 0.5rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper {
  padding: 1rem;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink {
  font: 1.1rem/1.2 "Bree Serif", serif;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink > span,
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink .edsf_articleLinkIcon {
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink > span {
  margin-left: 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink .edsf_articleLinkIcon {
  margin-right: 1rem;
  font-size: 2rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink:hover > span,
.eds__simpleForum.eds_simpleForum_Press .edsf_articleLinkWrapper .edsf_articleLink:hover .edsf_articleLinkIcon {
  color: #d42413;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_widgetTitle {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_widgetTitle .edsf_icon {
  margin-right: 1rem;
  color: #fc4c3b;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_widgetTitle .edsf_headerActions {
  margin: 0 0 0 auto;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_itemTitle {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_widgetMeta {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_widgetMeta > span {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget .edsf_widgetMeta > span .edsf_icon {
  margin-right: 0.3rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget.edsf_flexTable .edsf_thead > div:last-child {
  border-right-width: 4px;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_widget.edsf_flexTable .edsf_tbody .edsf_tr > div {
  padding: 0.5rem 1rem;
}
.eds__simpleForum.eds_simpleForum_Press .edsf_loadMoreComments.edsf_viewDetails {
  width: 100%;
  border-top: none;
  text-align: center;
}