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 .ckeditor-accordion-toggle {
  display: none;
}
html body .main-container .row section .region-content .ckeditor-accordion-toggle:after {
  display: none;
}
@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: 0 40px 40px 40px;
  margin-left: 6px;
  line-height: 2;
  font-size: 1.4rem;
}
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 dd div {
  display: block;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt {
  display: flex;
  justify-self: stretch;
  font-size: 1.6rem;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a {
  background-color: #4F4F4F14;
  color: #0d6fd9;
  margin-bottom: 16px;
  border-bottom: none !important;
  border: none;
  border-radius: 0;
  font-weight: 700 !important;
  padding: 10px 20px;
  display: inline-flex;
  width: 100%;
  text-decoration: none;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a:hover,
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a:focus {
  border: 2px solid #0d6fd9 !important;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt > a:before {
  content: '\f078';
  color: #4f4f4f;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  vertical-align: top;
  margin-right: 10px;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt.active > a {
  color: #4f4f4f;
  border-bottom: none !important;
  border-radius: 4px;
}
html body .main-container .row section .region-content .ckeditor-accordion-container dl dt.active > a:before {
  content: '\f077';
}
html body .region .block-views-blockfaqs-block-2 .block-title,
html body .region .block-views-blockfaqs-block-3 .block-title,
html body .region .block-views-blockfaqs-block-4 .block-title,
html body .region .block-views-blockfaqs-block-5 .block-title {
  margin-top: 24px;
}
html body .region .block-views .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: none;
}
html body .region .block-views .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .region .block-views .field--name-field-body {
    width: 100%;
  }
}
html body .region .block-views .ckeditor-accordion-container dl {
  border: none;
}
html body .region .block-views .ckeditor-accordion-container dl dd {
  padding: 16px 40px;
  margin-bottom: 16px;
  line-height: 2;
  font-size: 16px;
  background-color: #F6F6F6;
  color: #333;
}
html body .region .block-views .ckeditor-accordion-container dl dd ul {
  margin-bottom: 0;
}
html body .region .block-views .ckeditor-accordion-container dl dt {
  display: flex;
  justify-self: stretch;
  font-size: 1.6rem;
}
html body .region .block-views .ckeditor-accordion-container dl dt > a {
  background-color: #E6E6E6;
  color: #0067C4;
  margin-bottom: 16px;
  border-bottom: none;
  border: none;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-flex;
  width: 100%;
  text-decoration: none;
}
html body .region .block-views .ckeditor-accordion-container dl dt > a:hover,
html body .region .block-views .ckeditor-accordion-container dl dt > a:focus {
  border: 2px solid #0d6fd9 !important;
}
html body .region .block-views .ckeditor-accordion-container dl dt > a:before {
  content: '\f078';
  color: #4f4f4f;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  vertical-align: top;
  margin-right: 10px;
}
html body .region .block-views .ckeditor-accordion-container dl dt.active > a {
  margin-bottom: 0;
  color: #4D4D4D;
  border-bottom: none !important;
  border-radius: 4px;
}
html body .region .block-views .ckeditor-accordion-container dl dt.active > a:before {
  content: '\f077';
}
html body #block-languages {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
html body #block-languages .dropdown-toggle {
  color: #fff;
}
html body #block-languages .menu--languages {
  display: flex;
  justify-content: center;
}
html body #block-languages .dropdown-menu {
  margin-top: -4px;
  background-color: #4f4f4f;
}
html body #block-languages .dropdown-menu a {
  color: #fff;
}
html body #block-languages .dropdown-menu a:hover {
  background-color: #4f4f4f;
}
html body #block-languages .dropdown-menu a:focus {
  background-color: transparent!important;
}
html body #block-languages .dropdown-menu .active a {
  background-color: #d8e3f2 !important;
  color: #4f4f4f !important;
  font-weight: 700;
}
html body #block-languages-2 {
  padding: 5px 40px 0 0;
}
@media screen and (max-width: 991px) {
  html body #block-languages-2 {
    margin-bottom: 20px;
  }
}
html body #block-languages-2 ul {
  float: right;
  margin-bottom: 0;
}
html body #block-languages-2 ul li {
  list-style-type: none;
  float: left;
}
html body #block-languages-2 ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}
html body #block-languages-2 ul li a:hover {
  color: #FBB92F;
  background: transparent;
}
html body #block-languages-2 ul li.active a {
  font-weight: 600;
}
html body #block-languages-2 .contextual li {
  float: none;
}
html body #block-languages-2 .contextual a {
  color: #707070;
}
html body #block-englishheaderlink,
html body #block-languageswitchercontent {
  padding: 10px 0 0 0!important;
  float: right;
}
html body #block-englishheaderlink > .links,
html body #block-languageswitchercontent > .links {
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
html body #block-englishheaderlink > .links li,
html body #block-languageswitchercontent > .links li {
  padding: 0 15px;
}
html body #block-englishheaderlink a,
html body #block-languageswitchercontent a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}
html body #block-englishheaderlink a:hover,
html body #block-languageswitchercontent a:hover {
  color: #FBB92F;
  background: transparent;
}
html body #block-englishheaderlink.active a,
html body #block-languageswitchercontent.active a {
  font-weight: 600;
}
html body #block-englishheaderlink {
  margin-right: -30px;
}
@media screen and (max-width: 991px) {
  html body .region-languages {
    display: block;
    flex-direction: column;
  }
  html body #block-languageswitchercontent,
  html body #block-englishheaderlink {
    margin: 0 auto;
    float: right;
    padding: 15px 0!important;
    text-align: center;
  }
  html body #block-languageswitchercontent {
    order: 2;
    width: auto;
    margin-bottom: 4px;
  }
  html body #block-englishheaderlink {
    order: 1;
    width: auto;
    margin-bottom: 10px;
  }
  html body #block-languages {
    order: 3;
    width: auto;
  }
  html body #block-languages .menu--languages {
    padding: 15px 0;
  }
  html body #block-languages .menu--languages .navbar-text {
    margin: 0;
  }
}
