/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .footer-bottom .config-pages-footer-bottom-links__field-links-item a, .footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-cta a, .footer-middle .config_pages--type--footer .learn-more a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .footer-bottom .config-pages-footer-bottom-links__field-links-item a:hover, .footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-cta a:hover, .footer-middle .config_pages--type--footer .learn-more a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .footer-middle .config_pages--type--footer .cq-links .cq-links-item + .btn {
      margin-top: 10px;
    }
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item:focus {
    outline: none;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item:hover {
    color: #fff;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item:disabled, .footer-middle .config_pages--type--footer .cq-links .disabled.cq-links-item, .footer-middle .config_pages--type--footer .cq-links [disabled].cq-links-item {
    opacity: 0.5;
    pointer-events: none;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item {
    padding: 8px 16px;
    font-size: 13px;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item {
    background-color: #0046b4;
    color: #fff;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item:hover {
    background-color: #336bc3;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item:active, .footer-middle .config_pages--type--footer .cq-links .active.cq-links-item {
    background-color: #002a6c;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item {
    background-color: transparent;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .footer-middle .config_pages--type--footer .cq-links .cq-links-item:hover, .footer-middle .config_pages--type--footer .cq-links .cq-links-item:active, .footer-middle .config_pages--type--footer .cq-links .active.cq-links-item {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .footer-middle .config_pages--type--footer .cq-links .btn-invert.cq-links-item {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .footer-middle .config_pages--type--footer .cq-links .btn-invert.cq-links-item:hover, .footer-middle .config_pages--type--footer .cq-links .btn-invert.cq-links-item:active, .footer-middle .config_pages--type--footer .cq-links .btn-invert.active.cq-links-item {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.cb-text, .footer-bottom .config_pages--type--footer .field--name-field-links a, .footer-bottom .node--type-office .node__content .field--name-field-telephone .field__label,
.footer-bottom .node--type-office .node__content .field--name-field-email .field__label, .footer-bottom .node--type-office .node__content a, .footer-bottom .node--type-office .node__content .address, .footer-bottom .node--type-office span.tit-section a {
  font-size: 13px;
  color: #000;
}

.footer-titles, .footer-middle .navigation > ul > li > span,
.footer-middle .navigation > ul > li > a, .footer-middle .config_pages--type--footer .config_pages-block-title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.footer-titles:after, .footer-middle .navigation > ul > li > span:after,
.footer-middle .navigation > ul > li > a:after, .footer-middle .config_pages--type--footer .config_pages-block-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  min-width: 1000px;
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  background-color: #ddd;
}

.footer {
  background: #fff;
}
@media print {
  .footer {
    display: none;
  }
}

.footer-container {
  padding: 0 15px;
}

.footer-top .container.stretch {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.footer-middle,
.footer-bottom {
  max-width: 1146px;
  padding-top: 15px;
  margin: 0 auto;
}

.footer-middle > div span,
.footer-middle > div a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-middle > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-middle .block-config-pages {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-middle .block-config-pages {
    width: 23%;
    margin-right: 30px;
  }
}
.footer-middle .config_pages--type--footer {
  overflow: hidden;
}
.footer-middle .config_pages--type--footer .text-description {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
  color: #606060;
}
.footer-middle .config_pages--type--footer .learn-more {
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-middle .config_pages--type--footer .learn-more {
    text-align: right;
  }
}
.footer-middle .config_pages--type--footer .learn-more a {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}
.footer-middle .config_pages--type--footer .cq-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-middle .config_pages--type--footer .cq-links .cq-links-item {
  display: flex;
  align-items: center;
  margin: 0 5px 10px 0;
}
.footer-middle .config_pages--type--footer .cq-links .cq-links-item:last-child {
  margin-right: 0;
}
.footer-middle .config_pages--type--footer .cq-links .cq-links-item img {
  display: block;
  width: 100%;
  max-width: 16px;
  height: 100%;
  max-height: 16px;
  margin-right: 5px;
  filter: invert(12%) sepia(70%) saturate(5538%) hue-rotate(210deg) brightness(100%) contrast(103%);
}
.footer-middle .config_pages--type--footer .cq-links .cq-links-item:hover {
  background-color: #0046b4;
  color: #fff;
}
.footer-middle .config_pages--type--footer .cq-links .cq-links-item:hover img {
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(98deg) brightness(99%) contrast(100%);
}
.footer-middle .config_pages--type--footer .cq-links .field--type-link {
  margin-right: 5px;
}
.footer-middle .config_pages--type--footer .cq-links .field--type-link:last-child {
  margin-right: 0;
}
.footer-middle .config_pages--type--footer .cq-links .field--type-link a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #606060;
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid #ddd;
}
.footer-middle .config_pages--type--footer .footer-social-icons a img {
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .footer-middle .config_pages--type--footer {
    margin-bottom: 0;
  }
}
.footer-middle .navigation {
  max-width: 100%;
  overflow: hidden;
}
.footer-middle .navigation:last-child {
  margin-right: 0;
}
.footer-middle .navigation > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-middle .navigation > ul > li {
  width: 100%;
  margin-bottom: 30px;
}
.footer-middle .navigation > ul > li li {
  margin-bottom: 10px;
}
.footer-middle .navigation > ul > li li:nth-child(odd) {
  margin-right: 10px;
}
.footer-middle .navigation > ul > li li a {
  font-size: 13px;
  line-height: 16px;
  color: #606060;
}
.footer-middle .navigation.menu--accreditations-menu > ul > li {
  position: relative;
}
.footer-middle .navigation.menu--accreditations-menu > ul > li .menu-link-contentaccreditations-menu .taxonomy-term-accreditation .tit-block {
  display: none;
}
@media (min-width: 768px) {
  .footer-middle .navigation {
    flex: 1;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .footer-middle .navigation > ul {
    justify-content: space-between;
  }
  .footer-middle .navigation > ul > li {
    flex: 1;
    margin-right: 30px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .footer-middle .navigation > ul > li:last-child {
    margin-right: 0;
  }
  .footer-middle .navigation.menu--accreditations-menu {
    flex: initial;
    width: 100%;
    max-width: 100%;
  }
  .footer-middle .navigation.menu--accreditations-menu > ul > li {
    flex: initial;
    width: 100%;
  }
  .footer-middle .navigation.menu--accreditations-menu > ul > li .menu-link-contentaccreditations-menu .taxonomy-term-accreditation .tit-section {
    display: none;
  }
}
.footer-middle .navigation .view-mode-highlighted-blogs .menu-level-1 li > span,
.footer-middle .navigation .view-mode-highlighted-blogs .menu-level-1 li > a {
  display: none;
}
.footer-middle .navigation .view-mode-blog {
  display: flex;
}
.footer-middle .navigation .view-mode-blog .text-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  margin-left: 10px;
}
.footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-image {
  width: 82px;
  height: 82px;
}
.footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-cta a {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-title {
  display: -webkit-box;
  max-width: 95%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  color: #606060;
}
@media (min-width: 768px) {
  .footer-middle .navigation .view-mode-blog .menu-link-content-footer-blog__field-title {
    max-width: 165px;
  }
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 110px;
  border-top: 1px solid #ddd;
}
@media (min-width: 992px) {
  .footer-bottom {
    padding-bottom: 40px;
  }
}
.footer-bottom .node--type-office {
  display: none;
}
@media (min-width: 992px) {
  .footer-bottom .node--type-office {
    display: block;
  }
}
.footer-bottom .node--type-office span.tit-section {
  margin: 0;
  font-size: 13px;
  padding-inline-end: 2px;
}
.footer-bottom .node--type-office span.tit-section a {
  font-weight: 600;
  text-decoration: none;
}
.footer-bottom .node--type-office .node__content {
  display: inline-block;
}
.footer-bottom .node--type-office .node__content > div {
  display: inline-block;
}
.footer-bottom .node--type-office .node__content .address {
  margin: 0;
}
.footer-bottom .node--type-office .node__content .address br {
  display: none;
}
.footer-bottom .node--type-office .node__content a {
  text-decoration: none;
}
.footer-bottom .node--type-office .node__content .field--name-field-telephone .field__label,
.footer-bottom .node--type-office .node__content .field--name-field-telephone .field__item,
.footer-bottom .node--type-office .node__content .field--name-field-email .field__label,
.footer-bottom .node--type-office .node__content .field--name-field-email .field__item {
  display: inline-block;
}
.footer-bottom .config_pages--type--footer {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.footer-bottom .config_pages--type--footer .field--name-field-links .field__item {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-bottom .config_pages--type--footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-bottom .config_pages--type--footer .field--name-field-links {
    display: inline-block;
  }
  .footer-bottom .config_pages--type--footer .field--name-field-links .field__item {
    margin-bottom: 0;
  }
}
.footer-bottom .config-pages-footer-bottom-links__field-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .footer-bottom .config-pages-footer-bottom-links__field-links {
    justify-content: flex-start;
  }
}
.footer-bottom .config-pages-footer-bottom-links__field-links-item {
  margin-right: 15px;
}
.footer-bottom .config-pages-footer-bottom-links__field-links-item:last-child {
  margin-right: 0;
}
.footer-bottom .config-pages-footer-bottom-links__field-links-item a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-bottom .config-pages-footer-bottom-links__field-links-item a {
    font-size: 13px;
  }
}
.footer-bottom .node-office-footer__field-telephone:before, .footer-bottom .node-office-footer__field-email:before {
  display: inline-block;
  content: "/";
  font-size: 13px;
}
.footer-bottom .node-office-footer__field-telephone-label, .footer-bottom .node-office-footer__field-telephone-items, .footer-bottom .node-office-footer__field-email-label {
  display: inline-flex;
  font-size: 13px;
  color: #000;
}
.footer-bottom .node-office-footer__field-telephone-items .paragraph-telephone__field-flag-icon {
  display: none;
}
.footer-bottom .node-office-footer__field-telephone-label:first-child:after, .footer-bottom .node-office-footer__field-email-label:first-child:after {
  display: inline-block;
  content: ":";
}
.footer-bottom .current-phone-holder {
  display: inline-block;
}
.footer-bottom .current-phone-holder__item {
  display: inline-block;
}
.footer-bottom .current-phone-holder__item::after {
  content: ",";
  margin-right: 5px;
}
.footer-bottom .current-phone-holder__item:nth-of-type(2) {
  padding-left: 5px;
}
.footer-bottom .current-phone-holder__item:last-of-type::after {
  content: none;
}

/*# sourceMappingURL=footer.css.map */
