/* Homepage header */
 .node--type-homepage-header {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

 .node--type-homepage-header.header--video {
  padding: 48px 11px 6px;
}

.node--type-homepage-header .paragraphs-items-field-header-carousel-item {
   max-height: 70vh;
  margin: 0 auto;
  box-sizing: border-box;
}

 .node--type-homepage-header .diblet-left {
  display: none;
}

 .view-homepage-header .diblet-bottom {
  width: 100%;
  height: 42px;
  border-left: 3px solid #00abee;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  left: 8px;
}

 .view-homepage-header .diblet-bottom:after {
  content: '';
  display: block;
  background-color: #00abee;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 21px;
  right: 0;
}

 .paragraph--type-homepage-header-item {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

 .node--type-homepage-header .group-left {
  color: #85d1ee;
  font-size: 18px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  padding: 100px 16px 104px 0;
  background-color: #0037b2;
}

 .node--type-homepage-header .group-right {
  box-sizing: border-box;
  padding: 0 8px;
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

 .node--type-homepage-header .group-left .field {
  padding-left: 16px;
}

 .node--type-homepage-header .field--name-field-headline {
  font-family: "Meta-Serif", Georgia, Times, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.1em;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}

 .node--type-homepage-header .field--name-field-headline span:not([class*="darleydown--"]) {
  display: block;
}

 .node--type-homepage-header .field--name-field-body {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 24px;
}

 .node--type-homepage-header .field--name-field-link a {
  display: inline-block;
  color: #85d1ee;
  text-transform: uppercase;
  padding: 12px 16px 8px;
  border: 1px solid #85d1ee;
  border-radius: 2px;
  font-weight: normal;
  font-size: 15px;
  box-shadow: none;
  transition: box-shadow 0.2s;
}

 .node--type-homepage-header .field--name-field-link a:hover {
  box-shadow: 0 0 0 2px #85d1ee;
  transition: box-shadow 0.2s;
}

 .node--type-homepage-header .field-name-field-image,
 .node--type-homepage-header .field--name-field-video-a {
   max-height: 70vh;
   aspect-ratio: 16/9;
  margin:0 auto;
  box-sizing: border-box;
}

 .node--type-homepage-header.full_width .field-name-field-image,
 .node--type-homepage-header.full_width .field--name-field-video-a {
   aspect-ratio:inherit;
   text-align: center;

   img {
     max-height:70vh;
     max-width:100%;
     width: auto;
   }


   @media screen and (max-height: 1024px) {
     max-width: 1920px;
   }
 }

 @media screen and (max-height: 1024px) {
   .node--type-homepage-header .field--name-field-video-a {
      max-height: inherit;
     max-width: var(--content-width);
   }
 }



/* Carousel animation */
 .node--type-homepage-header .field--name-field-header-carousel-item.field__items {
  position: relative;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items > .field__item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items > .field__item.active {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .group-right {
  opacity: 0;
  transition: opacity 1s;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item.active .group-right {
  opacity: 1;
  transition: opacity 1s;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-video,
 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-vimeo,
 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-youtube,
 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-image img {
  display: block;
  width: 100%;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-headline .headline-field__item {
  opacity: 0;
  transform: translate(0, -64px);
  position: relative;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item.active .field--name-field-headline .headline-field__item {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .4s;
  transition-delay: 1s;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-body {
  opacity: 0;
  transform: translate(0, -64px);
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item.active .field--name-field-body {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .4s;
  transition-delay: .4s;
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-link {
  opacity: 0;
  transform: translate(0, -64px);
}

 .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item.active .field--name-field-link {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .6s;
}

/* Carousel pager */
 .view-homepage-header .carousel-pager {
  font-size: 18px;
  color: #00abee;
  font-family: Meta, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  z-index: 99;
}

 .view-homepage-header .carousel-pager .current,
 .view-homepage-header .carousel-pager .total {
  color: #00abee;
}

 .view-homepage-header .carousel-pager .prev,
 .view-homepage-header .carousel-pager .next {
  font-size: 24px;
}

 .view-homepage-header .carousel-pager .prev:hover,
 .view-homepage-header .carousel-pager .next:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
   .node--type-homepage-header .paragraphs-items-field-header-carousel-item {
    padding: 0 8px;
  }

   .node--type-homepage-header.header--video {
    padding: 70px 19px 6px;
  }

   .node--type-homepage-header .field--name-field-headline {
    font-size: 40px;
  }

   .node--type-homepage-header .field--name-field-body {
    font-size: 20px;
  }

   .node--type-homepage-header .field-name-field-link a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {

   .node--type-homepage-header .paragraphs-items-field-header-carousel-item {
    padding: 0;
  }

   .node--type-homepage-header.header--video {
    padding: 0 16px;
  }

   .node--type-homepage-header .group-left {
    display: inline-block;
    width: 50%;
    padding-right: 32px;
    padding-bottom: 84px;
  }

   .node--type-homepage-header .group-left:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #0037b2;
    position: absolute;
    left: -100%;
    top: 0;
  }

   .node--type-homepage-header .group-left:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #0037b2;
    position: absolute;
    right: -50%;
    top: 0;
  }

   .node--type-homepage-header .group-right {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin-top: 0;
    position: relative;
    vertical-align: bottom;
  }

   .node--type-homepage-header .group-left .field {
    padding-left: 0;
  }

   .node--type-homepage-header .field--name-field-headline {
    font-size: 56px;
    margin-bottom: 0;
    padding-left: 0;
  }

   .node--type-homepage-header .field--name-field-body {
    font-size: 22px;
  }

   .node--type-homepage-header .field--name-field-image {
    transform: translate(0, 40px);
    max-width: 100%;
    background-color: #0037b2;
  }

   .node--type-homepage-header .field--name-field-embed-code,
   .node--type-homepage-header .field--name-field-video,
   .node--type-homepage-header .field--name-field-vimeo,
   .node--type-homepage-header .field--name-field-youtube {
    transform: translate(0, 40px);
  }

   .node--type-homepage-header .field--name-field-header-carousel-item.field__items {
    margin-bottom: 40px;
  }

   .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-vimeo iframe,
   .node--type-homepage-header .field--name-field-header-carousel-item.field__items .field__item .field--name-field-youtube iframe {
    max-width: 100%
  }

   .view-homepage-header .diblet-bottom {
    width: 53%;
    left: auto;
    right: 0;
  }

   .view-homepage-header .carousel-pager {
    margin-left: -110px;
    bottom: 82px;
    z-index: 3;
  }

   .view-homepage-header .carousel-pager .current,
   .view-homepage-header .carousel-pager .total {
    color: #00abee;
  }
}

@media only screen and (min-width: 1280px) {

   .node--type-homepage-header .diblet-left {
    display: block;
    height: 71px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-right: 3px solid #00abee;
    box-sizing: border-box;
    position: absolute;
    top: 95px;
    right: 100%;
    z-index: 2;
    line-height: 1px;
  }

   .node--type-homepage-header .diblet-left svg {
    height: 1px;
  }

   .node--type-homepage-header .diblet-left svg rect {
    fill: #00abee;
  }

   .node--type-homepage-header .group-left {
    padding-left: 16px;
  }

   .node--type-homepage-header .paragraphs-items-field-header-carousel-item {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
   .node--type-homepage-header .group-left {
    padding-top: 80px;
  }
   .node--type-homepage-header .group-right {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
   .node--type-homepage-header .field--name-field-body {
    padding-left: 16px;
  }
}

/* Homepage - Runners and results */
.is-path-frontpage:not(.domain-www_darley_co_jp) .area--runners {
  margin-bottom: 0;
}
.is-path-frontpage .area--runners .runners__content {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.is-path-frontpage .area--runners .col {
  box-sizing: border-box;
}

.is-path-frontpage .area--runners .col:first-child {
  min-height: 400px;
  max-height: 700px;
  background-position: 100% center; /* crop left part */
  background-repeat: no-repeat;
  background-size: cover;
}

.is-path-frontpage .area--runners .col:last-child {
  padding: 16px;
}

.is-path-frontpage .area--runners h2.block-title {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 24px;
}

.lang-ja.is-path-frontpage .area--runners h2.block-title {
  font-size: 25px;
}

@media only screen and (min-width: 768px) {
  .is-path-frontpage:not(.lang-ja) .area--runners .runners__content:before {
    content: '';
    display: block;
    width: 50%;
    height: 16px;
    background-color: #0037b2;
    position: absolute;
    right: -16px;
    top: 16px;
  }

  .is-path-frontpage:not(.lang-ja) .area--runners .col {
    border: 16px solid #fff;
    border-left: none;
  }

  .is-path-frontpage:not(.lang-ja) .area--runners .col:last-child {
    padding-top: 72px;
  }

  .is-path-frontpage.lang-ja .area--runners .col {
    max-width: 1024px;
    padding-top: 32px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0 auto;
    border-top: 8px solid #0037b2;
  }
}

/* Home - Japanese runners and results block */
.is-path-frontpage .view-runners-results-japanese-homepage caption {
  color: #0037b2;
  font-size: 25px;
  line-height: 27px;
  padding: 0 0 1em;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .view-runners-results-japanese-homepage .table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
  }
}

.view-runners-results-japanese-homepage table {
  width: 100%;
  border: none;
  box-sizing: border-box;
  min-width: 736px;
}

.view-runners-results-japanese-homepage table tr {
  border: none;
}

.view-runners-results-japanese-homepage table thead tr {
  color: #0037b2;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: 1px solid #7d7d7d;
}

.view-runners-results-japanese-homepage table thead tr th:nth-child(1) {
  padding-left: 0;
}

.view-runners-results-japanese-homepage table thead tr th:nth-child(6) {
  padding-right: 0;
  text-align: right;
}

.view-runners-results-japanese-homepage table tr:nth-child(1) {
  background-color: #fff;
}

.view-runners-results-japanese-homepage table td {
  font-size: 16px;
  line-height: 18px;
  border: none;
  vertical-align: top;
  padding-bottom: 18px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
}

.is-path-frontpage .area--runners table td p {
  text-align: left;
}

.view-runners-results-japanese-homepage table tr td:nth-child(1) {
  padding-left: 0;
}

.view-runners-results-japanese-homepage table tr td:nth-child(6) {
  padding-right: 0;
  text-align: right;
}

/** FRONTPAGE */

/* My Darley information */
.is-path-frontpage .mydarley-tabs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 8px 42px;
}
@media only screen and (min-width: 1024px) {
  .is-path-frontpage .mydarley-tabs-container {
    padding: 0 16px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .is-path-frontpage .mydarley-tabs-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.is-path-frontpage .mydarley-tabs-wrapper {
  box-shadow: 0 0 44px 0 rgba(0,0,0,0.14);
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header {
  margin: 0;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header {
  color: #999;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2em;
  font-family: Meta, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #efefef;
  width: calc(25% - 12px - 4px);
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.active {
  color: #00aeef;
  font-weight: bold;
  border-left: 5px solid #00aeef;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab {
  position: relative;
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header {
    font-size: 16px;
    width: calc(25% - 19px - 16px);
  }
  .is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab {
    width: 76px;
  }
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab.active {
  color: #999;
  font-weight: normal;
  border-left: none;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header .tab-header__title {
  background: linear-gradient(0deg, rgba(204,204,204,0.4) 0%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 100%);
  padding: 8px 4px 7px;
  width: calc(100% - 8px);
  height: calc(100% - 15px);
}
@media only screen and (min-width: 768px) {
  .is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header .tab-header__title {
    padding: 16px 8px 14px;
    width: calc(100% - 16px);
    height: calc(100% - 30px);
  }
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header .tab-header__title:hover {
  cursor: pointer;
}

.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.active .tab-header__title {
  background: white;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header .tab-header__title sup {
  background: #0037b2;
  border-radius: 50%;
  color: #ffffff;
  padding: 1px;
  font-size: 8px;
  line-height: 10px;
  min-width: 10px;
  min-height: 10px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header .tab-header__title sup {
    background: #0037b2;
    border-radius: 50%;
    color: #ffffff;
    padding: 2px;
    font-size: 10px;
    line-height: 12px;
    min-width: 12px;
    min-height: 12px;
    display: inline-block;
  }
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .tab-header__title {
  width: calc(100% - 16px);
  max-width: 72px;
  margin-left: auto;
  font-size: 14px;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab.open .tab-header__title {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .tab-header__title svg {
  color: #00aeef;
  font-size: 24px;
  display: block;
  margin: auto;
  transition: all 0.5s;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab.open .tab-header__title svg {
  transform: scaleY(-1);
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .more-tab__contents {
  position: absolute;
  right: 0;
  min-width: 200px;
  min-height: 50px;
  background: #ffffff;
  box-shadow: 0 0 44px 0 rgba(0,0,0,0.14);
  border-left: 5px solid #00aeef;
  padding: 10px 0;
  color: #999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab.open .more-tab__contents {
  visibility: visible;
  opacity: 1;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .more-tab__contents p {
  text-align: left;
  margin: 0 10px;
  border-bottom: 1px solid #efefef;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .more-tab__contents p:last-of-type {
  border-bottom: none;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .more-tab__contents p a {
  color: #999;
  font-weight: normal;
  display: block;
  padding: 8px 0;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-header .tab-header.more-tab .more-tab__contents p a:hover {
  color: #00aeef;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container {
  padding: 32px;
  border-left: 5px solid #00aeef;
  font-family: Meta, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__heading {
  padding-bottom: 8px;
  border-bottom: 1px solid #DDDDDD;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__heading .tab-content__title {
  color: #00aeef;
  font-family: "Meta-Serif", Georgia, Times, 'Times New Roman', serif;
  font-size: 36px;
  line-height: 1.25;
  margin: 0;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__heading .tab-content__link a {
  color: #00aeef;
  font-family: Meta, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__heading .tab-content__link a:hover {
  color: #0037b2;
}
@media only screen and (min-width: 768px) {
  .is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__heading .tab-content__link {
    text-align: right;
    margin: 0;
    align-self: center;
  }
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__content {
  padding-top: 16px;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__content a {
  color: #00aeef;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .tab-content__content a:hover {
  color: #0037b2;
}

.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .stallion-tab .tab-content__content ul {
  padding-left: 0;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .stallion-tab .tab-content__content li {
  display: inline-block;
  margin: 4px 24px 4px 0;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .mares-tab .tab-content__content ul {
  list-style-type: none;
  padding: 0;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .mares-tab .tab-content__content ul li a {
  color: #00aeef;
  margin: 16px 0 0 0;
  display: inline-block;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .mares-tab .tab-content__content ul li div {
  margin: 8px 0;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .mares-tab .tab-content__content .show-more-btn {
  display: inline-block;
  color: #0037b2;
  padding: 16px 66px 17px 66px;
  border: 2px solid #0037b2;
  border-radius: 3px;
  text-transform: uppercase;
  transition: box-shadow 0.2s;
  font-size: 16px;
  line-height: 1.25;
}
.is-path-frontpage .mydarley-tabs-wrapper .mydarley-tab-container .mares-tab .tab-content__content .show-more-btn:hover {
  box-shadow: 0 0 0 2px #0037b2;
}

/* My Stallions statistics */
.is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header {
  margin: calc(var(--default-spacing)*2) auto 0 auto;
  background: var(--color-light-blue);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-radius:9999px;
  padding: 5px;
  width: fit-content;
}
.is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header {
  color: var(--color-medium-blue);
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2em;
  font-family: Meta, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 9999px;
  overflow:hidden;
  padding:0 calc(var(--default-spacing)*3);
}
.is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header.active {
  font-weight: bold;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header {
    font-size: 16px;
  }
}
.is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header .tab-header__title {
  padding: 8px 4px 7px;
}
@media only screen and (min-width: 768px) {
  .is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header .tab-header__title {
    padding: 16px 8px 14px;
  }
}
.is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header .tab-header__title:hover {
  cursor: pointer;
}
.is-path-frontpage .mystallion-tabs-wrapper .mystallion-tab-header .tab-header.active .tab-header__title {
  background: white;
}

/* Home - Other websites */
.area--other-websites {
  border-top: 10px solid var(--color-red);
  padding-top: 40px;
  margin-top: 0;
}
.other-websites p {
  text-align: center;
}

.other-websites .pure-g {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.other-websites img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 150px;
  margin: 0 auto;
  padding: 8px;
}

/* Home - Other websites */
.area--other-websites {
  border-top: 10px solid var(--color-red);
  padding-top: 40px;
  margin-top: 0;
}
.other-websites p {
  text-align: center;
}

.other-websites .pure-g {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.other-websites img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 150px;
  margin: 0 auto;
  padding: 8px;
}
