.hide {
  visibility: hidden;
  height: 0;
}

.clients-logo .item {
  display: flex;
  height: 100px;
}

.clients-logo .item a,
.clients-logo .item span {
  display: block;
  margin: auto;
}

.clients-logo img {
  height: auto;
  max-height: 100px;
  opacity: 1;
}

/* === RICHTEXT === */

.single-post .post .entry-content {
  background: #fff;
  padding: 0;
}

.single-post article .entry-content > h2,
article .entry-content > h3,
article .entry-content > h4,
.richtext-content h2,
.richtext-content h3,
.richtext-content h4 {
  color: #0B2440;
}

.richtext-content p {
  color: #333333 !important;
}
.richtext-content p b {
  color: #0B2440 !important;
}

.richtext-content p a:only-child,
.entry-content p a:only-child {
  display: inline-block;
  padding: 8px 22px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #0B2440;
  border-radius: 4px;
  color: #fff;
  background-color: #0B2440;
}

.richtext-content p a:only-child:hover,
.entry-content p a:only-child:hover {
  color: #fff;
  background-color: #EF233C;
  border-color: #3e3c46;
  text-decoration: none;
}

.bg-theme-colored-dark .entry-content p a:only-child {
  color: #fff;
  background-color: #EF233C;
  border-color: #0B2440;
}
.bg-theme-colored-dark .entry-content p a:only-child:hover {
  color: #fff;
  background-color: #0B2440;
}

.service-content .richtext-content h2,
.highlight-h2 .richtext-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.service-content .richtext-content h2:after,
.highlight-h2 .richtext-content h2:after {
  bottom: -1px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  background: #0B2440;
}

.single-post article .entry-content ol, ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 2.5em;
}

.single-post article .entry-content ul {
  list-style-position: outside;
  list-style-type: disc;
}

.panel-content ul li,
.single-post article .entry-content ul li,
.richtext-content ul li,
.stacked-duo .entry-content ul li {
  background: url("../img/svg/check-square-icon.svg") no-repeat left 3px;
  list-style: none;
  padding-left: 2rem;
}

.single-post article .entry-content:first-of-type p:first-child {
  font-weight: 600;
  color: #0B2440;
  font-size: 20px;
}

h2+ul, h2+ol {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

h2+ul > li, h2+ol > li {
  padding-bottom: 8px;
}

.single-post article .entry-content a {
  color: #EF233C;
  text-decoration: underline;
  padding: 0;
  border: none;
  background: none;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

.media-figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.media-figure img {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}

@media (max-width: 1200px) {
  .media-figure img {
    height: auto;
  }
}

.media-figure.wide img {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  height: auto;
}

.media-caption a,
.richtext-content a {
  color: #EF233C;
  text-decoration: underline;
}

blockquote p {
  font-size: 20px;
  font-style: normal;
}

blockquote cite {
  color: #EF233C !important;
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

.entry-content iframe {
  min-height: 500px;
}

.height-auto {
  height: auto !important;
}

/* === GRID === */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.grid-item {
  margin-bottom: 30px;
}

a.grid-item:hover {
  color: initial;
}

a.grid-item:hover h4 {
  color: #EF233C !important;
  text-decoration: underline;
}

@media only screen and (min-width: 599px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
  }

  .grid-item {
    margin-bottom: 0;
  }
}

.hero__image-mask {
  z-index: 0;
  position: absolute;
  top: 140px;
  right: -50px;
  width: 45vw;
  height: auto;
  mask-image: url('../img/logo.svg');
  mask-repeat: no-repeat;
  -webkit-mask-image: url('../img/logo.svg');
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 996px) {
  .hero__aside {
    width: 100%;
  }

  .hero .container {
    padding-top: 1rem !important;
    padding-bottom: 1em !important;
  }
  .hero .rating-review {
    justify-content: center;
  }
  .hero.hero--coach h1 {
    font-size: 35px !important;
    margin-top: 0;
  }
  .hero.hero--coach h2 {
    font-size: 20px !important;
  }
  .hero.hero--coach .grid-item.media-content {
    margin-bottom: 0.5rem;
  }
}

/* === NAV BAR ==== */
.internal-nav .header-nav-wrapper {
  border-bottom: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 12px;
}

/** === END NAV BAR === */

/** === FLEXBOX === */

.flex {
  display: flex;
  flex-flow: wrap;
}
.flex-center {
  justify-content: center;
}

.cta-form {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 1rem;
}
.hero .cta-form {
  justify-content: start;
}

@media only screen and (min-width : 320px) {
  .cta-form {
    flex-flow: column;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .cta-form {
    flex-flow: row;
  }
  .cta-form .input-group {
    flex-grow: 0.5;
  }
}
/** === END FLEXBOX === */

/** Forms **/

.form-control--plus {
  display: none !important;
}

/** End Forms
