body {
  background-color: #eae9e7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #435561;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  color: #0076b7;
  text-decoration: none;
}

a:hover {
  color: #0088ce;
  text-decoration: underline;
}

label {
  display: block;
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 1px solid #ea7428;
  background-color: #eb6b28;
  background-image: -webkit-linear-gradient(270deg, #f39626, #eb6b28);
  background-image: linear-gradient(180deg, #f39626, #eb6b28);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #727272;
  color: #fff;
}

.button.more {
  color: #fff;
}

.button.login {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.footer {
  overflow: hidden;
  padding-bottom: 20px;
}

.masthead {
  position: relative;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.navbar {
  background-color: transparent;
}

.navbar-brand {
  margin-right: 30px;
  margin-left: 30px;
}

.navbar-brand.footer {
  margin-top: 20px;
}

.nav-link {
  height: 35px;
  padding: 0px 20px;
  border-right: 1px solid hsla(0, 0%, 100%, .3);
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, .6);
}

.nav-link:hover {
  background-image: -webkit-linear-gradient(270deg, #85d0f2, #1daee3 50%, #1792d1);
  background-image: linear-gradient(180deg, #85d0f2, #1daee3 50%, #1792d1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6), inset 1px 0 0 0 hsla(0, 0%, 100%, .3);
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.last {
  border: 0px solid #000;
}

.nav-dropdown-list.w--open {
  border: 1px solid #ccc;
  background-color: #f2f1ef;
}

.nav-dropdown-link {
  border-bottom: 1px solid #ccc;
  color: #435561;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, .1) 6%, transparent 35%);
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .1) 6%, transparent 35%);
  color: #000;
  text-decoration: none;
}

.nav-dropdown-link.last {
  border-bottom-style: none;
}

.logo.repro-health-logo {
  margin-top: 20px;
  margin-right: 30px;
  float: right;
  text-align: right;
}

.nav-menu {
  height: 35px;
  float: none;
  clear: right;
  background-color: #1895d3;
  background-image: -webkit-linear-gradient(270deg, #1792d1, #1daee3 50%, #85d0f2);
  background-image: linear-gradient(180deg, #1792d1, #1daee3 50%, #85d0f2);
  text-align: center;
}

.nav-dropdown-icon {
  display: none;
}

.slider {
  height: 419px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .3);
}

.slide-nav {
  left: auto;
  bottom: 20px;
  width: 375px;
  padding-right: 38px;
  padding-left: 38px;
  font-size: 10px;
  text-align: left;
}

.slide-arrow {
  width: 37px;
  height: 63px;
  border: 1px solid #ea7428;
  background-color: #eb6b28;
  background-image: -webkit-linear-gradient(270deg, #f39626, #eb6b28);
  background-image: linear-gradient(180deg, #f39626, #eb6b28);
  font-size: 30px;
}

.slide-arrow.left {
  margin-left: -4px;
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .3);
}

.slide-arrow.right {
  margin-right: -4px;
  background-image: -webkit-linear-gradient(270deg, #f39626, #eb6b28);
  background-image: linear-gradient(180deg, #f39626, #eb6b28);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .3);
}

.slide-caption {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 375px;
  padding: 64px 64px 74px 38px;
  background-image: -webkit-linear-gradient(180deg, #a4c9ea 20%, hsla(0, 0%, 100%, .6));
  background-image: linear-gradient(270deg, #a4c9ea 20%, hsla(0, 0%, 100%, .6));
}

.slide-heading {
  font-size: 40px;
}

.slide-text {
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.copyright {
  font-size: 14px;
  line-height: 20px;
}

.colophon {
  margin-right: 6px;
  margin-left: 6px;
  float: right;
  clear: right;
  font-size: 13px;
  line-height: 20px;
}

.header {
  height: 101px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: url('../images/header-bg.gif');
  background-size: 1px 101px;
}

.header.app-page {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.banner-section {
  overflow: hidden;
  background-color: #dfdad6;
}

.content-container {
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .3);
}

.content-container.app {
  padding-top: 45px;
  padding-right: 65px;
  padding-left: 65px;
}

.content-block {
  padding: 20px 40px;
}

.content-block.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #697077;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}

.row {
  margin-right: -14px;
  margin-left: -14px;
}

.col {
  padding-right: 14px;
  padding-left: 14px;
}

.feature-image {
  margin-bottom: 20px;
}

.left-column {
  width: 66.6%;
  float: left;
}

.right-column {
  width: 33.4%;
  padding-left: 28px;
  float: left;
}

.more {
  color: #e37222;
}

.uppercase {
  text-transform: uppercase;
}

.no-case {
  text-transform: none;
}

.footer-top {
  margin-bottom: 15px;
  background-color: #a3c8ec;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .3);
  font-size: 13px;
  line-height: 1.3;
}

.footer-heading {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #83afcb;
  text-transform: uppercase;
}

.small {
  font-size: 12px;
}

.footer-menu {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #83afcb;
  text-align: center;
}

.footer-video {
  width: 200px;
  margin-bottom: 5px;
  margin-left: 15px;
  float: right;
}

.search-form {
  width: 300px;
  margin: 13px 20px;
  float: right;
}

.search-form.mobile {
  display: none;
}

.search-field {
  height: 32px;
  margin-bottom: 0px;
  padding-left: 33px;
  border-radius: 2px;
  background-image: url('../images/search-icon.png');
  background-position: 3px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.footer-link {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 5px 10px;
  color: #828384;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #425561;
}

.bottom-links {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}

.bottom-link {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 3px;
  padding-left: 3px;
  color: #828384;
}

.bottom-link:hover {
  color: #425561;
}

.banner {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .3);
}

.banner.repro-health {
  border-bottom: 1px solid #ade3ff;
  background-image: url('../images/rekovelle-reproductive-health-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.repro-health.app-page {
  background-image: url('../images/reproductive-health-bg.png');
}

.banner.decapeptyl {
  background-image: url('../images/decapeptyl-reproductive-health-bg-logo.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.endometrin {
  background-image: url('../images/endometrin-reproductive-health-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-shade {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2), transparent 74%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent 74%);
}

.disclaimer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
}

.product-subtitle {
  margin-top: -20px;
  font-size: 24px;
}

.product-guide-image {
  margin-bottom: 15px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.product-guide-image.phone {
  padding-left: 65px;
}

.product-guide {
  max-width: 300px;
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.product-guide:hover {
  text-decoration: none;
}

.page-content {
  padding: 40px;
}

.product-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  text-align: center;
}

.product-category:hover {
  text-decoration: none;
}

.product-category.three {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3%;
  -ms-flex: 0 33.3%;
  flex: 0 33.3%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-category.four {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.3%;
  -ms-flex: 1 0 33.3%;
  flex: 1 0 33.3%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-category-name {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #ccc;
  font-size: 20px;
}

.product-category-name.border-0 {
  border-right-style: none;
}

.product-category-name.border-0.three {
  font-size: 18px;
}

.product-category-name.three {
  font-size: 18px;
}

.product-category-image {
  max-width: 80%;
  margin: 10px 10px 20px;
  border: 1px solid #e7e7e7;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  flex-shrink: 0;
}

.col-3 {
  font-size: 13px;
  line-height: 1.2;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.content-list {
  margin-bottom: 20px;
}

.submit-btn {
  width: 100%;
  margin-top: 26px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.submit-btn:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.comments-area {
  min-height: 125px;
}

.tab-title-link {
  padding-right: 27px;
  padding-left: 27px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.tab-title-link:hover {
  text-decoration: none;
}

.tab-title-link.w--current {
  padding-right: 27px;
  padding-left: 27px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.tab-pane {
  padding: 16px;
}

.tab-pane.tab-one {
  background-color: #f9f9f9;
}

.tab-heading {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 136px;
  padding-bottom: 31px;
  padding-left: 132px;
  font-family: 'Open Sans', sans-serif;
  color: #009de0;
  font-size: 42px;
}

.repro-health {
  font-family: 'Open Sans', sans-serif;
  color: #009de0;
  font-size: 28px;
}

.repro-health.product {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 65px;
  font-weight: 600;
}

.text-span {
  position: relative;
  top: -12px;
  font-size: 14px;
}

.column {
  padding-right: 30px;
}

.column.product-desc {
  padding-right: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.column.product-desc.app {
  padding-right: 75px;
  font-size: 16px;
  line-height: 26px;
}

.rego-mark {
  position: relative;
  top: -6px;
  font-size: 12px;
}

.rego-mark.main-mark {
  top: -17px;
}

.link-block {
  width: 100%;
  margin-bottom: 10px;
  color: #009de0;
}

.product-link-text {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
}

.product-link-text.clear {
  position: static;
  clear: none;
}

.link-img.push-down {
  padding-top: 6px;
}

.link-img.push-down.further {
  padding-top: 12px;
}

.app-logo {
  position: relative;
  margin-top: -6px;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 85px;
  text-align: right;
}

.app-logo.app-store {
  position: relative;
  right: 15px;
  max-width: 75px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: right;
}

.app-logo.fert-plan {
  left: 45px;
}

.app-logo.landing {
  width: 85%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: left;
}

.app-store-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.app-store-link:hover {
  opacity: 0.85;
  text-decoration: none;
}

.app-store-link.download {
  font-size: 14px;
}

.app-copy {
  margin-top: 6px;
  padding-right: 95px;
  padding-left: 55px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.app-copy:hover {
  text-decoration: none;
}

.app-copy.app-store {
  position: relative;
  left: 20px;
  margin-top: 15px;
  padding-right: 0px;
  padding-left: 217px;
  font-style: normal;
  text-align: right;
}

.app-copy.fert-plan {
  position: relative;
  right: 21px;
}

.fp-app-row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ade3ff;
}

.fp-app-row.store {
  padding-top: 10px;
  padding-bottom: 16px;
}

.medical-cta {
  max-width: 300px;
  margin: 20px auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.medical-cta:hover {
  text-decoration: none;
}

.sidebar-nav {
  color: #0076b7;
}

.sidebar-nav.cmi {
  margin-bottom: 30px;
}

.side-nav-item {
  padding: 0px;
  border-bottom: 1px solid rgba(0, 118, 183, .25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  text-transform: uppercase;
}

.side-nav-item:hover {
  position: static;
  padding-left: 16px;
  background-color: #0076b7;
  color: #fff;
  text-decoration: none;
}

.sidebar-h2 {
  margin-bottom: 0px;
  color: #0076b7;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-item {
  display: block;
  padding: 12px 0px 10px 10px;
}

.nav-link-item:hover {
  color: #fff;
  text-decoration: none;
}

.medi-number {
  font-size: 14px;
  text-transform: none;
}

.modal-background-600 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}

.modal-window {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #333;
}

.modal-form {
  display: block;
  width: 50%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 41px;
  background-color: #fff;
}

.modal-img {
  width: 65%;
  margin-top: 20px;
  padding-right: 20px;
  float: left;
}

.modal-txt {
  margin-right: 20px;
  padding-top: 80px;
  font-size: 14px;
}

.modal-close-link {
  display: block;
  margin-top: -60px;
  margin-right: -40px;
  padding: 30px 16px 27px 28px;
  float: right;
  font-size: 14px;
  cursor: pointer;
}

.modal-background-1200 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}

.modal-background-endometrin {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}

.modal-background-decapeptyl {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .3);
}

.footer-app {
  border-top: 1px solid #ade3ff;
  border-bottom: 40px solid #009de0;
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .3);
}

.paragraph.highlight {
  color: #00a9e1;
}

.paragraph.highlight.italic {
  position: relative;
  top: -20px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-right: 214px;
  padding-left: 65px;
  font-style: italic;
}

.app-logo-lnks {
  margin-bottom: 30px;
  padding-left: 70px;
}

.app-link-text {
  padding-top: 4px;
  padding-left: 10px;
  font-weight: 700;
}

.app-links {
  margin-top: 10px;
}

.app-store-links {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-right: 65px;
  padding-left: 65px;
  border-top: 1px solid #ade3ff;
}

.app-store-text {
  margin-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
}

.modal-img-2 {
  width: 65%;
  margin-top: 20px;
  padding-right: 20px;
  float: left;
}

.form {
  display: block;
  width: 60%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 41px;
  background-color: #fff;
}

.login-h4 {
  margin-top: 0px;
}

.tab-link {
  width: 33.33%;
  background-color: #666;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.tab-link.one {
  background-color: #666;
  text-transform: lowercase;
}

.tab-link.one:hover {
  background-color: #000;
  background-image: none;
  color: #fff;
  text-decoration: none;
}

.tab-link.one.w--current {
  background-color: #868ac6;
  background-image: none;
  color: #fff;
  text-decoration: none;
}

.tab-link.one.w--current:hover {
  background-image: none;
}

.tab-link.three {
  background-color: #666;
}

.tab-link.three:hover {
  background-color: #000;
  background-image: none;
  color: #fff;
  text-decoration: none;
}

.tab-link.three.w--current {
  background-color: #ec6f35;
  background-image: none;
  text-transform: lowercase;
}

.tab-link.three.w--current:hover {
  color: #fff;
}

.tab-link.two {
  background-color: #666;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.tab-link.two:hover {
  background-color: #000;
  background-image: none;
}

.tab-link.two.w--current {
  background-color: #8daa09;
  background-image: none;
}

.modal-close-link-2 {
  margin-top: -60px;
  margin-right: -30px;
  padding: 30px 6px 27px 28px;
  float: right;
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.modal-close-link-2:hover {
  opacity: 0.65;
}

.modal-close-link-2.tabs-version {
  position: static;
  z-index: 2000;
  margin-top: -30px;
  padding-top: 10px;
  padding-bottom: 20px;
  cursor: pointer;
}

.modal-window-2 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.tabs-panel-push {
  padding-top: 20px;
}

.modal-text {
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 80px;
}

.modal-background-reko {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}

.modal-background-reko.show {
  display: block;
}

.modal-background-rekovelle {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}

.modal-background-rekovelle.show {
  display: block;
}

.text-block {
  text-transform: lowercase;
}

.tabs-menu {
  padding-bottom: 11px;
}

.bold-text {
  font-weight: 400;
}

.rego {
  position: relative;
  top: -8px;
  font-size: 12px;
}

.row-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 60px;
}

.reko-col {
  padding: 24px 40px 24px 60px;
}

html.w-mod-js *[data-ix="hide-modal-form"] {
  display: none;
  opacity: 0;
}

.login-info {
  margin-top: 30px;
  padding-right: 120px;
  padding-bottom: 30px;
  padding-left: 120px;
  font-family: 'Open Sans', sans-serif;
  color: #00a9e1;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }
  .nav-link.w--current {
    padding-right: 12px;
    padding-left: 12px;
  }
  .slider {
    height: 312px;
  }
  .slide-nav {
    width: 275px;
  }
  .slide-arrow {
    width: 28px;
    height: 46px;
    font-size: 20px;
  }
  .slide-caption {
    width: 275px;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 30px;
  }
  .slide-heading {
    margin-bottom: 10px;
    font-size: 33px;
  }
  .slide-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .content-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature-image {
    width: 100%;
  }
  .left-column {
    width: 100%;
  }
  .right-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-video {
    width: 180px;
  }
  .banner.repro-health {
    background-color: #fff;
    background-position: 50% 0px;
    background-size: contain;
  }
  .product-guide-image.phone {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .product-guide {
    display: block;
    margin-top: 40px;
  }
  .product-categories {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product-category-name.border-0.three {
    font-size: 14px;
  }
  .product-category-name.three {
    font-size: 14px;
  }
  .product-category-image {
    max-width: 90%;
  }
  .header-text {
    padding-top: 106px;
    padding-left: 100px;
  }
  .repro-health.product {
    padding-left: 45px;
  }
  .column.product-desc.app {
    padding-right: 10px;
  }
  .app-logo.app-store {
    left: 0px;
    right: 0px;
  }
  .app-logo.fert-plan {
    left: -12px;
    right: 0px;
    margin-top: 0px;
    padding-left: 45px;
  }
  .app-logo.landing {
    display: block;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  .app-store-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .app-copy.app-store {
    left: 55px;
    padding-left: 45px;
  }
  .app-copy.fert-plan {
    padding-right: 0px;
    padding-left: 0px;
  }
  .medical-cta {
    display: block;
    margin-top: 40px;
  }
  .side-links {
    margin-top: 40px;
  }
  .modal-background-600 {
    display: none;
  }
  .modal-window {
    width: 80%;
  }
  .modal-form {
    width: 95%;
  }
  .paragraph.highlight.italic {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .app-logo-lnks {
    padding-left: 0px;
  }
  .app-links {
    padding-left: 40px;
  }
  .micro-hide {
    display: none;
  }
  .submit {
    width: 100%;
  }
  .form {
    width: 100%;
    margin-top: 20%;
  }
  .modal-text {
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 40px;
  }
  .modal-background-reko {
    display: none;
  }
  .modal-background-rekovelle {
    display: none;
  }
  .reko-col {
    padding-right: 20px;
    padding-left: 40px;
  }
   .login-info {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .navbar-brand.footer {
    display: block;
    width: 225px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .nav-link {
    height: auto;
    padding: 10px 30px;
    border-bottom: 1px solid #ccc;
    color: #435561;
    font-size: 16px;
    text-shadow: 0 0 6px rgba(0, 0, 0, .1);
  }
  .nav-link:hover {
    background-image: none;
    box-shadow: none;
    color: #d88722;
  }
  .nav-link.w--current {
    padding-left: 40px;
    color: #b3b3b3;
  }
  .nav-dropdown-list.w--open {
    background-color: transparent;
    background-image: -webkit-linear-gradient(90deg, #dfdfdf, #fff 30%);
    background-image: linear-gradient(0deg, #dfdfdf, #fff 30%);
  }
  .nav-dropdown-link {
    padding: 7px 30px 7px 45px;
    font-size: 14px;
  }
  .nav-menu {
    height: auto;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
  }
  .nav-menu-button {
    margin-right: 10px;
    padding: 5px;
    color: #555;
    font-size: 36px;
  }
  .nav-menu-button.w--open {
    background-color: transparent;
    color: #555;
  }
  .nav-dropdown-icon {
    display: block;
  }
  .slider {
    height: 452px;
  }
  .slide-nav {
    top: 202px;
    bottom: auto;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide-arrow {
    margin-top: 78px;
  }
  .slide-arrow.left {
    margin-left: 0px;
  }
  .slide-arrow.right {
    margin-right: 0px;
  }
  .slide-caption {
    top: auto;
    width: 100%;
    padding: 20px;
  }
  .colophon {
    float: none;
    text-align: center;
  }
  .header {
    position: relative;
    z-index: 100;
    height: 71px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  }
  .content-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-image {
    width: 100%;
  }
  .footer-menu {
    display: none;
  }
  .search-form {
    display: none;
  }
  .search-form.mobile {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 15px 20px;
    float: none;
    border-bottom: 1px solid #ccc;
  }
  .search-field.mobile {
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 42px;
    background-position: 7px 50%;
  }
  .bottom-links {
    float: none;
    text-align: center;
  }
  .product-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-category-name {
    border-right-style: none;
  }
  .product-category-name.border-0.three {
    font-size: 18px;
  }
  .product-category-name.three {
    font-size: 18px;
  }
  .product-category-image {
    max-width: 70%;
  }
  .col-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .img-link {
    width: 100%;
  }
  .header-text {
    padding-top: 85px;
    padding-bottom: 20px;
    padding-left: 80px;
    font-size: 36px;
  }
  .column.product-desc {
    padding-right: 30px;
    padding-left: 30px;
  }
  .link-block {
    margin-bottom: 30px;
    text-align: center;
  }
  .product-link-text.clear {
    padding-right: 40px;
    padding-left: 40px;
  }
  .link-img {
    max-width: 50%;
    margin-bottom: 10px;
  }
  .app-logo.app-store {
    left: 0px;
    max-width: 110px;
  }
  .app-logo.fert-plan {
    left: 0px;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
  }
  .app-store-link.download {
    margin-bottom: 20px;
  }
  .app-copy.app-store {
    left: 0px;
    padding-right: 45px;
    padding-left: 45px;
    text-align: center;
  }
  .app-copy.fert-plan {
    right: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-2 {
    text-align: center;
  }
  .column-3 {
    margin-top: 10px;
    text-align: center;
  }
  .modal-form {
    width: 100%;
  }
  .modal-img {
    width: 100%;
    padding-right: 0px;
    float: none;
  }
  .modal-txt {
    padding-top: 20px;
  }
  .footer-app {
    text-align: center;
  }
  .paragraph.highlight.italic {
    padding-right: 30px;
    padding-left: 30px;
  }
  .app-links {
    padding-right: 40px;
    padding-left: 40px;
  }
  .modal-img-2 {
    width: 50%;
    margin-right: 10px;
  }
  .tab-link.one {
    width: 100%;
  }
  .tab-link.three {
    width: 100%;
  }
  .tab-link.two {
    width: 100%;
    border-bottom: 1px solid #777;
  }
  .modal-text {
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 10px;
  }
  .modal-background-rekovelle {
    display: none;
  }
  .reko-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .navbar-brand {
    text-align: center;
  }
  .navbar-brand.footer {
    float: none;
  }
  .logo.repro-health-logo {
    display: block;
    margin: 0px auto 20px;
    float: none;
  }
  .slide-nav {
    top: 182px;
  }
  .slide-arrow {
    display: block;
  }
  .copyright {
    float: none;
    text-align: center;
  }
  .colophon {
    float: none;
    text-align: center;
  }
  .content-container.app {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-image {
    width: auto;
    height: 223px;
    max-width: none;
  }
  .footer-video {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-guide-image.phone {
    width: 70%;
  }
  .product-guide {
    margin-right: 15px;
    margin-left: 15px;
  }
  .page-content {
    padding: 20px;
  }
  .product-category-image {
    max-width: 80%;
  }
  .col-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .header-text {
    padding-top: 65px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 32px;
  }
  .repro-health.product {
    padding-left: 40px;
  }
  .column.product-desc.app {
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-link-text {
    padding-left: 0px;
  }
  .product-link-text.clear {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-img {
    max-width: 85%;
  }
  .app-logo.fert-plan {
    padding-right: 25px;
    padding-left: 25px;
  }
  .app-logo.landing {
    width: 95%;
  }
  .medical-cta {
    margin-right: 15px;
    margin-left: 15px;
  }
  .modal-background-600 {
    display: none;
  }
  .modal-window {
    width: 80%;
  }
  .modal-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .modal-close-link {
    margin-right: -20px;
    padding-bottom: 12px;
  }
  .paragraph.highlight.italic {
    padding-right: 20px;
    padding-left: 20px;
  }
  .app-links {
    padding-right: 10px;
    padding-left: 10px;
  }
  .app-store-links {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .modal-img-2 {
    width: 100%;
    float: none;
  }
  .submit {
    width: 100%;
  }
  .form {
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    text-align: center;
  }
  .tab-link {
    width: 100%;
  }
  .modal-close-link-2 {
    margin-right: -10px;
    padding-bottom: 10px;
  }
  .modal-window-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-text {
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 0px;
  }
  .modal-background-reko {
    display: none;
  }
  .modal-background-rekovelle {
    display: none;
  }
  .login-info {
    padding-right: 25px;
    padding-left: 25px;
  }
}
