.icon {
  display: inline-block;
}
.icon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iconInsideCircle {
  background-color: #FFFF;
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 55%;
  width: 55%;
  transform: translateY(0);
  position: static;
}
.iconInsideCircle__svg {
  fill: #005f96;
  height: 60%;
  width: 60%;
  transition: fill 0.25s ease;
}
.checkIcon {
  position: absolute;
  background-color: #7ed2c1;
  border-color: #7ed2c1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: 0;
  top: 2px;
}
.checkIcon__svg {
  fill: #FFFF;
  width: 15px;
}
.smallHeader {
  position: absolute;
  background-color: #005f96;
  border-color: #005f96;
  height: 22px;
  width: 22px;
  top: 5px;
}
.smallHeader__svg {
  margin-left: 5px;
  width: 11.68px;
}
.readmoreIcon {
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.readmoreIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.collapsible--triggered [data-collapsible="open"] + .readmoreIcon {
  transform: rotate(180deg);
}
.collapsible--triggered [data-collapsible="open"] + .readmoreIcon .readmoreIcon__svg {
  transform: translate(-50%, -50%);
}
[data-collapsible="trigger"] {
  cursor: pointer;
}
[data-collapsible="trigger"] .readmoreIcon {
  transition: transform 0.3s ease;
}
.big {
  border: 2px solid #005f96;
  height: 25px !important;
  width: 25px !important;
}
.rightside {
  transform: rotate(270deg) !important;
}
.breadcrumb-icon {
  position: relative;
}
.breadcrumb-icon__svg {
  color: currentColor;
  transition: fill 0.25s ease;
  width: 20px;
  height: 20px;
  fill: #005f96;
  transform: translate(-10px, 7.5px) rotate(25deg);
}
.rating-icon {
  color: #005f96;
  position: relative;
  height: 32px;
  width: 160px;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.multiColumnBlockIcon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
.multiColumnBlockIcon__svg {
  width: 100%;
  height: 100%;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.download-icon {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  left: 10px;
  top: 10px;
}
.download-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.card-icon {
  display: block;
  height: 150px;
  margin: 0 auto -180px auto;
  width: 150px;
  position: static;
}
.card-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-icon {
    height: calc(100% + 40px);
    left: 0;
    margin: 0;
    max-width: 200px;
    position: absolute;
    transform: translateY(-20px);
    width: auto;
  }
}
.pagination-icon {
  height: 20px;
  position: absolute;
  width: 20px;
  margin-top: 5px;
}
.pagination-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.info-icon {
  display: block;
}
.info-icon__svg {
  position: absolute;
  color: currentColor;
  transition: fill 0.25s ease;
  width: 30px;
  height: 30px;
  fill: #005f96;
}
.footer-contact-icon {
  display: inline-block;
  height: 25px;
  width: 20px;
  position: relative;
  margin-right: 10px;
}
.footer-contact-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.buttonWithIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  right: 2px;
  top: 4px;
}
.buttonWithIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.highlightIcon {
  display: inline-block;
  color: #7ED2C1;
  height: 60px;
  margin-bottom: 20px;
  position: static;
  width: 60px;
}
.highlightIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.gotoLinkIcon {
  border: 0;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.gotoLinkIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.seeListBelow {
  border: 2px solid #005f96;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.seeListBelow__svg {
  left: 50%;
  position: absolute;
  top: 55%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.highlight__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlight__ul__li {
  flex: 1;
  padding: 20px;
  text-align: center;
  color: #005f96;
}
.highlight__ul__li__data {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: inherit;
}
.highlight__ul__li__text {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .highlight__ul {
    flex-direction: column;
  }
}
