/* Global Mobile Breakpoints */
/*** Global Colors ***/
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 {
  float: right;
  color: #fff;
  text-decoration: none;
  background: #191970;
  border-radius: 4px;
  padding: 3px 12px;
  border-color: #191970;
  border-bottom: none;
  transition: all 0.5s ease;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info:hover {
  background: #22229a;
  color: #f9f9a5;
  text-decoration: none;
  border-bottom: none;
}
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 .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
html body .main-container .row section .region-content .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: #21568f !important;
}
@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 {
  margin-top: 20px;
}
html body .main-container .row section .region-content .ckeditor-accordion-container .btn-primary {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #191970;
  border: none;
}
html body .main-container .row section .region-content .ckeditor-accordion-container .btn-primary:hover {
  background: #2424c0;
  color: #fdfb8b;
}
html body .main-container .row section .region-content .ckeditor-accordion-container .a-btn {
  display: inline-block;
}
html body .main-container .row section .region-content .ckeditor-accordion-container .b-btn,
html body .main-container .row section .region-content .ckeditor-accordion-container .c-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
html body .main-container .row section .region-content .ckeditor-accordion-container .b-btn a,
html body .main-container .row section .region-content .ckeditor-accordion-container .c-btn a {
  background: #191970;
  border: none;
  border-radius: 4px;
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
  transition: 0.5s ease;
}
html body .main-container .row section .region-content .ckeditor-accordion-container .b-btn a:hover,
html body .main-container .row section .region-content .ckeditor-accordion-container .c-btn a:hover {
  background: #2424c0;
  color: #fdfb8b;
}
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: #edf7fb;
  color: #21568f;
  border-bottom: none !important;
  border-radius: 4px;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a {
  background: #f5fafc;
  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 {
  background: #edf7fb;
}
