.align-self-center {
  align-self: center;
}

.justify-content-center {
  justify-content: center;
}

.app-linkboxes.container-fluid {
  min-height: 0 !important;
}

.app-linkboxes {
  margin-bottom: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.app-linkboxes.app-linkboxes-image-right a h3 {
  color: #197ABF;
}

.app-linkboxes.app-linkboxes-image-right a:hover h3 {
  text-decoration: underline;
}

.app-linkboxes.app-linkboxes-image-left {
  background-position: left bottom;
}

.app-linkboxes a,
.app-linkboxes a:hover {
  text-decoration: none;
}

.app-linkboxes .text-center h2 {
  color: #474747;
  margin-bottom: 16px;
}

.app-linkboxes a .span-link,
.app-linkboxes a .fa {
  color: #197ABF;
}

.app-linkboxes a:hover h3 {
  color: #197ABF;
}

.app-linkboxes a:hover .fa {
  color: #197ABF;
}

.app-linkboxes a:hover .span-link {
  text-decoration: underline;
  color: #197ABF;
}

.app-linkboxes.app-linkboxes-with-background {
  background-color: #f5f5f5 !important;
  padding: 48px 32px !important;
}

.app-linkboxes .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.app-linkboxes .row > .col {
  flex: 1 0 0%;
  padding: 0 15px !important;
  color: #212121;
  max-width: 20%;
}

@media (max-width: 768px) {
  .app-linkboxes .row > .col {
      flex: 1 0 50%;
      margin-bottom: 32px;
      max-width: 50%;
  }
}

.app-linkboxes .row.owl-carousel {
  margin: 0;
}

.app-linkboxes .row.owl-carousel .col-xs-12 {
  padding: 0;
  margin-bottom: 0;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #197ABF;
  border-radius: 5px;
  text-shadow: none;
  padding: 1px 8px !important;
  font-size: 30px;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}

.app-linkboxes .row > .col img {
  margin: auto;
}

.app-linkboxes .co-syncheight {
  margin-bottom: 30px;
}

.app-linkboxes .bordered {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.app-linkboxes .bordered:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.app-linkboxes .bordered a:hover h3 {
  color: #197ABF;
}

.app-linkboxes .row > .col h3,
.app-linkboxes .linkbox-content h3 {
  font-family: "Futura PT W01 Book","Helvetica Neue",Arial,Verdana,sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-top: 0;
}

.app-linkboxes .app-linkbox-header h3 {
  font-family: "Futura PT W01 Book","Helvetica Neue",Arial,Verdana,sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 9.5px;
  line-height: 1.2;
  color: #474747;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
}

.app-linkboxes .linkbox-content {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 32px;
  height: 100%;
  color: #212121;
}

.app-linkboxes .linkbox-content.no-background {
  background-color: transparent;
  padding: 16px;
}

.app-linkboxes .linkbox-content .linkbox-icon,
.app-linkboxes .linkbox-content .linkbox-image {
  margin-top: 16px;
  margin-left: auto;
}


.app-linkboxes .row > .col .linkbox-text-content {
  display: flex;
  flex-direction: column;
}

.app-linkboxes .row > .col .linkbox-text {
  margin-bottom: 16px;
}

.app-linkboxes .row > .col a.linkbox-link {
  display: inline-block;
  padding: 4px 18px;
  border: 1px solid #197abf;
  border-radius: 4px;
  color: #197abf;
  text-decoration: none;
}
.app-linkboxes .row > .col a.linkbox-link:hover {
  background-color: #197abf;
  color: #fff;
}

.app-linkboxes.app-linkboxes-icon-left .app-linkbox-header {
  margin-bottom: 20px;
}

.app-linkboxes.app-linkboxes-icon-left .app-linkbox-header h3 {
  font-family: "futura pt w01 book";
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 9.5px;
  line-height: 1.2;
  color: #db5f23;
  font-weight: normal;
  text-align: center;
}

.app-linkboxes.app-linkboxes-icon-left a h3 {
  color: #0076a8;
}

.app-linkboxes.app-linkboxes-icon-left a:hover h3 {
  text-decoration: underline;
}

.app-linkboxes-icon-left-content {
  color: #474747;
}

.tab-pane-content:empty {
  margin-bottom: 0 !important;
}


@media (max-width: 992px) {
  .app-linkboxes {
    background-image: none !important;
  }

  .app-linkboxes .bordered {
    border: none !important;
  }

  .app-linkboxes .no-background {
    border: none !important;
    background-color: #f5f5f5 !important;
    padding: 32px !important;
  }

  .app-linkboxes .col-xs-12-background {
    background-color: #f5f5f5 !important;
  }
}