/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.link-list {
  background: transparent;
}
.link-list h1, .link-list h2, .link-list h3, .link-list h4, .link-list h5, .link-list h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}
.link-list > .component-content ul {
  background: transparent;
}
.link-list > .component-content li {
  background: transparent;
  display: block;
  font-size: 13px;
}
.link-list > .component-content li a {
  display: inline;
  color: #929292;
  position: relative;
  padding-left: 10px;
  font-size: 1em;
  text-decoration: none;
}
.link-list > .component-content li a:hover {
  color: #1E1E1E;
  text-decoration: none;
}
.link-list .button-default, .link-list .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #f6f6f6;
  color: #747474;
}
.link-list .button-default:hover, .link-list .default:hover {
  color: #747474;
  background: #f7f7f7;
}
.link-list .button-success, .link-list .success {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #a0ce4e;
  color: #fff;
}
.link-list .button-success:hover, .link-list .success:hover {
  color: #747474;
  background: #f7f7f7;
}
.link-list .button-success:hover, .link-list .success:hover {
  color: #fff;
  background: #92be43;
}
.link-list .button-warning, .link-list .warning {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: #bc4526;
  color: #fff;
}
.link-list .button-warning:hover, .link-list .warning:hover {
  color: #747474;
  background: #f7f7f7;
}
.link-list .button-warning:hover, .link-list .warning:hover {
  color: #fff;
  background: #c34e30;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.links-grid {
  margin-top: 48px;
}
@media only screen and (max-width: 786px) {
  .links-grid {
    margin-top: 12px;
  }
}
.links-grid__card {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 786px) {
  .links-grid__card {
    padding: 36px 0;
    justify-content: center;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
  }
}
.links-grid__card .field-image {
  display: flex;
}
.links-grid__icon {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.links-grid__icon > img {
  max-width: 100%;
  height: 100%;
}
.links-grid__text {
  font-size: 16px;
  color: #232323;
  text-decoration: none;
  margin-left: 0.8rem;
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
}
.links-grid__text:hover {
  color: #232323;
}
.links-grid .card-content {
  display: inline-block;
}
.links-grid__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.links-grid__link a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

@-webkit-keyframes search-gradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes search-gradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.link-list.lang-selector {
  z-index: 99;
  position: relative;
  width: 108px;
}
.link-list.lang-selector:first-of-type {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .link-list.lang-selector:first-of-type {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-header .link-list.lang-selector:first-of-type {
    display: none;
  }
}
.link-list.lang-selector:last-of-type {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .link-list.lang-selector:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-header .link-list.lang-selector:last-of-type {
    display: block;
  }
}
.link-list.lang-selector.active:after {
  content: "";
  position: absolute;
  width: 108px;
  height: 24px;
  right: 0;
  left: auto;
  top: 140px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  opacity: 0;
  -webkit-animation: search-gradient 0.2s 0.3s forwards;
  animation: search-gradient 0.2s 0.3s forwards;
}
.mobile-header .link-list.lang-selector.active:after {
  top: 115px;
  right: 25px;
}
@media only screen and (max-width: 1024px) {
  .link-list.lang-selector.active:after {
    top: 115px;
    right: 25px;
  }
}
.link-list.lang-selector.active ul li.active {
  border-radius: 10px;
  border-bottom: 0;
  height: 129px;
  z-index: -1;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
}
.link-list.lang-selector ul {
  position: absolute;
  right: 25px;
  left: auto;
  top: 10px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  background: #fff;
  cursor: pointer;
  border-radius: 1rem;
  max-height: 24px;
  width: 108px;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
@media only screen and (min-width: 1024px) {
  .link-list.lang-selector ul {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-header .link-list.lang-selector ul {
    position: absolute;
    right: 25px;
    left: auto;
    top: 10px;
  }
}
.link-list.lang-selector ul.open {
  visibility: visible;
  max-height: 129px;
  overflow-y: auto;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 0;
  padding-top: 5px;
}
.link-list.lang-selector ul.open:after {
  content: "";
  position: fixed;
  width: 120px;
  height: 24px;
  right: calc((100vw - 1440px - 6px) / 2);
  left: auto;
  top: 161px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  display: none;
}
@media only screen and (min-width: 1024px) {
  .link-list.lang-selector ul.open {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-header .link-list.lang-selector ul.open {
    margin-top: 0;
  }
}
@media (max-width: 1479px) {
  .link-list.lang-selector ul.open:after {
    display: none;
  }
}
.link-list.lang-selector ul.open::-webkit-scrollbar {
  width: 9px;
}
.link-list.lang-selector ul.open::-webkit-scrollbar-thumb {
  background-color: #E9E9E9;
  border: 3px solid #fff;
  border-radius: 20px;
}
.link-list.lang-selector ul.open li.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.link-list.lang-selector ul.open li {
  visibility: visible;
}
.link-list.lang-selector ul li {
  visibility: hidden;
  width: 100%;
}
.link-list.lang-selector ul li.active {
  position: fixed;
  top: 23px;
  visibility: visible;
  width: auto;
  height: 24px;
  color: #232323;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 1.5px 20px 1.5px 0;
  z-index: 1;
  right: 138px;
}
@media (min-width: 1025px) {
  .link-list.lang-selector ul li.active {
    top: 10px;
    right: auto;
  }
  .mobile-header .link-list.lang-selector ul li.active {
    top: 23px;
    right: 138px;
  }
}
@media only screen and (min-width: 1480px) {
  .link-list.lang-selector ul li.active {
    right: calc((100vw - 1459px) / 2);
  }
}
.link-list.lang-selector ul li.active a {
  color: #232323;
  padding: 0 10px;
}
header .row > .column-splitter:nth-child(1) .link-list.lang-selector ul li.active a:hover {
  text-decoration: none;
}
.link-list.lang-selector ul li.active:after {
  content: "";
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-black.svg") no-repeat center;
  transition: all 0.2s ease-in-out;
  background-size: contain;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 8px;
  top: 7px;
  bottom: 0;
}
.link-list.lang-selector ul li.last {
  padding-bottom: 12px;
}
.link-list.lang-selector ul li a {
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  font-size: 12px;
  color: #232323;
  padding: 5px 0 5px 12px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.link-list.lang-selector ul li a:focus, .link-list.lang-selector ul li a:hover {
  text-decoration: none;
}
.link-list.lang-selector ul li a.isDisabled {
  pointer-events: none;
}
.link-list.lang-selector .close {
  display: none;
  background-color: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: -8px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .link-list.lang-selector .close {
    top: 16px;
    right: -22px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-header .link-list.lang-selector .close {
    right: 0;
    top: -8px;
  }
}
@media (min-width: 1024px) and (max-width: 1330px) {
  .link-list.lang-selector .close {
    right: -12px;
  }
}
.link-list.lang-selector .close:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/header/close-purple.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  z-index: 1;
}

.search-page .d-lg-block {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .search-page .d-lg-block {
    display: none !important;
  }
}
.mobile-header .search-page .d-lg-block {
  display: none !important;
}

main .link-list {
  max-width: inherit;
  flex: none;
  width: auto;
  margin-bottom: 1rem;
}
main .link-list > .component-content ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
main .link-list > .component-content ul li a {
  display: inline-block;
  padding: 1rem;
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
}
main .link-list > .component-content ul li a:before {
  display: none;
}
main .link-list > .component-content ul li a:after {
  content: "";
  height: 5px;
  background: #FF6374;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
main .link-list > .component-content ul li a:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  main .link-list {
    margin-bottom: 0.5rem;
  }
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.link-list.list-vertical h3 {
  background: #FFFFFF;
  width: 100%;
  display: inline-block;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}
.link-list.list-vertical a {
  border: none;
}
.link-list.list-vertical li {
  display: block;
  margin-left: 3rem;
}