/*!
 Theme Name: irms
 Theme URI: http://underscores.me/
 Author: Tome Pajkovski
 Author URI: http://underscores.me/
 Description: IRMS Underscores
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: irms
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 irms is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */


/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans";
}

.no-padding {
  padding: 0;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-r-50 {
  margin-right: 50px;
}

strong,
b {
  color: #ee4b7f;
}

strong.gray-bold,
b.gray-bold {
  color: #646464;
}

a {
  font-weight: 700;
}

a.a-white-nounder {
  text-decoration: none;
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

@media all and (max-width: 1100px) {
  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }
}


/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}


/* Forms
 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.form-checkbox {
    -webkit-appearance: none;
    width: 50px !important; 
    min-width: 50px;
    height: 50px; 
    background: white; 
    border: 1px solid #a8a8a8; 
    margin-right: 25px; 
    border-radius: 5px;
}

input[type=checkbox]:checked {
    background: rgb(28, 28, 255);
}


/* Interactive
 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Misc
 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

h3 {
  font-size: 36px;
}

@media all and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #ee4b7f;
}

@media all and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 24px;
  color: #ee4b7f;
}

@media all and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 20PX;
  }
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}

@media all and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.post-article {
  color: #646464;
  font-size: 16px;
  line-height: 30px;
}

@media all and (max-width: 767px) {
  .post-article {
    font-size: 14px;
    line-height: 24px;
  }
}

@media all and (max-width: 767px) {
  .post-article .content-container {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
}

.post-article h1,
.post-article h2,
.post-article h3,
.post-article h4,
.post-article h5,
.post-article h6 {
  font-family: 'Open Sans' !important;
  color: #ee4b7f;
}

.post-article h2 {
  margin-top: 96px;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .post-article h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }
}

.post-article h3 {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .post-article h3 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}

.post-article p {
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .post-article p {
    margin-bottom: 25px;
  }
}

.post-article .wp-caption-text {
  font-weight: 700;
  color: #646464;
}

.post-article .content-container {
  margin-bottom: 60px;
}


/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7-form label {
  font-weight: 400;
  font-size: 18px;
}

.wpcf7-select {
  background-color: #fff;
}

input.field-required {
  border: 2px solid red !important;
}

.wpcf7-tel {
  padding: 5px 10px;
  max-width: 100%;
  width: 850px;
  height: 42px;
  border: 0 !important;
  border-radius: 0 !important;
}

div.birthday-field-contact-us {
  display: flex;
  align-items: center;
  margin-left: 115px;
  width: 210px;
}

div.birthday-field-contact-us p {
  margin-right: 50px !important;
}

@media all and (min-width: 990px) and (max-width: 1199px) {
  div.birthday-field-contact-us {
    margin-left: 25px;
  }
}

@media all and (max-width: 991px) {
  div.birthday-field-contact-us {
    display: block;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }

  div.birthday-field-contact-us p:nth-child(1) {
    margin-bottom: 0;
  }
}

.form-submit input {
  color: #fff !important;
  font-size: 18px;
  min-width: 200px;
  padding: 15px 50px;
  display: block;
  background-color: #ee4b7f;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.447058823529412);
}


/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/

.header-navigation-desktop > li.menu-item-10488 > a {
	color: #F4477D !important;
}

/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/

a {
  color: royalblue;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}


/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/

#masthead {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.219607843137255);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.219607843137255);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.219607843137255);
}

.site-branding {
  padding: 15px 0;
}

.site-branding img {
  max-width: 300px;
}

body.search-bar-open .search-form-container {
  opacity: 1;
  transform: scaleY(1);
  transition: opacity 1s, transform 0s 0.3s;
}

.search-form-container {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 99999;
  transform: scaleY(0);
  opacity: 0;
  transition: opacity 1s 0.1s;
}

.search-form-container input[type='submit'] {
  display: none;
}

.search-form-container input[type="search"] {
  height: 37px;
  width: 245px;
  padding-left: 10px;
}

@media all and (max-width: 992px) {
  .search-form-container {
    top: 68px;
    left: 0;
    right: 0;
  }

  .search-form-container label {
    width: 100%;
  }

  .search-form-container input[type="search"] {
    width: 100%;
  }
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

header.site-header .row {
  background-color: #fff;
}

#content {
  padding-top: 99px;
}

@media all and (max-width: 1100px) {
  #content {
    padding-top: 106px;
  }
}

#header-consult-and-contact-header {
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  float: right;
  width: calc(100vw - 525px);
}

#header-consult-and-contact-header li {
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
}

#header-consult-and-contact-header li:hover {
  opacity: 0.8;
}

#header-consult-and-contact-header li a {
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}

#header-consult-and-contact-header li:nth-child(1) {
  background-color: #ee4b7f;
  flex-grow: 3;
  text-align: center;
}

#header-consult-and-contact-header li:nth-child(2) {
  background-color: #7ca0c4;
  flex-grow: 1;
  text-align: center;
}

#header-consult-and-contact-header li:nth-child(3) {
  background-color: #aca8ce;
  flex-grow: 1;
  text-align: center;
}

#header-consult-and-contact-header li:nth-child(4) {
  background-color: #646464;
  flex-grow: 1;
  text-align: center;
}

#header-consult-and-contact-header li:nth-child(5) {
  background-color: transparent;
}

#header-consult-and-contact-header li:nth-child(5) a {
  color: #646464 !important;
  font-size: 18px;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 0;
  padding-left: 0;
  align-items: center;
}

.main-navigation ul ul.sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-navigation ul ul.sub-menu li {
  text-align: left;
}

.main-navigation ul ul.sub-menu a {
  font-size: 14px !important;
}

.main-navigation li {
  float: left;
}

.main-navigation .header-sub-section {
  font-size: 12px;
  font-weight: 600;
  color: #646464 !important;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation .start-your-journey-menu {
  display: flex;
  align-items: flex-start;
}

.main-navigation .start-your-journey-menu > li > a {
  font-weight: 800;
  font-size: 14px !important;
  color: #ee4b7f;
}

.main-navigation .start-your-journey-menu li a {
  color: #ee4b7f;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.main-navigation .start-your-journey-menu li a:hover {
  text-decoration: none;
}

.main-navigation .start-your-journey-menu .sub-menu .sub-menu {
  padding-left: 15px;
  opacity: 0.75;
}

.main-navigation .start-your-journey-menu .blue-text > a {
  color: #7ca0c4 !important;
}

.main-navigation .start-your-journey-menu .green-text > a {
  color: #93bb8a !important;
}

.main-navigation .start-your-journey-menu .purple-text > a {
  color: #aca8ce !important;
}

.main-navigation .start-your-journey-dropdown {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, .9);
  padding: 40px 15px;
  min-width: 160px;
  width: 100%;
  z-index: 99;
}

.main-navigation .start-your-journey-dropdown h2 {
  font-size: 30px;
  color: #ee4b7f;
  font-weight: bold;
  margin: 0 0 20px;
}

.main-navigation .start-your-journey-dropdown p {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #646464;
}

.main-navigation .start-your-journey-dropdown .col-md-3 {
  padding: 0 45px;
}

.main-navigation .start-your-journey-dropdown .menu-start-your-journey-container .menu-item-has-children {
  margin-right: 1.4em;
}

.main-navigation .start-your-journey-dropdown .menu-start-your-journey-container .menu-item-has-children a:nth-child(1) {
  font-size: 20px;
}

.main-navigation .who-we-are-dropdown {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, .9);
  padding: 40px 15px;
  min-width: 160px;
  width: 100%;
  z-index: 99;
}

.main-navigation .who-we-are-dropdown p {
  font-size: 14px;
  font-weight: bold;
  color: #646464;
}

.main-navigation .who-we-are-dropdown .col-md-3 {
  padding: 0 45px;
}

.main-navigation .who-we-are-dropdown .col-md-3 .menu {
  display: block;
}

.main-navigation .who-we-are-dropdown #we-are-smart-about-art h2 {
  font-size: 30px;
  color: #ee4b7f;
  font-weight: bold;
  margin: 0 0 20px;
}

.main-navigation .who-we-are-dropdown #we-are-smart-about-science h2 {
  font-size: 30px;
  color: #7ca0c4;
  font-weight: bold;
  margin: 0 0 20px;
}

.main-navigation .header-navigation-links {
  display: inline-block;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.header-navigation-desktop {
  position: relative;
}

.header-navigation-desktop > li a {
  font-size: 12px !important;
  font-weight: 600;
}

.start-your-journey .start-your-journey-dropdown {
  background-color: rgba(255, 255, 255, 1);
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
}

.start-your-journey:hover .start-your-journey-dropdown {
  display: block;
}

.header-navigation-desktop > li > a {
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #646464 !important;
  font-weight: 600;
  text-decoration: none;
}

.header-navigation-desktop .start-your-journey > a {
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #646464 !important;
  font-weight: 600;
  text-decoration: none;
}

.who-we-are .who-we-are-dropdown {
  display: none;
  left: 0;
  right: 0;
}

.who-we-are .who-we-are-dropdown .menu {
  padding-top: 50px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.who-we-are .who-we-are-dropdown .menu a {
  font-size: 14px !important;
  color: #646464 !important;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.who-we-are:hover .who-we-are-dropdown {
  display: block;
}

.show-mobile .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.show-mobile .row .site-branding {
  padding-left: 20px;
}

.show-mobile .row .site-branding img {
  height: 36px;
  width: auto;
}

.show-mobile .row .menu-icons {
  display: flex;
  align-items: center;
}

.show-mobile .row .mobile-search-field {
  margin-right: 20px;
  color: #999;
  font-size: 24px;
}

.show-mobile .row .hamburger {
  margin-right: 20px;
  color: #999;
  font-size: 28px;
}

#mySidenav {
  z-index: 999;
  padding-top: 0px;
  background-color: rgba(100, 100, 100, 1);
}

#mySidenav.active {
  width: 70%;
}

#mySidenav .closebtn {
  width: 100%;
  margin-left: 0;
  position: static;
}

#mySidenav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#mySidenav li {
  position: relative;
}

#mySidenav a {
  padding: 0;
  padding-right: 30px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  padding-left: 25px;
  padding-top: 16px;
  padding-bottom: 14px;
  color: #e4e4e4;
}

#mySidenav a:hover {
  color: #e4e4e4;
}

#mySidenav .mobile-more {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 10px;
}

#mySidenav .mobile-submenu {
  display: none;
}

#mySidenav > ul > li > ul.sub-menu {
  background-color: #929292 !important;
}

#mySidenav > ul > li:last-of-type {
  display: none;
}

#mySidenav > ul > li:nth-last-of-type(3) {
  background-color: rgba(172, 168, 207, 1);
}

#mySidenav > ul > li:nth-last-of-type(3) a {
  font-weight: 700;
}

#mySidenav > ul > li:nth-last-of-type(4) {
  background-color: rgba(124, 160, 197, 1);
}

#mySidenav > ul > li:nth-last-of-type(4) a {
  font-weight: 700;
}

#mySidenav > ul > li:nth-last-of-type(5) {
  background-color: rgba(239, 71, 126, 1);
}

#mySidenav > ul > li:nth-last-of-type(5) a {
  font-weight: 700;
}

.contact-us-banner a {
  background-color: #ee4b7f;
  color: #fff;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.contact-us-banner a:hover {
  background-color: #f277a0;
  text-decoration: none;
}

@media all and (max-width: 1100px) {
  .sub-menu {
    display: none;
  }

  .mobile-submenu {
    padding-left: 10px !important;
  }

  #mySidenav .open-submenu > .mobile-submenu {
    display: flex;
    flex-direction: column;
  }

  .mobile-more {
    display: none;
  }

  .menu-item-has-children > .mobile-more {
    display: block;
    transition: all 0.3s;
  }

  .menu-item-has-children > .mobile-more.rotate-menu {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s;
  }

  .open-submenu > .sub-menu {
    display: flex;
    flex-direction: column;
  }
}

#site-navigation .start-your-journey-menu.single-column {
  justify-content: flex-start;
}

#site-navigation .start-your-journey-menu > li > a {
  font-weight: 800;
}

#site-navigation .start-your-journey-menu .font-weight-bold > a {
  font-weight: 700 !important;
}

#menu-item-4471 {
  margin-right: 120px !important;
}


/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/


/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/

.show-note {
  display: none;
}

.position-relative {
  position: relative;
}

.max-600 {
  max-width: 600px;
}

@media all and (max-width: 768px) {
  .max-600 {
    max-width: 100%;
  }
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media all and (max-width: 767px) {
  .about-the-author-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.about-the-author {
  margin-top: 140px;
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .about-the-author {
    margin-top: 40px;
  }
}

.about-the-author .author-photo {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.about-the-author .author-photo:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  border-top: 1px solid rgba(100, 100, 100, .25);
}

.about-the-author .author-photo img {
  z-index: 100;
  border-radius: 100%;
}

@media all and (max-width: 767px) {
  .about-the-author .author-photo img {
    max-width: 60px;
    height: auto;
  }
}

.about-the-author .author-content {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.about-the-author .author-content h4 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #646464;
  text-align: center;
}

.about-the-author .author-content .author-name {
  color: #ee4b7f;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.about-the-author .author-content .author-description {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

@media all and (max-width: 767px) {
  .about-the-author .author-content .author-description {
    font-size: 14px;
    line-height: 24px;
  }
}

.post-author-name {
  font-size: 30px;
  font-weight: 700;
  color: #ee4b7f;
  line-height: 80px;
  padding-left: 25px;
  position: relative;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}

.prev-next {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(100, 100, 100, 0.25);
  border-bottom: 1px solid rgba(100, 100, 100, 0.25);
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prev-next a {
  color: #969696;
  font-size: 13px;
  font-weight: 700;
}

.prev-next img {
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.prev-next .next-link img {
  transform: scaleX(-1);
}

.blog-hero {
  height: calc(100vh - 130px);
}

@media all and (max-width: 767px) {
  .blog-hero {
    height: 32vh;
  }
}

@media all and (min-width: 768px) {
  .blog-hero {
    min-height: 600px;
  }
}

.blog-hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .blog-hero .container {
    justify-content: flex-end;
  }
}

.blog-hero .blog-info {
  display: flex;
}

.blog-hero .date-published {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 25px;
}

@media all and (max-width: 767px) {
  .blog-hero .date-published {
    display: none;
  }
}

.blog-hero .day {
  font-size: 40px;
  font-weight: 700;
  color: #ee4b7f;
  margin-bottom: -10px;
}

.blog-hero .month {
  font-size: 18px;
  font-weight: 700;
  color: #ee4b7f;
  text-transform: uppercase;
}

.blog-hero .post-name .inner {
  font-size: 72px;
  font-weight: 700;
  color: #ee4b7f;
  line-height: 80px;
  padding-left: 25px;
  position: relative;
}

.blog-hero .post-name .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ee4b7f;
  height: 55px;
  width: 2px;
}

@media all and (max-width: 767px) {
  .blog-hero .post-name .inner {
    font-size: 44px;
    line-height: 54px;
    padding-bottom: 50px;
  }

  .blog-hero .post-name .inner:before {
    display: none;
  }
}

.blog-hero .blog-meta {
  display: flex;
  padding-bottom: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .blog-hero .blog-meta {
    opacity: 0;
    padding-bottom: 0;
    display: none;
  }
}

.blog-hero .blog-meta img {
  margin-right: 30px;
  margin-left: 40px;
}

.blog-hero .blog-type {
  min-width: 200px;
}

.blog-hero .blog-type img {
  margin-left: 0;
}

.blog-hero .blog-categories {
  min-width: 350px;
}

.blog-hero .blog-categories a {
  color: #fff;
}

.blog-hero .comment-count {
  min-width: 200px;
}

@media all and (max-width: 768px) {
  .blog-hero .comment-count {
    min-width: 0;
  }
}

.blog-title {
  padding: 50px 0;
}

.blog-title .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .blog-title .container {
    justify-content: flex-end;
  }
}

.blog-title .blog-info {
  display: flex;
}

.blog-title .date-published {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 25px;
}

@media all and (max-width: 767px) {
  .blog-title .date-published {
    display: none;
  }
}

.blog-title .day {
  font-size: 48px;
  font-weight: 700;
  color: #ee4b7f;
  margin-bottom: -10px;
}

.blog-title .month {
  font-size: 18px;
  font-weight: 700;
  color: #ee4b7f;
  text-transform: uppercase;
}

.blog-title .post-name .inner {
  font-size: 48px;
  font-weight: 700;
  color: #ee4b7f;
  line-height: 80px;
  padding-left: 25px;
  position: relative;
}

.blog-title .post-name .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ee4b7f;
  height: 55px;
  width: 2px;
}

@media all and (max-width: 767px) {
  .blog-title .post-name .inner {
    font-size: 44px;
    line-height: 54px;
    padding-bottom: 50px;
  }

  .blog-title .post-name .inner:before {
    display: none;
  }
}

.irms-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.thank-you-page .site-branding img {
  max-width: 95%;
  width: 400px;
  margin-bottom: 30px;
}

@media all and (max-width:992 px) {
  .thank-you-page .site-branding img {
    max-width: 350px;
  }
}

.thank-you-page .site-branding {
  padding-bottom: 0;
  margin-left: 20px;
}

.thank-you-page .row {
  justify-content: space-between;
}

.thank-you-page .thanks-heading {
  align-items: flex-end;
  margin-bottom: 20px;
}

.thank-you-page .information {
  text-align: right;
}

@media all and (max-width: 767px) {
  .thank-you-page .information {
    text-align: left;
    padding-left: 20px;
  }
}

.thank-you-page .office {
  font-size: 24px;
  font-weight: 500;
  color: #646464;
}

.thank-you-page .address {
  font-size: 18px;
  color: #646464;
}

.thank-you-page .phone {
  font-size: 28px;
  font-weight: 600;
  color: #646464;
}

.thank-you-page .phone:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .thank-you-page .phone {
    font-size: 18px;
    font-weight: 700;
  }
}

.thank-you-page .introduction {
  flex-direction: column;
  background-color: #ee4b7f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  text-align: right;
}

@media all and (max-width: 767px) {
  .thank-you-page .introduction {
    padding: 30px 20px;
  }
}

.thank-you-page .introduction h3 {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  text-align: center;
}

@media all and (max-width: 767px) {
  .thank-you-page .introduction h3 {
    font-size: 30px;
  }
}

.thank-you-page .introduction .subheading {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  max-width: 700px;
}

.thank-you-page .background-row {
  width: 100%;
}

.thank-you-page .background {
  width: 100%;
  height: calc(100% / 2.67);
  display: block;
}

a.grey-link {
  color: #646464;
}

a.grey-link:hover {
  color: #646464;
}


/*--------------------------------------------------------------
 ## Archive
 --------------------------------------------------------------*/

