html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline {
  display: flex;
  justify-content: flex-start;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-item {
  padding-right: 20px;
  float: none;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-item .control-label {
  color: #575757;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info {
  background-color: #222 !important;
  transition: background 0.5s ease;
  border-color: #222;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info:hover {
  background-color: #960000 !important;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger {
  background-color: #222;
  transition: background 0.5s ease;
  border-color: #222;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger:hover {
  background-color: #960000;
}
html body .main-container .row section .region-content .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before,
html body .main-container .row section .region-content .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  background: #960000;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .field--name-field-body {
    width: 100%;
  }
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl {
  border: none;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dd {
  padding-top: 5px;
  padding-bottom: 10px;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dd ul {
  margin-bottom: 0;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt.active > a {
  background: #eee;
  color: #21568f;
  border-bottom: none !important;
  border-radius: 4px;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+50,eeeeee+100&1+0,0.5+50,1+100 */
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(238, 238, 238, 0.5) 50%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(238, 238, 238, 0.5) 50%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(238, 238, 238, 0.5) 50%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  color: #21568f;
  margin-bottom: 5px;
  border-bottom: none;
  border: 1pt solid #e2ecef;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: normal;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,dddddd+51,dddddd+100&1+0,0.5+50,1+100 */
  background: -moz-linear-gradient(top, #dddddd 0%, rgba(221, 221, 221, 0.5) 50%, rgba(221, 221, 221, 0.51) 51%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dddddd 0%, rgba(221, 221, 221, 0.5) 50%, rgba(221, 221, 221, 0.51) 51%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dddddd 0%, rgba(221, 221, 221, 0.5) 50%, rgba(221, 221, 221, 0.51) 51%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}
