.ckc-page-head {
  max-width: 1840px;
  margin: 0 auto;
}

.ckc-page-head-thirst_blue {
  background-color: #00629B;
  color: #FFFFFF;
}

.is_hidden{
  display: none
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.ckc-icon-card__icon>img {
  object-fit: contain;
  height: 100px;
  width: 100px;
}

.ckc-button--link {
  color: #9D2235;
}

.pager__items {
  text-align: center;
}

.pager__item {
  display: inline;
  margin-right: 7px;
  margin-left: 7px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.ckc-accordion__button__page,
.ckc-accordion__button__page_current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border-radius: 50%;
  transition: .25s transform ease-in-out
}

.ckc-accordion__button__page_current {
   border: 2px solid black;
}

.ckc-accordion__button__page_current:active,
.ckc-accordion__button__page_current:focus,
.ckc-accordion__button__page_current:hover
{
  color: white;
  background: black;
  border-color: black;
}

.ckc-accordion__button__page:active,
.ckc-accordion__button__page:focus,
.ckc-accordion__button__page:hover
{
  border-radius: 50%;
  border: 2px solid black;
}


.ckc-accordion__button:active,
.ckc-accordion__button:focus,
.ckc-accordion__button:hover
{
  color: var(--__cki-button-hover-color);
  background: var(--__cki-button-hover-background);
  border-color: var(--__cki-button-hover-border-color);
}

.messages__wrapper,
.contentinfo-message,
.messages.messages--status {
  font-weight: bold;
  text-align:center;
  font-size: 18px;
}

.form-item--error-message {
  color: #da291c;
  font-weight: bold;
  text-align: left;
}