.posts-container .introduction h2 {
  color: #ee4b7f;
  font-family: 'Open Sans' !important;
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .posts-container .introduction h2 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 10px;
  }
}

.posts-container .introduction .description {
  color: #ee4b7f;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .posts-container .introduction .description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.posts-container .content-recent-news a {
  color: #646464;
}

.posts-container .content-recent-news a:hover {
  text-decoration: none;
}

.posts-container .content-recent-news .date {
  margin-top: 60px;
}

.posts-container .content-recent-news .author {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px !important;
}

.posts-container .content-recent-news .category {
  display: flex;
  flex-direction: row-reverse;
  text-transform: uppercase;
  font-size: 12px;
  color: #969696;
  text-transform: uppercase;
  font-weight: 700;
}

.posts-container .content-recent-news .category img {
  margin-right: 10px;
}

.posts-container .content-recent-news .comment-count {
  display: flex;
  flex-direction: row-reverse;
}

.posts-container .content-recent-news .comment-count img {
  margin-right: 10px;
}

.posts-container .image-container .placeholder {
  width: 100%;
  height: auto;
}

.posts-container .content-recent-news > div {
  margin-bottom: 60px;
}

.posts-container .excerpt p {
  height: 120px;
  overflow: hidden;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .posts-container .excerpt p {
    height: 80px;
  }
}

.doctor-list .container-fluid {
  max-width: 1440px;
  margin: auto;
}

.doctor-list .doctors-block {
  margin-left: -15px;
  margin-right: -15px;
}

