/* CSS IVI COOKIES */

#catapult-cookie-bar .ctcc-inner .ctcc-left-side {
	line-height: 1.3;
	font-size: 0.8em;
	color: #d0d0d0;
}
#catapult-cookie-bar .ctcc-inner .ctcc-right-side #catapultCookie {
	background-color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	color: #0870CD;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.has-cookie-bar #catapult-cookie-bar  {
		padding: 10px;
	}
	#catapult-cookie-bar .ctcc-inner {
		flex-direction: column;
	}
	#catapult-cookie-bar .ctcc-inner .ctcc-left-side {
		font-size: 0.7em;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#catapult-cookie-bar .ctcc-inner .ctcc-right-side #catapultCookie {
		font-size: 0.7em;
		margin: 0;
	}
}

 .hero-fertility {
    background-position: center center;
  }
  .hero-fertility .col {
    padding-top: 84px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 300px;
  }
  .hero-fertility .hero-title {
    margin-bottom: 20px;
  }
  .hero-fertility .hero-title img {
    width: 100%;
    max-width: 1036px;
  }
  .hero-fertility .logo-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-fertility .logo-row img {
    width: 80px;
  }
  @media screen and (min-width: 768px) {
    .hero-fertility .col {
      padding-top: 72px;
      min-height: 400px;
    }
    .hero-fertility .logo-row img {
      width: 120px;
    }
  }
  @media screen and (min-width: 992px) {
    .hero-fertility .col {
      min-height: 600px;
      padding-bottom: 40px;
    }
    .hero-fertility .logo-row img {
      width: 180px;
    }
  }

  .brochures-list.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .brochure-checkbox {
    margin-bottom: 2px;
    cursor: pointer;
  }
  .brochure-checkbox input {
    display: none;
  }
  .brochure-checkbox img {
    width: 100%;
    border: 3px solid transparent;
  }
  .brochure-checkbox input:checked + img {
    border-color: #2670CA;
  }
  @media screen and (min-width: 768px) {
    .brochure-checkbox {
      margin-bottom: 16px;
    }
  }
