/*only used for errors*/
/* less functions */
.drawers {
  padding: 30px 0;
}
.drawers .icon {
  width: 30px;
  height: 30px;
  background: transparent;
  float: right;
  color: #2199f2;
  text-align: center;
  padding-top: 0;
  cursor: pointer;
}
.drawers .icon .dashicons,
.drawers .icon .dashicons-before::before {
  width: 30px;
  height: 30px;
  font-size: 36px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}
.drawers.has_headline .toggle-header {
  padding: 30px/3 0;
}
.drawers.has_headline .toggle-header h2 {
  font-size: 18px;
  line-height: 22px;
}
.drawers.has_headline .toggle-header .icon {
  width: 30px;
  height: 30px;
  font-size: 36px;
  line-height: 22px;
  margin-top: 0;
}
.drawers.has_headline .toggle-header .icon.active {
  line-height: 22px;
}
.drawers .icon.active {
  display: none;
  padding-top: 0px;
}
.drawers .toggle-drawer {
  margin-bottom: 10px;
}
.drawers .toggle-drawer:last-of-type {
  border-bottom: none;
}
.drawers .toggle-drawer.active .toggle-header .icon.active {
  display: block;
}
.drawers .toggle-drawer.active .toggle-header .icon.in-active {
  display: none;
}
.drawers .toggle-drawer h3 {
  padding-right: 30px;
  margin-top: 0;
  max-width: 90%;
}
.drawers .toggle-header {
  padding: 30px 0;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #D8D8D8;
}
.drawers .toggle-header .icon {
  margin-top: 5px;
  margin-right: 10px;
}
.drawers .toggle-header h3 {
  color: #000;
}
.drawers .toggle-header h2 {
  width: 80%;
  clear: none;
  padding-bottom: 0;
}
.drawers .toggle-content {
  padding: 30px 0 10px;
  display: none;
}
.drawers .toggle-content .column-one,
.drawers .toggle-content .column-two {
  padding-left: 0;
}
.drawers .toggle-content .column-one span,
.drawers .toggle-content .column-two span {
  border-bottom: #2199f2 solid 2px;
  text-decoration: none;
}
.drawers .toggle-content .column-one h4,
.drawers .toggle-content .column-two h4 {
  padding-bottom: 30px/2;
}
.drawers .toggle-content .column-one h3,
.drawers .toggle-content .column-two h3 {
  font-size: 18px;
}
.drawers .toggle-content h3 {
  color: #2199f2;
  padding: 30px/2 0;
}
.drawers .toggle-content a {
  text-decoration: underline;
}
.drawers .toggle-content p {
  margin: 0 0 15px 0;
  /*text-decoration: underline;*/
}
@media (max-width: 768px) {
  .drawers .toggle-header .icon {
    margin-top: 0;
  }
}
