.topic-slide-to-list h1 {
  margin: 0;
  border-bottom: 1px solid #eee;
  font: 400 24px "source sans pro";
  margin: 0 0 28px;
  padding: 0 0 14px;
 /* text-transform: capitalize;*/
   }

.symbols-list {
  border-left: 1px solid #eee;
  padding: 0 !important;
  margin-bottom: 30px; }

.symbols-list li:before {
  display: none; }

.symbols-list li {
  float: left;
  width: 30px;
  height: 30px;
  margin: -1px 0 0 0 !important;
  text-align: center;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.symbols-list li a {
  display: block;
  text-transform: uppercase;
  line-height: 30px;
  height: 100%;
  color: #707070 !important; }

.symbols-list li a:hover {
  color: #00a651 !important; }

.topic-slide-to-list .toggle-block.active .opener::after {
  background: url("/images/ico-arrow-up-green.svg") no-repeat scroll 0 0/13px 13px transparent; }

.topic-slide-to-list .toggle-block .opener::after {
  background: url("/images/ico-arrow-down-green.svg") no-repeat scroll 0 0/13px 13px transparent;
  content: "";
  display: block;
  height: 13px;
  left: 100%;
  margin: -6px 0 0 -13px;
  position: absolute;
  top: 50%;
  width: 13px; }

.topic-slide-to-list .toggle-block .opener {
  border-bottom: 1px solid #eee;
  font-size: 32px !important;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase; }

.topic-slide-to-list .toggle-block ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding: 20px 0 0 !important; }

.topic-slide-to-list .toggle-block ul li a {
  color: #111111 !important; }

.topic-slide-to-list .toggle-block ul li a:hover {
  color: #2ebb37 !important; }

.topic-slide-to-list .toggle-block ul li {
  /*text-transform: capitalize;*/
  font: normal 16px/1.2em "source sans pro", Arial, sans-serif;
  margin: 0 0 3px; }

.topic-slide-to-list .toggle-block ul li:before {
  display: none; }

.symbols-select {
  display: none; }

.drop-select-styled .customSelect .selectedValue {
  background: #fff; }

.drop-select-styled .customSelect .selectValueWrap .caret {
  width: 44px;
  height: 48px;
  border-left: 1px solid #eee;
  top: 1px;
  right: 0;
  margin: 0;
  border-top: none;
  border-right: none; }

.drop-select-styled .customSelect .selectValueWrap .caret:after {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -6px 0 0 -28px;
  width: 13px;
  height: 13px;
  display: block;
  content: '';
  background: url(/images/ico-arrow-down-green.svg) no-repeat;
  background-size: 13px 13px; }

.drop-select-styled .customSelect.select-open .selectValueWrap .caret:after {
  background: url(/images/ico-arrow-up-green.svg) no-repeat;
  background-size: 13px 13px; }

.filter.drop-select-styled dd, .filter.drop-select-styled .selectedValue {
  text-transform: none; }

.filter.drop-select-styled .selectedValue {
  color: #00a651;
  height: 38px;
  padding: 0 44px 0 17px;
  line-height: 38px; }

.filter.drop-select-styled dd {
  height: 38px;
  padding: 0 44px 0 17px;
  line-height: 38px; }

.filter.drop-select-styled .customSelect .selectValueWrap .caret {
  height: 36px;
  border-left: none; }

.filter.drop-select-styled dd:first-child {
  display: none; }

#col-right .topic-slide-to-list .toggle-block ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

#col-right .symbols-list {
  display: none; }

#col-right .symbols-select {
  display: block; }

@media screen and (max-width: 1218px) {
  .topic-slide-to-list .toggle-block ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 977px) {
  .symbols-list {
    display: none; }

  .symbols-select {
    display: block; } }
@media screen and (max-width: 747px) {
  .topic-slide-to-list .toggle-block ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