.doctor-list .name a {
  display: block;
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .doctor-list .name a {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.doctor-list .name a.pink {
  color: #ee4b7f !important;
}

.doctor-list .name a.blue {
  color: #7ca0c4 !important;
}

.doctor-list .name a.purple {
  color: #aca8ce !important;
}

.doctor-list .name a.green {
  color: #93bb8a !important;
}

.doctor-list .headshot {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.doctor-list .headshot:hover {
  opacity: 0.9;
}

@media all and (max-width: 992px) {
  .doctor-list .headshot img {
    width: 100%;
    height: auto;
  }
}

.doctors-awards .container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.doctors-awards .award {
  margin-left: 30px;
  margin-right: 30px;
}

@media all and (max-width: 767px) {
  .doctors-awards .award {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.doctors-awards .award img {
  height: 125px;
  width: auto;
}

@media all and (max-width: 767px) {
  .doctors-awards .award img {
    height: 100px;
    width: auto;
  }
}

.meet-our-physicians .pink h1,
.meet-our-physicians .pink p {
  color: #ee4b7f !important;
}

.meet-our-physicians .blue h1,
.meet-our-physicians .blue p {
  color: #7ca0c4 !important;
}

.meet-our-physicians .purple h1,
.meet-our-physicians .purple p {
  color: #aca8ce !important;
}

.meet-our-physicians .green h1,
.meet-our-physicians .green p {
  color: #93bb8a !important;
}

.meet-our-physicians h1 {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Open Sans' !important;
  font-size: 46px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .meet-our-physicians h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: normal;
  }
}

.meet-our-physicians p {
  width: 100%;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 80px;
}

@media all and (max-width: 767px) {
  .meet-our-physicians p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.back-to-doctors {
  text-align: center;
}

.back-to-doctors .back-button {
  height: 46px;
  width: auto;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 90px auto;
  display: flex;
  display: -ms-inline-flexbox;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  letter-spacing: 1px;
  background-color: #ee4b80;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
}

.back-to-doctors .back-button:hover {
  background-color: #f277a0;
  text-decoration: none;
}

.content-recent-news.blog-news-container {
  padding-top: 50px;
}

@media all and (max-width: 767px) {
  .content-recent-news.blog-news-container {
    margin-top: 0 !important;
    padding-top: 35px;
  }
}

.content-recent-news.blog-news-container .read-more-container {
  width: 100%;
}

.content-recent-news.blog-news-container .read-more-button {
  height: 46px;
  width: 350px;
  max-width: 100%;
  margin: 90px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  letter-spacing: 1px;
  background-color: #ee4b80;
  color: #fff;
  font-weight: 700;
}

.content-recent-news.blog-news-container .read-more-button:hover {
  background-color: #f277a0;
  text-decoration: none;
}

.search-results {
  margin-top: 30px;
}

.search-results h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

.search-results h2 a {
  color: #ee4b7f;
  font-size: 30px;
}

.search-results p {
  margin-bottom: 10px;
}

.search-results a {
  color: #ee4b7f;
}

.search h1 {
  color: #646464;
}


/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/

#comments ol {
  margin: 0 0 1.5em 0em;
}

@media all and (max-width: 768px) {
  #comments .form-submit input {
    float: none;
    margin: auto;
  }
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-metadata a,
.reply a,
.logged-in-as a,
.comment-reply-title a,
.comment-author a,
.comment-meta a {
  color: #ee4b7f;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: inline-flex;
  align-items: center;
  margin-right: 2%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  margin-bottom: 0;
  margin-right: 5px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 250px;
}

@media all and (max-width: 1024px) {

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    display: block;
  }

  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input {
    width: 100%;
  }
}

ol.comment-list li {
  margin-bottom: 60px;
}

.reply a {
  background-color: #ee4b7f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.comment-respond,
.comment {
  margin-top: 60px;
}


/*--------------------------------------------------------------
 ## Individual Location Page
 --------------------------------------------------------------*/

@media all and (max-width: 767px) {
  .individual-location .hero-block {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 767px) {
  .individual-location .standard-content-block {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .individual-location .standard-content-block .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.individual-location .standard-content-block h2 {
  color: #ee4b7f;
}

.individual-location .standard-content-block h3 {
  color: #646464 !important;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .individual-location .standard-content-block h3 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}

.individual-location .standard-content-block h4 {
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .individual-location .standard-content-block h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .individual-location .blockquote-and-links {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.individual-location .blockquote-and-links .row {
  justify-content: center;
}

.individual-location .blockquote-and-links .row .block {
  padding: 30px 120px;
}

@media all and (max-width: 767px) {
  .individual-location .blockquote-and-links .row .block {
    padding: 30px 60px;
  }
}

.individual-location .blockquote-and-links .row .block h5 {
  margin-bottom: 0px;
}

@media all and (max-width: 767px) {
  .individual-location .blockquote-and-links .row .block h5 {
    font-size: 16px;
  }
}

.individual-location .blockquote-and-links .row .block p {
  font-weight: 400;
}

.individual-location .blockquote-and-links .row .block strong {
  color: #646464;
}

.location-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.location-information .heading h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-family: 'Open Sans' !important;
  color: #ee4b7f;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}

.location-information .address {
  text-align: center;
  font-weight: 400;
  color: #646464;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .location-information .address {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-information .telephone,
.location-information .fax {
  font-weight: 700;
  color: #646464;
  font-size: 24px;
  line-height: 36px;
}

@media all and (max-width: 767px) {

  .location-information .telephone,
  .location-information .fax {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-information .fax {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .location-information .fax {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-information h4 {
  color: #646464;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.location-information a {
  color: #ee4b7f;
}

.location-information .additional-information {
  color: #646464;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .location-information .additional-information {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-information .working-hours {
  width: 530px;
  max-width: 100%;
  margin-top: 60px;
  background-color: rgba(217, 221, 234, 0.698);
  padding: 30px 50px;
}

@media all and (max-width: 767px) {
  .location-information .working-hours {
    margin-bottom: 20px;
  }
}

.location-information .office-hours,
.location-information .monitoring-hours {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

@media all and (max-width: 767px) {

  .location-information .office-hours,
  .location-information .monitoring-hours {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-information .office-hours b,
.location-information .monitoring-hours b {
  color: #646464;
  font-size: 24px;
}

@media all and (max-width: 767px) {

  .location-information .office-hours b,
  .location-information .monitoring-hours b {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-information .office-hours .office-hours-p,
.location-information .monitoring-hours .office-hours-p {
  font-size: 24px;
}

.location-information .office-hours {
  margin-bottom: 20px;
}

.back-to-locations {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 80px;
  width: 442px;
  max-width: 100%;
  height: 57px;
  border-radius: 3px;
  color: #fff;
  background-color: #ee4b80;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.34902);
}

.back-to-locations:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f277a0;
}


/*--------------------------------------------------------------
 ## Landing Page
 --------------------------------------------------------------*/

@media all and (min-width: 768px) {
  .thank-you-page.landing-page .side-container img {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .thank-you-page.landing-page .side-container img.upper-margin-top {
    margin-top: -200px;
  }
}

@media all and (max-width: 767px) {
  .thank-you-page.landing-page .side-container img {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.thank-you-page.landing-page .wpcf7-form-control-wrap {
  width: auto;
}

.thank-you-page.landing-page .options-ppc-form {
  padding: 45px 30px;
  background-color: #ccd2e3;
  position: relative;
  top: -250px;
  margin-right: 30px;
}

.thank-you-page.landing-page .options-ppc-form .wpcf7-response-output {
  margin-top: -250px;
}

@media all and (max-width: 767px) {
  .thank-you-page.landing-page .options-ppc-form {
    top: 0;
    margin-right: 0;
  }

  .thank-you-page.landing-page .options-ppc-form .wpcf7-response-output {
    margin-top: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .thank-you-page.landing-page .options-ppc-form {
    margin-right: 5px;
  }
}

.thank-you-page.landing-page .options-ppc-form h2 {
  color: #646464;
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .thank-you-page.landing-page .options-ppc-form h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.thank-you-page.landing-page .options-ppc-form .submit {
  justify-content: center;
}

.thank-you-page.landing-page .options-ppc-form h4 {
  text-align: center;
  color: #646464;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.thank-you-page.landing-page .options-ppc-form input[type="submit"] {
  background-color: #8591b4;
  color: #fff;
  width: 160px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 7px;
}

.thank-you-page.landing-page .options-ppc-form > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .thank-you-page.landing-page .options-ppc-form > div {
    flex-direction: column;
  }

  .thank-you-page.landing-page .options-ppc-form > div label {
    margin-bottom: 5px !important;
  }
}

@media all and (max-width: 1199px) {
  .thank-you-page.landing-page .options-ppc-form > div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .thank-you-page.landing-page .options-ppc-form > div.birthday-field {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .thank-you-page.landing-page .options-ppc-form > div br {
    display: none;
  }
}

.thank-you-page.landing-page .options-ppc-form > div span {
  max-width: 100%;
}

.thank-you-page.landing-page .options-ppc-form > div span.ppc-name,
.thank-you-page.landing-page .options-ppc-form > div span.email-address {
  width: 350px;
}

@media all and (max-width: 992px) {
  .thank-you-page.landing-page .options-ppc-form > div.birthday-field {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .thank-you-page.landing-page .options-ppc-form > div.birthday-field label {
    width: 100% !important;
  }
}

.thank-you-page.landing-page .options-ppc-form > div.birthday-field label {
  width: 100px;
}

.thank-you-page.landing-page .options-ppc-form > div.birthday-field span {
  margin-right: 2%;
}

@media all and (max-width: 992px) {
  .thank-you-page.landing-page .options-ppc-form > div.birthday-field span.birth_month {
    width: auto;
  }

  .thank-you-page.landing-page .options-ppc-form > div.birthday-field span {
    width: auto;
    margin-right: 2%;
  }
}

.thank-you-page.landing-page .options-ppc-form label {
  width: 100px;
  font-size: 22px;
  flex-shrink: 0;
}

.thank-you-page.landing-page .options-ppc-form input {
  height: 50px;
  max-width: 100%;
  width: 100%;
}

.thank-you-page.landing-page .options-ppc-form input[type="text"] {
  height: 50px;
  max-width: 100%;
  width: auto;
}

.thank-you-page.landing-page .options-ppc-form select {
  height: 50px;
  max-width: 100%;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .thank-you-page.landing-page .introduction {
    padding: 30px 20px;
  }
}

.thank-you-page.landing-page .introduction h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .thank-you-page.landing-page .introduction h3 {
    font-size: 32px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .thank-you-page.landing-page .introduction h3 {
    font-size: 40px;
  }
}

.thank-you-page.landing-page table td {
  padding: 0;
}

.thank-you-page.landing-page .main-content {
  padding-top: 50px;
}

.thank-you-page.landing-page p {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
  font-family: "Open Sans", sans-serif;
}

.thank-you-page.landing-page strong,
.thank-you-page.landing-page b {
  color: #7d7d7d;
}

.thank-you-page.landing-page ul {
  list-style: disc;
  font-size: 18px;
  line-height: 1.6;
  margin-left: 5px;
}

.thank-you-page.landing-page li {
  margin-bottom: 15px;
}

.thank-you-page.landing-page .landing-footer {
  width: 100%;
  margin: auto;
}

@media (min-width: 1200px) {
  .thank-you-page.landing-page .landing-footer {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .thank-you-page.landing-page .landing-footer {
    max-width: 100%;
  }
}

.thank-you-page.landing-page .landing-footer h3 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 48px;
}

.thank-you-page.landing-page .landing-footer .seven-locations {
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  font-size: 56px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .thank-you-page.landing-page .landing-footer .seven-locations {
    font-size: 40px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .thank-you-page.landing-page .landing-footer .seven-locations {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.thank-you-page.landing-page .landing-footer .seven-locations:hover {
  text-decoration: none;
}

.thank-you-page.landing-page .landing-footer .seven-locations .light {
  opacity: 0.7;
}

.thank-you-page.landing-page .options-ppc-form .message-field {
  align-items: flex-start;
}

.thank-you-page.landing-page .wpcf7-form-control-wrap {
  display: block;
  width: auto;
}

@media all and (max-width: 767px) {
  .thank-you-page.landing-page .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.thank-you-page.landing-page .ef-options-desktop {
  text-align: center;
}

.thank-you-page.landing-page .ef-options-desktop a {
  background-color: #f4477d;
  color: #fff;
  font-weight: bold;
  padding: 0.8667em;
  border-radius: 0.4333em;
  margin-top: 0.4333em;
  text-decoration: none;
}

.thank-you-page.landing-page .ef-options-desktop a:hover {
  text-decoration: none;
}

.ef-ppc-figcap-tag {
  text-align: center;
  font-size: 24px;
  color: #7d7d7d;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .wpcf7-intl-tel {
    width: 265px;
  }
}

.position-rel {
  position: relative;
}

.landing-home-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ee4b7f;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.landing-home-button:hover {
  text-decoration: none;
  color: #fff;
}

.pink-color,
.pink-bullet ul,
.pink-bullet ul li strong {
  color: #ee4b7f !important;
}

.purple-color,
.purple-bullet ul,
.purple-bullet ul li strong {
  color: #aca8ce !important;
}

.green-color,
.green-bullet ul,
.green-bullet ul li strong {
  color: #93bb8a !important;
}

.blue-color,
.blue-bullet ul,
.blue-bullet ul li strong {
  color: #7ca0c4 !important;
}

.pink-banner,
.pink-title {
  background-color: #ee4b7f !important;
}

.purple-banner,
.purple-title {
  background-color: #aca8ce !important;
}

.green-banner,
.green-title {
  background-color: #a9d59e !important;
}

.blue-banner,
.blue-title {
  background-color: #7ca0c4 !important;
}


/*--------------------------------------------------------------
 ## Docs Landing Page
 --------------------------------------------------------------*/

#docs-landing .thank-you-page .thanks-heading {
  margin-bottom: 40px;
}

#docs-landing .thank-you-page .site-branding {
  margin-left: 4%;
}

#docs-landing .thank-you-page .information {
  margin-right: 4%;
}

#docs-landing .thank-you-page .office,
#docs-landing .thank-you-page .phone {
  font-weight: bold;
}

#docs-landing .thank-you-page.landing-page .main-content {
  padding: 0 8.3333%;
}

#docs-landing .main-content h2 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

#docs-landing .main-content figure {
  width: 100% !important;
}

#docs-landing .thank-you-page.landing-page span[style^=color] strong,
#docs-landing .thank-you-page.landing-page span[style^=color] b,
#docs-landing .thank-you-page.landing-page ul {
  color: inherit;
  font-size: 26px;
  line-height: 1.6;
}

#docs-landing .thank-you-page.landing-page li {
  margin-bottom: .5769em;
}

#docs-landing .thank-you-page .docs-l-form.row {
  justify-content: center;
}

#docs-landing .thank-you-page.landing-page .options-ppc-form {
  position: static;
  margin: 80px auto 96px;
}

#docs-landing .thank-you-page.landing-page .landing-footer .seven-locations {
  font-weight: bold;
  height: 4.6428em;
  line-height: 1.5;
}

@media all and (max-width: 420px) {
  #docs-landing .thank-you-page.landing-page .main-content {
    padding: 0 15px;
  }

  #docs-landing .thank-you-page.landing-page span[style^=color] strong,
  #docs-landing .thank-you-page.landing-page span[style^=color] b,
  #docs-landing .thank-you-page.landing-page ul {
    font-size: 18px;
  }

  #docs-landing .thank-you-page.landing-page .options-ppc-form {
    padding: 40px 20px;
    margin: 40px auto;
  }

  #docs-landing .thank-you-page.landing-page .options-ppc-form h2 {
    font-size: 24px;
  }
}


/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}


/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
 # Blocks
 --------------------------------------------------------------*/

.content-accordion {
  padding-bottom: 10px;
}

@media all and (max-width: 767px) {
  .content-accordion ul {
    margin-left: 0;
  }
}

.content-accordion li {
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .content-accordion li {
    font-size: 14px;
    line-height: 26px;
  }
}

.content-accordion li b {
  color: #ee4b7f;
}

.content-accordion .accordion {
  width: 100%;
  margin-bottom: 20px;
}

@media all and (min-width: 993px) {
  .content-accordion .accordion {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-accordion .accordion .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.content-accordion .accordion .content-accordion-title {
  padding: 15px 25px;
  margin-bottom: 20px;
}

.content-accordion .accordion .content-accordion-title p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.content-accordion .accordion .content-accordion-title p i {
  font-size: 16px;
  margin-right: 15px;
  vertical-align: middle;
}

.content-accordion .accordion .accordion-subtitle {
  display: block;
  padding-left: 33px;
}

.content-accordion .accordion .collapse-accordion {
  display: none;
}

.content-accordion .accordion .active-accordion {
  display: block;
}

.content-accordion .accordion #location-information .contact-position {
  font-weight: 700;
}

.content-accordion .accordion #location-information a {
  display: inline-block;
  margin-left: 10px;
  color: #ee4b7f;
  font-weight: 700;
}

.content-accordion .accordion #location-information a a:hover {
  color: #ee4b7f;
  text-decoration: underline;
}

.content-accordion .accordion #location-information .accordion-container {
  width: 100%;
  max-width: 100%;
}

.content-accordion .accordion .grey {
  background-color: #969696;
}

.content-accordion .accordion .pink {
  background-color: #969696;
}

.content-accordion .accordion .purple {
  background-color: #969696;
}

.content-accordion .accordion .green {
  background-color: #969696;
}

.content-accordion .accordion .blue {
  background-color: #969696;
}

.content-accordion .accordion.accordion-collapse .fa-plus {
  display: none;
}

.content-accordion .accordion.accordion-collapse .grey {
  background-color: #969696;
}

.content-accordion .accordion.accordion-collapse .pink {
  background-color: #ee4b7f;
}

.content-accordion .accordion.accordion-collapse .purple {
  background-color: #aca8ce;
}

.content-accordion .accordion.accordion-collapse .green {
  background-color: #a9d59e;
}

.content-accordion .accordion.accordion-collapse .blue {
  background-color: #7ca0c4;
}

.content-accordion .accordion.accordion-collapse .fa-minus {
  display: inline-block;
}

.content-accordion .accordion.accordion-collapse .content-accordion-collapse {
  display: block;
}

@media all and (max-width: 767px) {
  .content-accordion .accordion.accordion-collapse .content-accordion-collapse {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-accordion .accordion.accordion-collapse a {
  color: #ee4b7f;
}

.transgender-last-accordion.content-accordion .accordion {
  position: relative;
}

@media all and (min-width: 993px) {
  .transgender-last-accordion.content-accordion .accordion:after {
    content: "";
    position: absolute;
    top: calc(100% + 80px);
    background-color: #333;
    opacity: 0.2;
    left: -60px;
    right: -60px;
    height: 1px;
  }
}

@media all and (min-width: 992px) {
  .transgender.content-accordion .accordion {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.transgender.content-accordion .accordion.accordion-collapse .content-accordion-title {
  background-color: #aca8ce;
}

.transgender.content-accordion .accordion.accordion-collapse a {
  color: #aca8ce;
}

@media all and (max-width: 767px) {
  .genet-test.content-accordion .content-accordion-title p {
    display: flex;
    align-items: center;
  }
}

@media all and (max-width: 767px) {
  .genet-test.content-accordion h5 {
    padding-top: 15px;
  }
}

#single-column .bold ul {
  font-weight: bold;
}

#single-column .bullet-grey ul li {
  color: #646464;
}

#single-column .bullet-green ul li {
  color: #93bb8a;
}

#single-column .bullet-pink ul li {
  color: #ee4b7f;
}

#single-column .bullet-blue ul li {
  color: #7ca0c4;
}

#single-column .bullet-purple ul li {
  color: #aca8ce;
}

.blockquote-and-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .blockquote-and-links {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockquote-and-links .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .blockquote-and-links .links {
    margin-top: 30px;
  }
}

.blockquote-and-links .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 15px;
  background-color: #ee4b80;
  color: #fff;
  width: 526px;
  max-width: 90%;
  height: 46px;
  border-radius: 3px;
  text-align: center;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .blockquote-and-links .links a {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
}

.blockquote-and-links .links a:hover {
  background-color: #f277a0;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .blockquote-and-links .links a {
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px;
  }
}

@media all and (max-width: 767px) {
  .blockquote-and-links .links {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.blockquote-and-links .block {
  background-color: rgba(210, 217, 234, 0.6);
  padding: 60px 55px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .blockquote-and-links .block {
    padding: 20px 30px;
  }
}

.blockquote-and-links .block p {
  font-weight: 600;
  line-height: 38px;
  font-size: 20px;
  color: #646464;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .blockquote-and-links .block p {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
  }
}

.blockquote-and-links h3 {
  font-family: 'Open Sans' !important;
  font-weight: 700;
  font-size: 28px;
  color: #646464;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

@media all and (max-width: 767px) {
  .blockquote-and-links h3 {
    font-size: 16px;
  }
}

.blockquote-and-links a {
  color: #ee4b80;
  font-weight: 700;
}

.blockquote-and-links a:last-of-type {
  margin-bottom: 0px;
}

.blockquote-and-links.blue .links a {
  background-color: #7ca0c4;
}

.blockquote-and-links.blue .links a:hover {
  background-color: #96b3d0;
}

.blockquote-and-links.blue .block a {
  color: #7ca0c4;
}

.blockquote-and-links .row.reverse {
  flex-direction: row-reverse;
}

.blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blockquote .blockquote-content {
  position: relative;
  width: 585px;
  max-width: 90%;
  margin: auto;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}

.blockquote .blockquote-content:before {
  content: url("images/blockquote.png");
  position: relative;
  height: auto;
  margin-right: 10px;
}

.blockquote.doctor-blockquote .blockquote-content {
  font-family: 'Lora-Bold', 'Lora Bold', 'Lora';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #646464;
  line-height: 36px;
  width: 450px;
}

@media all and (max-width: 767px) {
  .blockquote.doctor-blockquote .blockquote-content {
    font-size: 16px;
    line-height: 26px;
    width: 70%;
  }
}

.contact-information {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-information .contact-person {
  display: flex;
  margin-bottom: 20px;
}

.contact-information .contact-position {
  font-weight: 700;
}

.contact-information a {
  display: inline-block;
  margin-left: 10px;
  color: #ee4b7f;
  font-weight: 700;
  text-decoration: none;
}

.contact-information a a:hover {
  color: #ee4b7f;
  text-decoration: underline;
}

.contact-information .contact-container {
  width: 389px;
  max-width: 100%;
  color: #646464;
}

@media all and (max-width: 767px) {
  .contact-information .contact-container {
    max-width: 90%;
  }
}

.contact-information .col-md-6 {
  display: flex;
  justify-content: flex-end;
}

.standard-content-block,
.content-accordion,
.two-column-text-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.standard-content-block h2,
.content-accordion h2,
.two-column-text-content h2,
.standard-content-block h3,
.content-accordion h3,
.two-column-text-content h3,
.standard-content-block h4,
.content-accordion h4,
.two-column-text-content h4,
.standard-content-block h5,
.content-accordion h5,
.two-column-text-content h5,
.standard-content-block h6,
.content-accordion h6,
.two-column-text-content h6 {
  color: #ee4b7f;
}

.standard-content-block .subheading,
.content-accordion .subheading,
.two-column-text-content .subheading {
  font-size: 20px;
  line-height: 30px;
  color: #ee4b7f;
  font-weight: 700;
  margin-bottom: 40px;
}

.standard-content-block .col-md-12,
.content-accordion .col-md-12,
.two-column-text-content .col-md-12 {
  padding-left: 30px;
  padding-right: 30px;
}

.standard-content-block a,
.content-accordion a,
.two-column-text-content a {
  color: #ee4b7f;
  text-decoration: underline;
}

.standard-content-block.doctor-standard-content,
.content-accordion.doctor-standard-content,
.two-column-text-content.doctor-standard-content {
  line-height: 30px;
}

@media all and (max-width: 767px) {

  .standard-content-block.doctor-standard-content,
  .content-accordion.doctor-standard-content,
  .two-column-text-content.doctor-standard-content {
    font-size: 14px;
    line-height: 24px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.standard-content-block.est-costs-standard-block,
.content-accordion.est-costs-standard-block,
.two-column-text-content.est-costs-standard-block {
  font-size: 16px;
  line-height: 30px;
}

@media all and (max-width: 767px) {

  .standard-content-block.est-costs-standard-block,
  .content-accordion.est-costs-standard-block,
  .two-column-text-content.est-costs-standard-block {
    font-size: 14px;
    width: 88%;
    margin: auto;
    line-height: 24px;
  }
}

@media all and (max-width: 767px) {

  .standard-content-block.est-costs-standard-block h5,
  .content-accordion.est-costs-standard-block h5,
  .two-column-text-content.est-costs-standard-block h5 {
    width: 100%;
  }
}

.standard-content-block.contact-standard-content,
.content-accordion.contact-standard-content,
.two-column-text-content.contact-standard-content {
  background: rgba(242, 242, 242, 1);
  padding: 50px 0;
}

.standard-content-block.contact-standard-content .row h2,
.content-accordion.contact-standard-content .row h2,
.two-column-text-content.contact-standard-content .row h2 {
  margin: auto;
  text-align: center;
}

.standard-content-block.contact-standard-content .row p,
.content-accordion.contact-standard-content .row p,
.two-column-text-content.contact-standard-content .row p {
  font-weight: 550;
  font-size: 18px;
  color: #646464;
  line-height: 28px;
  text-align: center;
}

.standard-content-block.contact-standard-content .row .wpcf7-form p,
.content-accordion.contact-standard-content .row .wpcf7-form p,
.two-column-text-content.contact-standard-content .row .wpcf7-form p {
  text-align: left;
}

.standard-content-block.contact-standard-content .row .wpcf7-form p:nth-child(17),
.content-accordion.contact-standard-content .row .wpcf7-form p:nth-child(17),
.two-column-text-content.contact-standard-content .row .wpcf7-form p:nth-child(17) {
  text-align: center !important;
}

.standard-content-block.contact-standard-content .row .cf-phone-number,
.content-accordion.contact-standard-content .row .cf-phone-number,
.two-column-text-content.contact-standard-content .row .cf-phone-number {
  /* margin-left: 113px; */
  margin-bottom: 40px;
}

.standard-content-block.contact-standard-content .row .cf-phone-number .intl-tel-input,
.content-accordion.contact-standard-content .row .cf-phone-number .intl-tel-input,
.two-column-text-content.contact-standard-content .row .cf-phone-number .intl-tel-input {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

@media all and (max-width: 991px) {

  .standard-content-block.contact-standard-content .row .cf-phone-number,
  .content-accordion.contact-standard-content .row .cf-phone-number,
  .two-column-text-content.contact-standard-content .row .cf-phone-number {
    margin-left: 0px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {

  .standard-content-block.contact-standard-content .row .cf-phone-number,
  .content-accordion.contact-standard-content .row .cf-phone-number,
  .two-column-text-content.contact-standard-content .row .cf-phone-number {
    /* margin-left: 25px; */
  }
}

@media all and (max-width: 767px) {

  .standard-content-block.ivf-standard-content,
  .content-accordion.ivf-standard-content,
  .two-column-text-content.ivf-standard-content {
    margin-top: 15px;
    margin-block-end: 15px;
  }

  .standard-content-block.ivf-standard-content .row,
  .content-accordion.ivf-standard-content .row,
  .two-column-text-content.ivf-standard-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .standard-content-block.ivf-standard-content .row p,
  .content-accordion.ivf-standard-content .row p,
  .two-column-text-content.ivf-standard-content .row p,
  .standard-content-block.ivf-standard-content .row h4,
  .content-accordion.ivf-standard-content .row h4,
  .two-column-text-content.ivf-standard-content .row h4,
  .standard-content-block.ivf-standard-content .row h5,
  .content-accordion.ivf-standard-content .row h5,
  .two-column-text-content.ivf-standard-content .row h5 {
    margin-left: 15px;
  }
}

@media all and (max-width: 767px) {

  .standard-content-block.lesbian-content-block,
  .content-accordion.lesbian-content-block,
  .two-column-text-content.lesbian-content-block {
    margin-bottom: 30px !important;
  }
}

@media all and (max-width: 767px) {

  .standard-content-block.lesbian-content-block,
  .content-accordion.lesbian-content-block,
  .two-column-text-content.lesbian-content-block {
    margin-top: 0;
  }

  .standard-content-block.lesbian-content-block .row,
  .content-accordion.lesbian-content-block .row,
  .two-column-text-content.lesbian-content-block .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .standard-content-block.lesbian-content-block .row p,
  .content-accordion.lesbian-content-block .row p,
  .two-column-text-content.lesbian-content-block .row p,
  .standard-content-block.lesbian-content-block .row h4,
  .content-accordion.lesbian-content-block .row h4,
  .two-column-text-content.lesbian-content-block .row h4,
  .standard-content-block.lesbian-content-block .row h5,
  .content-accordion.lesbian-content-block .row h5,
  .two-column-text-content.lesbian-content-block .row h5 {
    margin-left: 15px;
  }
}

.standard-content-block.video-center .wp-video,
.content-accordion.video-center .wp-video,
.two-column-text-content.video-center .wp-video {
  margin: 0 auto 32px !important;
}

.standard-content-block input[type="text"],
.content-accordion input[type="text"],
.two-column-text-content input[type="text"],
.standard-content-block input[type="email"],
.content-accordion input[type="email"],
.two-column-text-content input[type="email"],
.standard-content-block input[type="tel"],
.content-accordion input[type="tel"],
.two-column-text-content input[type="tel"],
.standard-content-block input[type="number"],
.content-accordion input[type="number"],
.two-column-text-content input[type="number"],
.standard-content-block select,
.content-accordion select,
.two-column-text-content select {
  padding: 5px 10px;
  max-width: 100%;
  width: 850px;
  height: 42px;
  border: 0;
  border-radius: 0;
}

.standard-content-block textarea,
.content-accordion textarea,
.two-column-text-content textarea {
  padding: 5px 10px;
  max-width: 100%;
  width: 850px;
  min-height: 126px;
  border: 0;
  border-radius: 0;
}

.standard-content-block input[type="submit"],
.content-accordion input[type="submit"],
.two-column-text-content input[type="submit"] {
  width: 442px;
  max-width: 100%;
  height: 57px;
  background-color: #ee4b80;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.standard-content-block input[type="submit"]:hover,
.content-accordion input[type="submit"]:hover,
.two-column-text-content input[type="submit"]:hover {
  background-color: #f277a0;
}

.standard-content-block input::placeholder,
.content-accordion input::placeholder,
.two-column-text-content input::placeholder {
  color: #787f81;
}

.standard-content-block a[href^="tel:"],
.content-accordion a[href^="tel:"],
.two-column-text-content a[href^="tel:"] {
  text-decoration: none;
}

.cancer-patients.standard-content-block h3 {
  color: #93bb8a;
  font-size: 24px;
  margin-bottom: 20px;
}

.cancer-patients.standard-content-block a {
  color: #93bb8a;
  text-decoration: underline;
}

.elective-egg-freezing h3 {
  margin-bottom: 30px;
}

.contact-standard-content.standard-content-block .book-online {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(51, 204, 204, 1) 0%, rgba(51, 204, 204, 1) 0%, rgba(51, 153, 153, 1) 100%, rgba(51, 153, 153, 1) 100%);
  border-radius: 12px;
  height: 42px;
  width: 221px;
  max-width: 100%;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.contact-standard-content.standard-content-block p {
  max-width: 100%;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.contact-standard-content.standard-content-block .zoo {
  color: #399;
  font-size: 28px;
}

.contact-standard-content.standard-content-block .doc {
  color: #646464;
  font-size: 28px;
}

@media all and (max-width: 767px) {
  .lesbian-content-block.standard-content-block img {
    width: 200px;
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .lesbians.fertility-iq-container.standard-content-block .container {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .staff-directory.standard-content-block h1 {
    font-size: 30px;
  }

  .staff-directory.standard-content-block h2 {
    position: relative;
    font-size: 24px !important;
  }

  .staff-directory.standard-content-block h2:after {
    content: "Scroll > More Numbers";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
  }
}

.staff-directory.standard-content-block h2 {
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.staff-directory.standard-content-block h3 {
  font-size: 48px;
}

@media all and (max-width: 767px) {
  .staff-directory.standard-content-block h3 {
    font-size: 24px;
  }
}

.staff-directory.standard-content-block table td {
  padding: 10px;
  text-align: center;
  min-height: 50px;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.staff-directory.standard-content-block table tr:nth-child(even) {
  background-color: #ffd9ea !important;
}

.staff-directory.standard-content-block table tr:nth-child(odd) {
  background-color: #ffe3ec !important;
}

.staff-directory.standard-content-block table tr:nth-child(1) {
  background-color: #fff !important;
}

.staff-directory.standard-content-block table tr:nth-child(even) td:nth-child(2) {
  text-align: center;
}

.staff-directory.standard-content-block table tr:nth-child(odd) td:nth-child(2) {
  text-align: center;
}

.staff-directory.standard-content-block .first-row tr:nth-child(1) {
  background-color: #ffe3ec !important;
}

@media all and (max-width: 767px) {
  .staff-directory.standard-content-block table td {
    width: 150px;
  }
}

@media all and (max-width: 992px) {
  .staff-directory.standard-content-block .table-container {
    overflow-x: scroll;
  }
}

.video-container-block {
  display: block;
  flex-direction: column;
  justify-content: space-between;
}

.video-container-block h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.video-container-block iframe {
  margin-bottom: 15px;
}

.video-container-block p {
  font-size: 12px;
  line-height: 28px;
}

.video-container-block p:first-child {
  margin-bottom: 0;
}

.video-container-block h6 {
  line-height: 26px;
}

@media all and (max-width: 767px) {
  .genet-test.standard-content-block {
    margin-top: 0;
  }
}

@media all and (max-width: 767px) {
  .genet-test.standard-content-block h4 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
}

.genet-test.standard-content-block li {
  line-height: 36px;
  color: #ee4b7f;
}

@media all and (max-width: 767px) {
  .genet-test.standard-content-block li {
    line-height: 24px;
  }
}

@media all and (max-width: 767px) {
  .genet-test.standard-content-block ul {
    margin-left: 0;
  }
}

.genet-test.standard-content-block.blue h4,
.genet-test.standard-content-block.blue strong,
.genet-test.standard-content-block.blue li {
  color: #7ca0c4;
}

.genet-test.standard-content-block.green h4,
.genet-test.standard-content-block.green strong,
.genet-test.standard-content-block.green li {
  color: #93bb8a;
}

@media all and (max-width: 767px) {
  .genet-test-li.standard-content-block h4 {
    text-align: left;
    width: 98%;
  }
}

@media all and (max-width: 767px) {
  .genet-test-li.standard-content-block li {
    line-height: 30px;
  }
}

.four-blocks-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.four-blocks-row .one-block {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.four-blocks-row .first {
  background-image: url('images/four-blocks-women.jpg');
}

.four-blocks-row .second {
  background-image: url('images/four-blocks-men.jpg');
}

.four-blocks-row .third {
  background-image: url('images/four-blocks-lgbt.jpg');
}

.four-blocks-row .forth {
  background-image: url('images/four-blocks-cancer.jpg');
}

.four-blocks-row .first .heading {
  color: #ee4b7f;
}

.four-blocks-row .second .heading {
  color: #7ca0c4;
}

.four-blocks-row .third .heading {
  color: #aca8ce;
}

.four-blocks-row .forth .heading {
  color: #93bb8a;
}

.four-blocks-row .inner {
  margin: auto;
  padding-top: 40px;
  width: 274px;
  height: 326px;
  display: flex;
  flex-direction: column;
}

.four-blocks-row .heading {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.four-blocks-row .description {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #646464;
  width: 50%;
  line-height: 24px;
}

.four-blocks-row .first .inner,
.four-blocks-row .second .inner {
  align-items: flex-end;
}

.four-blocks-row .first .description,
.four-blocks-row .second .description {
  text-align: right;
}

.four-blocks-row a {
  margin-top: auto;
  display: block;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  width: 125px;
  height: 19px;
  padding: 6px 2px 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: content-box;
}

.four-blocks-row a:hover {
  color: #fff;
  text-decoration: none;
}

.four-blocks-row .first a {
  background-color: #ee4b80;
}

.four-blocks-row .first a:hover {
  background-color: #f277a0;
}

.four-blocks-row .second a {
  background-color: #7ca0c4;
}

.four-blocks-row .second a:hover {
  background-color: #96b3d0;
}

.four-blocks-row .third a {
  background-color: #aca8ce;
}

.four-blocks-row .third a:hover {
  background-color: #c1beda;
}

.four-blocks-row .forth a {
  background-color: #a9d59e;
}

.four-blocks-row .forth a:hover {
  background-color: #bae8ae;
}

@media all and (max-width: 767px) {
  .four-blocks-row.financial-4-blocks {
    margin-bottom: 0 !important;
  }
}

.four-blocks-row.financial-4-blocks .inner {
  margin-bottom: 30px;
}

.four-blocks-row.financial-4-blocks .one-block {
  background-size: 101%;
}

.four-blocks-row.financial-4-blocks .heading {
  display: table-cell;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
  text-shadow: 1px 1px 1px #000;
}

.four-blocks-row.financial-4-blocks .description {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 28px;
  width: 100%;
  text-shadow: 1px 1px 1px #000;
}

.four-blocks-row.financial-4-blocks a {
  width: 164px;
  height: 46px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.34902);
}

@media all and (max-width: 767px) {
  .four-blocks-row.financial-4-blocks a {
    font-size: 16px;
  }
}

.four-blocks-row.financial-4-blocks .first .inner,
.four-blocks-row.financial-4-blocks .second .inner {
  align-items: flex-start;
}

.four-blocks-row.financial-4-blocks .first .description,
.four-blocks-row.financial-4-blocks .second .description {
  text-align: left;
}

.four-blocks-row.financial-4-blocks .row > div:nth-of-type(2) a {
  background-color: #aca8ce;
}

.four-blocks-row.financial-4-blocks .row > div:nth-of-type(2) a:hover {
  background-color: #c1beda;
}

.four-blocks-row.financial-4-blocks .row > div:nth-of-type(3) a {
  background-color: #7ca0c4;
}

.four-blocks-row.financial-4-blocks .row > div:nth-of-type(3) a:hover {
  background-color: #96b3d0;
}

.four-blocks-row.financial-4-blocks .row > div:nth-of-type(4) a:hover {
  background-color: #bae8ae;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.half-image-button-or-text-link .image-block-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
}

.half-image-button-or-text-link .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link .text-content {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link .row {
    flex-direction: column-reverse;
  }
}

.half-image-button-or-text-link .reverse .row {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link .reverse .row {
    flex-direction: column-reverse;
  }
}

.half-image-button-or-text-link .reverse .image-block-container {
  text-align: right;
}

.half-image-button-or-text-link .text .heading {
  width: 482px;
  max-width: 90%;
}

.half-image-button-or-text-link .text .heading h2 {
  text-align: center;
  font-size: 54px;
  margin: auto;
  font-weight: 700;
  font-family: "Open Sans", sans-serif !important;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link .text .heading h2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.half-image-button-or-text-link .text .description {
  width: 482px;
  max-width: 90%;
  text-align: center;
  margin: 20px auto;
}

.half-image-button-or-text-link .text .description p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link .text .description {
    font-size: 16px;
    line-height: 24px;
  }
}

.half-image-button-or-text-link .text .cta a {
  width: 482px;
  max-width: 90%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link .text .cta a {
    font-size: 18px;
    line-height: 36px;
    text-decoration: none;
  }
}

.half-image-button-or-text-link .text .image-block {
  margin-left: -15px;
  margin-right: -15px;
}

.half-image-button-or-text-link .button .heading {
  max-width: 90%;
}

.half-image-button-or-text-link .button .heading h2 {
  text-align: center;
  font-size: 54px;
  margin: auto;
  font-weight: 700;
  font-family: "Open Sans", sans-serif !important;
}

.half-image-button-or-text-link .button .description {
  width: 500px;
  max-width: 90%;
  font-size: 22px;
  text-align: center;
  margin: 20px auto;
}

.half-image-button-or-text-link .button .cta a {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.half-image-button-or-text-link .button .cta a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .half-image-button-or-text-link .button .cta a {
    font-size: 14px;
  }
}

.half-image-button-or-text-link .button .image-block {
  margin-left: -15px;
  margin-right: -15px;
}

.half-image-button-or-text-link .pink {
  background-color: #ee4b7f;
}

.half-image-button-or-text-link .pink .description p {
  color: #fff;
}

.half-image-button-or-text-link .blue {
  background-color: #7ca0c4;
}

.half-image-button-or-text-link .text.blue {
  background-color: #d9ddea;
  color: #646464;
}

.half-image-button-or-text-link .text.blue a {
  color: #646464;
}

.half-image-button-or-text-link .purple {
  background-color: rgba(158, 155, 190, 1);
}

.half-image-button-or-text-link .purple a {
  background-color: rgba(172, 168, 207, 1);
}

.half-image-button-or-text-link .pink {
  color: #fff;
}

.half-image-button-or-text-link .pink a {
  color: #fff;
}

.half-image-button-or-text-link .button .heading h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1px;
}

.half-image-button-or-text-link .button .description {
  font-weight: 700;
  font-size: 22px;
}

.half-image-button-or-text-link .button .description p {
  color: #fff;
}

.half-image-button-or-text-link .button a {
  color: #fff;
  min-width: 200px;
  height: 40px;
  display: block;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.447058823529412);
}

.half-image-button-or-text-link .button a:hover {
  color: #fff;
}

.half-image-button-or-text-link .button.pink .cta a {
  background-color: #f16291;
}

.half-image-button-or-text-link .button.pink .cta a:hover {
  background-color: #f277a0;
}

.half-image-button-or-text-link .button.blue a {
  background-color: rgba(132, 172, 211, 1);
}

.half-image-button-or-text-link .button.blue a:hover {
  background-color: #9bb7d3;
}

.half-image-button-or-text-link .button.purple a {
  background-color: rgba(172, 168, 207, 1);
}

.half-image-button-or-text-link .button.purple a:hover {
  background-color: #c1beda;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.first-steps .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.first-steps .text-content {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.half-image-button-or-text-link.first-steps .text-content .heading h2 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.first-steps .text-content .heading h2 {
    font-size: 32px;
  }
}

.half-image-button-or-text-link.first-steps .text-content .description {
  max-width: 65%;
}

.half-image-button-or-text-link.first-steps .text-content .description p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.first-steps .text-content .description p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media all and (max-width: 767px) {
  .half-image-button-or-text-link.first-steps .text-content .description {
    max-width: 90%;
    font-size: 18px;
  }
}

.half-image-button-or-text-link.first-steps .text-content .cta {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.first-steps .text-content .cta {
    padding-top: 0px;
  }

  .half-image-button-or-text-link.first-steps .text-content .cta a {
    font-size: 18px;
  }
}

.half-image-button-or-text-link.first-steps .image-block-container {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

.half-image-button-or-text-link.first-steps.first-steps-darker .blue {
  background-color: #7ca0c5;
  color: #fff;
}

.half-image-button-or-text-link.first-steps.first-steps-darker .blue p,
.half-image-button-or-text-link.first-steps.first-steps-darker .blue a {
  color: #fff;
}

.half-image-button-or-text-link.first-steps.first-steps-darker .blue a {
  text-decoration: none;
}

.half-image-button-or-text-link.first-steps.first-steps-darker .blue a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.lgbtq-half-block .reverse .row {
    flex-direction: column-reverse;
  }
}

.half-image-button-or-text-link.lgbtq-half-block .text-content .heading h2 {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.lgbtq-half-block .text-content .heading h2 {
    font-size: 26px;
  }
}

.half-image-button-or-text-link.lgbtq-half-block .text-content .description {
  max-width: 90%;
}

.half-image-button-or-text-link.lgbtq-half-block .text-content .description p {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.lgbtq-half-block .text-content .description p {
    font-size: 14px;
  }
}

.half-image-button-or-text-link.lgbtq-half-block .text-content .cta {
  padding-top: 30px;
}

.half-image-button-or-text-link.lgbtq-half-block .text-content .cta a {
  font-size: 18px;
  text-decoration: none;
  min-width: 140px;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.lgbtq-half-block .text-content .cta a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.home-m-half-image .description {
    margin-bottom: 0;
  }

  .half-image-button-or-text-link.home-m-half-image .description p {
    margin-bottom: 0;
  }
}

.half-image-button-or-text-link.est-costs-half-block .heading h2 {
  font-size: 52px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.est-costs-half-block .heading h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
  }
}

.half-image-button-or-text-link.est-costs-half-block .description {
  font-weight: 650;
  line-height: 36px;
}

.half-image-button-or-text-link.est-costs-half-block .description p {
  font-size: 22px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.est-costs-half-block .description p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 650;
  }
}

@media screen and (max-width: 767px) {
  .half-image-button-or-text-link.est-costs-half-block a {
    min-width: 150px;
    padding: 15px 25px;
  }
}

@media all and (max-width: 992px) {
  .image-block-container img {
    width: 100%;
    height: auto;
  }

  .half-image-button-or-text-link .row {
    flex-direction: column-reverse;
  }

  .half-image-button-or-text-link .reverse .row {
    flex-direction: column;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .half-image-button-or-text-link .text .heading h2 {
    font-size: 36px;
  }

  .half-image-button-or-text-link .text-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .home.half-image-button-or-text-link .text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home.half-image-button-or-text-link .text .heading h2 {
    font-size: 36px;
    max-width: 300px;
  }
}

.lgbtq-overview.half-image-button-or-text-link.gay-men .description {
  width: 530px;
}

.lgbtq-overview.half-image-button-or-text-link .text-content {
  min-height: 480px;
}

.lgbtq-overview.half-image-button-or-text-link .button .heading h2 {
  font-weight: 700;
}

.lgbtq-overview.half-image-button-or-text-link p {
  font-size: 22px;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .lgbtq-overview.half-image-button-or-text-link .button .heading h2 {
    font-size: 26px;
    font-weight: 700;
  }

  .lgbtq-overview.half-image-button-or-text-link .button .description {
    margin-bottom: 0;
  }

  .lgbtq-overview.half-image-button-or-text-link .reverse .row {
    flex-direction: column-reverse;
  }
}

.estimated-fertility-costs.half-image-button-or-text-link .button .heading h2 {
  font-weight: 700;
  width: 450px;
  max-width: 100%;
}

@media all and (max-width: 992px) {
  .estimated-fertility-costs.half-image-button-or-text-link .reverse .row {
    flex-direction: column-reverse !important;
  }
}

@media all and (max-width: 992px) {
  .home.half-image-button-or-text-link .image-block-container {
    /* background-image: url('images/m01-doctors2.jpg') !important; */
    background-size: cover !important;
    min-height: 66vw;
  }

  .home.half-image-button-or-text-link.lab-group .image-block-container {
    background-image: url('images/m01-lab-group.jpg') !important;
    background-size: cover !important;
    min-height: 66vw;
  }
}

.content-heading {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .content-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.content-heading h2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans' !important;
  color: #ee4b7f;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .content-heading h2 {
    line-height: 40px;
    max-width: 90%;
    margin: 30px auto 20px auto;
  }
}

@media all and (max-width: 767px) {
  .content-heading .subheading {
    padding-top: 0;
  }
}

.content-heading p {
  text-align: center;
}

@media all and (max-width: 767px) {
  .content-heading p {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 20px 0 15px;
  }
}

.content-heading.purple h2 {
  color: #aca8ce;
}

.content-heading.blue h2 {
  color: #7ca0c4;
}

.content-heading.green h2 {
  color: #93bb8a;
}

@media all and (min-width: 768px) {
  .content-heading.font-size-48px h2 {
    font-size: 48px;
    line-height: 64px;
  }
}

.content-heading.doctor-heading h2 {
  font-size: 46px;
  line-height: 64px;
}

@media all and (max-width: 767px) {
  .content-heading.doctor-heading h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
}

.content-heading.max-width-700px h2 {
  max-width: 700px;
  margin: auto;
}

@media all and (max-width: 767px) {
  .content-heading.max-width-700px h2 {
    line-height: 40px;
  }
}

@media all and (max-width: 767px) {
  .content-heading.lgbtq-pm-text-left p {
    text-align: left;
  }
}

.content-heading.transg-m-heading h2 {
  max-width: 90%;
  margin: auto;
}

@media all and (max-width: 767px) {
  .content-heading.transg-m-heading {
    margin-bottom: 0;
  }

  .content-heading.transg-m-heading h2 {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .content-heading.transg-pm-text-left h2 {
    margin-top: 0;
  }

  .content-heading.transg-pm-text-left p {
    text-align: left;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 767px) {
  .content-heading.financial-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.content-heading.financial-heading h2 {
  font-size: 48px;
  line-height: 66px;
}

@media all and (max-width: 767px) {
  .content-heading.financial-heading h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 40px;
  }
}

@media all and (max-width: 767px) {
  .content-heading.home-m-heading {
    margin: 30px auto !important;
  }
}

@media all and (max-width: 767px) {
  .content-heading.lesbians h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 38px;
  }
}

@media all and (max-width: 767px) {
  .content-heading.meet-phys-heading h1 {
    width: 95% !important;
  }
}

@media all and (max-width: 767px) {
  .content-heading.home-header h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.women-overview.content-heading.first-heading h2 {
  max-width: 700px;
  width: 100%;
  font-size: 48px;
}

.women-overview.content-heading h2 {
  max-width: 100%;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  .women-overview.content-heading h2 {
    margin-top: 0;
    font-size: 30px !important;
    line-height: 1.6;
  }
}

.ivf.content-heading h2 {
  max-width: 650px;
}

.lgbtq-overview.content-heading p {
  text-align: left;
}

.lgbtq-overview.content-heading.first-heading p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 754px;
}

.lesbians.content-heading.second-heading h2 {
  margin-bottom: 10px;
}

.cancer-patients.content-heading h2 {
  max-width: 720px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.elective-egg-freezing.content-heading h2 {
  max-width: 100%;
}

@media all and (max-width: 767px) {
  .elective-egg-freezing.content-heading h2 {
    margin-bottom: 30px;
  }
}

.nursing-heading.content-heading h2 {
  margin: 30px auto;
}

.transg-pm-text-left.content-heading .subheading {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .research-overview.content-heading h2 {
    margin-top: 10px;
  }
}

.research-overview.content-heading br {
  display: none;
}

@media all and (max-width: 767px) {
  .research-overview.content-heading br {
    display: block;
  }
}

.research-overview.content-heading .subheading {
  max-width: 924px;
  color: #ee4b7f;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .research-overview.content-heading .subheading {
    font-size: 16px;
    line-height: 28px;
  }
}

@media all and (max-width: 767px) {
  .genet-test.content-heading {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .genet-test.content-heading h2 {
    font-size: 28px;
    line-height: 44px;
  }
}

.hero-block.hero-video-block .videoContainer {
  margin-top: 15px;
  width: 100%;
  height: calc(100vh - 115px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.hero-block.hero-video-block .video-container iframe,
.hero-block.hero-video-block .video-container object,
.hero-block.hero-video-block .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.hero-block {
  margin-top: 0;
  margin-bottom: 30px;
}

.hero-block .row {
  height: calc(100vh - 120px);
  background: url('images/women-background.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media all and (min-width: 992px) {
  .hero-block .row {
    min-height: 600px;
  }
}

.hero-block h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  color: #ee4b7f;
  font-family: 'Open Sans' !important;
  font-size: 72px;
  line-height: 92px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .hero-block h1 {
    font-size: 40px;
    line-height: 56px;
    width: 70%;
    margin-left: 0;
  }
}

.hero-block .blue h1 {
  color: #7ca0c4;
}

.hero-block .purple h1 {
  color: #9e9bbe;
}

.hero-block .green h1 {
  color: #93bb8a;
}

.hero-block.transg-m-hero .row {
  height: calc(100vh - 180px);
}

@media screen and (max-width: 767px) {
  .hero-block.transg-m-hero h1 {
    display: none;
  }
}

.hero-block.financial-hero h1 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.63921568627451);
}

.women-overview.hero-block.first-hero h1,
.women-overview.hero-block.second-hero h1 {
  max-width: 430px;
}

@media all and (max-width: 767px) {

  .women-overview.hero-block.first-hero h1,
  .women-overview.hero-block.second-hero h1 {
    margin-left: 0;
    font-size: 40px !important;
    max-width: 100%;
  }
}

.women-overview.hero-block.first-hero h1 {
  font-size: 60px;
}

@media all and (max-width: 767px) {
  .women-overview.hero-block.second-hero .row {
    height: 250px;
  }
}

.ivf.hero-block h1 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 350px) {
  .ivf.hero-block h1 {
    font-size: 30px;
    line-height: 46px;
  }
}

.lesbians.hero-block h1 {
  max-width: 450px;
}

@media all and (max-width: 767px) {
  .transgender.hero-block h1 {
    display: none;
  }
}

.cancer-patients.hero-block h1 {
  max-width: 550px;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .cancer-patients.hero-block h1 {
    font-size: 56px;
    line-height: 1.4;
  }
}

.estimated-fertility-costs.hero-block h1 {
  color: #fff;
}

.elective-egg-freezing.hero-block h1 {
  max-width: 400px;
}

.location-overview.hero-block h1 {
  max-width: 580px;
}

@media all and (max-width: 767px) {
  .doctors-hero.hero-block .row {
    background-image: url('https://www.sbivf.com/wp-content/uploads/2022/11/m-doctors-overview-page.jpg') !important;
    background-size: cover;
  }
}

@media all and (max-width: 575px) {
  .research-overview.hero-block {
    min-height: 525px;
    background-size: cover;
  }
}

.research-overview.hero-block .row {
  background-position: top center;
}

@media all and (max-width: 575px) {
  .research-overview.hero-block .row {
    background-image: url('./images/m71-main-image.jpg') !important;
    background-size: cover;
  }
}

.content-slider {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-slider .slide-container {
  width: 100%;
  height: calc(100vh - 160px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (min-width: 993px) {
  .content-slider .slide-container {
    min-height: 600px;
  }
}

@media all and (max-width: 768px) {
  .content-slider .slide-container {
    background-image: none !important;
  }
}

.content-slider .slide-image {
  display: none !important;
}

@media all and (max-width: 767px) {
  .content-slider .slide-image {
    display: block !important;
    order: 2;
  }
}

.content-slider h2 {
  color: #ee4b7f;
  text-align: center;
  font-size: 44px;
  line-height: 72px;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .content-slider h2 {
    order: 1;
    margin-top: 10px;
    font-size: 28px;
    line-height: normal;
  }
}

.content-slider h3 {
  color: #ee4b7f;
  text-align: center;
  width: 730px;
  max-width: 80%;
  font-size: 18px;
  line-height: 28px;
}

@media all and (max-width: 767px) {
  .content-slider h3 {
    order: 3;
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
  }
}

.content-slider .carousel-caption-button {
  margin-bottom: 90px;
  margin-top: auto;
}

@media all and (max-width: 767px) {
  .content-slider .carousel-caption-button {
    order: 4;
  }
}

.content-slider .btn {
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.34902);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  min-width: 316px;
  min-height: 53px;
  text-decoration: none;
  min-width: 232px;
  height: 46px;
  background-color: #ee4b80;
}

.content-slider .btn:hover {
  background-color: #f277a0;
}

@media all and (max-width: 767px) {
  .content-slider .btn {
    min-width: 180px;
    min-height: 40px;
  }
}

.content-slider button.owl-dot {
  background-color: #666;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin: 0 5px;
  outline: 0 !important;
}

.content-slider .owl-dots {
  text-align: center;
  top: -50px;
  z-index: 9909999;
  position: relative;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .content-slider .owl-dots {
    top: -50px;
  }
}

.content-slider button.owl-dot.active {
  background-color: #ee4b7f;
}

.content-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.content-slider .owl-nav .owl-next {
  right: 20px;
}

.content-slider .owl-nav .owl-prev {
  left: 20px;
}

.content-slider .left-arrow,
.content-slider .right-arrow {
  outline: 0;
}

@media all and (max-width: 767px) {

  .content-slider .left-arrow,
  .content-slider .right-arrow {
    width: 15px;
    height: auto;
  }
}

.content-slider button {
  outline: 0;
}

@media all and (max-width: 767px) {
  .content-slider .owl-carousel .owl-item {
    min-height: 500px;
  }

  .owl-nav {
    display: none;
  }

  .content-slider h3 {
    max-width: 95%;
  }

  .content-slider h3 br {
    display: none;
  }

  .content-slider .carousel-caption-button {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .content-slider .owl-dots {
    top: -60px;
  }
}

.slide-image-desktop {
  display: block;
}

.slide-mobile-image {
  display: none;
}

@media all and (max-width: 767px) {
  .content-slider .slide-mobile-image {
    display: block !important;
  }

  .content-slider .slide-image-desktop {
    display: none !important;
  }
}

.content-slider .slider-button a {
  color: #fff !important;
  background-color: #ee4b80;
  border-radius: 4px;
  padding: 10px 15px;
}

.content-slider .slider-button a:hover {
  text-decoration: none;
  background-color: #f277a0;
}

.content-slider .ls-v6 .ls-nav-prev:after,
.content-slider .ls-v6 .ls-nav-next:after {
  border-top: 3px solid #666;
}

.content-slider .ls-v6 .ls-nav-prev:after {
  border-top: 3px solid #666;
}

.content-slider .ls-v6 .ls-nav-next:after {
  border-right: 3px solid #666;
}

.content-slider .ls-v6 .ls-nav-prev:after {
  border-left: 3px solid #666;
}

.content-slider .ls-v6 .ls-nav-prev:hover:after {
  border-top-color: #666 !important;
  border-left-color: #666 !important;
}

.content-slider .ls-v6 .ls-nav-prev:hover,
.content-slider .ls-v6 .ls-nav-next:hover {
  transform: none !important;
}

.content-slider .ls-v6 .ls-nav-next:hover:after {
  border-top-color: #666 !important;
  border-right-color: #666 !important;
}

.image-and-blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-and-blockquote div[class^='col-md'] {
  display: inline-block;
  align-items: center;
}

.image-and-blockquote .col-md-8 {
  margin-top: 20px;
}

.image-and-blockquote .blockquote-content {
  position: relative;
  width: 550px;
  max-width: 90%;
  margin: auto;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  font-weight: 600;
  color: #646464;
}

.image-and-blockquote .blockquote-content:before {
  content: url("images/blockquote.png");
  position: relative;
  height: auto;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .image-and-blockquote .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 767px) {
  .image-and-blockquote .col-md-4 .image {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .image-and-blockquote .col-md-4 img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .image-and-blockquote.doctor-blockquote .row {
    flex-direction: column-reverse;
  }

  .image-and-blockquote.doctor-blockquote .row .col-md-4 {
    padding-top: 60px;
    justify-content: center;
  }
}

.image-and-blockquote.doctor-blockquote .row .blockquote-content {
  font-family: 'Lora-Bold', 'Lora Bold', 'Lora';
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  color: #646464;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .image-and-blockquote.doctor-blockquote .row .blockquote-content {
    font-size: 16px;
    line-height: 26px;
    width: 80%;
  }
}

.links-grid {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media all and (min-width: 1200px) {
  .links-grid .container {
    max-width: 1190px;
  }
}

@media all and (max-width: 767px) {
  .links-grid .heading {
    max-width: 70%;
    margin: auto;
  }
}

@media all and (max-width: 767px) {
  .links-grid .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.links-grid h2 {
  font-family: "Open Sans" !important;
  color: #ee4b7f;
  text-align: center;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  .links-grid h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.links-grid .subheading {
  max-width: 850px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .links-grid .subheading {
    max-width: 95%;
    margin-bottom: 10px;
  }
}

.links-grid p {
  color: #646464;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .links-grid p {
    font-size: 14px;
    line-height: 24px;
  }
}

.links-grid a {
  display: block;
  width: 350px;
  height: 44px;
  max-width: 100%;
  margin: 0 15px 35px 15px;
  background-color: #ee4b80;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.349019607843137);
}

.links-grid a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f277a0;
}

@media all and (max-width: 767px) {
  .links-grid a {
    font-size: 14px;
    margin: 0 15px 12px 15px;
    height: 40px;
  }
}

.links-grid.blue h2 {
  color: #7ca0c4;
}

.links-grid.blue a {
  background-color: #7ca0c4;
}

.links-grid.blue a:hover {
  background-color: #96b3d0;
}

.links-grid.pink h2 {
  color: #ee4b7f;
}

.links-grid.pink a {
  background-color: #ee4b80;
}

.links-grid.pink a:hover {
  background-color: #f277a0;
}

.links-grid.green h2 {
  color: #93bb8a;
}

.links-grid.green a {
  background-color: #a9d59e;
}

.links-grid.green a:hover {
  background-color: #c2e1bb;
}

.links-grid.purple h2 {
  color: #aca8ce;
}

.links-grid.purple a {
  background-color: #aca8ce;
}

.links-grid.purple a:hover {
  background-color: #c1beda;
}

.links-grid .two-in-row:nth-of-type(odd) a {
  margin-left: auto;
}

@media all and (min-width: 767px) and (max-width: 992px) {
  .links-grid .link-block a {
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .links-grid .link-block {
    display: flex;
    justify-content: center;
  }

  .links-grid .link-block a {
    margin-left: auto;
    margin-right: auto;
  }
}

.links-grid.font-weight-size .heading h2 {
  font-weight: 700;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  .links-grid.font-weight-size .heading h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}

.women-overview.links-grid h2 {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .women-overview.links-grid p {
    font-size: 15px;
  }

  .women-overview.links-grid a {
    width: 700px;
    margin-bottom: 15px;
  }
}

.women-overview.links-grid.second-links-grid .container {
  position: relative;
}

@media all and (min-width: 993px) {
  .women-overview.links-grid.second-links-grid .container:after {
    content: "";
    position: absolute;
    top: calc(100% + 60px);
    left: 30px;
    right: 30px;
    height: 1px;
    opacity: 0.2;
    background-color: #333;
  }
}

.location-map h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ee4b7f;
  font-weight: 700;
  text-align: center;
  font-family: 'Open Sans' !important;
  font-size: 36px;
  line-height: normal;
}

.location-map .location-name {
  font-size: 16px;
  font-weight: 700;
  color: #ee4b7f;
}

.location-map #map {
  width: 100%;
  height: 37.4305vw;
  max-height: 539px;
  margin: auto;
}

@media all and (max-width: 767px) {
  .location-map #map {
    height: 100vw;
  }
}

.location-map .explore-our-locations {
  display: block;
  width: 420px;
  max-width: 100%;
  height: 46px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ee4b80;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.34902);
}

.location-map .explore-our-locations:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f277a0;
}

.content-recent-news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

.content-recent-news.blog-news-container {
  background-color: #fff;
}

.content-recent-news .post-container {
  margin-bottom: 50px;
}

.content-recent-news .post-container .no-text-decoration:hover {
  text-decoration: none;
}

.content-recent-news h3 {
  font-family: 'Open Sans' !important;
  text-align: center;
  color: #ee4b7f;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 5px;
}

.content-recent-news .subheading p {
  text-align: center;
  color: #ee4b7f;
  margin-bottom: 40px;
}

.content-recent-news .image-container {
  margin-left: -15px;
  margin-right: -15px;
}

.content-recent-news .image-container img {
  width: 100%;
  height: auto;
}

.content-recent-news .date {
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 80px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #969696;
}

.content-recent-news .title {
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #646464;
  font-size: 20px;
  line-height: 24px;
}

.content-recent-news .excerpt {
  margin-left: 35px;
  margin-right: 35px;
  font-weight: 400;
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  min-height: 120px;
  border-bottom: 0.5px solid rgba(100, 100, 100, .17);
}

.content-recent-news .metadata {
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.content-recent-news .metadata .post-categories {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.content-recent-news .metadata .author {
  margin-right: auto;
  font-size: 12px;
  color: #969696;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}

.content-recent-news .metadata .category {
  display: flex;
  align-items: center;
}

.content-recent-news .metadata .category ul {
  display: flex;
  margin-bottom: 0;
}

.content-recent-news .metadata .category a {
  color: #969696;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.content-recent-news .metadata .category img {
  margin-left: 5px;
}

.content-recent-news .metadata .comment-count {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: #969696;
  text-transform: uppercase;
  font-size: 12px;
}

.content-recent-news .metadata .comment-count img {
  margin-left: 5px;
}

.content-recent-news .read-more-button {
  margin: auto;
  margin-top: 50px;
  width: 232px;
  height: 46px;
  border-radius: 3px;
  background-color: #ee4b80;
}

.content-recent-news .read-more-button a {
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.349019607843137);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.content-recent-news .read-more-button a:hover {
  text-decoration: none;
}

.content-recent-news .read-more-button:hover {
  background-color: #f277a0;
}

@media all and (max-width: 767px) {
  .content-recent-news {
    margin-top: 50px !important;
  }

  .content-recent-news .subheading p {
    font-size: 18px;
  }
}

.success-stories {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .success-stories {
    margin-top: 0;
  }
}

.success-stories a {
  box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.349019607843137);
}

.success-stories .row {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.success-stories .col-md-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success-stories .testimonial-giver {
  margin-top: 20px;
  font-weight: 600;
  color: #ee4b7f;
  font-size: 24px;
}

.success-stories .blockquote-container {
  font-family: 'Lora';
  width: 800px;
  max-width: 90%;
  text-align: center;
  color: #646464;
  font-style: italic;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600 !important;
  position: relative;
}

@media all and (max-width: 767px) {
  .success-stories .blockquote-container {
    font-style: normal;
    font-size: 16px !important;
    line-height: 30px;
    font-style: italic;
    width: 75%;
  }
}

.success-stories .blockquote-container:before {
  content: url("images/blockquote.png");
  position: relative;
  top: 0;
  height: auto;
}

.success-stories .cta a {
  background-color: #ee4b80;
  color: #fff;
  width: 320px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .success-stories .cta a {
    margin-top: 30px;
    font-size: 14px;
    width: 260px;
  }
}

.success-stories .cta a:hover {
  background-color: #f277a0;
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .success-stories.transg-m-success .row {
    padding-top: 30px;
    background-position-x: 80%;
  }

  .success-stories.transg-m-success .row .blockquote-container {
    font-size: 18px;
    line-height: 30px;
  }
}

@media all and (max-width: 767px) {
  .success-stories.woman-success .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .success-stories.woman-success .row .blockquote-container {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 767px) {
  .success-stories.lesbian-success .row {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.success-stories.lesbian-success .row .blockquote-container {
  font-family: 'Lora';
}

@media all and (max-width: 767px) {
  .success-stories.lesbian-success .row .blockquote-container {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}

.women-overview.success-stories .blockquote-container {
  width: 100%;
  max-width: 500px;
}

@media all and (max-width: 767px) {
  .women-overview.success-stories .blockquote-container {
    max-width: 350px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.women-overview.success-stories a {
  min-width: 337px;
  max-width: 100%;
  height: 46px;
}

.lesbian.success-stories .blockquote-container {
  font-style: italic;
  padding-top: 50px;
  width: 90%;
  max-width: 600px;
  font-size: 20px;
  font-weight: 600;
}

.lesbian.success-stories a {
  margin-top: 30px;
}

.cancer-patients.success-stories .blockquote-container {
  max-width: 680px;
  font-style: italic;
  font-size: 20px;
}

.cancer-patients.success-stories .testimonial-giver {
  margin-top: 40px;
  color: #ee4b7f;
  font-size: 24px;
}

.elective-egg-freezing.success-stories .blockquote-container {
  max-width: 600px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: 600;
}

.elective-egg-freezing.success-stories a {
  min-width: 337px;
  height: 46px;
  max-width: 100%;
}

.transg-m-success.success-stories .blockquote-container {
  width: 880px;
  max-width: 100%;
}

table {
  table-layout: fixed;
  width: 100%;
}

table tr:nth-child(odd) td:nth-child(2) {
  text-align: right;
}

table tr:nth-child(even) {
  background-color: #ffd9ea;
}

table tr:nth-child(even) td:nth-child(2) {
  text-align: right;
}

table td {
  padding: 1.2rem 4rem;
  vertical-align: middle !important;
  border: 0 !important;
  font-weight: bold;
  font-size: 16px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  table td:nth-child(1) {
    width: 60%;
    padding: 30px 0 30px 30px;
  }

  table td:nth-child(2) {
    width: 40%;
    padding: 30px 15px 30px 0;
  }
}

table td span {
  font-weight: 400;
}

.nurses-contacts .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .nurses-contacts tr {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }

  .nurses-contacts tr td {
    padding: 5px 20px;
    text-align: left;
  }

  .nurses-contacts td:nth-child(2) {
    width: 100%;
  }

  .nurses-contacts td {
    width: 100%;
  }

  .nurses-contacts tr:nth-child(even) td:nth-child(2) {
    text-align: left;
  }

  .nurses-contacts tr:nth-child(odd) td:nth-child(2) {
    text-align: left;
  }
}

.two-column-text-content .row {
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (max-width: 767px) {
  .two-column-text-content .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.two-column-text-content p {
  line-height: 30px;
}

@media all and (max-width: 767px) {
  .two-column-text-content p {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 24px;
  }
}

.two-column-text-content p strong {
  font-weight: 700;
  color: #ef477e;
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .two-column-text-content p strong {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
  }
}

.two-column-text-content ul {
  line-height: 36px;
  font-weight: 700;
  color: #ef477e;
  font-size: 20px;
  margin-left: 15px;
  width: 70%;
}

@media all and (max-width: 767px) {
  .two-column-text-content ul {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .two-column-text-content ul {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .two-column-text-content.financial-two-col p {
    margin-bottom: 20px;
  }
}

.two-column-text-content .video-title {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .two-column-text-content .video-title {
    margin-top: -30px;
    margin-bottom: 50px;
  }
}

.two-column-text-content .iframe {
  max-width: 100%;
  height: auto;
}

.colored-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.colored-columns .col-lg-4,
.colored-columns .col-lg-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  min-height: 365px;
}

@media all and (max-width: 767px) {

  .colored-columns .col-lg-4,
  .colored-columns .col-lg-6 {
    min-height: 1px;
  }
}

.colored-columns .pink {
  background-color: #ee4b7f;
}

.colored-columns .blue {
  background-color: #7ca0c4;
}

.colored-columns .purple {
  background-color: #aca8ce;
}

.colored-columns .icon-container {
  min-height: 150px;
}

@media all and (max-width: 767px) {
  .colored-columns .icon-container {
    min-height: 100px;
  }
}

.colored-columns h3 {
  font-family: 'Open Sans' !important;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .colored-columns h3 {
    font-size: 26px;
    line-height: 20px;
  }
}

.colored-columns .col-lg-4 p {
  width: 370px;
  max-width: 90%;
  text-align: center;
}

@media all and (max-width: 767px) {
  .colored-columns .col-lg-4 p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
}

.colored-columns .col-lg-4 img {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 101px;
  max-height: 74px;
  height: auto;
  width: auto;
}

@media all and (max-width: 767px) {
  .colored-columns .col-lg-4 img {
    height: 65px;
    width: auto;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.colored-columns p {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media all and (max-width: 767px) {
  .colored-columns p {
    font-size: 14px;
    line-height: 24px;
  }
}

.colored-columns a {
  display: block;
  color: #fff;
  font-weight: 700;
}

.colored-columns a:hover {
  color: #fff;
  text-decoration: underline;
}

.colored-columns .col-lg-6 h3,
.colored-columns .col-lg-6 h3 {
  font-size: 36px;
}

@media all and (max-width: 767px) {

  .colored-columns .col-lg-6 h3,
  .colored-columns .col-lg-6 h3 {
    font-size: 26px;
    line-height: 20px;
    padding-bottom: 30px;
  }
}

.colored-columns .col-lg-6 p,
.colored-columns .col-lg-6 p {
  width: 470px;
  max-width: 90%;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {

  .colored-columns .col-lg-6 p,
  .colored-columns .col-lg-6 p {
    font-size: 14px;
    line-height: 24px;
  }
}

.colored-columns .col-lg-6 img,
.colored-columns .col-lg-6 img {
  margin-top: 60px;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {

  .colored-columns .col-lg-6 img,
  .colored-columns .col-lg-6 img {
    height: 65px;
    width: auto;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 767px) {
  .colored-columns.padding-bottom .col-lg-6 {
    padding-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .colored-columns.transg-m-colored-col .col-md-4 p {
    padding-bottom: 30px;
  }
}

.colored-columns.woman-two-three-blocks .icon-container {
  min-height: 230px;
}

@media all and (max-width: 767px) {
  .colored-columns.woman-two-three-blocks .col-md-6 h3 {
    padding-bottom: 10px;
  }

  .colored-columns.woman-two-three-blocks .col-md-6 p {
    line-height: 24px;
    padding-bottom: 30px;
  }
}

.colored-columns.lesbians .icon-container {
  min-height: 150px;
}

.colored-columns.lesbian-colored-columns .icon-container {
  min-height: 150px;
}

@media all and (max-width: 767px) {
  .colored-columns.lesbian-colored-columns .col-md-4 img {
    height: 80px;
    margin-bottom: 20px;
  }

  .colored-columns.lesbian-colored-columns .col-md-4 h3 {
    margin-bottom: 25px;
  }

  .colored-columns.lesbian-colored-columns .col-md-4 p {
    max-width: 75%;
  }
}

.colored-columns p {
  color: #fff;
}

@media all and (max-width: 767px) {
  .women-overview.colored-columns .row > div {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.women-overview.colored-columns .icon-container {
  min-height: 250px;
}

@media all and (max-width: 767px) {
  .women-overview.colored-columns .icon-container {
    min-height: 130px;
  }
}

.women-overview.colored-columns p {
  font-size: 16px !important;
  line-height: 1.8;
}

.lesbians.colored-columns h3 {
  font-size: 36px;
}

.lesbians.colored-columns img {
  max-width: 100%;
  max-height: 100%;
}

.lesbians.colored-columns p {
  max-width: 300px;
}

.lesbians.colored-columns .row > div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lesbians.colored-columns .row > div:nth-of-type(1) {
  background-color: rgba(172, 168, 207, 1) !important;
}

.lesbians.colored-columns .row > div:nth-of-type(2) {
  background-color: rgba(158, 155, 190, 1) !important;
}

.lesbians.colored-columns .row > div:nth-of-type(3) {
  background-color: rgba(132, 129, 159, 1) !important;
}

.cancer-patients.colored-columns h3 {
  font-size: 36px;
  width: 90%;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .cancer-patients.colored-columns h3 {
    line-height: 1.4;
  }
}

.cancer-patients.colored-columns img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

.cancer-patients.colored-columns .row > div:nth-of-type(1) {
  background-color: rgba(168, 213, 157, 1) !important;
}

.cancer-patients.colored-columns .row > div:nth-of-type(2) {
  background-color: rgba(148, 188, 139, 1) !important;
}

.cancer-patients.colored-columns .row > div:nth-of-type(3) {
  background-color: rgba(128, 163, 120, 1) !important;
}

.cancer-patients.colored-columns .row > div:nth-of-type(3) p {
  width: 405px;
}

.cancer-patients.colored-columns a {
  display: block;
  font-size: 20px;
  font-weight: 28px;
}

@media all and (max-width: 767px) {
  .cancer-patients.colored-columns a {
    font-size: 16px;
  }
}

.cancer-patients.colored-columns p {
  font-size: 18px;
  line-height: 30px;
}

@media all and (max-width: 767px) {
  .cancer-patients.colored-columns p {
    font-size: 14px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}

.elective-egg-freezing.colored-columns h3 {
  font-size: 36px;
  width: 90%;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .elective-egg-freezing.colored-columns h3 {
    line-height: 1.4;
  }
}

.elective-egg-freezing.colored-columns img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

.elective-egg-freezing.colored-columns .row > div:nth-of-type(1) {
  background-color: #fe9dc2 !important;
}

.elective-egg-freezing.colored-columns .row > div:nth-of-type(2) {
  background-color: #f3759f !important;
}

.elective-egg-freezing.colored-columns .row > div:nth-of-type(3) {
  background-color: #ef477e !important;
}

.elective-egg-freezing.colored-columns a {
  display: block;
  font-size: 20px;
  font-weight: 28px;
}

.elective-egg-freezing.colored-columns p {
  font-size: 18px;
  line-height: 30px;
}

.half-image-and-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.half-image-and-content .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.half-image-and-content .image {
  margin-left: -15px;
  margin-right: -15px;
}

.half-image-and-content .blue {
  background-color: #7ca0c4;
}

.half-image-and-content .pink {
  background-color: #ee4b7f;
}

.half-image-and-content .purple {
  background-color: #aca8ce;
}

.half-image-and-content .content-container {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 50px 70px;
}

@media all and (max-width: 767px) {
  .half-image-and-content .content-container {
    width: 100%;
    padding: 20px 20px;
    margin: auto;
  }
}

.half-image-and-content .content-container p {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .half-image-and-content .content-container p {
    line-height: 28px;
  }
}

.half-image-and-content .content {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

@media all and (max-width: 767px) {
  .half-image-and-content.lesbian-half-image-content .content-container {
    padding-bottom: 0px;
  }

  .half-image-and-content.lesbian-half-image-content .content-container p {
    line-height: 26px;
    font-size: 16px;
  }
}

.lesbians.half-image-and-content p {
  color: #fff;
}

.lesbians.half-image-and-content p a {
  color: #fff;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .genet-test.half-image-and-content .image-container {
    background-image: url('./images/m79-exspanded-carrier-screening-image-purple_u25.jpg') !important;
    background-size: cover;
    min-height: 1px;
    padding-bottom: 73%;
  }
}

.genet-test.half-image-and-content .content-container {
  padding: 0 75px;
}

@media all and (max-width: 767px) {
  .genet-test.half-image-and-content .content-container {
    padding: 0 50px;
  }
}

@media all and (max-width: 676px) {
  .genet-test.half-image-and-content .content-container {
    padding: 0 15px;
  }
}

.genet-test.half-image-and-content .content-container h2 {
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .genet-test.half-image-and-content .content-container h2 {
    font-weight: 700;
  }
}

.genet-test.half-image-and-content .content-container p {
  color: #fff;
  font-size: 24px;
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .genet-test.half-image-and-content .content-container p {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.genet-test.half-image-and-content .content-container a {
  background-color: rgba(180, 176, 216, 1);
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.447058823529412);
  padding: 15px 50px;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .genet-test.half-image-and-content .content-container a {
    padding: 10px 15px;
    font-size: 16px;
  }
}

.research-overview-john.half-image-and-content {
  background-color: rgba(193, 207, 224, 1) !important;
}

.research-overview-john.half-image-and-content .image-container {
  background-color: rgba(193, 207, 224, 1);
  background: top center no-repeat;
  background-size: cover;
  min-height: 525px;
}

@media all and (max-width: 767px) {
  .research-overview-john.half-image-and-content .image-container {
    background-image: url('./images/m71-john_u9.jpg') !important;
    background-size: cover;
    min-height: 1px;
    padding-bottom: 73%;
  }
}

.research-overview-john.half-image-and-content .content-container {
  background-color: rgba(193, 207, 224, 1);
  padding-bottom: 30px;
  margin-bottom: 0px;
  width: 100%;
}

@media all and (max-width: 767px) {
  .research-overview-john.half-image-and-content .content-container {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}

.research-overview-john.half-image-and-content h3,
.research-overview-john.half-image-and-content h4,
.research-overview-john.half-image-and-content strong {
  line-height: 40px;
  color: #646464;
}

@media all and (max-width: 767px) {

  .research-overview-john.half-image-and-content h3,
  .research-overview-john.half-image-and-content h4,
  .research-overview-john.half-image-and-content strong {
    line-height: 36px;
    margin-bottom: 0;
  }
}

.research-overview-john.half-image-and-content h4 {
  padding-top: 40px;
  margin-bottom: 0;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .research-overview-john.half-image-and-content h4 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
  }
}

.research-overview-john.half-image-and-content h4 strong {
  padding-top: 0;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .research-overview-john.half-image-and-content h4 strong {
    font-size: 18px;
    width: 75%;
    margin: auto;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .research-overview-john.half-image-and-content h4:last-of-type {
    font-size: 18px;
    width: 75%;
    margin: auto;
    padding-bottom: 20px;
  }
}

.research-overview-john.half-image-and-content h4,
.research-overview-john.half-image-and-content strong {
  line-height: 36px;
}

@media all and (max-width: 767px) {

  .research-overview-john.half-image-and-content h4,
  .research-overview-john.half-image-and-content strong {
    line-height: 26px;
    font-size: 16px;
  }
}

@media all and (max-width: 575px) {
  .research-overview-btn.half-image-and-content .image-container {
    min-height: 275px;
  }
}

.research-overview-btn.half-image-and-content .content-container {
  width: 100%;
  padding: 80px 75px 20px;
}

@media all and (max-width: 1199px) {
  .research-overview-btn.half-image-and-content .content-container {
    padding: 80px 30px 20px;
  }
}

@media all and (max-width: 767px) {
  .research-overview-btn.half-image-and-content .content-container {
    padding: 30px 15px;
  }
}

.research-overview-btn.half-image-and-content h3,
.research-overview-btn.half-image-and-content h4,
.research-overview-btn.half-image-and-content strong {
  line-height: 40px;
  color: #fff;
}

@media all and (max-width: 767px) {

  .research-overview-btn.half-image-and-content h3,
  .research-overview-btn.half-image-and-content h4,
  .research-overview-btn.half-image-and-content strong {
    line-height: 26px;
  }
}

.research-overview-btn.half-image-and-content h4 {
  padding: 0 70px 30px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .research-overview-btn.half-image-and-content h4 {
    padding: 0 40px 20px;
    font-size: 20px;
  }
}

.research-overview-btn.half-image-and-content h3:last-of-type {
  margin-bottom: 40px;
}

.research-overview-btn.half-image-and-content h4,
.research-overview-btn.half-image-and-content strong {
  line-height: 36px;
}

@media all and (max-width: 767px) {

  .research-overview-btn.half-image-and-content h4,
  .research-overview-btn.half-image-and-content strong {
    line-height: 26px;
    font-size: 18px;
  }
}

.research-overview-btn.half-image-and-content h4:first-of-type {
  margin-bottom: 30px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .research-overview-btn.half-image-and-content h4:first-of-type {
    font-size: 16px;
  }
}

.research-overview-btn.half-image-and-content a {
  background-color: rgba(132, 172, 211, 1);
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.447058823529412);
  padding: 15px 60px;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .research-overview-btn.half-image-and-content a {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  .colored-text .container {
    padding: 0;
  }
}

.colored-text ul {
  margin: 0;
}

.colored-text .pink {
  background-color: #ee4b7f;
}

.colored-text .blue {
  background-color: rgba(155, 183, 212, 1);
}

.colored-text .purple {
  background-color: #aca8ce;
}

.colored-text .green {
  background-color: rgba(168, 213, 157, 0.298039215686275);
}

.colored-text.copy-white {
  color: #fff;
  text-align: left;
}

.colored-text.copy-bold {
  font-weight: bold;
}

.colored-text .colored-text-content {
  padding: 50px 90px;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .colored-text .colored-text-content {
    padding: 20px;
  }
}

.colored-text p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

@media all and (max-width: 767px) {
  .colored-text p {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin: auto;
  }
}

.colored-text p:last-of-type {
  margin-bottom: 0;
}

.colored-text a {
  color: #fff;
}

@media all and (max-width: 767px) {
  .ivf.colored-text .colored-text-content p {
    padding: 20px 0;
  }
}

.lesbians.colored-text .colored-text-content {
  margin: auto;
  background-color: rgba(172, 168, 207, 0.498039215686275);
  width: 900px;
  max-width: 100%;
  padding-right: 100px;
}

@media all and (max-width: 992px) {
  .lesbians.colored-text .colored-text-content {
    padding: 30px;
  }
}

.lesbians.colored-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #646464;
}

.lesbians.colored-text ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
  color: #646464;
}

.lesbians.colored-text li {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .lesbians.colored-text li {
    font-size: 18px;
  }
}

.lesbians.colored-text li:last-child {
  margin-bottom: 0;
}

.cancer-patients.colored-text {
  color: #646464;
}

.cancer-patients.colored-text .colored-text-content {
  color: #646464;
}

.cancer-patients.colored-text h3 {
  color: #93bb8a;
  margin: auto;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  max-width: 610px;
}

@media all and (max-width: 767px) {
  .cancer-patients.colored-text h3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cancer-patients.colored-text p {
  text-align: left;
  color: #646464;
  font-weight: 600;
  padding: 30px 60px 0;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .cancer-patients.colored-text p {
    padding: 30px 30px 0;
  }
}

@media all and (max-width: 767px) {
  .cancer-patients.colored-text p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

.cancer-patients.colored-text .subtext {
  padding: 0 60px;
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .cancer-patients.colored-text .subtext {
    padding: 0 30px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .cancer-patients.colored-text .subtext {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .elective-egg-freezing.colored-text {
    margin-bottom: 70px;
  }
}

.elective-egg-freezing.colored-text p {
  font-size: 20px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .genet-test.colored-text p {
    padding: 20px 0;
  }
}

.content-button {
  margin: 30px auto;
}

.content-button .row {
  justify-content: center;
  align-content: center;
}

.content-button .row .content-button-cta.pink a {
  background-color: #ee4b80;
}

.content-button .row .content-button-cta.pink a:hover {
  background-color: #f277a0;
}

.content-button .row .content-button-cta.blue a {
  background-color: #7ca0c4;
}

.content-button .row .content-button-cta.blue a:hover {
  background-color: #96b3d0;
}

.content-button .row .content-button-cta.purple a {
  background-color: #aca8ce;
}

.content-button .row .content-button-cta.green a {
  background-color: #a9d59e;
}

.content-button .row .content-button-cta .content-button-text {
  color: #fff !important;
  font-size: 18px;
  min-width: 200px;
  padding: 15px 50px;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.447058823529412);
}

.content-button .row .content-button-cta .content-button-text:hover {
  color: #fff;
}

@media all and (max-width: 768px) {
  .content-button .row .content-button-cta .content-button-text {
    width: auto;
    max-width: 100%;
    padding: 15px 15px;
    justify-content: center;
    display: flex;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 768px) {
  .content-button .row .content-button-flex {
    width: 340px;
    max-width: 100%;
    padding: 15px 0;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .content-button.content-button-flex .content-button-cta .content-button-text {
    width: 340px;
    max-width: 100%;
    padding: 15px 0;
    justify-content: center;
    display: flex;
    font-size: 1rem;
  }
}

@media all and (max-width: 767px) {
  .content-button.ivf-button {
    margin-bottom: 50px !important;
  }

  .content-button.ivf-button .row .content-button-cta {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .content-button.ivf-button .row .content-button-cta .content-button-text {
    text-align: center;
    font-size: 16px;
    padding: 10px 30px;
  }
}

@media all and (max-width: 350px) {
  .content-button .content-button-text {
    font-size: 14px !important;
    padding: 10px !important;
  }
}

@media all and (max-width: 767px) {

  .content-button.genet-test a,
  .content-button.research-overview a {
    font-size: 15px !important;
  }
}


/*--------------------------------------------------------------
 # Footer
 --------------------------------------------------------------*/

.footer {
  background-color: #ee4b7f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .social-links div {
  padding-top: 170px;
  display: flex;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .footer .social-links div {
    padding-top: 85px;
  }
}

.footer .icon {
  margin-left: 27px;
  margin-right: 27px;
  transition: all 0.3s;
}

@media all and (max-width: 767px) {
  .footer .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 767px) {
  .footer .icon img {
    height: 35px;
    width: auto;
  }
}

.footer .icon:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}

.footer .linkedin {
  margin-top: -5px;
}

.footer .copyright-design {
  width: 550px;
  max-width: 90%;
  margin: 0 auto 90px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

@media all and (max-width: 767px) {
  .footer .copyright-design {
    font-size: 13px;
    line-height: 21px;
    width: 100%;
    max-width: 100%;
  }
}

.footer .copyright-design a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer .page-links ul {
  margin-top: 90px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}

@media all and (max-width: 767px) {
  .footer .page-links ul {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.footer .page-links {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.footer .page-links li {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  position: relative;
}

.footer .page-links li:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 2px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.footer .page-links li:last-of-type:before {
  display: none;
}

@media all and (max-width: 767px) {
  .footer .page-links li {
    font-size: 13px;
  }
}

.footer .page-links li {
  color: #fff !important;
  font-weight: 600;
}

.footer .page-links li:hover {
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 767px) {
  .footer .page-links {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .footer .page-links li {
    padding-left: 5px;
    padding-right: 5px;
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .footer .page-links li:before {
    bottom: -1.5px;
  }

  .footer .page-links li:nth-of-type(2):before {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .footer .page-links > div {
    display: flex;
    justify-content: center;
  }
}

.footer .page-links li {
  list-style: none;
}

.footer .page-links li a {
  color: #fff;
}


/*--------------------------------------------------------------
 # Shortcodes
 --------------------------------------------------------------*/

.shortcode-pink-blockquote {
  width: 700px;
  max-width: 100%;
  margin: 60px auto;
  padding: 50px 40px;
  background-color: #ee4b7f;
  color: #fff;
  font-family: 'Lora';
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .shortcode-pink-blockquote {
    margin: 25px auto;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
  }
}

.fertility-iq-container {
  display: flex;
  background-color: #aca8ce;
  max-width: 1000px;
  margin: auto;
}

@media all and (max-width: 992px) {
  .fertility-iq-container {
    flex-direction: column;
  }
}

.fertility-iq-container .what-is-iq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.fertility-iq-container .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 992px) {
  .fertility-iq-container .image-container {
    padding-top: 30px;
  }
}

.fertility-iq-container img {
  width: 320px;
  max-width: 80%;
  height: auto;
}

.fertility-iq-container p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.fertility-iq-container h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}

@media all and (max-width: 767px) {
  .fertility-iq-container h3 {
    margin-top: 10px;
    font-size: 36px;
    max-width: 150px;
  }
}

.fertility-iq-container a {
  height: 46px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto auto auto;
  background-color: #c0bce9;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.447058823529412);
}

@media all and (max-width: 992px) {
  .fertility-iq-container a {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.fertility-iq-container a:hover {
  background-color: #c1beda;
}

.fertility-iq-container p,
.fertility-iq-container h3,
.fertility-iq-container a {
  max-width: 420px;
  width: 100%;
  text-align: center;
}

.fertility-iq-blue.fertility-iq-container {
  background-color: #7ca0c5;
}

@media all and (max-width: 767px) {
  .fertility-iq-blue.fertility-iq-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.fertility-iq-blue.fertility-iq-container h3 {
  line-height: 50px;
}

.fertility-iq-blue.fertility-iq-container a {
  background-color: #83aad1;
}

.fertility-iq-blue.fertility-iq-container a:hover {
  background-color: #96b3d0;
}

@media all and (max-width: 767px) {
  .fertility-iq-blue.fertility-iq-container a {
    margin-bottom: 10px;
  }
}

.purple-text-box-shortcode {
  background-color: #aca8ce;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 22px;
  padding: 50px 50px;
}

@media all and (max-width: 767px) {
  .purple-text-box-shortcode {
    margin-bottom: 50px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 30px;
    font-size: 16px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .purple-text-box-shortcode {
    margin-top: 100px;
    padding: 40px 30px;
  }
}

.support-services {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 0;
  margin-top: 50px;
  background-color: rgba(168, 213, 157, 0.647058823529412);
  padding: 40px;
}

@media all and (max-width: 767px) {
  .support-services {
    padding: 40px 20px;
  }
}

.support-services h2 {
  color: #93bb8a;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 36px;
}

.support-services h3 {
  color: #93bb8a !important;
  text-align: center;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  .support-services h3 {
    font-size: 22px;
    line-height: 36px;
  }
}

.support-services p {
  max-width: 620px;
  font-size: 18px;
  line-height: 30px;
  margin: auto;
  color: #646464;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .support-services p {
    font-size: 16px;
  }
}

.support-services a {
  color: #646464 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.green-leaf-shortode {
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
}

.green-leaf-shortode h3 {
  padding-left: 30px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .green-leaf-shortode h3 {
    padding-left: 0;
  }
}

.green-leaf-shortode img {
  width: auto;
  height: 180px;
}

@media all and (max-width: 767px) {
  .green-leaf-shortode img {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .green-leaf-shortode {
    flex-direction: column;
  }
}

.finance-department-shortcode {
  margin-top: 40px;
  background-color: rgba(210, 217, 234, 0.6);
  padding: 35px 50px;
}

@media all and (max-width: 767px) {
  .finance-department-shortcode {
    padding: 20px;
  }
}

.finance-department-shortcode h3 {
  font-size: 28px;
  font-weight: 700;
  color: #646464;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .finance-department-shortcode h3 {
    font-size: 16px;
    text-transform: uppercase;
  }
}

.finance-department-shortcode .description {
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .finance-department-shortcode .description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
  }
}

.finance-department-shortcode a {
  color: #ee4b7f;
  font-weight: 700;
}

.hourglass-shortode {
  margin: 40px auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.hourglass-shortode h3 {
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .hourglass-shortode h3 {
    padding-left: 0;
  }
}

.hourglass-shortode img {
  width: 100px;
  height: auto;
}

@media all and (max-width: 767px) {
  .hourglass-shortode img {
    width: 70px;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .hourglass-shortode {
    flex-direction: column;
  }
}

.clock-shortode {
  margin: 40px auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
}

.clock-shortode h3 {
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .clock-shortode h3 {
    padding-left: 0;
  }
}

.clock-shortode img {
  width: auto;
  height: 150px;
}

@media all and (max-width: 767px) {
  .clock-shortode img {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .clock-shortode {
    flex-direction: column;
  }
}


/*---Hide reCaptcha v3 visible seal---*/

.grecaptcha-badge {
  visibility: hidden !important;
}


/* Popup Theme 9311: Enterprise Blue */
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}