html body .main-container .row section .region-content dd.active > p {
  padding-top: 10px;
  padding-bottom: 10px;
}
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: #38afca !important;
  transition: background 0.5s ease;
  border-color: #31b0d5;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info:hover {
  background-color: #147da3 !important;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger {
  background-color: #f85c6c;
  transition: background 0.5s ease;
  border-color: #ca3d4b;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger:hover {
  background-color: #ca3d4b;
}
html body .main-container .row section .region-content .panel-heading a .accordion-toggle:before {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 1.2em;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
  border-bottom: 0;
}
html body .main-container .row section .region-content .panel-heading a .collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 1.2em;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 5px;
  border-bottom: 0;
}
html body .main-container .row section .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before,
html body .main-container .row section .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  background: #21568f;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .field--name-field-body {
    width: 100%;
  }
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl {
  border: none;
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl dd {
  padding-top: 5px;
  padding-bottom: 10px;
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl dd ul {
  margin-bottom: 0;
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl dd.active > p {
  padding-top: 10px;
  padding-bottom: 10px;
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl dt.active > a {
  background: #e6f3f8;
  color: #21568f;
  border-bottom: none !important;
  border-radius: 4px;
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl dt > a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2ecef+0,e2ecef+50,e2ecef+100&1+0,0.23+31,0.23+50,0.23+70,1+100 */
  background: -moz-linear-gradient(top, #e2ecef 0%, rgba(226, 236, 239, 0.23) 31%, rgba(226, 236, 239, 0.23) 50%, rgba(226, 236, 239, 0.23) 70%, #e2ecef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2ecef 0%, rgba(226, 236, 239, 0.23) 31%, rgba(226, 236, 239, 0.23) 50%, rgba(226, 236, 239, 0.23) 70%, #e2ecef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2ecef 0%, rgba(226, 236, 239, 0.23) 31%, rgba(226, 236, 239, 0.23) 50%, rgba(226, 236, 239, 0.23) 70%, #e2ecef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2ecef', endColorstr='#e2ecef', GradientType=0);
  /* IE6-9 */
  color: #21568f;
  margin-bottom: 5px;
  border-bottom: none;
  border: 1pt solid lightblue;
  border-radius: 4px;
  font-size: 1.4em;
  font-weight: normal;
}
html body .main-container .row section .field--name-field-body .ckeditor-accordion-container dl dt > a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2e8ef+0,d2e8ef+50,d2e8ef+100&1+0,0.23+36,0.23+50,0.23+64,1+100 */
  background: -moz-linear-gradient(top, #d2e8ef 0%, rgba(210, 232, 239, 0.23) 36%, rgba(210, 232, 239, 0.23) 50%, rgba(210, 232, 239, 0.23) 64%, #d2e8ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d2e8ef 0%, rgba(210, 232, 239, 0.23) 36%, rgba(210, 232, 239, 0.23) 50%, rgba(210, 232, 239, 0.23) 64%, #d2e8ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d2e8ef 0%, rgba(210, 232, 239, 0.23) 36%, rgba(210, 232, 239, 0.23) 50%, rgba(210, 232, 239, 0.23) 64%, #d2e8ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e8ef', endColorstr='#d2e8ef', GradientType=0);
  /* IE6-9 */
}
