@import url(fonts/GEInspiraSans-Bold.css);
@import url(fonts/GEInspiraSans-BoldItalic.css);
@import url(fonts/GEInspiraSans-Italic.css);
@import url(fonts/GEInspiraSans-Regular.css);
body {
  font-family: "GEInspira", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  color: #666;
  font-size: 16px; }
  body.navOpen {
    background: #595194; }
  body.home.navOpen {
    background: #595194; }
  body.home #logo {
    color: #575491 !important; }
  body.home header {
    /*background: none;*/
    /*height: 70px;*/ }
  body.home nav#top a {
    color: #575491; }
    body.home nav#top a:hover {
      color: #000; }
  body.home .hamburger-inner,
  body.home .hamburger-inner::before,
  body.home .hamburger-inner::after {
    background-color: #575491; }
  body.volusons10 header {
    height: 70px;
    background: #fff; }
  body.volusons10 main {
    padding-top: 0; }
  body.volusons10 .hr {
    display: none; }
  body.volusons10 #logo {
    color: #575491; }
  body.volusons10 nav#main {
    color: #575491; }
    body.volusons10 nav#main li.Selected a {
      color: #000; }
    body.volusons10 nav#main a {
      color: #575491; }
      body.volusons10 nav#main a:hover {
        color: #000; }

@font-face {
  font-family: Palatino-Linotype;
  src: url(/css/fonts/Palatino-Linotype.ttf) format("truetype"); }

@font-face {
  font-family: Palatino-Linotype-Bold;
  src: url(/css/fonts/Palatino-Linotype-Bold.ttf) format("truetype"); }

@font-face {
  font-family: Palatino-Linotype-Bold-Italic;
  src: url(/css/fonts/Palatino-Linotype-Bold-Italic.ttf) format("truetype"); }

@font-face {
  font-family: Palatino-Linotype-Italic;
  src: url(/css/fonts/Palatino-Linotype-Italic.ttf) format("truetype"); }

h1, h2, h3 {
  color: #575491; }

a, a:hover, a:focus {
  color: #575491; }

a:focus, button:focus {
  outline: none; }

#page {
  transition: all 0.5s ease-out;
  position: relative;
  background: #ffffff;
  max-width: 2200px;
  min-width: 300px;
  margin: 0 auto; }
  #page.activeNav {
    transform: scale(0.8) translateX(-250px) translateZ(0); }

#closeNavNew {
  background-color: transparent;
  border: none;
  padding-right: 2rem;
  padding-top: 2rem; }

#logoBackground {
  position: fixed;
  top: -70px;
  left: 40px;
  width: 300px;
  transition: all 0.5s ease-out;
  height: 40px; }
  #logoBackground.active {
    top: 20px; }
  #logoBackground img {
    width: 48px;
    height: 100%; }
  #logoBackground .logoText {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-left: 25px;
    top: 5px;
    position: relative; }

#navNew {
  background-color: #595194;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -550px;
  z-index: 10;
  transition: all 0.5s ease-out;
  width: 450px;
  padding-left: 50px; }
  #navNew .externalLink {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    fill: rgba(255, 255, 255, 0.7);
    top: -2px;
    position: relative; }
  #navNew .noLink {
    cursor: default; }
  #navNew .transparentMenue {
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7) !important; }
  #navNew ::placeholder {
    color: #ffffff; }
  #navNew.active {
    right: 0px;
    overflow-y: auto; }
  #navNew .navNewContainer {
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: 50px; }
    #navNew .navNewContainer h2 {
      font-family: "GEInspiraSans", Arial;
      font-size: 28px;
      line-height: 28px;
      font-weight: bold;
      color: #fff;
      position: relative;
      margin-bottom: 15px;
      margin-top: 0px;
      max-width: 150px; }
      #navNew .navNewContainer h2:before {
        display: none; }
    #navNew .navNewContainer .navNewLogoText {
      font-family: "GEInspiraSans", Arial;
      font-size: 24px;
      line-height: 30px;
      margin-left: 30px;
      color: #fff;
      position: relative;
      top: 5px; }
    #navNew .navNewContainer .form-control {
      color: #ffffff; }
    #navNew .navNewContainer .navNewRight {
      display: flex; }
      #navNew .navNewContainer .navNewRight .search {
        background-color: transparent;
        border: none;
        border-bottom: solid 1px #fff;
        font-size: 18px;
        line-height: 18px;
        padding-left: 0;
        font-family: "GEInspiraSans", Arial; }
      #navNew .navNewContainer .navNewRight .searchbutton {
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        border: none;
        border-bottom: solid 1px #fff; }
      #navNew .navNewContainer .navNewRight .searchform {
        margin-top: 10px;
        margin-right: 50px;
        width: 290px; }
    #navNew .navNewContainer .navNewDown hr {
      max-width: 295px;
      width: 90%;
      margin-left: 0; }
    #navNew .navNewContainer .navNewDown a {
      color: #ffffff;
      text-decoration: none; }
    #navNew .navNewContainer .navNewDown .socialMedia {
      margin-top: 10px;
      margin-bottom: 70px; }
      #navNew .navNewContainer .navNewDown .socialMedia a {
        margin-right: 50px; }
    #navNew .navNewContainer .navNewDown .btnBig {
      color: #595194;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      font-size: 16px;
      line-height: 18px;
      text-transform: uppercase;
      border-radius: 47px;
      text-decoration: none;
      letter-spacing: 3px;
      font-weight: bold;
      font-family: "GE Inspira Sans", Arial;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0px;
      max-width: 240px;
      width: 100%;
      top: unset;
      left: unset;
      transform: none; }
    #navNew .navNewContainer .navNewDown ul {
      padding-left: 0px;
      list-style-type: none;
      margin-bottom: 25px; }
      #navNew .navNewContainer .navNewDown ul.last {
        margin-bottom: 40px; }
      #navNew .navNewContainer .navNewDown ul li {
        font-size: 22px;
        line-height: 30px; }

#logo {
  vertical-align: 5px;
  font-family: GEInspira;
  font-size: 18px;
  color: #fff; }
  #logo img {
    width: 46px;
    height: 46px;
    vertical-align: middle; }
  #logo:hover {
    text-decoration: none; }

div.hr {
  height: 2px;
  border-top: 1px solid #575491;
  border-bottom: 1px solid #fdfffe;
  opacity: 0.5; }

.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

.mainContent {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

header {
  height: 300px;
  background: #2b8096 url("/img/header_library.jpg") no-repeat;
  background-size: 1300px 335px;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative; }
  header #hamburgerSvg {
    fill: rgba(0, 0, 0, 0.5); }
  header.contact-us {
    font-family: "GEInspiraSans";
    background: #ada0fc url(/img/header_contact.jpg) no-repeat;
    background-size: 1300px 335px;
    background-repeat: no-repeat; }
    header.contact-us ::placeholder {
      color: #fff !important; }
    header.contact-us .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.contact-us .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 20%; }
  header.articles-and-books {
    background-color: #2b8096;
    background-image: url("/img/header_library.jpg"); }
    header.articles-and-books .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.articles-and-books .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 20%; }
  header.search ::placeholder {
    color: #fff !important; }
  header.search .headerContent h1 {
    position: absolute;
    right: 7%;
    bottom: 10%; }
  header.training-and-education {
    background-color: #909eae;
    background-image: url("/img/header_training.jpg"); }
    header.training-and-education .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.training-and-education .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 35%; }
  header.tv-reports {
    background-color: #80b8d9;
    background-image: url("/img/header_tv_reports.jpg"); }
    header.tv-reports ::placeholder {
      color: #fff !important; }
    header.tv-reports .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.tv-reports .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 35%; }
  header.virtual-demo {
    background-color: #7391b8;
    background-image: url("/img/header_discover.jpg"); }
    header.virtual-demo ::placeholder {
      color: #fff !important; }
    header.virtual-demo .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.virtual-demo .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 20%; }
  header.patient-portal {
    background-color: #cbc5c1;
    background-image: url("/img/header_patient.jpg"); }
  header.partner-links {
    background-color: #86998d;
    background-image: url("/img/header_partner.jpg"); }
  header.ivf-old {
    background-color: #59548e;
    background-image: url("/img/header_role_ultrasound_v3.png"); }
  header.ivf, header.ivf-ru, header.ivf-esp, header.ivf-it {
    background-color: #4b4a4b;
    background-image: url("/img/ivf/Bild_Header_IVF.jpg");
    height: 600px;
    background-size: 1280px 650px;
    background-position: center; }
    header.ivf ::placeholder, header.ivf-ru ::placeholder, header.ivf-esp ::placeholder, header.ivf-it ::placeholder {
      color: #fff !important; }
    header.ivf .headerContent, header.ivf-ru .headerContent, header.ivf-esp .headerContent, header.ivf-it .headerContent {
      height: 600px; }
      header.ivf .headerContent h1, header.ivf-ru .headerContent h1, header.ivf-esp .headerContent h1, header.ivf-it .headerContent h1 {
        font-size: 80px;
        line-height: 82px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        text-align: left;
        top: 70px;
        float: right;
        right: 40px; }
  header.fetal-heart {
    background-color: #010101;
    background-image: url("/img/fetal-heart/fetal_heart_headerbild_2400.jpg");
    height: 600px;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    header.fetal-heart ::placeholder {
      color: #fff !important; }
    header.fetal-heart .headerContent {
      height: 600px; }
      header.fetal-heart .headerContent h1 {
        font-size: 80px;
        line-height: 82px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        text-align: left;
        top: 160px;
        float: right;
        right: 100px; }
  header.gynecology {
    background-color: #010101;
    background-image: url("/img/gynecology/header_gynecology_v3.jpg");
    height: 650px;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    header.gynecology ::placeholder {
      color: #fff !important; }
    header.gynecology .headerContent {
      height: 600px; }
      header.gynecology .headerContent h1 {
        font-size: 80px;
        line-height: 82px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        text-align: left;
        top: 160px;
        right: unset;
        left: 10%; }
  header.ivf-ru .headerContent h1 {
    max-width: 600px;
    right: 0;
    font-size: 60px;
    line-height: 62px; }
  header.first-trimester {
    background-color: #000000;
    background-image: url("/img/header-home-new-v4.jpg");
    height: 650px;
    background-size: 1280px 750px;
    background-position: center;
    overflow: hidden; }
    header.first-trimester ::placeholder {
      color: #fff !important; }
    header.first-trimester .headerContent {
      height: 600px; }
      header.first-trimester .headerContent h1 {
        font-size: 80px;
        line-height: 82px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        text-align: left;
        top: 160px;
        right: unset;
        left: 10%; }
  header.gallery {
    background-color: #5a2628;
    background-image: url("/img/header_gallery.jpg"); }
    header.gallery .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.gallery .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 35%; }
  header.voluson-s10 {
    background-color: #33282e;
    background-image: url("/img/header_detailseite_videos.jpg");
    background-position: right top; }
    header.voluson-s10 .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.voluson-s10 .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 35%; }
  header.posters {
    background-color: #6a639a;
    background-image: url("/img/header_posters_3.jpg");
    background-position: top center;
    background-size: 1300px 300px; }
    header.posters ::placeholder {
      color: #fff !important; }
    header.posters .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.posters .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 35%; }
    header.posters h1 {
      text-shadow: 0px 0px 6px #6a639a; }
  header.team {
    background-color: #a0a19b;
    background-image: url("/img/header_team.jpg"); }
  header.novii {
    background-color: #29c4ea;
    background-image: url("/img/header_novii.jpg");
    background-position: top center; }
  header.bt19, header.bt19-thankyou {
    background-color: #c9cacc;
    background-image: url("/img/header_bt19.jpg");
    background-position: top center; }
  header.volusons10 {
    color: #575491;
    background: -moz-linear-gradient(top, #d8deec 0%, #e7ecf2 100%);
    background: -webkit-linear-gradient(top, #d8deec 0%, #e7ecf2 100%);
    background: linear-gradient(to bottom, #d8deec 0%, #e7ecf2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8deec', endColorstr='#cfd6e8', GradientType=0);
    height: 115px; }
    header.volusons10 .headerContent {
      height: 115px; }
  header.tag .headerContent .headerHeadingContainer h1 {
    position: absolute;
    right: 7%;
    bottom: 10%; }
  header.live {
    background-color: #1e2223;
    background-image: url("/img/header_womenshealth_v2.jpg");
    background-position: right top; }
    header.live .headerContent .headerHeadingContainer {
      max-height: 150px;
      padding-right: 50px;
      padding-left: 50px; }
      header.live .headerContent .headerHeadingContainer h1 {
        position: absolute;
        right: 7%;
        bottom: 35%; }
  header .headerContent {
    /*
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 300px;
    */ }
    header .headerContent .headerHeadingContainer {
      max-width: 1280px;
      margin: 0 auto;
      max-height: 510px;
      height: 100%;
      padding-left: 40px;
      padding-right: 40px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0px; }
    header .headerContent h1 {
      position: relative;
      right: 20px;
      bottom: 20px;
      color: #fff;
      font-size: 60px;
      text-align: right; }
  header.home {
    height: 70px;
    background: transparent;
    /*
    background-color: #000000;
    height: 750px;
    overflow: hidden;
    font-family: "GEInspiraSans", Arial;
    background-image: none;
    */ }
    header.home .input-group .search {
      border-bottom: solid 1px #000; }
    header.home .input-group .input-group-btn .searchbutton {
      border-bottom: solid 1px #000; }
    header.home .firstTrimester {
      background-image: url("/img/header-home-new-v4.jpg");
      background-size: 1280px 750px;
      background-position: center;
      height: 750px;
      max-width: 1280px;
      margin: 0 auto; }
      header.home .firstTrimester h1 {
        font-size: 86px;
        line-height: 88px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        text-align: left;
        position: relative;
        right: unset;
        bottom: unset;
        margin-bottom: 30px;
        margin-top: 0; }
      header.home .firstTrimester h2 {
        font-size: 50px;
        line-height: 52px;
        color: #AEA0FB;
        margin-top: 0;
        margin-bottom: 50px;
        font-weight: bold; }
      header.home .firstTrimester h3 {
        font-size: 34px;
        line-height: 42px;
        color: #ffffff;
        margin-top: 0; }
      header.home .firstTrimester .btnBig {
        color: #fff;
        background-color: #AEA0FB;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        font-size: 24px;
        line-height: 27px;
        text-transform: uppercase;
        border-radius: 47px;
        text-decoration: none;
        letter-spacing: 3px;
        font-weight: bold;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 4px; }
      header.home .firstTrimester .textButton {
        display: flex;
        justify-content: space-between; }
      header.home .firstTrimester .headerTextContent {
        max-height: 650px;
        height: 100%;
        padding-left: 125px;
        padding-right: 125px;
        padding-top: 70px; }
  header .top {
    /*height: 70px;*/
    padding-top: 15px; }
    header .top .form-control {
      color: #ffffff;
      height: 26px; }
      header .top .form-control.home {
        color: rgba(0, 0, 0, 0.5); }
  header .mainNav {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%; }
    header .mainNav a, header .mainNav a:hover, header .mainNav a:active, header .mainNav a:visited, header .mainNav a:focus {
      text-decoration: none; }
    header .mainNav ::placeholder {
      color: rgba(0, 0, 0, 0.5); }
  header .newMenu {
    max-width: 1280px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 10; }
    header .newMenu.sticky {
      position: fixed;
      top: 0;
      padding-top: 6px;
      padding-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 10;
      max-width: 100%;
      left: 0;
      margin: 0 auto; }
      header .newMenu.sticky .logo_text {
        color: #fff !important; }
      header .newMenu.sticky #geWomensHealthLogo, header .newMenu.sticky #GE_Womens_Health_Main_END, header .newMenu.sticky #hamburgerSvg {
        fill: #ffffff; }
      header .newMenu.sticky #GE_Womens_Health_Main_lens {
        stroke: #ffffff; }
      header .newMenu.sticky ::placeholder {
        color: #fff; }
      header .newMenu.sticky .input-group .search {
        border-bottom: solid 1px #fff; }
      header .newMenu.sticky .input-group .form-control {
        color: #ffffff; }
      header .newMenu.sticky .input-group .input-group-btn .searchbutton {
        border-bottom: solid 1px #fff; }
  header #logo img {
    width: 50px;
    height: 50px; }
  header #logo_text {
    font-family: "GEInspiraSans", Arial;
    font-size: 24px;
    line-height: 30px;
    margin-left: 30px;
    color: #fff;
    position: relative;
    top: 5px; }
    header #logo_text.home {
      top: -15px;
      color: #000000; }
  header .input-group .search {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    font-size: 18px;
    line-height: 18px;
    padding-left: 0;
    font-family: "GEInspiraSans", Arial; }
  header .input-group .searchbutton {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff; }
  header .searchform {
    margin-right: 50px;
    width: 290px; }
  header .rightnav {
    display: flex;
    padding-top: 5px; }
  header #hamburger {
    /*display: none;*/ }
  header #navmain {
    background-color: transparent;
    transition: background-color 0.25s ease; }
  header nav#main ul li#stickysearch {
    display: none; }

header.sticky #navmain {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  transition: background-color 0.5s ease;
  top: -3px;
  background-color: inherit;
  width: 100%;
  width: 100%;
  max-width: none;
  left: 0;
  box-shadow: 0 0 15px 0 #000;
  z-index: 20; }
  header.sticky #navmain nav#main {
    width: 1060px;
    margin: 10px auto 0 auto; }

header.sticky nav#main ul li#stickysearch {
  display: inline-block; }
  header.sticky nav#main ul li#stickysearch .searchform {
    position: fixed;
    z-index: 21;
    width: 200px;
    top: -3px; }

#contactUsButtonNav {
  font-size: 24px !important;
  line-height: 27px !important; }

.searchform {
  margin-top: 10px;
  width: 240px; }
  .searchform input {
    background: #f6f8fb;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    border: 1px solid #babcbf;
    height: 26px; }
  .searchform .searchbutton {
    height: 26px;
    line-height: 26px;
    background: #575491;
    color: #fff;
    border: 1px solid #575491;
    border-radius: 0;
    padding-top: 0; }

.hidden {
  display: none; }

.flex-direction-nav a:before {
  font-size: 36px; }

nav#main {
  margin-top: 10px;
  color: #fff; }
  nav#main a {
    color: #fff;
    margin: 0 7px; }
    nav#main a:hover, nav#main a.active {
      color: #333;
      text-decoration: none; }
  nav#main ul {
    list-style: none;
    padding: 0; }
    nav#main ul li {
      display: inline; }
      nav#main ul li:first-child a {
        margin-left: 0; }
      nav#main ul li.Selected a {
        color: #333;
        text-shadow: 1px 1px 2px white;
        text-decoration: none; }

nav#top {
  margin: 13px 30px 0 0; }
  nav#top a {
    color: #fff; }
    nav#top a:hover {
      text-decoration: none;
      color: #575491; }

#video {
  position: absolute;
  width: 100%;
  z-index: 0; }

video {
  width: 100% !important;
  height: auto !important; }

#videobuttons {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 10vw;
  width: 100%;
  text-align: right;
  font-size: 2.4vw; }
  #videobuttons .button {
    height: 4vw;
    line-height: 4vw;
    display: inline-block;
    border-radius: 2vw;
    margin-left: 1vw;
    padding: 0 2vw; }

#btnSkip {
  position: absolute;
  top: 50px;
  right: 50px;
  overflow: hidden;
  width: 80px; }

.mm-navbar {
  background: #575491; }
  .mm-navbar .mm-title {
    color: #fff !important; }

#mm-main .searchform {
  padding: 10px 20px 20px 20px;
  width: 100%; }

main {
  padding-top: 50px; }
  main#home {
    padding-top: 20px; }

.voluson-s10 main {
  color: #fff;
  background: #333; }
  .voluson-s10 main article {
    border: 1px solid #333; }
    .voluson-s10 main article:hover {
      background: #444; }
  .voluson-s10 main .list .author-name {
    border-bottom: 0; }
  .voluson-s10 main .list h2 a {
    color: #fff; }
  .voluson-s10 main .list .tags a, .voluson-s10 main .list .tags span {
    color: #fff; }

.voluson-s10 footer {
  margin-top: 0; }

.gallery main {
  color: #fff;
  background: #333; }
  .gallery main article {
    border: 1px solid #333; }
    .gallery main article:hover {
      background: #444; }
  .gallery main .list .author-name {
    border-bottom: 0; }
  .gallery main .list h2 a {
    color: #fff; }
  .gallery main .list .tags a, .gallery main .list .tags span {
    color: #fff; }

.gallery footer {
  margin-top: 0; }

.novii .searchbutton {
  background: #29c4ea;
  border: 1px solid #29c4ea; }

.team h2 {
  margin-bottom: 2px; }

.team .function {
  font-size: 14px;
  color: #666;
  font-style: italic;
  font-weight: 400;
  display: block; }

.team .country {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.homebuttons .buttons a, .homebuttons .buttons span {
  display: block;
  float: left;
  margin-bottom: 10px;
  max-width: 340px;
  background: url("/img/btn-black.png") no-repeat;
  background-size: 100% 100%; }
  .homebuttons .buttons a.full, .homebuttons .buttons span.full {
    width: 100%;
    max-width: 800px;
    background: url("/img/btn-black-full.png") no-repeat;
    background-size: 100% 100%; }
  .homebuttons .buttons a.half, .homebuttons .buttons span.half {
    width: 15.5%;
    max-width: 165px;
    background: url("/img/btn-black-half.png") no-repeat;
    background-size: 100% 100%; }
  .homebuttons .buttons a.half2, .homebuttons .buttons span.half2 {
    width: 15%;
    max-width: 160px;
    background: url("/img/btn-black-half2.png") no-repeat;
    background-size: 100% 100%; }
  .homebuttons .buttons a.mr, .homebuttons .buttons span.mr {
    margin-right: 2%; }
  .homebuttons .buttons a img, .homebuttons .buttons span img {
    width: 100%;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }
  .homebuttons .buttons a:hover img, .homebuttons .buttons span:hover img {
    opacity: 0.5;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }

.homebuttons .buttonsRight {
  margin-left: 68%; }
  .homebuttons .buttonsRight a {
    width: 100%;
    max-width: 340px; }
    .homebuttons .buttonsRight a:first-child, .homebuttons .buttonsRight a:nth-child(3) {
      margin-right: 4%; }
    .homebuttons .buttonsRight a.half {
      width: 48%;
      max-width: 165px;
      background: url("/img/btn-black-half.png") no-repeat;
      background-size: 100% 100%; }
    .homebuttons .buttonsRight a.half2 {
      width: 48%;
      max-width: 165px;
      background: url("/img/btn-black-half2.png") no-repeat;
      background-size: 100% 100%; }

.homebuttons .buttonsRow {
  margin-bottom: 20px; }
  .homebuttons .buttonsRow a, .homebuttons .buttonsRow span {
    width: 32%; }

.homebuttons_old .buttons a, .homebuttons_old .buttons span {
  display: block;
  float: left;
  margin-bottom: 10px;
  max-width: 340px;
  background: url("/img/btn-black_old.png") no-repeat;
  background-size: 100% 100%; }
  .homebuttons_old .buttons a.full, .homebuttons_old .buttons span.full {
    width: 48%;
    max-width: 165px;
    background: url("/img/btn-black-full.png") no-repeat;
    background-size: 100% 100%; }
  .homebuttons_old .buttons a.half, .homebuttons_old .buttons span.half {
    width: 15.5%;
    max-width: 165px;
    background: url("/img/btn-black-half.png") no-repeat;
    background-size: 100% 100%; }
  .homebuttons_old .buttons a.half2, .homebuttons_old .buttons span.half2 {
    width: 15%;
    max-width: 160px;
    background: url("/img/btn-black-half2.png") no-repeat;
    background-size: 100% 100%; }
  .homebuttons_old .buttons a.mr, .homebuttons_old .buttons span.mr {
    margin-right: 2%; }
  .homebuttons_old .buttons a img, .homebuttons_old .buttons span img {
    width: 100%;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }
  .homebuttons_old .buttons a:hover img, .homebuttons_old .buttons span:hover img {
    opacity: 0.5;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }

.homebuttons_old .buttonsRight {
  margin-left: 68%; }
  .homebuttons_old .buttonsRight a {
    width: 100%;
    max-width: 340px; }
    .homebuttons_old .buttonsRight a:first-child, .homebuttons_old .buttonsRight a:nth-child(3) {
      margin-right: 4%; }
    .homebuttons_old .buttonsRight a.full {
      width: 48%;
      max-width: 165px;
      background: url("/img/btn-black-full.png") no-repeat;
      background-size: 100% 100%; }
    .homebuttons_old .buttonsRight a.half {
      width: 48%;
      max-width: 165px;
      background: url("/img/btn-black-half.png") no-repeat;
      background-size: 100% 100%; }
    .homebuttons_old .buttonsRight a.half2 {
      width: 48%;
      max-width: 165px;
      background: url("/img/btn-black-half2.png") no-repeat;
      background-size: 100% 100%; }

.homebuttons_old .buttonsRow {
  margin-bottom: 20px; }
  .homebuttons_old .buttonsRow a, .homebuttons_old .buttonsRow span {
    width: 32%; }

.mr10 {
  margin-right: 1%; }

.mr20 {
  margin-right: 2%; }

.showCookieList {
  color: #575491;
  text-decoration: underline;
  font-size: 75%;
  cursor: pointer; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

.cats {
  padding: 1rem 1.5rem; }
  .cats a {
    background: #eee;
    border-radius: 4px;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0; }
    .cats a:hover, .cats a.active {
      text-decoration: none;
      background: #575491;
      color: #fff; }
    .cats a:focus {
      text-decoration: none; }

#posterDropdown {
  display: none;
  padding: 3rem 0.5rem 1rem 0.5rem; }
  #posterDropdown .btn-default {
    border: 0;
    background: #eee;
    padding: 1rem;
    font-size: 16px;
    color: #575491; }

.dropdown-menu {
  left: 1rem;
  right: 1rem; }
  .dropdown-menu li a {
    padding: 1rem;
    font-size: 16px;
    color: #666; }

.list {
  display: flex;
  flex-wrap: wrap; }
  .list article {
    width: 48%;
    padding: 15px 1%;
    float: left;
    margin: 10px 0;
    border: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4;
    transition: 1s ease; }
    .list article:hover {
      background: #efefef;
      transition: 1s ease;
      border: 1px solid #d4d4d4; }
    .list article a:hover {
      text-decoration: none; }
    .list article:nth-child(2n+1) {
      margin-right: 1%; }
    .list article:nth-child(2n) {
      margin-left: 1%; }
  .list.gallery article {
    width: 24%; }
  .list.gallery .gallery-image {
    width: 100%;
    margin-bottom: 20px; }
  .list.gallery .gallery-text {
    margin-left: 0; }
  .list.gallery article {
    margin: 10px 0.5%; }
  .list.team article {
    width: 24%; }
  .list.team .team-image {
    width: 100%;
    margin-bottom: 20px; }
  .list.team .team-text {
    margin-left: 0; }
  .list.team h2 {
    border-bottom: 1px solid #d4d4d4; }
  .list.team article {
    margin: 10px 0.5%; }
  .list.posters article {
    width: 24%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 10px 0.5%; }
  .list.posters .posters-image {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 10px; }
  .list.posters .posters-lens {
    position: absolute;
    left: 5px;
    bottom: 5px; }
  .list.posters .posters-button {
    margin-top: auto; }
  .list .author-name {
    border-bottom: 2px solid #575491;
    margin-bottom: 20px;
    display: block;
    color: #666;
    font-weight: bold;
    font-size: 14px; }
  .list .tags a, .list .tags span {
    color: #666;
    font-size: 14px;
    font-style: italic; }
  .list .author-image {
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    background: #c5c5c5; }
    .list .author-image img {
      width: 100%;
      height: 100%;
      object-fit: none;
      object-position: center; }
  .list .author-text {
    margin-left: 150px;
    font-size: 14px; }
  .list .training-image {
    float: left;
    width: 35%;
    border: 1px solid #c5c5c5;
    position: relative; }
    .list .training-image img {
      width: 100%; }
    .list .training-image i {
      position: absolute;
      right: 5px;
      bottom: 5px;
      font-size: 20px;
      background: rgba(255, 255, 255, 0.9);
      padding: 5px;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      color: #666; }
  .list .training-text {
    margin-left: 38%;
    font-size: 14px; }
  .list .gallery-image {
    float: left;
    width: 35%;
    border: 1px solid #c5c5c5; }
    .list .gallery-image img {
      width: 100%; }
  .list .posters-image {
    float: left;
    width: 35%;
    border: 1px solid #c5c5c5; }
    .list .posters-image img {
      width: 230px;
      height: 230px;
      max-width: 100%;
      object-fit: scale-down; }
  .list .team-image {
    display: block;
    border-bottom: 2px solid #575491; }
    .list .team-image img {
      width: 100%; }
  .list .gallery-text {
    margin-left: 38%;
    font-size: 14px; }
  .list h2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold; }
    .list h2 a {
      color: #575491; }
  .list .location {
    font-size: 14px; }

.detail h2 {
  margin-top: 0; }

.detail .buttons {
  margin-bottom: 20px;
  overflow: hidden;
  width: 240px; }

.detail .image-right {
  float: right;
  margin: 0 0 20px 20px; }

.detail img {
  max-width: 100%; }

.book .authors, .training .authors {
  border-bottom: 2px solid #d4d4d4;
  padding-bottom: 20px; }
  .book .authors figure, .training .authors figure {
    display: inline-block;
    margin-right: 20px; }
    .book .authors figure .img, .training .authors figure .img {
      width: 160px;
      height: 160px;
      overflow: hidden;
      text-align: center;
      line-height: 50px;
      display: block; }
      .book .authors figure .img img, .training .authors figure .img img {
        width: 100%;
        height: 100%;
        object-fit: none;
        object-position: center; }

.book .tags, .training .tags {
  margin-bottom: 20px; }
  .book .tags a, .book .tags span, .training .tags a, .training .tags span {
    color: #666;
    font-size: 18px;
    font-style: italic; }

.book .text, .training .text {
  margin-bottom: 20px; }

.book .authors, .training .authors {
  margin-bottom: 20px; }

.book h2, .training h2 {
  border-bottom: 3px solid #575491;
  padding-bottom: 20px;
  font-size: 32px; }

.book .book-image, .training .book-image {
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 30px;
  width: 100%; }
  .book .book-image img, .training .book-image img {
    width: 100%;
    margin-bottom: 20px; }

.book .book-text, .training .book-text {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d4d4d4; }

.book .book-buttons div, .training .book-buttons div {
  overflow: hidden; }

.book .book-buttons .button, .training .book-buttons .button {
  background: #575491;
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }

.training h2 {
  margin-bottom: 30px; }

.button {
  background: #999999;
  transition: background-color 1s ease;
  color: #fff;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  border: none;
  cursor: pointer; }
  .button:active, .button:focus {
    text-decoration: none;
    color: #fff; }
  .button span {
    position: relative;
    display: block;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .button span:after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    color: transparent;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
    transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s; }
  .button:hover {
    text-decoration: none;
    background: #575491;
    transition: background-color 1s ease; }
    .button:hover span {
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
      color: transparent;
      -webkit-transition-delay: 0s, .2s;
      transition-delay: 0s, .2s; }
      .button:hover span:after {
        color: #fff; }
  .button:disabled {
    opacity: 0.5; }
  .button.primary {
    background: #575491; }
  .button.big {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px; }

.buttonPrimary {
  background: #575491; }

#btnOK {
  width: 100px; }

.fullW {
  width: 100%; }

.btnBack {
  width: 48%;
  margin-right: 2%;
  padding-left: 15px; }
  .btnBack:before {
    content: "\f0d9";
    font-family: FontAwesome;
    float: left;
    margin-right: 10px; }
  .btnBack span:after {
    padding-left: 15px; }

.btnShare {
  background: #575491;
  width: 48%;
  padding-left: 15px; }
  .btnShare:before {
    content: "\f1e1";
    font-family: FontAwesome;
    float: left;
    margin-right: 10px; }
  .btnShare span:after {
    padding-left: 25px; }

.jssocials-share-link {
  border-radius: 50%;
  font-size: 10px; }

#share {
  background: #c5c5c5;
  border-radius: 30px;
  text-align: center;
  display: none;
  margin-top: 5px;
  padding-top: 5px; }

.hometags {
  text-align: center; }
  .hometags a {
    background: #999;
    font-size: 14px;
    transition: background-color 1s ease;
    color: #fff;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border-radius: 13px;
    margin: 0 5px 10px 5px;
    position: relative; }
    .hometags a span {
      position: relative;
      display: block;
      -webkit-transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
      transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .hometags a span:after {
      content: attr(title);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
      color: transparent;
      -webkit-transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
      transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s; }
    .hometags a:hover {
      text-decoration: none;
      background: #575491;
      transition: background-color 1s ease; }
      .hometags a:hover span {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        color: transparent;
        -webkit-transition-delay: 0s, .2s;
        transition-delay: 0s, .2s; }
        .hometags a:hover span:after {
          color: #fff; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flexslider {
  border: 0;
  margin: 0; }

.slider {
  width: 66%;
  max-width: 700px;
  float: left;
  overflow: hidden; }

#cookieinfo {
  background: #dae0ed;
  border-top: 1px solid #c7d0d5;
  height: 70px;
  padding: 10px 0;
  line-height: 22px;
  color: #333;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%; }
  #cookieinfo .text {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px; }
  #cookieinfo .buttons {
    padding-top: 5px;
    float: right;
    text-align: right;
    margin-left: 20px;
    display: flex;
    align-items: center; }
    #cookieinfo .buttons .button {
      margin-left: 10px;
      overflow: hidden; }

.ytplay {
  position: relative; }

.ytplay .play {
  position: absolute;
  width: 100px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -50px; }

.cookieswitch {
  float: right;
  font-size: 28px; }
  .cookieswitch.marketing.fa-toggle-on {
    color: green; }

footer {
  background: #efefef;
  margin-top: 30px;
  color: #999;
  text-align: center; }
  footer hr {
    border-top: 1px solid #cccccc; }
  footer .content {
    padding-top: 30px;
    padding-bottom: 20px; }
    footer .content img {
      width: 100%;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
    footer .content p {
      font-size: 24px;
      line-height: 28px;
      color: #000000;
      font-family: "GEInspiraSans";
      font-weight: bold; }
  footer nav {
    margin-bottom: 20px; }
    footer nav a {
      color: #595959;
      display: inline-block;
      margin: 10px; }
      footer nav a:hover {
        text-decoration: none; }
    footer nav .social {
      font-size: 20px; }
  footer small {
    font-size: 11px; }

.footerTags {
  font-size: 14px;
  margin-top: 50px;
  text-align: center; }

.flex-direction-nav a {
  width: 22px;
  height: 44px;
  font-size: 0; }
  .flex-direction-nav a.flex-next {
    background: url("/img/right.svg");
    content: ''; }
    .flex-direction-nav a.flex-next:before {
      content: '';
      text-indent: -9999px; }
  .flex-direction-nav a.flex-prev {
    background: url("/img/left.svg");
    content: ''; }
    .flex-direction-nav a.flex-prev:before {
      content: '';
      text-indent: -9999px; }

.mm-slideout {
  z-index: auto; }

.mm-listview > li > a, .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
  font-size: 16px; }

.paginationBox {
  text-align: center;
  margin-top: 30px; }

.pagination > li > a, .pagination > li > span {
  color: #575491; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #575491;
  border-color: #575491; }

#chat {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 109px;
  height: 42px; }
  #chat img {
    transition: all .2s ease-in-out;
    border-radius: 21px;
    box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5); }
    #chat img:hover {
      box-shadow: 0 0 15px 0 #575491; }

.popover-content {
  font-size: 13px;
  white-space: nowrap !important; }

.popover-title {
  color: #575491; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 100px auto 30px auto; } }

.slim {
  border: 1px solid #ccc; }

.iconDownload, .iconVideo {
  position: relative; }
  .iconDownload:after, .iconVideo:after {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.8);
    content: "\f1c1";
    font-family: FontAwesome; }

.iconVideo:after {
  content: "\f04b";
  padding-left: 8px; }

.ivf, .ivf-ru {
  /*
  .btnBig {
    color: #fff;
    background-color: #595194;
    height: 95px;
    font-size: 30px;
    line-height: 32px;
    padding-top: 31px;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    border-radius: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .downloadButton {
    height: 70px;
    display: inline-block;
    background: #565491;
    background: linear-gradient(
                    45deg, #565490 0%, #4a4885 100%);
    color: #fff;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 47px;
    padding-top: 18px;
    text-decoration: none;
    letter-spacing: 2px;
  }

 */ }
  .ivf .languageSelectorContainer, .ivf-ru .languageSelectorContainer {
    position: absolute;
    top: 0;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 33px; }
    .ivf .languageSelectorContainer .languageSelector, .ivf-ru .languageSelectorContainer .languageSelector {
      position: relative;
      top: 0;
      z-index: 10;
      text-align: end; }
      .ivf .languageSelectorContainer .languageSelector .languageSelectorEn, .ivf .languageSelectorContainer .languageSelector .languageSelectorRu, .ivf-ru .languageSelectorContainer .languageSelector .languageSelectorEn, .ivf-ru .languageSelectorContainer .languageSelector .languageSelectorRu {
        width: 50px;
        height: 33px;
        font-size: 18px;
        line-height: 20px;
        font-family: 'GEInspiraSans';
        font-weight: bold;
        color: #fff;
        background-color: #AEA0FB;
        box-shadow: none;
        border: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
  .ivf main, .ivf-ru main {
    padding-top: 0;
    font-family: "GEInspiraSans", Arial; }
  .ivf #page, .ivf-ru #page {
    overflow: hidden; }
  .ivf article, .ivf-ru article {
    max-width: 1280px;
    margin: 0 auto; }
  .ivf #myModal h2, .ivf #healthcareProModal h2, .ivf-ru #myModal h2, .ivf-ru #healthcareProModal h2 {
    margin-bottom: 0;
    font-size: 30px; }
    .ivf #myModal h2:before, .ivf #healthcareProModal h2:before, .ivf-ru #myModal h2:before, .ivf-ru #healthcareProModal h2:before {
      display: none; }
  .ivf #btnContactus, .ivf-ru #btnContactus {
    position: fixed !important;
    top: auto !important;
    bottom: 400px !important; }
  .ivf .configureVoluson, .ivf-ru .configureVoluson {
    bottom: 280px;
    z-index: 1000;
    position: fixed;
    right: -55px;
    font-size: 14px;
    line-height: 18px;
    background: #585194;
    color: #fff;
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px 30px 7px 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center; }
  .ivf #configureEsp, .ivf-ru #configureEsp {
    right: -51px; }
  .ivf #btnSwift, .ivf-ru #btnSwift {
    z-index: 50; }
  .ivf .btnBig, .ivf-ru .btnBig {
    color: #fff;
    background-color: #595194;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
    text-align: center; }
  .ivf .downloadButton, .ivf-ru .downloadButton {
    height: 70px;
    background: #565491;
    background: linear-gradient(45deg, #565490 0%, #4a4885 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 47px;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
    text-align: center;
    width: fit-content; }
    .ivf .downloadButton.summaryFlyer, .ivf-ru .downloadButton.summaryFlyer {
      margin-right: auto;
      margin-left: auto; }
  .ivf h1, .ivf-ru h1 {
    font-family: "GEInspiraSans", Arial; }
  .ivf h2, .ivf-ru h2 {
    color: #595194;
    font-family: "GEInspiraSans", Arial;
    font-weight: bold;
    font-size: 70px;
    line-height: 72px;
    position: relative;
    margin-bottom: 70px; }
    .ivf h2:before, .ivf-ru h2:before {
      display: inline-block;
      position: absolute;
      top: -40px;
      left: 50%;
      margin-left: -60px;
      content: " ";
      width: 120px;
      height: 14px;
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 5px; }
  .ivf h3, .ivf-ru h3 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 20px;
    color: #595194;
    font-family: "GEInspiraSans", Arial;
    font-weight: bold;
    position: relative; }
    .ivf h3:before, .ivf-ru h3:before {
      width: 60px;
      height: 10px;
      top: -20px;
      display: inline-block;
      position: absolute;
      content: " ";
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 3px; }
  .ivf .row, .ivf-ru .row {
    margin-left: 0;
    margin-right: 0; }
  .ivf .topVideoIntro, .ivf-ru .topVideoIntro {
    background-color: #F8F7FF; }
    .ivf .topVideoIntro article .topVideoIntroContainer, .ivf-ru .topVideoIntro article .topVideoIntroContainer {
      text-align: center;
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 80px; }
  .ivf .topVideo .topVideoContainer, .ivf-ru .topVideo .topVideoContainer {
    position: relative; }
    .ivf .topVideo .topVideoContainer img, .ivf-ru .topVideo .topVideoContainer img {
      width: 100%; }
  .ivf .optimizing, .ivf-ru .optimizing {
    min-height: 610px;
    height: auto; }
    .ivf .optimizing article .optimizingContainer, .ivf-ru .optimizing article .optimizingContainer {
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 135px; }
      .ivf .optimizing article .optimizingContainer img, .ivf-ru .optimizing article .optimizingContainer img {
        width: 100%; }
      .ivf .optimizing article .optimizingContainer .col-md-8, .ivf-ru .optimizing article .optimizingContainer .col-md-8 {
        padding-left: 70px; }
        .ivf .optimizing article .optimizingContainer .col-md-8 p, .ivf-ru .optimizing article .optimizingContainer .col-md-8 p {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 50px; }
  .ivf .infertilityTop, .ivf-ru .infertilityTop {
    min-height: 610px;
    height: auto; }
    .ivf .infertilityTop article .infertilityTopContainer, .ivf-ru .infertilityTop article .infertilityTopContainer {
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 135px; }
      .ivf .infertilityTop article .infertilityTopContainer img, .ivf-ru .infertilityTop article .infertilityTopContainer img {
        width: 100%; }
      .ivf .infertilityTop article .infertilityTopContainer .col-md-8, .ivf-ru .infertilityTop article .infertilityTopContainer .col-md-8 {
        padding-left: 10px; }
        .ivf .infertilityTop article .infertilityTopContainer .col-md-8 h3, .ivf-ru .infertilityTop article .infertilityTopContainer .col-md-8 h3 {
          font-weight: normal; }
        .ivf .infertilityTop article .infertilityTopContainer .col-md-8 .smallSub, .ivf-ru .infertilityTop article .infertilityTopContainer .col-md-8 .smallSub {
          font-size: 36px;
          line-height: 40px;
          font-style: italic; }
        .ivf .infertilityTop article .infertilityTopContainer .col-md-8 p, .ivf-ru .infertilityTop article .infertilityTopContainer .col-md-8 p {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 50px; }
  .ivf .middleVideoIntro, .ivf-ru .middleVideoIntro {
    min-height: 525px;
    height: auto;
    background-color: #F8F7FF; }
    .ivf .middleVideoIntro article .middleVideoIntroContainer, .ivf-ru .middleVideoIntro article .middleVideoIntroContainer {
      text-align: center;
      padding-top: 150px;
      padding-bottom: 70px;
      padding-left: 125px;
      padding-right: 125px; }
      .ivf .middleVideoIntro article .middleVideoIntroContainer h2, .ivf-ru .middleVideoIntro article .middleVideoIntroContainer h2 {
        margin-bottom: 60px; }
      .ivf .middleVideoIntro article .middleVideoIntroContainer p, .ivf-ru .middleVideoIntro article .middleVideoIntroContainer p {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 60px; }
  .ivf .middleVideo article .middleVideoContainer, .ivf-ru .middleVideo article .middleVideoContainer {
    position: relative; }
    .ivf .middleVideo article .middleVideoContainer img, .ivf-ru .middleVideo article .middleVideoContainer img {
      width: 100%; }
  .ivf .untappedHealth, .ivf-ru .untappedHealth {
    min-height: 800px;
    height: auto; }
    .ivf .untappedHealth article, .ivf-ru .untappedHealth article {
      height: inherit; }
      .ivf .untappedHealth article .aligned-row, .ivf-ru .untappedHealth article .aligned-row {
        display: flex;
        flex-flow: row wrap; }
        .ivf .untappedHealth article .aligned-row::before, .ivf-ru .untappedHealth article .aligned-row::before {
          display: block; }
      .ivf .untappedHealth article .untappedHealthContainer, .ivf-ru .untappedHealth article .untappedHealthContainer {
        max-width: 100%;
        padding-top: 150px;
        padding-left: 125px;
        padding-right: 125px; }
        .ivf .untappedHealth article .untappedHealthContainer.row, .ivf-ru .untappedHealth article .untappedHealthContainer.row {
          margin-left: 0;
          margin-right: 0; }
        .ivf .untappedHealth article .untappedHealthContainer .col-md-4 img, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-4 img {
          width: 100%; }
        .ivf .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton {
          bottom: 5px;
          position: absolute;
          left: 15px; }
        .ivf .untappedHealth article .untappedHealthContainer .col-md-8, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 {
          padding-left: 70px; }
          .ivf .untappedHealth article .untappedHealthContainer .col-md-8 p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 p {
            font-size: 34px;
            line-height: 38px; }
          .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText {
            border-left: 1px solid #B5B5B5;
            padding-left: 30px;
            margin-top: 50px; }
            .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p {
              font-size: 26px;
              line-height: 34px;
              margin: 0;
              margin-bottom: 30px;
              vertical-align: top; }
            .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors {
              margin-top: 30px; }
              .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors .col-sm-6:first-of-type, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors .col-sm-6:first-of-type {
                padding-left: 0; }
              .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors p {
                font-size: 22px;
                line-height: 22px;
                color: rgba(0, 0, 0, 0.5);
                margin-bottom: 0; }
  .ivf .uterineAnomalies, .ivf-ru .uterineAnomalies {
    min-height: 800px;
    height: auto; }
    .ivf .uterineAnomalies article, .ivf-ru .uterineAnomalies article {
      height: inherit; }
      .ivf .uterineAnomalies article .aligned-row, .ivf-ru .uterineAnomalies article .aligned-row {
        display: flex;
        flex-flow: row wrap; }
        .ivf .uterineAnomalies article .aligned-row::before, .ivf-ru .uterineAnomalies article .aligned-row::before {
          display: block; }
      .ivf .uterineAnomalies article .uterineAnomaliesContainer, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer {
        max-width: 100%;
        padding-top: 150px;
        padding-left: 125px;
        padding-right: 125px;
        padding-bottom: 150px; }
        .ivf .uterineAnomalies article .uterineAnomaliesContainer.row, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer.row {
          margin-left: 0;
          margin-right: 0; }
        .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type {
          padding-left: 60px; }
          .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type img, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type img {
            padding-bottom: 50px; }
      .ivf .uterineAnomalies article .col-md-6:first-of-type, .ivf-ru .uterineAnomalies article .col-md-6:first-of-type {
        padding-left: 0; }
      .ivf .uterineAnomalies article .col-md-6 .downloadButton, .ivf-ru .uterineAnomalies article .col-md-6 .downloadButton {
        position: absolute;
        left: 15px;
        bottom: 55px; }
      .ivf .uterineAnomalies article .col-md-6 img, .ivf-ru .uterineAnomalies article .col-md-6 img {
        width: 100%; }
      .ivf .uterineAnomalies article .col-md-6 p, .ivf-ru .uterineAnomalies article .col-md-6 p {
        font-size: 34px;
        line-height: 38px; }
      .ivf .uterineAnomalies article .col-md-6 .authorText, .ivf-ru .uterineAnomalies article .col-md-6 .authorText {
        border-left: 1px solid #B5B5B5;
        padding-left: 30px;
        margin-top: 50px; }
        .ivf .uterineAnomalies article .col-md-6 .authorText p, .ivf-ru .uterineAnomalies article .col-md-6 .authorText p {
          font-size: 26px;
          line-height: 34px;
          margin: 0;
          vertical-align: top;
          margin-bottom: 25px; }
          .ivf .uterineAnomalies article .col-md-6 .authorText p:last-of-type, .ivf-ru .uterineAnomalies article .col-md-6 .authorText p:last-of-type {
            margin-bottom: 50px; }
  .ivf .helpReproductive, .ivf-ru .helpReproductive {
    min-height: 1290px;
    height: auto;
    background-color: #F8F7FF; }
    .ivf .helpReproductive article .helpReproductiveContainer, .ivf-ru .helpReproductive article .helpReproductiveContainer {
      text-align: center;
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px; }
      .ivf .helpReproductive article .helpReproductiveContainer .col-sm-5 img, .ivf-ru .helpReproductive article .helpReproductiveContainer .col-sm-5 img {
        width: 100%; }
      .ivf .helpReproductive article .helpReproductiveContainer h2, .ivf-ru .helpReproductive article .helpReproductiveContainer h2 {
        margin-bottom: 100px; }
      .ivf .helpReproductive article .helpReproductiveContainer p, .ivf-ru .helpReproductive article .helpReproductiveContainer p {
        font-size: 34px;
        line-height: 38px; }
      .ivf .helpReproductive article .helpReproductiveContainer .authorText, .ivf-ru .helpReproductive article .helpReproductiveContainer .authorText {
        border-left: 1px solid #B5B5B5;
        padding-left: 30px;
        margin-top: 50px; }
        .ivf .helpReproductive article .helpReproductiveContainer .authorText p, .ivf-ru .helpReproductive article .helpReproductiveContainer .authorText p {
          font-size: 26px;
          line-height: 34px;
          margin: 0;
          vertical-align: top;
          margin-bottom: 25px; }
          .ivf .helpReproductive article .helpReproductiveContainer .authorText p:last-of-type, .ivf-ru .helpReproductive article .helpReproductiveContainer .authorText p:last-of-type {
            margin-bottom: 60px; }
      .ivf .helpReproductive article .helpReproductiveContainer .imagecontainer, .ivf-ru .helpReproductive article .helpReproductiveContainer .imagecontainer {
        margin-bottom: 70px;
        text-align: left; }
        .ivf .helpReproductive article .helpReproductiveContainer .imagecontainer img, .ivf-ru .helpReproductive article .helpReproductiveContainer .imagecontainer img {
          margin-bottom: 50px; }
  .ivf .downloadPoster, .ivf-ru .downloadPoster {
    min-height: 500px;
    height: auto; }
    .ivf .downloadPoster article .downloadPosterContainer, .ivf-ru .downloadPoster article .downloadPosterContainer {
      padding-top: 150px;
      padding-right: 125px;
      padding-left: 125px;
      padding-bottom: 150px; }
      .ivf .downloadPoster article .downloadPosterContainer img, .ivf-ru .downloadPoster article .downloadPosterContainer img {
        width: 100%; }
      .ivf .downloadPoster article .downloadPosterContainer .col-md-8, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 {
        padding-left: 70px; }
        .ivf .downloadPoster article .downloadPosterContainer .col-md-8 .downloadButton, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 .downloadButton {
          margin-right: 30px;
          margin-bottom: 20px; }
        .ivf .downloadPoster article .downloadPosterContainer .col-md-8 h3, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 h3 {
          margin-bottom: 50px; }
        .ivf .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink {
          margin-right: 30px;
          height: 70px;
          display: flex;
          background: #fff;
          border: 2px solid #565491;
          color: #565491;
          padding-right: 50px;
          padding-left: 50px;
          font-size: 24px;
          font-weight: bold;
          cursor: pointer;
          text-align: center;
          border-radius: 47px;
          padding-top: 18px;
          text-decoration: none;
          justify-content: center;
          width: fit-content;
          padding-top: 20px; }
  .ivf .benefitsReproductive, .ivf-ru .benefitsReproductive {
    min-height: 2720px;
    height: auto;
    background-color: #F8F7FF; }
    .ivf .benefitsReproductive article .benefitsReproductiveContainer, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer {
      text-align: center;
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 150px; }
      .ivf .benefitsReproductive article .benefitsReproductiveContainer h2, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer h2 {
        margin-bottom: 60px; }
      .ivf .benefitsReproductive article .benefitsReproductiveContainer p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer p {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 60px; }
      .ivf .benefitsReproductive article .benefitsReproductiveContainer img, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer img {
        width: 100%; }
      .ivf .benefitsReproductive article .benefitsReproductiveContainer .authorText, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .authorText {
        border-left: 1px solid #B5B5B5;
        padding-left: 30px; }
        .ivf .benefitsReproductive article .benefitsReproductiveContainer .authorText p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .authorText p {
          font-size: 26px;
          line-height: 34px;
          margin: 0;
          vertical-align: top;
          margin-bottom: 25px; }
          .ivf .benefitsReproductive article .benefitsReproductiveContainer .authorText p:last-of-type, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .authorText p:last-of-type {
            margin-bottom: 60px; }
      .ivf .benefitsReproductive article .benefitsReproductiveContainer .imagecontainer, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .imagecontainer {
        margin-bottom: 70px;
        text-align: left; }
        .ivf .benefitsReproductive article .benefitsReproductiveContainer .imagecontainer img, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .imagecontainer img {
          margin-bottom: 50px; }
      .ivf .benefitsReproductive article .benefitsReproductiveContainer .row:last-of-type, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .row:last-of-type {
        margin-bottom: 20px; }
  .ivf .reproductiveMedicine, .ivf-ru .reproductiveMedicine {
    min-height: 900px;
    height: auto; }
    .ivf .reproductiveMedicine article, .ivf-ru .reproductiveMedicine article {
      height: inherit; }
      .ivf .reproductiveMedicine article .reproductiveMedicineContainer, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer {
        max-width: 100%;
        padding-top: 150px;
        padding-left: 125px;
        padding-right: 125px;
        padding-bottom: 150px; }
        .ivf .reproductiveMedicine article .reproductiveMedicineContainer.row, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer.row {
          margin-left: 0;
          margin-right: 0; }
        .ivf .reproductiveMedicine article .reproductiveMedicineContainer img, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer img {
          width: 100%; }
        .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-6:last-of-type img, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-6:last-of-type img {
          padding-bottom: 205px; }
        .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 {
          padding-right: 50px;
          padding-left: 0; }
          .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 p, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 p {
            font-size: 34px;
            line-height: 38px; }
          .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText {
            border-left: 1px solid #B5B5B5;
            padding-left: 30px;
            margin-top: 50px; }
            .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p {
              font-size: 26px;
              line-height: 34px;
              margin: 0;
              vertical-align: top;
              margin-bottom: 25px; }
              .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p:last-of-type, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p:last-of-type {
                margin-bottom: 50px; }
            .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText .downloadButton, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText .downloadButton {
              text-decoration: none; }
  .ivf .infertility, .ivf-ru .infertility {
    background-color: #F8F7FF; }
    .ivf .infertility.white, .ivf-ru .infertility.white {
      background-color: #fff; }
    .ivf .infertility article .infertilityContainer, .ivf-ru .infertility article .infertilityContainer {
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 135px; }
      .ivf .infertility article .infertilityContainer img, .ivf-ru .infertility article .infertilityContainer img {
        width: 100%; }
      .ivf .infertility article .infertilityContainer .col-md-8, .ivf-ru .infertility article .infertilityContainer .col-md-8 {
        padding-left: 70px; }
        .ivf .infertility article .infertilityContainer .col-md-8 h3, .ivf-ru .infertility article .infertilityContainer .col-md-8 h3 {
          margin-bottom: 50px; }
        .ivf .infertility article .infertilityContainer .col-md-8 p, .ivf-ru .infertility article .infertilityContainer .col-md-8 p {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 50px; }
  .ivf .stories article .storiesContainer, .ivf-ru .stories article .storiesContainer {
    text-align: center;
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 150px; }
    .ivf .stories article .storiesContainer h2, .ivf-ru .stories article .storiesContainer h2 {
      margin-bottom: 100px; }
    .ivf .stories article .storiesContainer .row:last-of-type, .ivf-ru .stories article .storiesContainer .row:last-of-type {
      margin-bottom: 20px; }
    .ivf .stories article .storiesContainer .col-sm-5, .ivf-ru .stories article .storiesContainer .col-sm-5 {
      padding: 0;
      padding-left: 10px; }
      .ivf .stories article .storiesContainer .col-sm-5 .imagecontainer .downloadButton.storyButton, .ivf-ru .stories article .storiesContainer .col-sm-5 .imagecontainer .downloadButton.storyButton {
        margin-left: auto;
        margin-right: auto; }
      .ivf .stories article .storiesContainer .col-sm-5 .imagecontainer img, .ivf-ru .stories article .storiesContainer .col-sm-5 .imagecontainer img {
        width: 100%;
        margin-bottom: 60px; }
  .ivf .art, .ivf-ru .art {
    background-color: #F8F7FF; }
    .ivf .art article, .ivf-ru .art article {
      height: inherit; }
      .ivf .art article .artContainer, .ivf-ru .art article .artContainer {
        max-width: 100%;
        padding-top: 150px;
        padding-left: 125px;
        padding-right: 125px;
        padding-bottom: 150px; }
        .ivf .art article .artContainer img, .ivf-ru .art article .artContainer img {
          width: 100%; }
        .ivf .art article .artContainer.row, .ivf-ru .art article .artContainer.row {
          margin-left: 0;
          margin-right: 0; }
        .ivf .art article .artContainer .col-md-6:last-of-type img, .ivf-ru .art article .artContainer .col-md-6:last-of-type img {
          padding-bottom: 205px; }
        .ivf .art article .artContainer .col-md-8, .ivf-ru .art article .artContainer .col-md-8 {
          padding-right: 50px;
          padding-left: 0; }
          .ivf .art article .artContainer .col-md-8 h3, .ivf-ru .art article .artContainer .col-md-8 h3 {
            margin-bottom: 50px; }
  .ivf .downloadPosterNew article, .ivf-ru .downloadPosterNew article {
    height: inherit; }
    .ivf .downloadPosterNew article .downloadPosterNewContainer, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer {
      max-width: 100%;
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 150px; }
      .ivf .downloadPosterNew article .downloadPosterNewContainer img, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer img {
        width: 100%; }
      .ivf .downloadPosterNew article .downloadPosterNewContainer.row, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer.row {
        margin-left: 0;
        margin-right: 0; }
      .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-6:last-of-type img, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-6:last-of-type img {
        padding-bottom: 205px; }
      .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-8, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-8 {
        padding-right: 20px;
        padding-left: 0; }
        .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-8 h3, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-8 h3 {
          margin-bottom: 50px; }
  .ivf .question, .ivf-ru .question {
    background-image: linear-gradient(to right, #595194, #AEA0FB); }
    .ivf .question article .questionContainer, .ivf-ru .question article .questionContainer {
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 150px; }
      .ivf .question article .questionContainer h2, .ivf-ru .question article .questionContainer h2 {
        color: #fff;
        margin-bottom: 20px; }
      .ivf .question article .questionContainer h3, .ivf-ru .question article .questionContainer h3 {
        color: #fff;
        margin-bottom: 80px; }
        .ivf .question article .questionContainer h3:before, .ivf-ru .question article .questionContainer h3:before {
          display: none; }
      .ivf .question article .questionContainer #contactForm .mktoForm, .ivf-ru .question article .questionContainer #contactForm .mktoForm {
        margin: 0 auto; }
  .ivf footer, .ivf-ru footer {
    margin-top: 0; }

.quotation article .quotationContainer {
  padding-top: 150px;
  padding-left: 125px;
  padding-right: 125px;
  padding-bottom: 150px;
  text-align: center; }
  .quotation article .quotationContainer h2 {
    margin-bottom: 50px; }
  .quotation article .quotationContainer .downloadButton {
    text-decoration: none; }

.joinClub article {
  background: url("/img/ivf/join-club.jpg") no-repeat; }
  .joinClub article .joinClubContainer {
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 90px;
    padding-bottom: 80px; }
    .joinClub article .joinClubContainer img {
      width: 100%; }
    .joinClub article .joinClubContainer h2 {
      color: #AEA0FB;
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 0; }
      .joinClub article .joinClubContainer h2:before {
        left: 0;
        margin-left: 0; }
    .joinClub article .joinClubContainer h3 {
      color: #fff;
      margin-bottom: 30px;
      margin-top: 0; }
      .joinClub article .joinClubContainer h3:before {
        display: none; }
    .joinClub article .joinClubContainer p {
      color: #fff;
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 20px; }
    .joinClub article .joinClubContainer .downloadButton {
      text-decoration: none;
      margin-top: 10px;
      width: fit-content; }

.ivf-ru .stories article .storiesContainer .imagecontainer .downloadButton {
  width: 100%; }

.ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6 .downloadButton {
  position: unset; }

.contact-us {
  font-family: "GEInspiraSans"; }
  .contact-us main {
    padding-top: 0; }
  .contact-us .question article .questionContainer {
    padding-top: 50px;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 50px; }
    .contact-us .question article .questionContainer #contactForm {
      max-width: 1100px;
      margin: 0 auto; }
    .contact-us .question article .questionContainer h2 {
      color: #666666;
      margin-bottom: 50px;
      font-size: 50px;
      line-height: 54px; }
    .contact-us .question article .questionContainer h3 {
      color: #fff;
      margin-bottom: 80px; }
      .contact-us .question article .questionContainer h3:before {
        display: none; }

.fetal-heart {
  /*
  .btnBig {
    color: #fff;
    background-color: #595194;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
  }

  .downloadButton {
    height: 70px;
    display: inline-block;
    background: #565491;
    background: linear-gradient(
                    45deg, #565490 0%, #4a4885 100%);
    color: #fff;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 47px;
    padding-top: 18px;
    text-decoration: none;
    letter-spacing: 2px;
  }


 */ }
  .fetal-heart main {
    padding-top: 0;
    font-family: "GEInspiraSans", Arial; }
  .fetal-heart #page {
    overflow: hidden; }
  .fetal-heart article {
    max-width: 1280px;
    margin: 0 auto; }
  .fetal-heart .row {
    margin-left: 0;
    margin-right: 0; }
  .fetal-heart footer {
    margin-top: 0; }
  .fetal-heart #myModal h2, .fetal-heart #healthcareProModal h2 {
    margin-bottom: 0;
    font-size: 2rem; }
    .fetal-heart #myModal h2:before, .fetal-heart #healthcareProModal h2:before {
      display: none; }
  .fetal-heart #btnContactus {
    position: fixed !important;
    top: auto !important;
    bottom: 400px !important; }
  .fetal-heart .introImage {
    cursor: pointer; }
  .fetal-heart .configureVoluson {
    bottom: 280px;
    z-index: 1000;
    position: fixed;
    right: -55px;
    font-size: 14px;
    line-height: 18px;
    background: #585194;
    color: #fff;
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px 30px 7px 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center; }
  .fetal-heart #btnSwift {
    z-index: 50;
    border-radius: 10px; }
  .fetal-heart .btnBig {
    color: #fff;
    background-color: #595194;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px; }
  .fetal-heart .downloadButton {
    height: 70px;
    background: #565491;
    background: linear-gradient(45deg, #565490 0%, #4a4885 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 47px;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
    text-align: center;
    margin-right: auto;
    width: fit-content; }
  .fetal-heart .noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .fetal-heart .palatino-italic {
    font-family: "Palatino-Linotype-Italic"; }
  .fetal-heart .palatino-italic-bold {
    font-family: "Palatino-Linotype-Bold-Italic"; }
  .fetal-heart h1 {
    font-family: "GEInspiraSans", Arial; }
  .fetal-heart h2 {
    color: #595194;
    font-family: "GEInspiraSans", Arial;
    font-weight: bold;
    font-size: 70px;
    line-height: 72px;
    position: relative;
    margin-bottom: 60px; }
    .fetal-heart h2:before {
      display: inline-block;
      position: absolute;
      top: -40px;
      left: 50%;
      margin-left: -60px;
      content: " ";
      width: 120px;
      height: 14px;
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 5px; }
  .fetal-heart h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #595194;
    font-family: "GEInspiraSans", Arial;
    font-weight: bold;
    position: relative; }
    .fetal-heart h3:before {
      width: 60px;
      height: 10px;
      top: -20px;
      display: inline-block;
      position: absolute;
      content: " ";
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 3px; }
  .fetal-heart .topVideoIntro {
    background-color: #F8F7FF; }
    .fetal-heart .topVideoIntro article .topVideoIntroContainer {
      text-align: center;
      padding-top: 160px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 60px; }
      .fetal-heart .topVideoIntro article .topVideoIntroContainer h2 {
        max-width: 700px;
        margin: 0 auto;
        margin-bottom: 30px; }
      .fetal-heart .topVideoIntro article .topVideoIntroContainer h3 {
        font-size: 34px;
        line-height: 42px;
        color: #666666;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 40px; }
        .fetal-heart .topVideoIntro article .topVideoIntroContainer h3:before {
          display: none; }
      .fetal-heart .topVideoIntro article .topVideoIntroContainer p {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 40px;
        color: #666666; }
  .fetal-heart .topVideo .topVideoContainer {
    position: relative; }
    .fetal-heart .topVideo .topVideoContainer img {
      width: 100%; }
  .fetal-heart .stateOfArt {
    height: auto; }
    .fetal-heart .stateOfArt article .stateOfArtContainer {
      text-align: center;
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 135px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer h2 {
        margin-bottom: 100px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer p {
        font-size: 34px;
        line-height: 38px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer h3 {
        font-size: 50px;
        line-height: 52px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .downloadButton {
        margin-left: auto; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .centered {
        margin-top: 60px; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .centered h3 {
          font-weight: normal;
          margin-bottom: 50px; }
          .fetal-heart .stateOfArt article .stateOfArtContainer .centered h3:before {
            margin-left: 60px; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .centered p {
          max-width: 860px;
          line-height: 42px;
          margin: 0 auto;
          margin-bottom: 50px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .row.movedUp {
        top: -200px;
        position: relative;
        margin-bottom: -200px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .row.bottomMargin {
        margin-bottom: 120px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .row.lessBottomMargin {
        margin-bottom: 100px; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .row .textFull {
        text-align: left; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .row .col-sm-5 img, .fetal-heart .stateOfArt article .stateOfArtContainer .row .col-sm-12 img, .fetal-heart .stateOfArt article .stateOfArtContainer .row .col-sm-6 img, .fetal-heart .stateOfArt article .stateOfArtContainer .row .col-sm-10 img, .fetal-heart .stateOfArt article .stateOfArtContainer .row .col-sm-11 img {
        width: 100%; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .row .col-sm-5 img.bigger {
        transform: scale(1.2); }
      .fetal-heart .stateOfArt article .stateOfArtContainer .imagecontainer {
        margin-bottom: 50px;
        text-align: left; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .imagecontainer img {
          margin-bottom: 18px;
          border-radius: 5px; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .imagecontainer p {
          font-size: 22px;
          line-height: 20px;
          margin-bottom: 65px;
          color: #666666; }
          .fetal-heart .stateOfArt article .stateOfArtContainer .imagecontainer p.alignText {
            text-align: right; }
          .fetal-heart .stateOfArt article .stateOfArtContainer .imagecontainer p.alignTextMulti {
            text-align: right;
            max-width: 250px;
            float: right; }
      .fetal-heart .stateOfArt article .stateOfArtContainer .authorText {
        border-left: 1px solid #B5B5B5;
        padding-left: 30px;
        margin-top: 30px;
        text-align: left; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul {
          padding-inline-start: 30px; }
          .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul li {
            list-style-type: none;
            background: url("/img/fetal-heart/li.svg") no-repeat left 0.6em;
            padding-left: 25px;
            padding-top: 5px;
            font-size: 26px;
            line-height: 34px;
            color: #666666; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .authorText.noPaddingLeft {
          padding-left: 0; }
        .fetal-heart .stateOfArt article .stateOfArtContainer .authorText p {
          font-size: 26px;
          line-height: 34px;
          margin: 0;
          vertical-align: top;
          margin-bottom: 25px;
          color: #666666; }
          .fetal-heart .stateOfArt article .stateOfArtContainer .authorText p:last-of-type {
            margin-bottom: 60px; }
  .fetal-heart .shape {
    background-color: #F8F7FF; }
    .fetal-heart .shape article .shapeContainer {
      text-align: center;
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 100px; }
      .fetal-heart .shape article .shapeContainer h2 {
        margin-bottom: 100px; }
      .fetal-heart .shape article .shapeContainer .row {
        max-width: 820px;
        margin: 0 auto;
        margin-bottom: 20px; }
        .fetal-heart .shape article .shapeContainer .row h3 {
          margin-top: 0;
          margin-bottom: 0px; }
          .fetal-heart .shape article .shapeContainer .row h3:before {
            display: none; }
        .fetal-heart .shape article .shapeContainer .row p {
          font-size: 26px;
          line-height: 34px;
          color: #666666; }
      .fetal-heart .shape article .shapeContainer .left {
        text-align: left; }
  .fetal-heart .fetalCardiac {
    min-height: 610px;
    height: auto; }
    .fetal-heart .fetalCardiac article .fetalCardiacContainer {
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 135px; }
      .fetal-heart .fetalCardiac article .fetalCardiacContainer img {
        width: 100%; }
      .fetal-heart .fetalCardiac article .fetalCardiacContainer .col-md-8 {
        padding-left: 70px; }
        .fetal-heart .fetalCardiac article .fetalCardiacContainer .col-md-8 p {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 50px; }
  .fetal-heart .heartDefects {
    background-color: #F8F7FF; }
    .fetal-heart .heartDefects article {
      height: inherit; }
      .fetal-heart .heartDefects article .heartDefectsContainer {
        max-width: 100%;
        padding-top: 150px;
        padding-left: 125px;
        padding-right: 125px;
        padding-bottom: 150px; }
        .fetal-heart .heartDefects article .heartDefectsContainer img {
          width: 100%; }
        .fetal-heart .heartDefects article .heartDefectsContainer.row {
          margin-left: 0;
          margin-right: 0; }
        .fetal-heart .heartDefects article .heartDefectsContainer .col-md-6:last-of-type img {
          padding-bottom: 205px; }
        .fetal-heart .heartDefects article .heartDefectsContainer .col-md-8 h3 {
          margin-bottom: 50px; }
  .fetal-heart .webinars article .webinarsContainer {
    text-align: center;
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 135px; }
    .fetal-heart .webinars article .webinarsContainer h2 {
      margin-bottom: 110px; }
    .fetal-heart .webinars article .webinarsContainer .authorText {
      text-align: left;
      font-size: 20px;
      line-height: 22px;
      display: flex;
      flex-direction: column;
      min-height: 330px; }
      .fetal-heart .webinars article .webinarsContainer .authorText h3 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 45px;
        margin-bottom: 30px;
        flex-grow: 1; }
        .fetal-heart .webinars article .webinarsContainer .authorText h3:before {
          width: 50px;
          height: 8px; }
      .fetal-heart .webinars article .webinarsContainer .authorText p {
        color: rgba(0, 0, 0, 0.5);
        font-size: 20px;
        line-height: 22px; }
    .fetal-heart .webinars article .webinarsContainer .videoText {
      text-align: left;
      font-size: 20px;
      line-height: 22px; }
    .fetal-heart .webinars article .webinarsContainer .col-md-4 {
      padding-right: 0;
      padding-left: 0;
      padding-right: 15px; }
      .fetal-heart .webinars article .webinarsContainer .col-md-4 img {
        width: 100%;
        margin-bottom: 15px;
        color: #000000;
        border-radius: 5px; }
        .fetal-heart .webinars article .webinarsContainer .col-md-4 img.clock {
          width: 15px;
          height: 15px;
          margin-bottom: 5px;
          margin-right: 10px; }
        .fetal-heart .webinars article .webinarsContainer .col-md-4 img.author {
          width: 100px;
          height: 100px; }
      .fetal-heart .webinars article .webinarsContainer .col-md-4:first-of-type {
        padding-left: 0; }
  .fetal-heart .question {
    background-image: linear-gradient(to right, #595194, #AEA0FB); }
    .fetal-heart .question article .questionContainer {
      padding-top: 150px;
      padding-left: 125px;
      padding-right: 125px;
      padding-bottom: 150px; }
      .fetal-heart .question article .questionContainer h2 {
        color: #fff;
        margin-bottom: 20px; }
      .fetal-heart .question article .questionContainer h3 {
        color: #fff;
        margin-bottom: 80px; }
        .fetal-heart .question article .questionContainer h3:before {
          display: none; }
  .fetal-heart .fancybox-container h3 {
    font-size: 26px;
    line-height: 28px; }
    .fetal-heart .fancybox-container h3:before {
      display: none; }
  .fetal-heart #formsent, .fetal-heart #formsentDemo {
    width: 400px;
    padding: 50px;
    text-align: center; }

.ivf .palatino-italic {
  font-family: "Palatino-Linotype-Italic"; }

.ivf .palatino-italic-bold {
  font-family: "Palatino-Linotype-Bold-Italic"; }

.first-trimester main {
  padding-top: 0;
  font-family: "GEInspiraSans", Arial; }

.first-trimester #page {
  overflow: hidden; }

.first-trimester article {
  max-width: 1280px;
  margin: 0 auto; }

.first-trimester .row {
  margin-left: 0;
  margin-right: 0; }

.first-trimester footer {
  margin-top: 0; }

.first-trimester #myModal h2, .first-trimester #healthcareProModal h2 {
  margin-bottom: 0;
  font-size: 2rem; }
  .first-trimester #myModal h2:before, .first-trimester #healthcareProModal h2:before {
    display: none; }

.first-trimester #btnContactus {
  position: fixed !important;
  top: auto !important;
  bottom: 400px !important; }

.first-trimester .introImage {
  cursor: pointer; }

.first-trimester .configureVoluson {
  bottom: 280px;
  z-index: 1000;
  position: fixed;
  right: -55px;
  font-size: 14px;
  line-height: 18px;
  background: #585194;
  color: #fff;
  transform: rotate(-90deg);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px 30px 7px 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center; }

.first-trimester #btnSwift {
  z-index: 50;
  border-radius: 10px; }

.first-trimester .btnBig {
  color: #fff;
  background-color: #595194;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 4px;
  text-align: center; }

.first-trimester .downloadButton {
  height: 70px;
  background: #565491;
  background: linear-gradient(45deg, #565490 0%, #4a4885 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  border-radius: 47px;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 4px;
  text-align: center; }

.first-trimester .noPadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.first-trimester .palatino-italic {
  font-family: "Palatino-Linotype-Italic"; }

.first-trimester .palatino-italic-bold {
  font-family: "Palatino-Linotype-Bold-Italic"; }

.first-trimester h1 {
  font-family: "GEInspiraSans", Arial; }

.first-trimester h2 {
  color: #595194;
  font-family: "GEInspiraSans", Arial;
  font-weight: bold;
  font-size: 70px;
  line-height: 72px;
  position: relative;
  margin-bottom: 60px; }
  .first-trimester h2:before {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
    content: " ";
    width: 120px;
    height: 14px;
    line-height: 6px;
    background: #AEA0FB;
    border-radius: 5px; }

.first-trimester h3 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #595194;
  font-family: "GEInspiraSans", Arial;
  font-weight: bold;
  position: relative; }
  .first-trimester h3:before {
    width: 60px;
    height: 10px;
    top: -20px;
    display: inline-block;
    position: absolute;
    content: " ";
    line-height: 6px;
    background: #AEA0FB;
    border-radius: 3px; }

.first-trimester .topVideoIntro {
  background-color: #F8F7FF; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer {
    text-align: center;
    padding-top: 160px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 60px; }
    .first-trimester .topVideoIntro article .topVideoIntroContainer h2 {
      color: #595194;
      max-width: 950px;
      margin: 0 auto;
      margin-bottom: 40px; }
    .first-trimester .topVideoIntro article .topVideoIntroContainer h3 {
      font-size: 34px;
      line-height: 42px;
      color: #666666;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 40px; }
      .first-trimester .topVideoIntro article .topVideoIntroContainer h3:before {
        display: none; }
    .first-trimester .topVideoIntro article .topVideoIntroContainer p {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 40px;
      color: #666666; }

.first-trimester .topVideo {
  background-color: #F8F7FF;
  max-height: 720px; }
  .first-trimester .topVideo .topVideoContainer {
    position: relative; }
    .first-trimester .topVideo .topVideoContainer img {
      width: 100%; }

.first-trimester .examinations article .examinationsContainer {
  text-align: center;
  padding-top: 150px;
  padding-left: 125px;
  padding-right: 125px;
  padding-bottom: 80px; }
  .first-trimester .examinations article .examinationsContainer .col-sm-5 img {
    width: 100%; }
  .first-trimester .examinations article .examinationsContainer h2 {
    margin-bottom: 100px; }
  .first-trimester .examinations article .examinationsContainer h3 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .examinations article .examinationsContainer p {
    font-size: 34px;
    line-height: 38px; }
  .first-trimester .examinations article .examinationsContainer .authorText {
    border-left: 1px solid #B5B5B5;
    padding-left: 30px;
    margin-top: 25px; }
    .first-trimester .examinations article .examinationsContainer .authorText p {
      font-size: 26px;
      line-height: 34px;
      margin: 0;
      vertical-align: top;
      margin-bottom: 25px; }
      .first-trimester .examinations article .examinationsContainer .authorText p:last-of-type {
        margin-bottom: 60px;
        padding-right: 20px; }
  .first-trimester .examinations article .examinationsContainer .imagecontainer {
    margin-bottom: 70px;
    text-align: left; }
    .first-trimester .examinations article .examinationsContainer .imagecontainer img {
      margin-bottom: 50px; }

.first-trimester .slowFlow {
  background-color: #F8F7FF; }
  .first-trimester .slowFlow article .slowFlowContainer {
    text-align: center;
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 150px; }
    .first-trimester .slowFlow article .slowFlowContainer .col-sm-5 img {
      width: 100%; }
    .first-trimester .slowFlow article .slowFlowContainer h2 {
      margin-bottom: 30px; }
    .first-trimester .slowFlow article .slowFlowContainer p {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 90px;
      color: #666666; }
      .first-trimester .slowFlow article .slowFlowContainer p.hrText {
        font-size: 20px;
        line-height: 22px;
        color: #666666;
        float: right;
        margin-bottom: 0; }
    .first-trimester .slowFlow article .slowFlowContainer hr {
      border-top: 1px solid #B5B5B5;
      margin-bottom: 15px; }
    .first-trimester .slowFlow article .slowFlowContainer .imagecontainer {
      margin-bottom: 0;
      text-align: left; }
      .first-trimester .slowFlow article .slowFlowContainer .imagecontainer img {
        margin-bottom: 50px; }

.first-trimester .volumeProbe article .volumeProbeContainer {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 70px;
  padding-left: 125px;
  padding-right: 125px; }
  .first-trimester .volumeProbe article .volumeProbeContainer .newFeature {
    background-color: #595194;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 165px;
    position: relative;
    top: -125px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    font-weight: bold;
    padding-top: 6px; }
  .first-trimester .volumeProbe article .volumeProbeContainer .marginTopBottom {
    margin-top: 70px;
    margin-bottom: 45px; }
  .first-trimester .volumeProbe article .volumeProbeContainer .noPaddingLeft {
    padding-left: 0; }
  .first-trimester .volumeProbe article .volumeProbeContainer .noPaddingRight {
    padding-right: 0; }
  .first-trimester .volumeProbe article .volumeProbeContainer .paddingMid {
    padding-left: 7px;
    padding-right: 7px; }
  .first-trimester .volumeProbe article .volumeProbeContainer .rowEqHeight {
    display: flex; }
  .first-trimester .volumeProbe article .volumeProbeContainer .col-md-4 img {
    width: 100%; }
  .first-trimester .volumeProbe article .volumeProbeContainer .col-sm-6 img {
    width: 100%; }
    .first-trimester .volumeProbe article .volumeProbeContainer .col-sm-6 img.probeImage {
      width: 140%;
      left: -35%;
      position: relative; }
  .first-trimester .volumeProbe article .volumeProbeContainer .col-sm-6:first-of-type {
    padding-right: 0; }
  .first-trimester .volumeProbe article .volumeProbeContainer h2 {
    margin-bottom: 30px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 90px;
    color: #666666; }
    .first-trimester .volumeProbe article .volumeProbeContainer p.hrText {
      font-size: 20px;
      line-height: 22px;
      color: #666666;
      float: right;
      margin-bottom: 0; }
  .first-trimester .volumeProbe article .volumeProbeContainer hr {
    border-top: 1px solid #B5B5B5;
    margin-bottom: 15px; }
  .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer {
    margin-bottom: 0;
    text-align: left; }
    .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer.paddingTop {
      padding-top: 80px; }
    .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer img {
      margin-bottom: 15px; }
    .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer ul {
      list-style-image: url("/img/first-trimester/checkmark.svg"); }
      .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer ul li p {
        margin-left: 20px;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
        max-width: 400px;
        position: relative;
        top: -15px; }

.first-trimester .videoStudies {
  background-color: #F8F7FF;
  max-height: 720px; }
  .first-trimester .videoStudies .videoStudiesContainer {
    position: relative; }
    .first-trimester .videoStudies .videoStudiesContainer img {
      width: 100%; }

.first-trimester .sonoNt article .sonoNtContainer {
  text-align: left;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 125px;
  padding-right: 125px; }
  .first-trimester .sonoNt article .sonoNtContainer h3 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 30px; }
  .first-trimester .sonoNt article .sonoNtContainer .col-sm-10 img {
    width: 100%;
    margin-bottom: 60px; }
  .first-trimester .sonoNt article .sonoNtContainer .col-sm-10 .authorText {
    border-left: 1px solid #B5B5B5;
    padding-left: 30px; }
    .first-trimester .sonoNt article .sonoNtContainer .col-sm-10 .authorText p {
      font-size: 26px;
      line-height: 34px;
      margin: 0;
      vertical-align: top; }

.first-trimester .highResolution {
  background-color: #F8F7FF; }
  .first-trimester .highResolution article .highResolutionContainer {
    padding-top: 130px;
    padding-bottom: 110px;
    padding-left: 125px;
    padding-right: 125px; }
    .first-trimester .highResolution article .highResolutionContainer .marginBottom {
      margin-bottom: 80px; }
    .first-trimester .highResolution article .highResolutionContainer h2 {
      text-align: center; }
    .first-trimester .highResolution article .highResolutionContainer h3 {
      font-size: 50px;
      line-height: 52px;
      margin-bottom: 32px; }
    .first-trimester .highResolution article .highResolutionContainer .col-sm-8 img, .first-trimester .highResolution article .highResolutionContainer .col-sm-5 img {
      width: 100%;
      margin-bottom: 70px; }
    .first-trimester .highResolution article .highResolutionContainer .authorText {
      border-left: 1px solid #B5B5B5;
      padding-left: 30px; }
      .first-trimester .highResolution article .highResolutionContainer .authorText p {
        font-size: 26px;
        line-height: 34px;
        margin: 0;
        vertical-align: top;
        margin-bottom: 25px; }
        .first-trimester .highResolution article .highResolutionContainer .authorText p:last-of-type {
          margin-bottom: 60px;
          padding-right: 20px; }

.first-trimester .suite article .suiteContainer {
  text-align: center;
  padding-top: 150px;
  padding-left: 125px;
  padding-right: 125px;
  padding-bottom: 50px; }
  .first-trimester .suite article .suiteContainer h2 {
    margin-bottom: 35px; }
  .first-trimester .suite article .suiteContainer h3 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .suite article .suiteContainer p {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 90px; }
  .first-trimester .suite article .suiteContainer img {
    width: 100%; }
  .first-trimester .suite article .suiteContainer .authorText {
    border-left: 1px solid #B5B5B5;
    padding-left: 30px; }
    .first-trimester .suite article .suiteContainer .authorText p {
      font-size: 26px;
      line-height: 34px;
      margin: 0;
      vertical-align: top;
      margin-bottom: 25px; }
      .first-trimester .suite article .suiteContainer .authorText p:last-of-type {
        margin-bottom: 60px; }
  .first-trimester .suite article .suiteContainer .imagecontainer {
    margin-bottom: 55px;
    text-align: left; }
    .first-trimester .suite article .suiteContainer .imagecontainer img {
      margin-bottom: 70px; }
  .first-trimester .suite article .suiteContainer .row:last-of-type {
    margin-bottom: 20px; }

.first-trimester .webinars {
  background-color: #F8F7FF; }
  .first-trimester .webinars article .webinarsContainer {
    text-align: center;
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 120px; }
    .first-trimester .webinars article .webinarsContainer h2 {
      margin-bottom: 110px; }
    .first-trimester .webinars article .webinarsContainer .authorText {
      text-align: left;
      font-size: 20px;
      line-height: 22px;
      display: flex;
      flex-direction: column;
      min-height: 330px; }
      .first-trimester .webinars article .webinarsContainer .authorText h3 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 45px;
        margin-bottom: 0; }
        .first-trimester .webinars article .webinarsContainer .authorText h3:before {
          width: 50px;
          height: 8px; }
      .first-trimester .webinars article .webinarsContainer .authorText p {
        color: #666666;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 40px; }
        .first-trimester .webinars article .webinarsContainer .authorText p.videoSubText {
          font-size: 26px;
          line-height: 34px; }
    .first-trimester .webinars article .webinarsContainer .videoText {
      text-align: left;
      font-size: 20px;
      line-height: 22px; }
    .first-trimester .webinars article .webinarsContainer .col-md-8 img {
      width: 100%; }
    .first-trimester .webinars article .webinarsContainer .col-md-4 img {
      width: 100%;
      margin-bottom: 15px;
      color: #000000;
      border-radius: 5px; }
      .first-trimester .webinars article .webinarsContainer .col-md-4 img.clock {
        width: 15px;
        height: 15px;
        margin-bottom: 5px;
        margin-right: 10px; }
      .first-trimester .webinars article .webinarsContainer .col-md-4 img.author {
        width: 100px;
        height: 100px; }
    .first-trimester .webinars article .webinarsContainer .col-md-4:first-of-type {
      padding-left: 0; }

.first-trimester .question {
  background-image: linear-gradient(to right, #595194, #AEA0FB); }
  .first-trimester .question article .questionContainer {
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 150px; }
    .first-trimester .question article .questionContainer h2 {
      color: #fff;
      margin-bottom: 20px; }
    .first-trimester .question article .questionContainer h3 {
      color: #fff;
      margin-bottom: 80px; }
      .first-trimester .question article .questionContainer h3:before {
        display: none; }

.first-trimester .fancybox-container h3 {
  font-size: 26px;
  line-height: 28px; }
  .first-trimester .fancybox-container h3:before {
    display: none; }

.first-trimester #formsent, .first-trimester #formsentDemo {
  width: 400px;
  padding: 50px;
  text-align: center; }

.gynecology main {
  padding-top: 0;
  font-family: "GEInspiraSans", Arial; }

.gynecology #page {
  overflow: hidden; }

.gynecology article {
  max-width: 1280px;
  margin: 0 auto; }

.gynecology .row {
  margin-left: 0;
  margin-right: 0; }

.gynecology footer {
  margin-top: 0; }

.gynecology #myModal h2, .gynecology #healthcareProModal h2 {
  margin-bottom: 0;
  font-size: 2rem; }
  .gynecology #myModal h2:before, .gynecology #healthcareProModal h2:before {
    display: none; }

.gynecology #btnContactus {
  position: fixed !important;
  top: auto !important;
  bottom: 400px !important; }

.gynecology .introImage {
  cursor: pointer; }

.gynecology .configureVoluson {
  bottom: 280px;
  z-index: 1000;
  position: fixed;
  right: -55px;
  font-size: 14px;
  line-height: 18px;
  background: #585194;
  color: #fff;
  transform: rotate(-90deg);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px 30px 7px 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center; }

.gynecology #btnSwift {
  z-index: 50;
  border-radius: 10px; }

.gynecology .btnBig {
  color: #fff;
  background-color: #595194;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 4px; }

.gynecology .downloadButton {
  height: 70px;
  background: #565491;
  background: linear-gradient(45deg, #565490 0%, #4a4885 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  border-radius: 47px;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 4px;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  width: fit-content; }

.gynecology h4 {
  font-weight: bold; }

.gynecology .noPadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gynecology .palatino-italic {
  font-family: "Palatino-Linotype-Italic"; }

.gynecology .palatino-italic-bold {
  font-family: "Palatino-Linotype-Bold-Italic"; }

.gynecology h1 {
  font-family: "GEInspiraSans", Arial; }

.gynecology h2 {
  color: #595194;
  font-family: "GEInspiraSans", Arial;
  font-weight: bold;
  font-size: 70px;
  line-height: 72px;
  position: relative;
  margin-bottom: 60px; }
  .gynecology h2:before {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
    content: " ";
    width: 120px;
    height: 14px;
    line-height: 6px;
    background: #AEA0FB;
    border-radius: 5px; }

.gynecology h3 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 20px;
  color: #595194;
  font-family: "GEInspiraSans", Arial;
  font-weight: bold;
  position: relative; }
  .gynecology h3:before {
    width: 60px;
    height: 10px;
    top: -20px;
    display: inline-block;
    position: absolute;
    content: " ";
    line-height: 6px;
    background: #AEA0FB;
    border-radius: 3px; }

.gynecology .topIntro {
  background-color: #F8F7FF; }
  .gynecology .topIntro article .topIntroContainer {
    text-align: center;
    padding-top: 160px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 60px; }
    .gynecology .topIntro article .topIntroContainer h2 {
      margin: 0 auto;
      margin-bottom: 30px; }
    .gynecology .topIntro article .topIntroContainer h3 {
      font-size: 34px;
      line-height: 42px;
      color: #666666;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 40px; }
      .gynecology .topIntro article .topIntroContainer h3:before {
        display: none; }
    .gynecology .topIntro article .topIntroContainer p {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 40px;
      color: #666666; }

.gynecology .downloadsTop article .downloadsTopContainer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider {
    max-width: 920px;
    margin: 0 auto; }
    .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-prev {
      background-image: url(/img/gynecology/slick-prev.svg);
      background-size: cover;
      height: 70px;
      width: 40px; }
      .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-prev:before {
        display: none; }
    .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-next {
      background-image: url(/img/gynecology/slick-next.svg);
      background-size: cover;
      height: 70px;
      width: 40px; }
      .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-next:before {
        display: none; }
    .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-prev.slick-disabled:before, .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-next.slick-disabled:before {
      opacity: 0; }
    .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-disabled {
      display: none !important; }
    .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-slide {
      margin-left: 10px;
      margin-right: 10px; }
  .gynecology .downloadsTop article .downloadsTopContainer .row {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 15px; }
  .gynecology .downloadsTop article .downloadsTopContainer .noPaddingLeft {
    padding-left: 0;
    padding-right: 5px; }
  .gynecology .downloadsTop article .downloadsTopContainer .noPaddingRight {
    padding-right: 0;
    padding-left: 5px; }
  .gynecology .downloadsTop article .downloadsTopContainer .paddingMid {
    padding-left: 5px;
    padding-right: 5px; }
  .gynecology .downloadsTop article .downloadsTopContainer a:hover {
    text-decoration: none; }
  .gynecology .downloadsTop article .downloadsTopContainer img {
    width: 100%;
    margin-bottom: 35px; }
  .gynecology .downloadsTop article .downloadsTopContainer h3 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 60px; }
    .gynecology .downloadsTop article .downloadsTopContainer h3:before {
      left: 50%;
      margin-left: -30px; }
  .gynecology .downloadsTop article .downloadsTopContainer h4 {
    font-family: GEInspiraSans;
    font-size: 30px;
    color: #595194;
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
    position: relative;
    font-weight: bold; }
    .gynecology .downloadsTop article .downloadsTopContainer h4:before {
      width: 50px;
      height: 8px;
      top: -20px;
      display: inline-block;
      position: absolute;
      content: " ";
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 3px; }

.gynecology .uterineAssessment {
  background-image: url("/img/gynecology/uterine_assesment.jpg");
  background-size: cover; }
  .gynecology .uterineAssessment article .uterineAssessmentContainer {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 70px; }
    .gynecology .uterineAssessment article .uterineAssessmentContainer h2 {
      color: #fff;
      margin-bottom: 44px; }
    .gynecology .uterineAssessment article .uterineAssessmentContainer p {
      font-size: 34px;
      color: #FFFFFF;
      text-align: center;
      line-height: 42px;
      margin-bottom: 165px;
      padding: 0 3rem; }
    .gynecology .uterineAssessment article .uterineAssessmentContainer img {
      max-width: 99px;
      width: 100%; }

.gynecology .introtext {
  background-color: #F8F7FF; }
  .gynecology .introtext article .introtextContainer {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 150px;
    padding-left: 140px;
    padding-right: 140px; }
    .gynecology .introtext article .introtextContainer h3 {
      font-size: 50px;
      line-height: 52px;
      margin-bottom: 45px; }
      .gynecology .introtext article .introtextContainer h3:before {
        display: none; }
    .gynecology .introtext article .introtextContainer p {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 0; }

.gynecology .seeImages article .seeImagesContainer {
  text-align: center;
  padding-top: 150px;
  padding-left: 105px;
  padding-right: 105px; }
  .gynecology .seeImages article .seeImagesContainer h2 {
    margin-bottom: 40px; }
  .gynecology .seeImages article .seeImagesContainer p {
    font-size: 34px;
    color: #666666;
    line-height: 42px;
    margin-bottom: 90px; }
  .gynecology .seeImages article .seeImagesContainer img {
    width: 100%; }
  .gynecology .seeImages article .seeImagesContainer .movedSideWays {
    position: relative;
    top: 40px;
    left: 60px; }
  .gynecology .seeImages article .seeImagesContainer .movedUpWays {
    position: relative;
    top: -120px;
    right: -50%; }

.gynecology .downloads article .downloadsContainer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .gynecology .downloads article .downloadsContainer .row {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 15px; }
  .gynecology .downloads article .downloadsContainer .noPaddingLeft {
    padding-left: 0;
    padding-right: 5px; }
  .gynecology .downloads article .downloadsContainer .noPaddingRight {
    padding-right: 0;
    padding-left: 5px; }
  .gynecology .downloads article .downloadsContainer .paddingMid {
    padding-left: 5px;
    padding-right: 5px; }
  .gynecology .downloads article .downloadsContainer a:hover {
    text-decoration: none; }
  .gynecology .downloads article .downloadsContainer img {
    width: 100%;
    margin-bottom: 35px; }
  .gynecology .downloads article .downloadsContainer h3 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 60px; }
    .gynecology .downloads article .downloadsContainer h3:before {
      left: 50%;
      margin-left: -30px; }
  .gynecology .downloads article .downloadsContainer h4 {
    font-family: GEInspiraSans;
    font-size: 30px;
    color: #595194;
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
    position: relative;
    font-weight: bold; }
    .gynecology .downloads article .downloadsContainer h4:before {
      width: 50px;
      height: 8px;
      top: -20px;
      display: inline-block;
      position: absolute;
      content: " ";
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 3px; }

.gynecology .ovarianAssessment {
  background-image: url("/img/gynecology/ovarian_assesment.jpg");
  background-size: cover; }
  .gynecology .ovarianAssessment article .ovarianAssessmentContainer {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 70px; }
    .gynecology .ovarianAssessment article .ovarianAssessmentContainer h2 {
      color: #fff;
      margin-bottom: 44px; }
    .gynecology .ovarianAssessment article .ovarianAssessmentContainer p {
      font-size: 34px;
      color: #FFFFFF;
      text-align: center;
      line-height: 42px;
      margin-bottom: 165px; }
    .gynecology .ovarianAssessment article .ovarianAssessmentContainer img {
      max-width: 99px;
      width: 100%; }

.gynecology .adnexaAssessment {
  background-image: url("/img/gynecology/adnexa_assesment.jpg");
  background-size: cover; }
  .gynecology .adnexaAssessment article .adnexaAssessmentContainer {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 70px; }
    .gynecology .adnexaAssessment article .adnexaAssessmentContainer h2 {
      color: #fff;
      margin-bottom: 44px; }
    .gynecology .adnexaAssessment article .adnexaAssessmentContainer p {
      font-size: 34px;
      color: #FFFFFF;
      text-align: center;
      line-height: 42px;
      margin-bottom: 165px; }
    .gynecology .adnexaAssessment article .adnexaAssessmentContainer img {
      max-width: 99px;
      width: 100%; }

.gynecology .pelvicFloor {
  background-image: url("/img/gynecology/pelvic-floor.jpg");
  background-size: cover; }
  .gynecology .pelvicFloor article .pelvicFloorContainer {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 70px; }
    .gynecology .pelvicFloor article .pelvicFloorContainer h2 {
      color: #fff;
      margin-bottom: 44px; }
    .gynecology .pelvicFloor article .pelvicFloorContainer p {
      font-size: 34px;
      color: #FFFFFF;
      text-align: center;
      line-height: 42px;
      margin-bottom: 165px; }
    .gynecology .pelvicFloor article .pelvicFloorContainer img {
      max-width: 99px;
      width: 100%; }

.gynecology .perineum article .perineumContainer {
  padding-top: 150px;
  padding-left: 125px;
  padding-right: 125px;
  padding-bottom: 135px; }
  .gynecology .perineum article .perineumContainer img {
    width: 100%; }
  .gynecology .perineum article .perineumContainer h3 {
    font-weight: bold;
    font-size: 50px;
    line-height: 52px; }
  .gynecology .perineum article .perineumContainer .col-md-6 {
    padding-left: 70px; }
    .gynecology .perineum article .perineumContainer .col-md-6 p {
      font-size: 26px;
      color: #666666;
      line-height: 34px;
      margin-bottom: 50px;
      border-left: 1px solid #B5B5B5;
      padding-left: 32px; }

.gynecology .question {
  background-image: linear-gradient(to right, #595194, #AEA0FB); }
  .gynecology .question article .questionContainer {
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 150px; }
    .gynecology .question article .questionContainer h2 {
      color: #fff;
      margin-bottom: 20px; }
    .gynecology .question article .questionContainer h3 {
      color: #fff;
      margin-bottom: 80px; }
      .gynecology .question article .questionContainer h3:before {
        display: none; }
    .gynecology .question article .questionContainer #contactForm .mktoForm {
      margin: 0 auto; }

.home main {
  padding-top: 0;
  position: relative;
  top: -70px;
  margin-bottom: -70px; }

.home footer {
  margin-top: 0; }

.homeContent {
  background-color: #ffffff;
  font-family: "GEInspiraSans", Arial; }
  .homeContent article {
    max-width: 1280px;
    margin: 0 auto; }
  .homeContent .womensHealth {
    background-image: url("/img/header_global_NEU_4400px.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 850px;
    max-height: 850px;
    height: 100%; }
    .homeContent .womensHealth .womensHealthContainer {
      padding-left: 125px;
      padding-right: 125px;
      padding-top: 150px;
      padding-bottom: 200px;
      text-align: right; }
      .homeContent .womensHealth .womensHealthContainer h1 {
        font-size: 80px;
        line-height: 82px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        margin-bottom: 50px;
        margin-top: 0;
        color: #595194; }
        .homeContent .womensHealth .womensHealthContainer h1:before {
          display: none; }
      .homeContent .womensHealth .womensHealthContainer h2 {
        font-size: 34px;
        line-height: 42px;
        color: #666666;
        margin-top: 0;
        margin-bottom: 30px;
        font-weight: normal;
        max-width: 650px;
        margin-left: auto; }
        .homeContent .womensHealth .womensHealthContainer h2:before {
          display: none; }
      .homeContent .womensHealth .womensHealthContainer p {
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        margin-left: auto;
        max-width: 510px;
        margin-bottom: 50px; }
      .homeContent .womensHealth .womensHealthContainer .btnBig {
        background-color: #595194;
        margin-left: auto; }
        .homeContent .womensHealth .womensHealthContainer .btnBig:first-of-type {
          margin-bottom: 30px; }
  .homeContent .firstTrimester {
    background-image: url("/img/header-home-new-v4.jpg");
    background-repeat: no-repeat;
    background-size: 1280px 800px;
    background-position: center;
    max-height: 800px;
    height: 100%;
    margin: 0 auto;
    background-color: #000; }
    .homeContent .firstTrimester .firstTrimesterContainer {
      padding-left: 125px;
      padding-right: 125px;
      padding-top: 200px;
      padding-bottom: 135px; }
      .homeContent .firstTrimester .firstTrimesterContainer h2 {
        font-size: 86px;
        line-height: 88px;
        font-weight: bold;
        font-family: "GEInspiraSans", Arial;
        text-align: left;
        position: relative;
        right: unset;
        bottom: unset;
        margin-bottom: 30px;
        margin-top: 0;
        color: #fff; }
        .homeContent .firstTrimester .firstTrimesterContainer h2:before {
          display: none; }
      .homeContent .firstTrimester .firstTrimesterContainer h3 {
        font-size: 50px;
        line-height: 52px;
        color: #AEA0FB;
        margin-top: 0;
        margin-bottom: 50px;
        font-weight: bold; }
        .homeContent .firstTrimester .firstTrimesterContainer h3:before {
          display: none; }
      .homeContent .firstTrimester .firstTrimesterContainer .btnBig {
        color: #fff;
        background-color: #AEA0FB;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        font-size: 24px;
        line-height: 27px;
        text-transform: uppercase;
        border-radius: 47px;
        text-decoration: none;
        letter-spacing: 3px;
        font-weight: bold;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 4px; }
      .homeContent .firstTrimester .firstTrimesterContainer .textButton {
        display: flex;
        justify-content: space-between; }
  .homeContent .btnBig {
    color: #fff;
    background-color: #AEA0FB;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 47px;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4px;
    max-width: fit-content;
    text-align: center; }
  .homeContent h2 {
    color: #595194;
    font-family: "GEInspiraSans", Arial;
    font-weight: bold;
    font-size: 80px;
    line-height: 82px;
    position: relative;
    margin-bottom: 70px; }
    .homeContent h2:before {
      display: inline-block;
      position: absolute;
      top: -40px;
      left: 50%;
      margin-left: -60px;
      content: " ";
      width: 120px;
      height: 14px;
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 5px; }
  .homeContent h3 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 20px;
    color: #595194;
    font-family: "GEInspiraSans", Arial;
    font-weight: bold;
    position: relative; }
    .homeContent h3:before {
      width: 60px;
      height: 10px;
      top: -20px;
      display: inline-block;
      position: absolute;
      content: " ";
      line-height: 6px;
      background: #AEA0FB;
      border-radius: 3px; }
  .homeContent .topIntro article .topIntroContainer {
    background-color: #F8F7FF;
    text-align: center;
    padding-top: 150px;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 80px; }
    .homeContent .topIntro article .topIntroContainer p {
      font-size: 34px;
      line-height: 42px;
      color: #666666; }
  .homeContent .feature {
    height: 50px; }
    .homeContent .feature.marginTop {
      margin-top: 55px; }
    .homeContent .feature article .featureContainer {
      max-width: 1030px;
      margin: 0 auto; }
      .homeContent .feature article .featureContainer .featureText {
        font-size: 30px;
        line-height: 33px;
        color: #000000;
        width: 250px;
        text-align: center;
        border-radius: 5px;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-weight: bold;
        top: 45px;
        position: relative;
        background-color: white;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 5px;
        height: 50px; }
        .homeContent .feature article .featureContainer .featureText.floatRight {
          float: right; }
  .homeContent .fetalHeart {
    background-image: url(/img/feature_fetal.jpg);
    max-height: 850px;
    background-repeat: no-repeat;
    background-position: center; }
    .homeContent .fetalHeart article .fetalHeartContainer {
      padding-top: 180px;
      padding-bottom: 180px;
      padding-right: 125px;
      padding-left: 125px;
      text-align: right; }
      .homeContent .fetalHeart article .fetalHeartContainer h2 {
        font-size: 110px;
        line-height: 112px;
        color: #fff;
        margin-bottom: 30px; }
        .homeContent .fetalHeart article .fetalHeartContainer h2:before {
          display: none; }
      .homeContent .fetalHeart article .fetalHeartContainer p {
        max-width: 610px;
        font-size: 34px;
        line-height: 42px;
        color: #fff;
        margin-left: auto;
        margin-bottom: 50px; }
      .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
        background-color: #595194;
        margin-left: auto; }
  .homeContent .linkTwice article {
    max-width: none; }
    .homeContent .linkTwice article .linkTwiceContainer h2 {
      font-size: 70px;
      line-height: 72px;
      margin-bottom: 20px; }
    .homeContent .linkTwice article .linkTwiceContainer h2, .homeContent .linkTwice article .linkTwiceContainer p {
      text-align: center; }
      .homeContent .linkTwice article .linkTwiceContainer h2:before, .homeContent .linkTwice article .linkTwiceContainer p:before {
        width: 80px;
        margin-left: -40px;
        top: -30px; }
    .homeContent .linkTwice article .linkTwiceContainer a {
      text-decoration: none; }
    .homeContent .linkTwice article .linkTwiceContainer p {
      font-size: 34px;
      line-height: 42px; }
    .homeContent .linkTwice article .linkTwiceContainer img {
      width: 100%;
      max-height: 630px; }
    .homeContent .linkTwice article .linkTwiceContainer .row {
      height: 100%;
      margin-left: 0;
      margin-right: 0; }
      .homeContent .linkTwice article .linkTwiceContainer .row .col-sm-12, .homeContent .linkTwice article .linkTwiceContainer .row .col-md-12, .homeContent .linkTwice article .linkTwiceContainer .row .col-lg-12 {
        padding-left: 0;
        padding-right: 0; }
      .homeContent .linkTwice article .linkTwiceContainer .row .col-sm-6, .homeContent .linkTwice article .linkTwiceContainer .row .col-md-6, .homeContent .linkTwice article .linkTwiceContainer .row .col-lg-6 {
        max-height: 630px; }
        .homeContent .linkTwice article .linkTwiceContainer .row .col-sm-6:first-of-type, .homeContent .linkTwice article .linkTwiceContainer .row .col-md-6:first-of-type, .homeContent .linkTwice article .linkTwiceContainer .row .col-lg-6:first-of-type {
          padding-left: 0;
          padding-right: 10px; }
        .homeContent .linkTwice article .linkTwiceContainer .row .col-sm-6:last-of-type, .homeContent .linkTwice article .linkTwiceContainer .row .col-md-6:last-of-type, .homeContent .linkTwice article .linkTwiceContainer .row .col-lg-6:last-of-type {
          padding-right: 0;
          padding-left: 10px; }
      .homeContent .linkTwice article .linkTwiceContainer .row .library {
        background-image: url("/img/library.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .library h2 {
          color: #000;
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          bottom: 16%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .library p {
          color: #000; }
      .homeContent .linkTwice article .linkTwiceContainer .row .posters {
        background-image: url("/img/poster_v2.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .posters h2 {
          color: #fff;
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          bottom: 16%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .posters p {
          color: #fff; }
      .homeContent .linkTwice article .linkTwiceContainer .row .gallery {
        background-image: url("/img/gallery.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .gallery h2 {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          bottom: 16%;
          color: #ffffff; }
        .homeContent .linkTwice article .linkTwiceContainer .row .gallery p {
          color: #000; }
      .homeContent .linkTwice article .linkTwiceContainer .row .virtualDemo {
        background-image: url("/img/virtual_demo.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .virtualDemo h2 {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          top: 20%; }
      .homeContent .linkTwice article .linkTwiceContainer .row .family {
        background-image: url("/img/voluson_family.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%; }
        .homeContent .linkTwice article .linkTwiceContainer .row .family h2 {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          top: 20%;
          color: #fff; }
        .homeContent .linkTwice article .linkTwiceContainer .row .family .btnBig {
          margin: 0;
          position: absolute;
          top: 70%;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          color: #595194;
          background-color: #fff; }
      .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn {
        background-image: url(/img/voluson-family.png);
        background-repeat: no-repeat;
        background-position: right -130px bottom;
        background-size: auto 76%;
        background-color: #F7F7F7; }
        .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn h2 {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          top: 20%;
          color: #595194; }
        .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn .btnBig {
          margin: 0;
          position: absolute;
          top: 70%;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          color: #fff;
          background-color: #595194; }
      .homeContent .linkTwice article .linkTwiceContainer .row .volusonTV {
        background-image: url("/img/tv.jpg");
        background-repeat: no-repeat;
        background-position: center; }
        .homeContent .linkTwice article .linkTwiceContainer .row .volusonTV h2 {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          top: 20%;
          color: #000; }
  .homeContent .linkTwice.marginBottom {
    margin-bottom: 20px; }
  .homeContent .art {
    background-image: url(/img/feature_ivf.jpg);
    max-height: 850px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 60%; }
    .homeContent .art article .artContainer {
      padding-top: 155px;
      padding-right: 125px;
      padding-left: 125px;
      text-align: left;
      padding-bottom: 160px; }
      .homeContent .art article .artContainer h2 {
        font-size: 80px;
        line-height: 82px;
        color: #fff;
        margin-bottom: 30px; }
        .homeContent .art article .artContainer h2:before {
          display: none; }
      .homeContent .art article .artContainer p {
        font-size: 34px;
        line-height: 42px;
        color: #fff;
        margin-bottom: 50px;
        max-width: 610px; }
      .homeContent .art article .artContainer .btnBig {
        background-color: #595194; }
  .homeContent .joinVoluson {
    background-color: #F7F7F7;
    height: 100%;
    max-height: 430px;
    overflow: hidden; }
    .homeContent .joinVoluson article {
      background-image: url(/img/voluson-family.png);
      background-position: right;
      background-size: 600px;
      background-repeat: no-repeat; }
      .homeContent .joinVoluson article .joinVolusonContainer {
        padding-left: 125px;
        padding-top: 80px;
        padding-bottom: 90px; }
        .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
          background-color: #595194; }
        .homeContent .joinVoluson article .joinVolusonContainer h2 {
          margin-bottom: 40px;
          font-size: 70px;
          line-height: 72px; }
          .homeContent .joinVoluson article .joinVolusonContainer h2:before {
            left: 0;
            margin-left: 0;
            width: 80px;
            top: -30px; }
        .homeContent .joinVoluson article .joinVolusonContainer img {
          max-width: 430px;
          width: 100%; }

/*     Marketo Forms    */
.mktoForm, .mktoModalContent {
  font-family: 'GEInspira', 'PT Sans', sans-serif !important; }

.mktoForm {
  width: 361px !important; }

.mktoButtonRow {
  width: 100%; }

.mktoButtonWrap {
  width: 100%;
  text-align: right !important;
  display: block;
  margin-left: 0 !important; }

.mktoForm .mktoButtonWrap.mktoInset .mktoButton, .mktoButton {
  color: #fff !important;
  background: #575491 !important;
  border: 0 !important;
  padding: 0.4em 1em;
  font-size: 1em;
  border-radius: 14px;
  width: 200px;
  box-shadow: none !important;
  background-color: #575491;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none; }

.mktoModal .mktoModalMain {
  min-width: 400px; }

.mktoModal .mktoModalContent {
  padding: 40px 20px 30px 20px !important;
  border-radius: 5px;
  border: 1px solid #575491 !important; }

.mktoModal .mktoModalClose {
  background: #575491 !important;
  border: 0 !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  top: 5px !important;
  right: 5px !important; }

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email],
.mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date],
.mktoForm select.mktoField, .mktoForm textarea.mktoField {
  box-shadow: none !important;
  background: #fff !important;
  width: 335px !important;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 5px; }

.mktoForm .mktoLabel {
  width: 5px !important; }

.mktoForm .mktoFormRow:nth-child(2) .mktoLabel {
  width: 100% !important;
  padding-left: 25px; }

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  width: 30px !important;
  position: absolute; }

.mktoForm .mktoAsterix {
  /*padding-right: 5px;*/
  display: none !important; }

#mktoForm_58159 {
  width: 500px !important; }
  #mktoForm_58159 input {
    width: auto !important; }
  #mktoForm_58159 fieldset, #mktoForm_58159 legend {
    border: 0; }
  #mktoForm_58159 .mktoFieldWrap {
    height: auto; }
  #mktoForm_58159 .mktoGutter {
    width: 0 !important; }
  #mktoForm_58159 textarea.mktoField, #mktoForm_58159 select.mktoField, #mktoForm_58159 input.mktoEmailField, #mktoForm_58159 .mktoHtmlText {
    width: 470px !important;
    padding: 8px; }
  #mktoForm_58159 input.mktoTextField {
    width: 215px !important;
    padding: 8px; }
  #mktoForm_58159 .mktoOffset {
    width: 0; }
  #mktoForm_58159 label[for=explicit_opt_in] {
    width: 450px !important; }

#mktoForm_58159 .mktoFormRow:nth-child(10) .mktoGutter {
  width: 20px !important; }

@media (max-width: 670px) {
  #mktoForm_58159 textarea.mktoField, #mktoForm_58159 select.mktoField, #mktoForm_58159 input.mktoEmailField, #mktoForm_58159 .mktoHtmlText {
    width: 100% !important; }
  #mktoForm_58159 input.mktoTextField {
    width: 100% !important; } }

@media (min-width: 1120px) {
  .slider {
    width: 700px;
    height: 312px; }
  .homebuttons .buttonsRight {
    margin-left: 720px;
    width: 340px; }
    .homebuttons .buttonsRight a:first-child, .homebuttons .buttonsRight a:nth-child(3), .homebuttons .buttonsRight span:first-child, .homebuttons .buttonsRight span:nth-child(3) {
      margin-right: 10px; }
  .homebuttons .buttons a, .homebuttons .buttons span {
    width: 340px; }
    .homebuttons .buttons a.half, .homebuttons .buttons a.half2, .homebuttons .buttons span.half, .homebuttons .buttons span.half2 {
      width: 165px; }
    .homebuttons .buttons a.mr, .homebuttons .buttons span.mr {
      margin-right: 20px; }
  .mr10 {
    margin-right: 10px; }
  .mr20 {
    margin-right: 20px; }
  #videobuttons {
    top: 200px;
    right: 150px;
    width: 100%;
    text-align: right;
    font-size: 24px; }
    #videobuttons .button {
      height: 40px;
      line-height: 40px;
      display: inline-block;
      border-radius: 20px;
      margin-left: 10px;
      padding: 0 20px; } }

/*
@media (min-width: 320px) and (max-width:500px) {
  .videoWrapper {
	min-width:260px; border:1px solid red
  }
}
@media (min-width: 500px)and (max-width:580px)  {
  .videoWrapper {
	min-width:280px
  }
}
@media (min-width: 580px)and (max-width:660px)  {
  .videoWrapper {
	min-width:340px
  }
}
@media (min-width: 660px)and (max-width:770px)  {
  .videoWrapper {
	min-width:420px
  }
}
*/
.contentVideoMargin {
  margin-left: 305px;
  display: block;
  position: relative;
  top: 0;
  left: 0; }

.videosOuter {
  display: block;
  position: relative;
  min-height: 440px; }

.navVideo {
  width: 265px;
  position: absolute;
  top: -20px;
  left: 0; }

.contentVideo {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.navMenu {
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 3px;
  min-width: 250px;
  height: 30px;
  display: block;
  position: relative;
  background-position: left top;
  background: url(/img/video_btn.png) no-repeat; }

a:hover.navMenu, a:focus.navMenu {
  color: #979797;
  text-decoration: none; }

.team .list.gallery article {
  border: 1px solid #fff;
  margin: 0px 0.5%; }

.team .list.gallery article:hover {
  border: 1px solid #fff;
  background: #fff;
  margin: 0px 0.5%; }

.team main {
  padding-top: 40px; }

.team-text p {
  font-size: 13px; }

.form-control-inverted {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #333;
  background-image: none;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/* ######   V I D E O   O V E R V I E W   ###### */
.videoOverview {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-top: 10px;
  padding-bottom: 20px; }

.langForm {
  display: block;
  width: 200px;
  margin-bottom: 10px;
  float: left; }

.videoLangLabel {
  font-size: 24px;
  display: inline-block;
  float: left;
  padding-right: 15px; }

.videoClear {
  clear: both; }

.videoGrid {
  width: 31.3%;
  float: left; }

.videoGridLeft {
  margin-right: 2%; }

.videoGridMiddle {
  margin-left: 1%;
  margin-right: 1%; }

.videoGridRight {
  margin-left: 2%; }

a.videoMenu {
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 3px;
  min-width: 250px;
  height: 30px;
  display: block;
  position: relative;
  background-position: left top;
  background: url(/img/video_overview_btn.png); }

a:hover.videoMenu {
  color: #979797;
  text-decoration: none; }

/*a:focus.videoMenu {
	color:#fff;
	text-decoration: none
}*/
a.activeMenu {
  color: #979797;
  background-position: 0 -32px; }

.videoCheckbox {
  float: right;
  background-color: #000; }

input.videoSubmit, a.videoSubmit {
  background-color: #57558d;
  color: #fff;
  border: 0px solid #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  width: 250px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  text-align: center; }

input:hover.videoSubmit, a:hover.videoSubmit {
  background-color: #999;
  text-decoration: none; }

input[type="checkbox"][readonly] {
  pointer-events: none; }

/* Customize the label (the Vcontainer) */
.Vcontainer {
  height: 15px;
  width: 15px;
  float: right;
  display: inline-block;
  position: relative;
  padding-left: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.Vcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* On mouse-over, add a grey background color */
.Vcontainer:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.Vcontainer input:checked ~ .checkmark {
  background-color: #333; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.Vcontainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.Vcontainer .checkmark:after {
  left: 4px;
  top: 13x;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* ######   V I D E O   D E T A I L S   ###### */
.videoDetail {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-top: 20px;
  padding-bottom: 40px;
  padding-top: 30px; }

a.videoBack {
  background-color: #57558d;
  color: #fff;
  border: 0px solid #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
  width: 150px;
  margin-top: 0px;
  display: block;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 0; }

a:hover.videoBack {
  background-color: #999;
  text-decoration: none; }

#btnContactus {
  position: absolute;
  right: 0;
  width: 52px;
  top: 320px;
  padding: 7px 0 7px 7px;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1000; }
  #btnContactus span {
    display: block;
    background: rgba(0, 0, 0, 0.1); }
  #btnContactus img {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  #btnContactus:hover {
    width: 148px; }
  #btnContactus.sticky {
    top: 60px;
    position: fixed; }
  #btnContactus.msticky {
    top: 10px;
    position: fixed; }

.configureVoluson {
  z-index: 1000;
  position: fixed;
  bottom: 90px;
  right: -54px;
  font-size: 16px;
  line-height: 20px;
  background: #585194;
  color: #fff;
  transform: rotate(-90deg);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 15px 30px 13px 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.configureVoluson:hover, .configureVoluson:focus {
  text-decoration: none;
  color: #fff;
  background: #9c96db; }

#btnSwift {
  position: fixed;
  right: 0;
  bottom: 20px;
  cursor: pointer;
  transition: 1s ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10000;
  max-width: 95%; }
  #btnSwift img {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
  #btnSwift:hover {
    right: 0 !important; }

.form-control:focus {
  -webkit-box-shadow: none; }

@media (min-width: 0px) and (max-width: 640px) {
  .navVideo {
    width: 265px;
    position: relative;
    display: block; }
  .contentVideoMargin {
    margin-left: 0px;
    margin-top: 40px;
    display: block;
    position: relative; }
  .videosOuter {
    display: block;
    position: relative;
    height: auto; }
  .contentVideo {
    display: block;
    width: 100%;
    position: relative; } }

@media (min-width: 0px) and (max-width: 800px) {
  .videoGrid {
    width: 100%;
    float: left; }
  .videoGridLeft {
    margin-right: 0%; }
  .videoGridMiddle {
    margin-left: 0%;
    margin-right: 0%; }
  .videoGridRight {
    margin-left: 0%; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.8; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media (max-width: 1100px) {
  nav#main {
    font-size: 14px; }
  body.home {
    background-size: 100% 31vw; } }

@media (max-width: 959px) {
  header #hamburger {
    display: inline-block; }
  header nav#main, header .rightnav {
    /*display: none;*/ }
  .list.posters article {
    width: 32%; } }

@media (max-width: 1120px) {
  .homeContent .joinVoluson article {
    background-size: 450px;
    background-position-y: bottom; } }

@media (min-width: 1100px) {
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-prev {
    left: -80px !important; }
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-next {
    right: -80px !important; } }

@media (max-width: 1100px) {
  .ivf h2, .ivf-ru h2 {
    font-size: 60px;
    line-height: 62px; }
  .ivf h3, .ivf-ru h3 {
    font-size: 40px;
    line-height: 42px; }
  .ivf .downloadPoster article .downloadPosterContainer .downloadButton, .ivf-ru .downloadPoster article .downloadPosterContainer .downloadButton {
    margin-bottom: 20px; }
  .joinClub article {
    background-position: right; }
  .ivf-ru .headerContent h1 {
    font-size: 50px !important;
    line-height: 52px !important;
    max-width: 500px !important;
    right: 50px !important; }
  .ivf-ru .stories article .storiesContainer .imagecontainer .downloadButton {
    font-size: 20px !important; }
  .home .headerContent .headerTextContent {
    padding-left: 80px !important; }
  .homeContent .womensHealth article .womensHealthContainer {
    padding-right: 80px; }
  .homeContent .firstTrimester article .firstTrimesterContainer {
    padding-left: 80px;
    padding-right: 80px; }
  .homeContent .art article .artContainer {
    padding-left: 80px;
    padding-right: 80px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px; }
    .homeContent .fetalHeart article .fetalHeartContainer h2 {
      font-size: 80px;
      line-height: 84px; }
  .homeContent .joinVoluson article .joinVolusonContainer {
    padding-left: 80px;
    padding-right: 80px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 50px;
    line-height: 54px; }
  .first-trimester .smallPadding {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .contact-us .smallPadding {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .gynecology .smallPadding {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media (max-width: 1050px) {
  .homeContent .feature article .featureContainer .featureText {
    margin-left: 20px; }
    .homeContent .feature article .featureContainer .featureText.floatRight {
      margin-right: 20px; } }

@media (min-width: 1025px) {
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-prev {
    left: -40px; }
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-next {
    right: -40px; } }

@media (max-width: 1024px) {
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-prev {
    display: none !important; }
  .gynecology .downloadsTop article .downloadsTopContainer .gynSlider .slick-next {
    display: none !important; }
  /* HOME PAGE */
  .homeContent .womensHealth article .womensHealthContainer h1 {
    font-size: 67px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 140px;
    color: #595194; }
  .homeContent .womensHealth article .womensHealthContainer h2 {
    font-size: 30px;
    line-height: 32px;
    max-width: 590px; }
  .homeContent .firstTrimester article .firstTrimesterContainer {
    padding-left: 80px;
    padding-right: 80px; }
    .homeContent .firstTrimester article .firstTrimesterContainer h2 {
      font-size: 60px;
      line-height: 62px; }
    .homeContent .firstTrimester article .firstTrimesterContainer h3 {
      font-size: 36px;
      line-height: 38px; }
    .homeContent .firstTrimester article .firstTrimesterContainer p {
      font-size: 30px;
      line-height: 36px; }
    .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .fetalHeart article .fetalHeartContainer h2 {
    font-size: 60px;
    line-height: 62px; }
  .homeContent .fetalHeart article .fetalHeartContainer p {
    font-size: 30px;
    line-height: 36px; }
  .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .art article .artContainer h2 {
    font-size: 60px;
    line-height: 62px; }
  .homeContent .art article .artContainer p {
    font-size: 30px;
    line-height: 36px; }
  .homeContent .art article .artContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/ }
    .homeContent .joinVoluson article .joinVolusonContainer h2 {
      font-size: 60px;
      line-height: 62px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  /* END HOME PAGE */
  /* FIRST TRIMESTER 1024px */
  .first-trimester h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .btnBig {
    height: 75px;
    font-size: 22px;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px; }
  .first-trimester .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer p {
    font-size: 24px;
    line-height: 30px; }
  .first-trimester .examinations article .examinationsContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .examinations article .examinationsContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .examinations article .examinationsContainer .authorText p {
    font-size: 24px;
    line-height: 30px;
    min-height: 125px; }
  .first-trimester .slowFlow article .slowFlowContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .slowFlow article .slowFlowContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .slowFlow article .slowFlowContainer p {
    font-size: 24px;
    line-height: 30px;
    min-height: 125px;
    margin-bottom: 10px; }
  .first-trimester .volumeProbe article .volumeProbeContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .volumeProbe article .volumeProbeContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p {
    font-size: 24px;
    line-height: 30px;
    min-height: 125px;
    margin-bottom: 10px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p.hrText {
    font-size: 20px;
    line-height: 22px;
    color: #666666;
    float: right;
    margin-bottom: 0;
    min-height: auto; }
  .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer ul li p {
    margin-bottom: 23px;
    min-height: auto;
    margin-left: 20px;
    font-size: 24px;
    line-height: 30px; }
  .first-trimester .sonoNt article .sonoNtContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .sonoNt article .sonoNtContainer .col-sm-10 .authorText p {
    font-size: 24px;
    line-height: 30px; }
  .first-trimester .highResolution article .highResolutionContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .highResolution article .highResolutionContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .highResolution article .highResolutionContainer p {
    font-size: 24px;
    line-height: 30px; }
  .first-trimester .suite article .suiteContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .suite article .suiteContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .suite article .suiteContainer p {
    font-size: 24px;
    line-height: 30px; }
  .first-trimester .webinars article .webinarsContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .first-trimester .webinars article .webinarsContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .first-trimester .webinars article .webinarsContainer p {
    font-size: 24px;
    line-height: 30px; }
  /* END FIRST TRIMESTER 1024px */
  /* FETAL HEART 1024px */
  .fetal-heart .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .fetal-heart .btnBig {
    height: 75px;
    font-size: 22px;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px; }
  .fetal-heart h2 {
    font-size: 50px;
    line-height: 52px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer p {
    font-size: 24px;
    line-height: 30px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h3 {
    font-size: 38px;
    line-height: 46px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer p {
    font-size: 24px;
    line-height: 30px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul li {
    font-size: 24px;
    line-height: 30px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .centered h3:before {
    margin-left: 34px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .fetal-heart .shape article .shapeContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .fetal-heart .shape article .shapeContainer h3 {
    font-size: 28px;
    line-height: 36px; }
  .fetal-heart .shape article .shapeContainer .row p {
    font-size: 24px;
    line-height: 30px; }
  .fetal-heart .webinars article .webinarsContainer h2 {
    font-size: 50px;
    line-height: 52px; }
  .fetal-heart .webinars article .webinarsContainer .authorText h3 {
    font-size: 26px;
    line-height: 34px; }
  .fetal-heart .webinars article .webinarsContainer p {
    font-size: 24px;
    line-height: 30px; }
  .fetal-heart .question article .questionContainer h2 {
    font-size: 60px;
    line-height: 62px; }
  .fetal-heart .question article .questionContainer .authorText h3 {
    font-size: 26px;
    line-height: 34px; }
  /* END FETAL HEART 1024px */
  /* Gynecology 1024px */
  header.gynecology .headerContent h1 {
    font-size: 60px;
    line-height: 62px; }
  .gynecology h2 {
    font-size: 50px;
    line-height: 52px; }
  .gynecology h3 {
    font-size: 28px;
    line-height: 36px; }
  .gynecology p {
    font-size: 24px !important;
    line-height: 30px !important; }
  .gynecology h4 {
    font-size: 26px;
    line-height: 32px; }
  /* END Gynecology 1024px */
  /* ART 1024px */
  header.ivf .headerContent h1 {
    font-size: 60px;
    line-height: 62px; }
  .ivf .btnBig, .ivf-ru .btnBig {
    height: 75px;
    font-size: 22px;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px; }
  .ivf h2 {
    font-size: 50px;
    line-height: 52px; }
  .ivf h3 {
    font-size: 28px;
    line-height: 36px; }
  .ivf .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .ivf .middleVideoIntro article .middleVideoIntroContainer p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .uterineAnomalies article .col-md-6 .authorText p, .ivf-ru .uterineAnomalies article .col-md-6 .authorText p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .helpReproductive article .helpReproductiveContainer .authorText p, .ivf-ru .helpReproductive article .helpReproductiveContainer .authorText p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .authorText p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .authorText p {
    font-size: 24px;
    line-height: 30px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p {
    font-size: 24px;
    line-height: 30px; }
  /* END ART 1024px */ }

@media (max-width: 910px) {
  /* HOME PAGE */
  .homeContent .womensHealth article .womensHealthContainer {
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .firstTrimester article .firstTrimesterContainer {
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .art {
    background-position-x: 63%; }
    .homeContent .art article .artContainer {
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/ }
    .homeContent .joinVoluson article .joinVolusonContainer {
      padding-left: 40px;
      padding-right: 40px; }
  /* END HOME PAGE */ }

@media (max-width: 768px) {
  #posterCats {
    display: none; }
  #posterDropdown {
    display: block; }
  /* HOME PAGE */
  .homeContent .womensHealth article .womensHealthContainer h1 {
    font-size: 57px;
    line-height: 62px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 140px;
    color: #595194; }
  .homeContent .womensHealth article .womensHealthContainer h2 {
    font-size: 26px;
    line-height: 28px;
    max-width: 500px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h3 {
    font-size: 32px;
    line-height: 34px; }
  .homeContent .firstTrimester article .firstTrimesterContainer p {
    font-size: 24px;
    line-height: 26px; }
  .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-bottom: 160px; }
    .homeContent .fetalHeart article .fetalHeartContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .fetalHeart article .fetalHeartContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .art {
    background-position-x: 67%; }
    .homeContent .art article .artContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .art article .artContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .art article .artContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/ }
    .homeContent .joinVoluson article .joinVolusonContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 52px !important;
    line-height: 54px !important; }
  .homeContent .linkTwice article .linkTwiceContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .posters h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn {
    background-position: right -200px bottom -50px; }
  .homeContent .feature article .featureContainer .featureText {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    width: 205px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    top: 45px;
    position: relative;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    height: 50px; }
  /* END HOME PAGE */
  /* FIRST TRIMESTER 768px */
  header.first-trimester .headerContent h1 {
    font-size: 60px;
    line-height: 62px; }
  .first-trimester h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .btnBig {
    height: 55px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 27px;
    padding-right: 27px; }
  .first-trimester .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .examinations article .examinationsContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .examinations article .examinationsContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .examinations article .examinationsContainer .authorText p {
    font-size: 18px;
    line-height: 24px;
    min-height: 55px; }
  .first-trimester .slowFlow article .slowFlowContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .slowFlow article .slowFlowContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .slowFlow article .slowFlowContainer p {
    font-size: 18px;
    line-height: 24px;
    min-height: 125px;
    margin-bottom: 10px; }
  .first-trimester .volumeProbe article .volumeProbeContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .volumeProbe article .volumeProbeContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p {
    font-size: 18px;
    line-height: 24px;
    min-height: 125px;
    margin-bottom: 10px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p.hrText {
    font-size: 20px;
    line-height: 22px;
    color: #666666;
    float: right;
    margin-bottom: 0;
    min-height: auto; }
  .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer ul li p {
    margin-bottom: 23px;
    min-height: auto;
    margin-left: 20px;
    font-size: 24px;
    line-height: 30px;
    max-width: 100%; }
  .first-trimester .sonoNt article .sonoNtContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .sonoNt article .sonoNtContainer .col-sm-10 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .highResolution article .highResolutionContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .highResolution article .highResolutionContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .highResolution article .highResolutionContainer p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .highResolution article .highResolutionContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .suite article .suiteContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .suite article .suiteContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .suite article .suiteContainer p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .suite article .suiteContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .webinars article .webinarsContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .first-trimester .webinars article .webinarsContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .first-trimester .webinars article .webinarsContainer p {
    font-size: 18px;
    line-height: 24px; }
  /* END FIRST TRIMESTER 768px */
  /* FETAL HEART 768px */
  header.fetal-heart .headerContent h1 {
    font-size: 60px;
    line-height: 62px; }
  .fetal-heart .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .fetal-heart .btnBig {
    height: 55px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 27px;
    padding-right: 27px; }
  .fetal-heart h2 {
    font-size: 36px;
    line-height: 38px; }
  .fetal-heart h3 {
    font-size: 24px;
    line-height: 32px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul li {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .centered h3:before {
    margin-left: 34px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .fetal-heart .shape article .shapeContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .fetal-heart .shape article .shapeContainer h3 {
    font-size: 24px;
    line-height: 32px; }
  .fetal-heart .shape article .shapeContainer .row p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .webinars article .webinarsContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .fetal-heart .webinars article .webinarsContainer .authorText h3 {
    font-size: 24px;
    line-height: 32px; }
  .fetal-heart .webinars article .webinarsContainer p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .question article .questionContainer h2 {
    font-size: 36px;
    line-height: 38px; }
  .fetal-heart .question article .questionContainer .authorText h3 {
    font-size: 18px;
    line-height: 24px; }
  /* END FETAL HEART 768px */
  /* ART 768px */
  header.ivf .headerContent h1 {
    font-size: 60px;
    line-height: 62px; }
  .ivf .btnBig, .ivf-ru .btnBig {
    height: 55px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 27px;
    padding-right: 27px; }
  .ivf h2 {
    font-size: 36px;
    line-height: 38px; }
  .ivf h3 {
    font-size: 24px;
    line-height: 32px; }
  .ivf .downloadButton {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .ivf .middleVideoIntro article .middleVideoIntroContainer p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .uterineAnomalies article .col-md-6 .authorText p, .ivf-ru .uterineAnomalies article .col-md-6 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .helpReproductive article .helpReproductiveContainer .authorText p, .ivf-ru .helpReproductive article .helpReproductiveContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .authorText p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  /* END ART 768px */
  /* Gynecology 768 */
  .gynecology h2 {
    font-size: 36px !important;
    line-height: 38px !important; }
  .gynecology h3 {
    font-size: 24px !important;
    line-height: 32px !important; }
  .gynecology p {
    font-size: 18px !important;
    line-height: 24px !important; }
  .gynecology h4 {
    font-size: 22px !important;
    line-height: 28px !important; }
  /* END Gynecology 768px */ }

@media (max-width: 660px) {
  /* HOME PAGE */
  .homeContent .womensHealth article .womensHealthContainer h1 {
    font-size: 51px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 140px;
    color: #595194;
    max-width: 300px;
    margin-left: auto;
    text-align: right; }
  .homeContent .womensHealth article .womensHealthContainer h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 380px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h3 {
    font-size: 32px;
    line-height: 34px; }
  .homeContent .firstTrimester article .firstTrimesterContainer p {
    font-size: 24px;
    line-height: 26px; }
  .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-bottom: 160px; }
    .homeContent .fetalHeart article .fetalHeartContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .fetalHeart article .fetalHeartContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .art {
    background-position-x: 67%; }
    .homeContent .art article .artContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .art article .artContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .art article .artContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/
    background-position-x: 390px; }
    .homeContent .joinVoluson article .joinVolusonContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 52px !important;
    line-height: 54px !important; }
  .homeContent .linkTwice article .linkTwiceContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .posters h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn {
    background-position: right -200px bottom -50px; }
  .homeContent .feature article .featureContainer .featureText {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    width: 205px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    top: 45px;
    position: relative;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    height: 50px; }
  /* END HOME PAGE */
  .gynecology .uterineAssessment article .uterineAssessmentContainer p {
    padding: 0; } }

@media (max-width: 660px) {
  /* HOME PAGE */
  .homeContent .womensHealth article .womensHealthContainer h1 {
    font-size: 51px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 140px;
    color: #595194;
    max-width: 300px;
    margin-left: auto;
    text-align: right; }
  .homeContent .womensHealth article .womensHealthContainer h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 380px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h3 {
    font-size: 32px;
    line-height: 34px; }
  .homeContent .firstTrimester article .firstTrimesterContainer p {
    font-size: 24px;
    line-height: 26px; }
  .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-bottom: 160px; }
    .homeContent .fetalHeart article .fetalHeartContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .fetalHeart article .fetalHeartContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .art {
    background-position-x: 67%; }
    .homeContent .art article .artContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .art article .artContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .art article .artContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/
    background-position-x: 390px; }
    .homeContent .joinVoluson article .joinVolusonContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 52px !important;
    line-height: 54px !important; }
  .homeContent .linkTwice article .linkTwiceContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .posters h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn {
    background-position: right -200px bottom -50px; }
  .homeContent .feature article .featureContainer .featureText {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    width: 205px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    top: 45px;
    position: relative;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    height: 50px; }
  /* END HOME PAGE */ }

@media (max-width: 520px) {
  /* HOME PAGE */
  .homeContent .womensHealth {
    background-position-x: 46%; }
    .homeContent .womensHealth article .womensHealthContainer h1 {
      font-size: 51px;
      line-height: 56px;
      font-weight: bold;
      margin-bottom: 40px;
      margin-top: 140px;
      color: #595194;
      max-width: 300px;
      margin-left: auto;
      text-align: right; }
    .homeContent .womensHealth article .womensHealthContainer h2 {
      font-size: 24px;
      line-height: 30px;
      max-width: 380px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h3 {
    font-size: 32px;
    line-height: 34px; }
  .homeContent .firstTrimester article .firstTrimesterContainer p {
    font-size: 24px;
    line-height: 26px; }
  .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-bottom: 160px; }
    .homeContent .fetalHeart article .fetalHeartContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .fetalHeart article .fetalHeartContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .art {
    background-position-x: 62%; }
    .homeContent .art article .artContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .art article .artContainer p {
      font-size: 24px;
      line-height: 26px; }
    .homeContent .art article .artContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/ }
    .homeContent .joinVoluson article .joinVolusonContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 52px !important;
    line-height: 54px !important; }
  .homeContent .linkTwice article .linkTwiceContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .posters h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn {
    background-position: right -200px bottom -50px; }
  .homeContent .feature article .featureContainer .featureText {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    width: 205px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    top: 45px;
    position: relative;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    height: 50px; }
  /* END HOME PAGE */
  /* FIRST TRIMESTER 520px */
  header.first-trimester .headerContent h1 {
    font-size: 42px !important;
    line-height: 46px !important;
    left: 0px; }
  .first-trimester h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .btnBig {
    height: 55px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 27px;
    padding-right: 27px; }
  .first-trimester .downloadButton {
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    padding-right: 30px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .topVideoIntro article .topVideoIntroContainer p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .examinations article .examinationsContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .examinations article .examinationsContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .examinations article .examinationsContainer .authorText p {
    font-size: 18px;
    line-height: 24px;
    min-height: 55px; }
  .first-trimester .slowFlow article .slowFlowContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .slowFlow article .slowFlowContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .slowFlow article .slowFlowContainer p {
    font-size: 18px;
    line-height: 24px;
    min-height: 125px;
    margin-bottom: 10px; }
  .first-trimester .volumeProbe article .volumeProbeContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .volumeProbe article .volumeProbeContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p {
    font-size: 18px;
    line-height: 24px;
    min-height: 125px;
    margin-bottom: 10px; }
  .first-trimester .volumeProbe article .volumeProbeContainer p.hrText {
    font-size: 20px;
    line-height: 22px;
    color: #666666;
    float: right;
    margin-bottom: 0;
    min-height: auto; }
  .first-trimester .volumeProbe article .volumeProbeContainer .imagecontainer ul li p {
    margin-bottom: 23px;
    min-height: auto;
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    max-width: 100%; }
  .first-trimester .sonoNt article .sonoNtContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .sonoNt article .sonoNtContainer .col-sm-10 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .highResolution article .highResolutionContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .highResolution article .highResolutionContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .highResolution article .highResolutionContainer p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .highResolution article .highResolutionContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .suite article .suiteContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .suite article .suiteContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .suite article .suiteContainer p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .suite article .suiteContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .first-trimester .webinars article .webinarsContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .first-trimester .webinars article .webinarsContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .first-trimester .webinars article .webinarsContainer p {
    font-size: 18px;
    line-height: 24px; }
  /* END FIRST TRIMESTER 520px */
  /* FETAL HEART 520px */
  header.fetal-heart .headerContent h1 {
    font-size: 42px !important;
    line-height: 46px !important;
    right: 0px !important; }
  .fetal-heart .downloadButton {
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    padding-right: 30px; }
  .fetal-heart .btnBig {
    height: 55px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 27px;
    padding-right: 27px; }
  .fetal-heart h2 {
    font-size: 30px !important;
    line-height: 32px !important; }
  .fetal-heart h3 {
    font-size: 22px;
    line-height: 30px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul li {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .centered h3:before {
    margin-left: 9px; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .downloadButton {
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    padding-right: 30px; }
  .fetal-heart .shape article .shapeContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .fetal-heart .shape article .shapeContainer h3 {
    font-size: 22px;
    line-height: 30px; }
  .fetal-heart .shape article .shapeContainer .row p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .webinars article .webinarsContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .fetal-heart .webinars article .webinarsContainer .authorText h3 {
    font-size: 22px;
    line-height: 30px; }
  .fetal-heart .webinars article .webinarsContainer p {
    font-size: 18px;
    line-height: 24px; }
  .fetal-heart .question article .questionContainer h2 {
    font-size: 30px;
    line-height: 32px; }
  .fetal-heart .question article .questionContainer .authorText h3 {
    font-size: 18px;
    line-height: 24px; }
  /* END FETAL HEART 1024px */
  /* ART 1024px */
  header.ivf, header.ivf-ru, header.ivf-esp, header.ivf-it {
    background-position-x: -330px; }
  header.ivf .headerContent h1 {
    font-size: 42px !important;
    line-height: 46px !important; }
  .ivf .btnBig, .ivf-ru .btnBig {
    height: 55px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 27px;
    padding-right: 27px; }
  .ivf h2 {
    font-size: 30px !important;
    line-height: 32px !important; }
  .ivf h3 {
    font-size: 22px;
    line-height: 30px; }
  .ivf .downloadButton {
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    padding-right: 30px; }
  .ivf .middleVideoIntro article .middleVideoIntroContainer p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .uterineAnomalies article .col-md-6 .authorText p, .ivf-ru .uterineAnomalies article .col-md-6 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .helpReproductive article .helpReproductiveContainer .authorText p, .ivf-ru .helpReproductive article .helpReproductiveContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 .morePostersLink {
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .authorText p, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .authorText p {
    font-size: 18px;
    line-height: 24px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText p {
    font-size: 18px;
    line-height: 24px; }
  /* END ART 1024px */ }

@media (max-width: 420px) {
  /* HOME PAGE */
  .homeContent .womensHealth {
    background-position-x: 45%;
    background-size: auto 720px;
    max-height: 720px; }
    .homeContent .womensHealth article .womensHealthContainer h1 {
      font-size: 34px;
      line-height: 37px; }
    .homeContent .womensHealth article .womensHealthContainer h2 {
      font-size: 20px;
      line-height: 26px;
      max-width: 380px; }
  .homeContent .firstTrimester {
    background-position: top -70px right -360px; }
    .homeContent .firstTrimester article .firstTrimesterContainer {
      padding-top: 120px;
      padding-bottom: 95px; }
      .homeContent .firstTrimester article .firstTrimesterContainer h2 {
        font-size: 34px;
        line-height: 36px; }
      .homeContent .firstTrimester article .firstTrimesterContainer h3 {
        font-size: 28px;
        line-height: 30px; }
      .homeContent .firstTrimester article .firstTrimesterContainer p {
        font-size: 22px;
        line-height: 24px; }
      .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
        height: 50px !important;
        font-size: 18px !important;
        line-height: 18px !important;
        padding-left: 30px !important;
        padding-right: 30px !important; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-top: 120px;
    padding-bottom: 95px; }
    .homeContent .fetalHeart article .fetalHeartContainer h2 {
      font-size: 34px;
      line-height: 36px; }
    .homeContent .fetalHeart article .fetalHeartContainer p {
      font-size: 22px;
      line-height: 24px; }
    .homeContent .fetalHeart article .fetalHeartContainer .btnBig {
      height: 50px !important;
      font-size: 18px !important;
      line-height: 18px !important;
      padding-left: 30px !important;
      padding-right: 30px !important; }
  .homeContent .art {
    background-position-x: 62%; }
    .homeContent .art article .artContainer {
      padding-top: 120px !important;
      padding-bottom: 95px !important; }
      .homeContent .art article .artContainer h2 {
        font-size: 34px;
        line-height: 36px; }
      .homeContent .art article .artContainer p {
        font-size: 22px;
        line-height: 24px; }
      .homeContent .art article .artContainer .btnBig {
        height: 50px !important;
        font-size: 18px !important;
        line-height: 18px !important;
        padding-left: 30px !important;
        padding-right: 30px !important; }
  .homeContent .joinVoluson article {
    /*background-size: 350px;*/ }
    .homeContent .joinVoluson article .joinVolusonContainer h2 {
      font-size: 42px;
      line-height: 44px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      padding-left: 40px;
      padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 42px !important;
    line-height: 44px !important; }
  .homeContent .linkTwice article .linkTwiceContainer .btnBig {
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .posters h2 {
    font-size: 42px;
    line-height: 44px; }
  .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn {
    background-position: right -200px bottom -50px; }
    .homeContent .linkTwice article .linkTwiceContainer .row .joinVolusonColumn .btnBig {
      height: 50px !important;
      font-size: 14px !important;
      line-height: 14px !important;
      padding-left: 25px !important;
      padding-right: 25px !important; }
  .homeContent .linkTwice article .linkTwiceContainer .row .family .btnBig {
    height: 50px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .homeContent .feature article .featureContainer .featureText {
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    width: 165px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    top: 45px;
    position: relative;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 11px;
    height: 50px; }
  /* END HOME PAGE */ }

@media (min-width: 992px) and (max-width: 1025px) {
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText .downloadButton {
    line-height: 20px; } }

@media (max-width: 990px) {
  .ivf .smallThumbImage {
    padding-top: 50px;
    padding-bottom: 50px; }
  .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .downloadPoster article .downloadPosterContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .infertility article .infertilityContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .art article .artContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .optimizing article .optimizingContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton {
    bottom: 50px;
    left: 15px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 {
    padding-top: 50px;
    padding-left: 15px; }
  .ivf .displayOnLarge, .ivf-ru .displayOnLarge {
    margin-bottom: 50px !important; }
  .ivf .displayOnLargeDif, .ivf-ru .displayOnLargeDif {
    padding-bottom: 60px;
    width: 100%; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton {
    position: unset;
    margin-bottom: 30px; }
  .ivf .infertility article .infertilityContainer .col-md-8, .ivf-ru .infertility article .infertilityContainer .col-md-8 {
    padding-left: 15px; }
  .ivf .uterineAnomalies article .uterineAnomaliesContainer, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer {
    padding-bottom: 250px; }
    .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6 {
      padding-left: 15px; }
      .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6 .downloadButton, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6 .downloadButton {
        bottom: -120px; }
    .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type {
      padding-left: 15px;
      padding-top: 30px; }
      .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type img, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type img {
        padding-bottom: unset; }
  .ivf .downloadPoster article .downloadPosterContainer, .ivf-ru .downloadPoster article .downloadPosterContainer {
    padding-top: 0; }
    .ivf .downloadPoster article .downloadPosterContainer .col-md-8, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 {
      padding-left: 15px; }
  .ivf .helpReproductive article .helpReproductiveContainer .col-sm-5, .ivf-ru .helpReproductive article .helpReproductiveContainer .col-sm-5 {
    padding-left: 15px; }
    .ivf .helpReproductive article .helpReproductiveContainer .col-sm-5 .imagecontainer:last-of-type, .ivf-ru .helpReproductive article .helpReproductiveContainer .col-sm-5 .imagecontainer:last-of-type {
      margin-bottom: 0; }
    .ivf .helpReproductive article .helpReproductiveContainer .col-sm-5 .imagecontainer .authorText p:last-of-type, .ivf-ru .helpReproductive article .helpReproductiveContainer .col-sm-5 .imagecontainer .authorText p:last-of-type {
      margin-bottom: 0; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .col-sm-5, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .col-sm-5 {
    padding-left: 15px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-4, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-4 {
    padding-top: 50px; }
  .ivf .art article .artContainer .col-md-4 .displayOnLarge, .ivf-ru .art article .artContainer .col-md-4 .displayOnLarge {
    padding-top: 50px; }
  .ivf .downloadPosterNew article .downloadPosterNewContainer, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer {
    padding-bottom: 0; }
    .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-4 .displayOnLarge, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-4 .displayOnLarge {
      padding-top: 50px; }
  .joinClub article {
    background-position: left; }
    .joinClub article .joinClubContainer {
      padding-left: 140px; }
  .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 {
    padding-left: 20px; }
  .ivf-ru .optimizing article .optimizingContainer .col-md-8 {
    padding-left: 20px; }
  .ivf-ru .helpReproductive article .helpReproductiveContainer {
    padding-bottom: 100px; }
  .fetal-heart .smallThumbImage {
    padding-top: 50px;
    padding-bottom: 50px; }
  .fetal-heart .fetalCardiac article .fetalCardiacContainer .col-md-8 {
    padding-left: 0; }
  .fetal-heart .fetalCardiac article .fetalCardiacContainer .col-md-4 {
    padding-bottom: 50px; }
    .fetal-heart .fetalCardiac article .fetalCardiacContainer .col-md-4 .smallThumbImage {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  .fetal-heart .webinars article .webinarsContainer .authorText {
    margin-bottom: 50px;
    min-height: 0; }
  .first-trimester .webinars article .webinarsContainer .videoText {
    margin-top: 20px; }
  .gynecology .perineum article .perineumContainer .col-md-4 img {
    margin-bottom: 20px; }
  .gynecology .perineum article .perineumContainer .col-md-6 {
    padding-left: 0; } }

@media (min-width: 990px) {
  .ivf .benefitsReproductive .row.benefitsMargin {
    margin-bottom: 100px; }
  .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6 {
    padding-left: 15px !important; }
  .fetal-heart .webinars article .webinarsContainer .row.paddingBottom {
    padding-bottom: 50px; } }

@media (max-width: 960px) {
  .ivf-ru .headerContent h1 {
    right: 0 !important; } }

@media (max-width: 900px) {
  .homeContent .joinVoluson article {
    background-size: 350px; }
    .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
      font-size: 20px;
      line-height: 22px; } }

@media (max-width: 850px) {
  .home .headerContent h1 {
    font-size: 70px !important;
    line-height: 72px !important; }
  .homeContent .joinVoluson article {
    background-size: 400px;
    background-position-y: bottom; }
  #searchFormNew {
    display: none; }
  .ivf-ru .headerContent h1 {
    top: 30% !important;
    width: 380px !important;
    right: 50px !important;
    font-size: 50px !important;
    line-height: 54px !important; } }

@media (max-width: 768px) {
  .fetal-heart .smallPadding {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .fetal-heart .topVideoIntro article .topVideoIntroContainer {
    padding-top: 100px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer {
    padding-top: 100px !important; }
  .fetal-heart .shape article .shapeContainer {
    padding-top: 100px !important; }
  .fetal-heart .fetalCardiac article .fetalCardiacContainer {
    padding-top: 100px !important; }
  .fetal-heart .heartDefects article .heartDefectsContainer {
    padding-top: 100px !important; }
  .fetal-heart .webinars article .webinarsContainer {
    padding-top: 100px !important; }
  .fetal-heart .question article .questionContainer {
    padding-top: 100px !important; }
  .fetal-heart .noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .fetal-heart .row.bottomMargin {
    margin-bottom: 40px !important; }
  .fetal-heart .webinars article .webinarsContainer h2 {
    margin-bottom: 60px; }
  .fetal-heart .webinars article .webinarsContainer .row .col-md-4 {
    margin-bottom: 60px; }
  .fetal-heart .alignText, .fetal-heart .alignTextMulti {
    text-align: left !important; }
  .fetal-heart .alignTextMulti {
    max-width: 100% !important;
    float: none !important; }
  .fetal-heart .shape .col-sm-2 {
    text-align: left !important; }
  .ivf-ru .stories article .storiesContainer .imagecontainer .downloadButton {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer {
    padding-bottom: 0; }
  .ivf .headerContent h1 {
    right: 0 !important; }
  .ivf .smallPadding {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-4 {
    max-height: 750px; }
    .ivf .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton {
      bottom: 50px;
      left: 15px; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .downloadButton {
    line-height: 22px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .authorText .downloadButton {
    line-height: 22px; }
  .ivf-ru .smallPadding {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media (max-width: 767px) {
  body.home {
    background-size: 100% 45vw; }
  footer .content .col-sm-2 img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px; }
  #btnContactus {
    top: 230px; }
  .list article {
    width: 100%;
    margin: 0;
    margin-bottom: 30px; }
    .list article:nth-child(2n) {
      margin-left: 0; }
  .list .author-text {
    font-size: 16px;
    margin-left: 110px; }
  .list .author-image {
    width: 100px;
    height: 100px; }
  .list .training-image {
    width: 100%;
    margin-bottom: 10px; }
  .list .training-text {
    margin-left: 0; }
  .rightnav {
    /*display: none;*/ }
  .book .authors figure, .training .authors figure {
    width: 48%;
    margin-right: 0; }
    .book .authors figure:first-child, .training .authors figure:first-child {
      margin-right: 2%; }
    .book .authors figure .img, .training .authors figure .img {
      width: 100%;
      height: 100%; }
  .slider {
    width: 100%;
    max-width: none;
    margin-bottom: 10px; }
  .homebuttons .buttonsRight {
    margin: 0; }
    .homebuttons .buttonsRight a, .homebuttons .buttonsRight span {
      max-width: none; }
  .homebuttons .buttonsRow a, .homebuttons .buttonsRow span {
    width: 100%; }
  .homebuttons .buttons a, .homebuttons .buttons span {
    max-width: none;
    background: none; }
    .homebuttons .buttons a.half, .homebuttons .buttons a.half2, .homebuttons .buttons span.half, .homebuttons .buttons span.half2 {
      max-width: none;
      background: none; }
    .homebuttons .buttons a.full, .homebuttons .buttons span.full {
      width: 100%;
      background: url("/img/btn-black-full.png") no-repeat;
      background-size: 100% 100%; }
    .homebuttons .buttons a.half, .homebuttons .buttons span.half {
      width: 48%;
      background: url("/img/btn-black-half.png") no-repeat;
      background-size: 100% 100%; }
    .homebuttons .buttons a.half2, .homebuttons .buttons span.half2 {
      width: 48%;
      background: url("/img/btn-black-half2.png") no-repeat;
      background-size: 100% 100%;
      margin-right: 0; }
      .homebuttons .buttons a.half2:nth-child(1), .homebuttons .buttons a.half2:nth-child(4), .homebuttons .buttons a.half2:nth-child(7), .homebuttons .buttons span.half2:nth-child(1), .homebuttons .buttons span.half2:nth-child(4), .homebuttons .buttons span.half2:nth-child(7) {
        margin-right: 4%; }
  .hometags a {
    font-size: 20px;
    line-height: 3vw;
    border-radius: 4vw;
    height: auto;
    padding: 7px 15px 8px 15px;
    margin-bottom: 2vw; }
  .list.gallery article {
    width: 49%; }
  .mktoModal .mktoModalContent {
    max-width: 96%;
    top: 10px !important;
    left: 2% !important; }
  .mktoModal .mktoModalMain {
    min-width: 200px; }
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email],
  .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date],
  .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    width: 90% !important; }
  .mktoForm .mktoFormRow {
    max-width: 100%; }
  .mktoForm .mktoFormCol .mktoLabel, .mktoButtonRow {
    width: 90% !important; }
  .list.posters article {
    width: 49%; }
  .ivf .headerContent h1, .ivf-ru .headerContent h1 {
    right: 50px; }
  .ivf .smallPadding, .ivf-ru .smallPadding {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .ivf .stories .imagecontainer:first-of-type, .ivf-ru .stories .imagecontainer:first-of-type {
    padding-bottom: 60px; }
  .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors .col-sm-6, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors .col-sm-6 {
    padding-left: 0 !important; }
    .ivf .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors .col-sm-6:first-of-type, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 .authorText .authors .col-sm-6:first-of-type {
      padding-bottom: 20px !important; }
  .ivf header.gynecology .headerContent h1, .ivf-ru header.gynecology .headerContent h1 {
    font-size: 60px !important;
    line-height: 62px !important; }
  .fetal-heart .smallPadding {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .row.movedUp {
    top: 0;
    margin-bottom: 0; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 70px;
    line-height: 74px; }
  .homeContent .linkTwice article .linkTwiceContainer .col-sm-6, .homeContent .linkTwice article .linkTwiceContainer .col-md-6, .homeContent .linkTwice article .linkTwiceContainer .col-lg-6 {
    max-height: 100% !important; }
    .homeContent .linkTwice article .linkTwiceContainer .col-sm-6:first-of-type, .homeContent .linkTwice article .linkTwiceContainer .col-md-6:first-of-type, .homeContent .linkTwice article .linkTwiceContainer .col-lg-6:first-of-type {
      padding-left: 0px !important;
      padding-right: 0px !important;
      padding-bottom: 50px !important; }
    .homeContent .linkTwice article .linkTwiceContainer .col-sm-6:last-of-type, .homeContent .linkTwice article .linkTwiceContainer .col-md-6:last-of-type, .homeContent .linkTwice article .linkTwiceContainer .col-lg-6:last-of-type {
      padding-right: 0px !important;
      padding-left: 0px !important; }
  .first-trimester .volumeProbe article .volumeProbeContainer .col-sm-4, .first-trimester .volumeProbe article .volumeProbeContainer .col-md-4, .first-trimester .volumeProbe article .volumeProbeContainer .col-lg-4 {
    padding-left: 0;
    padding-right: 0; }
  .first-trimester .volumeProbe article .volumeProbeContainer .col-sm-6 img.probeImage {
    width: 100%;
    left: -10%; }
  /* Gynecology 767px */
  .gynecology .col-xs-6 .col-sm-3 .col-md-3 .col-lg-3 {
    margin-bottom: 32px !important; }
  .gynecology .seeImages article .seeImagesContainer .col-sm-4 {
    padding-bottom: 20px; }
    .gynecology .seeImages article .seeImagesContainer .col-sm-4 .movedSideWays {
      top: 0;
      left: 0; }
    .gynecology .seeImages article .seeImagesContainer .col-sm-4 .movedUpWays {
      top: 0;
      left: 0; }
  /* END Gynecology 767px */ }

@media (max-width: 700px) {
  header .headerContent h1 {
    font-size: 10vw; }
  header.voluson-s10 {
    background-image: url("/img/feature_discover.jpg");
    height: 70px; }
    header.voluson-s10 .headerContent {
      height: 70px; }
  #video {
    top: 70px; }
  .detail .buttons {
    width: 100%; }
  .logoText {
    display: none; } }

@media (max-width: 690px) {
  .ivf .headerContent h1, .ivf-ru .headerContent h1 {
    font-size: 55px !important;
    line-height: 57px !important; }
  .ivf .smallPadding, .ivf-ru .smallPadding {
    padding-top: 70px !important;
    padding-bottom: 60px !important; }
  .ivf-ru .headerContent h1 {
    right: 20px !important;
    font-size: 40px !important;
    line-height: 42px !important; }
  .gynecology .headerContent h1 {
    font-size: 55px !important;
    line-height: 57px !important; } }

@media (max-width: 660px) {
  header .mainNav {
    padding-left: 0;
    padding-right: 0; }
  header.first-trimester .headerContent {
    /* h1 {
          left: 0;
          font-size: 66px;
          line-height: 70px;
        }*/ }
  /*.homeContent {
    .womensHealth {
      article {
        .womensHealthContainer {
          padding-left: 40px;
          padding-right: 40px;

          h1 {
            font-size: 74px;
            line-height: 76px;
            max-width: 70%;
            margin-left: auto;
          }

          h2 {
            font-size: 28px;
            line-height: 32px;
            max-width: 80%;
          }
        }
      }
    }


    .firstTrimester {
      article {
        .firstTrimesterContainer {
          padding-left: 40px;
          padding-right: 40px;

          h2 {
            font-size: 66px;
            line-height: 70px;
          }

          h3 {
            font-size: 40px;
            line-height: 44px;
          }

        }
      }
    }

    .art {
      article {
        .artContainer {
          padding-left: 40px;
          padding-right: 40px;

          h2 {
            font-size: 58px;
            line-height: 62px;
          }
        }
      }
    }

    .fetalHeart {
      article {
        .fetalHeartContainer {
          padding-left: 40px;
          padding-right: 40px;

          h2 {
            font-size: 58px;
            line-height: 62px;
          }

        }
      }
    }

    .joinVoluson {
      article {
        background-size: 350px;

        .joinVolusonContainer {
          padding-left: 40px;
          padding-right: 40px;

          .joinVolusonText {
            h2 {
              font-size: 58px;
              line-height: 62px;
            }
          }
        }
      }
    }

    .linkTwice {
      article {
        .linkTwiceContainer {
          h2 {
            font-size: 58px;
            line-height: 62px;
          }
        }
      }
    }

    .feature {
      article {
        .featureContainer {
          .featureText {
            font-size: 24px;
            line-height: 28px;
            height: 40px;
          }
        }
      }
    }
  }*/
  .first-trimester .smallPadding {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  #navNew .navNewContainer h2 {
    font-size: 28px !important;
    line-height: 32px !important; }
  .ivf .languageSelectorContainer, .ivf-ru .languageSelectorContainer {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media (max-width: 590px) {
  .quotation .downloadButton {
    width: 100% !important; }
  .ivf .headerContent h1, .ivf-ru .headerContent h1 {
    right: 50px;
    font-size: 50px !important;
    line-height: 52px !important; }
  .ivf .quotation .downloadButton, .ivf .benefitsReproductive .downloadButton, .ivf-ru .quotation .downloadButton, .ivf-ru .benefitsReproductive .downloadButton {
    width: 100% !important; }
  .gynecology .seeImages article .seeImagesContainer p {
    margin-bottom: 50px; }
  .downloadsContainer.smallPadding {
    padding-top: 50px !important; } }

@media (max-width: 560px) {
  header {
    height: 60vw;
    background-size: auto 60vw; }
    header .headerContent {
      height: 60vw; }
      header .headerContent h1 {
        bottom: 5vw; }
  .list.gallery article {
    width: 99%; }
  .list.posters article {
    width: 99%; } }

@media (max-width: 540px) {
  #logoBackground {
    display: none; }
  .fetal-heart .smallPadding {
    padding-top: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 40px !important; }
  .fetal-heart .headerContent h1 {
    font-size: 70px !important;
    line-height: 72px !important; }
  .fetal-heart h2 {
    font-size: 60px;
    line-height: 62px; }
  .fetal-heart .shape article .shapeContainer h2 {
    margin-bottom: 40px; }
  .fetal-heart .shape article .shapeContainer h3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .fetal-heart .shape article .shapeContainer p {
    font-size: 24px !important;
    line-height: 26px !important; }
  .gynecology h1 {
    font-size: 70px !important;
    line-height: 72px !important;
    left: 0 !important; } }

@media (max-width: 520px) {
  /*.homeContent {
    .womensHealth {
      background-position-x: 46%;
      article {
        .womensHealthContainer {
          h1 {
            font-size: 56px;
            line-height: 58px;
            max-width: 100%;
            position: relative;
            top: 70px
          }

          h2{
            position: relative;
            top: 70px
          }
        }
      }
    }

    .firstTrimester {
      background-position-x: 70%;
      article {
        .firstTrimesterContainer {
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 50px;
          padding-top: 150px;

          h2 {
            font-size: 50px;
            line-height: 54px;
          }

          h3 {
            font-size: 40px;
            line-height: 44px;
          }

        }
      }
    }

    .art {
      article {
        .artContainer {
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 50px;
          padding-bottom: 50px;

          h2 {
            font-size: 46px;
            line-height: 50px;
          }
        }
      }
    }

    .fetalHeart {
      article {
        .fetalHeartContainer {
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 50px;
          padding-bottom: 50px;

          h2 {
            font-size: 46px;
            line-height: 50px;
          }

        }
      }
    }

    .joinVoluson {
      article {
        background-size: 300px;

        .joinVolusonContainer {
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 50px;
          padding-top: 50px;

          .joinVolusonText {
            h2 {
              font-size: 46px;
              line-height: 50px;
            }
          }
        }
      }
    }

    .linkTwice {
      article {
        .linkTwiceContainer {
          h2 {
            font-size: 46px;
            line-height: 50px;
          }
        }
      }
    }

  }*/
  .first-trimester .smallPadding {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 120px !important;
    padding-bottom: 50px !important; }
  .contact-us .smallPadding {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  /* Gynecology 520px */
  header.gynecology .headerContent h1 {
    font-size: 42px !important;
    line-height: 46px !important; }
  .gynecology h2 {
    font-size: 30px !important;
    line-height: 32px !important; }
  .gynecology h3 {
    font-size: 22px !important;
    line-height: 30px !important; }
  .gynecology p {
    font-size: 18px !important;
    line-height: 24px !important; }
  .gynecology h4 {
    font-size: 20px !important;
    line-height: 26px !important; }
  /* END Gynecology 520px */ }

@media (max-width: 505px) {
  #logo_text {
    display: none; } }

@media (max-width: 480px) {
  .ivf, .ivf-ru {
    /*.btnBig {
      font-size: 22px;
      height: 70px;
    }*/ }
    .ivf #page, .ivf-ru #page {
      overflow: hidden; }
    .ivf .authorText, .ivf-ru .authorText {
      padding-left: 0 !important;
      border-left: none !important; }
    .ivf .configureVoluson, .ivf-ru .configureVoluson {
      display: none; }
    .ivf #btnContactus, .ivf-ru #btnContactus {
      bottom: 210px !important; }
    .ivf .displayOnLarge, .ivf-ru .displayOnLarge {
      width: 100% !important;
      margin-bottom: 50px !important; }
    .ivf .smallPadding, .ivf-ru .smallPadding {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .ivf .noPadding, .ivf-ru .noPadding {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .ivf .downloadButton, .ivf-ru .downloadButton {
      width: 100%; }
    .ivf .headerContent h1, .ivf-ru .headerContent h1 {
      font-size: 42px !important;
      line-height: 48px !important;
      top: 120px !important;
      right: 15px !important; }
    .ivf #navNew .navNewContainer h2, .ivf-ru #navNew .navNewContainer h2 {
      font-size: 28px !important;
      line-height: 32px !important; }
    .ivf .middleVideo article .middleVideoIntroContainer p, .ivf-ru .middleVideo article .middleVideoIntroContainer p {
      font-size: 10px !important; }
    .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 {
      padding-right: 0px; }
      .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .downloadButton, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-8 .downloadButton {
        width: 100% !important; }
    .ivf .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-4 .downloadButton {
      position: unset;
      margin-bottom: 30px; }
    .ivf .untappedHealth article .untappedHealthContainer .col-md-8, .ivf-ru .untappedHealth article .untappedHealthContainer .col-md-8 {
      padding-left: unset; }
    .ivf .optimizing article .optimizingContainer .col-md-8, .ivf-ru .optimizing article .optimizingContainer .col-md-8 {
      padding-left: 15px; }
    .ivf .infertility article .infertilityContainer .col-md-8, .ivf-ru .infertility article .infertilityContainer .col-md-8 {
      padding-left: unset; }
    .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type {
      padding-left: unset;
      padding-top: 30px; }
      .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type img, .ivf-ru .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type img {
        padding-bottom: unset; }
    .ivf .downloadPoster article .downloadPosterContainer .col-md-8, .ivf-ru .downloadPoster article .downloadPosterContainer .col-md-8 {
      padding-left: unset; }
    .ivf .helpReproductive article .helpReproductiveContainer .col-sm-5, .ivf-ru .helpReproductive article .helpReproductiveContainer .col-sm-5 {
      padding-left: unset; }
    .ivf .benefitsReproductive article .benefitsReproductiveContainer .col-sm-5, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .col-sm-5 {
      padding-left: unset; }
    .ivf .reproductiveMedicine article .reproductiveMedicineContainer .col-md-4, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .col-md-4 {
      padding-top: 50px; }
    .ivf .art article .artContainer .col-md-4 .displayOnLarge, .ivf-ru .art article .artContainer .col-md-4 .displayOnLarge {
      padding-top: 50px; }
    .ivf .art article .artContainer .col-md-8, .ivf-ru .art article .artContainer .col-md-8 {
      padding-right: 0 !important; }
      .ivf .art article .artContainer .col-md-8 .downloadButton, .ivf-ru .art article .artContainer .col-md-8 .downloadButton {
        width: 100% !important; }
    .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-4 .displayOnLarge, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-4 .displayOnLarge {
      padding-top: 50px; }
    .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-8, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-8 {
      padding-right: 0 !important; }
      .ivf .downloadPosterNew article .downloadPosterNewContainer .col-md-8 .downloadButton, .ivf-ru .downloadPosterNew article .downloadPosterNewContainer .col-md-8 .downloadButton {
        width: 100% !important; }
    .ivf .downloadPoster article .downloadPosterContainer .downloadButton, .ivf-ru .downloadPoster article .downloadPosterContainer .downloadButton {
      width: 100% !important; }
    .ivf .downloadPoster article .downloadPosterContainer .morePostersLink, .ivf-ru .downloadPoster article .downloadPosterContainer .morePostersLink {
      width: 100% !important; }
    .ivf .stories article .storiesContainer .downloadButton, .ivf-ru .stories article .storiesContainer .downloadButton {
      width: 100% !important; }
    .ivf .stories article .storiesContainer .noBottomPadding, .ivf-ru .stories article .storiesContainer .noBottomPadding {
      padding-bottom: 0 !important; }
  .joinClub article .joinClubContainer h3 {
    font-size: 22px !important; }
  .joinClub article .joinClubContainer .morePostersLink {
    width: 100% !important; }
  .joinClub article .joinClubContainer p {
    font-size: 24px !important; }
  .joinClub article .joinClubContainer .downloadButton {
    width: 100% !important; } }

@media (max-width: 466px) {
  .homeContent .btnBig {
    font-size: 20px;
    height: 50px; }
  .homeContent #configureSmall {
    font-size: 20px;
    height: 50px; }
  .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
    font-size: 20px;
    height: 50px; }
  .homeContent .joinVoluson article .joinVolusonContainer .btnBig {
    font-size: 20px;
    height: 70px; } }

@media (max-width: 450px) {
  #closeNavNew img {
    width: 40px; }
  #navNew {
    width: 300px;
    padding-left: 25px; }
    #navNew .navNewContainer .navNewRight .searchform {
      width: 200px;
      margin-right: 22px; } }

@media (max-width: 414px) {
  header.ivf, header.ivf-ru {
    height: 325px !important;
    background-size: 640px 325px;
    background-position: top;
    background-color: #fff; }
    header.ivf .headerContent, header.ivf-ru .headerContent {
      height: 100%; }
      header.ivf .headerContent h1, header.ivf-ru .headerContent h1 {
        top: 80px !important;
        right: -7% !important;
        font-size: 36px !important;
        line-height: 40px !important; }
  header.ivf-ru .headerContent h1 {
    font-size: 28px !important;
    line-height: 32px !important; }
  header.fetal-heart {
    height: 325px;
    background-size: 1200px 325px;
    background-position: top;
    background-color: #fff; }
    header.fetal-heart .headerContent h1 {
      top: 150px !important;
      right: -7% !important;
      font-size: 46px !important;
      line-height: 50px !important; }
  header.first-trimester {
    height: 325px;
    background-size: 600px 375px;
    background-position: top;
    background-color: #fff; }
    header.first-trimester .headerContent h1 {
      top: 150px !important;
      right: -7% !important;
      line-height: 50px !important; }
  .ivf-ru .headerContent h1 {
    top: 300px !important;
    width: 250px !important;
    right: 60px !important;
    font-size: 32px !important;
    line-height: 34px !important; }
  .ivf .smallThumbImage {
    padding-top: 0;
    padding-bottom: 0; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .downloadButton {
    height: 70px !important; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .smallThumbImage {
    padding-top: 10px;
    padding-bottom: 10px; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .displayOnLarge {
    margin-bottom: 20px !important; }
  .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type {
    min-height: 400px; }
    .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type .smallThumbImage {
      padding-top: 20px; }
    .ivf .uterineAnomalies article .uterineAnomaliesContainer .col-md-6:last-of-type .downloadButton {
      bottom: 30px;
      left: 0; }
  .ivf .infertility article .infertilityContainer .smallThumbImage {
    padding-top: 20px;
    padding-bottom: 20px; }
  .ivf .infertilityTop article .infertilityTopContainer .smallThumbImage {
    padding-top: 20px;
    padding-bottom: 20px; }
  .ivf .btnBig, .ivf .downloadButton, .ivf-ru .btnBig, .ivf-ru .downloadButton, .fetal-heart .btnBig, .fetal-heart .downloadButton, .first-trimester .btnBig, .first-trimester .downloadButton, .gynecology .btnBig, .gynecology .downloadButton {
    font-size: 14px;
    line-height: 14px; }
  .ivf-ru .morePostersLink {
    height: 50px !important;
    font-size: 20px !important;
    line-height: 22px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important; }
  .fetal-heart h2 {
    font-size: 50px;
    line-height: 52px; }
  .fetal-heart .btnBig, .fetal-heart .downloadButton {
    height: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 2px !important; }
  .fetal-heart .headerContent h1 {
    font-size: 60px !important;
    line-height: 62px !important; }
  .first-trimester .btnBig, .first-trimester .downloadButton {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px; }
  .homeContent .joinVoluson article {
    background-size: 500px;
    background-position-y: bottom;
    background-position-x: -80%; }
  /* Gynecology 414 */
  .gynecology .downloadButton {
    width: 100%; }
  /* END Gynecology 414 */ }

@media (max-width: 411px) {
  .homeContent .joinVoluson article {
    background-size: 500px;
    background-position-y: bottom;
    background-position-x: -80%; }
  .fetal-heart .headerContent h1 {
    font-size: 60px !important;
    line-height: 62px !important;
    right: unset !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h2 {
    margin-bottom: 60px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .centered p {
    font-size: 24px !important;
    line-height: 26px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul li {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-top: 10px !important; } }

@media (max-width: 400px) {
  #headerContentMenu {
    padding-left: 20px;
    padding-right: 20px; }
  .homeContent .womensHealth article .womensHealthContainer {
    padding-right: 20px; }
  .homeContent .firstTrimester article .firstTrimesterContainer {
    padding-left: 20px;
    padding-right: 20px; }
  .homeContent .art article .artContainer {
    padding-left: 20px;
    padding-right: 20px; }
  .homeContent .fetalHeart article .fetalHeartContainer {
    padding-left: 20px;
    padding-right: 20px; }
  .homeContent .joinVoluson article .joinVolusonContainer {
    padding-left: 20px;
    padding-right: 20px; }
  .ivf .languageSelectorContainer, .ivf-ru .languageSelectorContainer {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (max-width: 375px) {
  header.ivf, header.ivf-ru {
    height: 300px;
    background-size: 640px 325px;
    background-position: top;
    background-color: #fff; }
    header.ivf .headerContent h1, header.ivf-ru .headerContent h1 {
      font-size: 32px !important;
      line-height: 36px !important;
      right: -20px !important;
      top: 100px !important; }
  header.ivf-ru .headerContent h1 {
    font-size: 24px !important;
    line-height: 28px !important;
    right: -30px !important;
    top: 120px !important; }
  header.fetal-heart {
    height: 300px;
    background-size: 1200px 325px;
    background-position: top;
    background-color: #fff; }
    header.fetal-heart .headerContent h1 {
      font-size: 44px !important;
      line-height: 46px !important;
      right: -25px !important;
      top: 130px !important; }
  header.first-trimester {
    height: 300px;
    background-size: 600px 375px;
    background-position: top;
    background-color: #fff; }
    header.first-trimester .headerContent h1 {
      line-height: 46px !important;
      top: 140px !important;
      left: -18px !important; }
  header.gynecology {
    height: 300px;
    background-size: 900px 400px;
    background-position: top;
    background-color: #fff; }
    header.gynecology .headerContent h1 {
      font-size: 44px !important;
      line-height: 46px !important;
      top: 140px !important;
      left: -18px !important; }
  .quotation article .quotationContainer .downloadButton {
    padding-top: 22px !important; }
  .ivf #btnContactus, .ivf #btnSwift, .ivf-ru #btnContactus, .ivf-ru #btnSwift, .gynecology #btnContactus, .gynecology #btnSwift {
    display: none; }
  .ivf .headerContent h1, .ivf-ru .headerContent h1, .gynecology .headerContent h1 {
    font-size: 35px !important;
    line-height: 38px !important;
    right: -25px !important;
    top: 80px !important; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .downloadButton, .ivf-ru .benefitsReproductive article .benefitsReproductiveContainer .downloadButton, .gynecology .benefitsReproductive article .benefitsReproductiveContainer .downloadButton {
    padding-top: 8px !important;
    padding-top: 8px !important; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .downloadButton, .ivf-ru .reproductiveMedicine article .reproductiveMedicineContainer .downloadButton, .gynecology .reproductiveMedicine article .reproductiveMedicineContainer .downloadButton {
    padding-top: 8px !important;
    padding-top: 5px !important; }
  .quotation article .quotationContainer .downloadButton {
    padding-top: 5px !important; }
  .ivf-ru .headerContent h1 {
    top: 120px !important;
    width: 220px !important;
    font-size: 24px !important;
    line-height: 26px !important; }
  .ivf-ru h2 {
    font-size: 32px !important;
    line-height: 34px !important; }
  .ivf-ru p {
    font-size: 30px !important;
    line-height: 32px !important; }
  .fetal-heart #btnContactus, .fetal-heart #btnSwift {
    display: none; }
  .fetal-heart .headerContent h1 {
    top: 120px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .imagecontainer {
    margin-bottom: 10px !important; }
  .homeContent .firstTrimester article .firstTrimesterContainer h2 {
    margin-bottom: 20px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h3 {
    margin-bottom: 30px; }
  .homeContent .firstTrimester article .firstTrimesterContainer .btnBig {
    padding-left: 30px;
    padding-right: 30px; }
  .homeContent .btnBig, .homeContent .downloadButton {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .homeContent .joinVoluson article {
    background-size: 500px;
    background-position-y: bottom;
    background-position-x: -40%; }
  .first-trimester #btnContactus, .first-trimester #btnSwift {
    display: none; }
  .first-trimester .smallPadding {
    padding-top: 100px !important; }
  .first-trimester .navNewDown h2 {
    font-size: 28px !important;
    line-height: 32px !important; }
  .first-trimester .volumeProbe article .volumeProbeContainer .newFeature {
    top: -100px; }
  .first-trimester .webinars article .webinarsContainer h2 {
    margin-bottom: 50px; }
  .gynecology .smallPadding {
    padding-top: 100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 100px !important; }
  .gynecology .seeImagesContainer.smallPadding {
    padding-bottom: 0 !important; }
  .gynecology .downloadsContainer.smallPadding {
    padding-top: 50px !important; }
  /* Gynecology 375px */
  header.gynecology .headerContent h1 {
    font-size: 32px !important;
    line-height: 36px !important; }
  /* END Gynecology 375px */ }

@media (max-width: 320px) {
  .joinClub article .joinClubContainer p {
    font-size: 24px !important;
    line-height: 24px !important; }
  .ivf .downloadButton {
    padding-top: 0 !important; }
  .ivf .headerContent h1 {
    font-size: 30px !important;
    line-height: 34px !important;
    top: 110px !important; }
  .ivf .benefitsReproductive article .benefitsReproductiveContainer .downloadButton {
    padding-top: 0 !important; }
  .ivf .reproductiveMedicine article .reproductiveMedicineContainer .downloadButton {
    padding-top: 0 !important; }
  header.ivf-ru .headerContent h1 {
    font-size: 22px !important;
    line-height: 24px !important;
    right: -20px !important;
    top: 129px !important; }
  .ivf-ru .headerContent h1 {
    top: 120px !important;
    width: 220px !important;
    font-size: 20px !important;
    line-height: 22px !important;
    width: 180px !important; }
  .ivf-ru h2, .ivf-ru h3 {
    font-size: 22px !important;
    line-height: 24px !important; }
  .ivf-ru .stories article .storiesContainer .imagecontainer .downloadButton {
    font-size: 16px !important; }
  .ivf-ru p {
    font-size: 16px !important;
    line-height: 18px !important; }
  .fetal-heart .headerContent h1 {
    font-size: 50px !important;
    line-height: 52px !important; }
  .fetal-heart h2 {
    font-size: 40px !important;
    line-height: 42px !important; }
  .fetal-heart h3 {
    font-size: 34px !important;
    line-height: 36px !important; }
  .fetal-heart p {
    font-size: 20px !important;
    line-height: 22px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer h2 {
    margin-bottom: 40px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .centered p {
    font-size: 20px !important;
    line-height: 22px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .centered h3:before {
    margin-left: 30px !important; }
  .fetal-heart .stateOfArt article .stateOfArtContainer .authorText ul li {
    font-size: 20px !important;
    line-height: 22px !important;
    padding-top: 10px !important; }
  .fetal-heart .btnBig {
    text-align: center; }
  .homeContent .womensHealth {
    background-position-x: 44%; }
    .homeContent .womensHealth article .womensHealthContainer h1 {
      font-size: 40px;
      line-height: 42px; }
    .homeContent .womensHealth article .womensHealthContainer h2 {
      font-size: 22px;
      line-height: 24px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h2 {
    font-size: 40px;
    line-height: 44px; }
  .homeContent .firstTrimester article .firstTrimesterContainer h3 {
    font-size: 34px;
    line-height: 38px; }
  .homeContent .art article .artContainer h2 {
    font-size: 40px;
    line-height: 44px; }
  .homeContent .art article .artContainer p {
    font-size: 30px;
    line-height: 34px; }
  .homeContent .fetalHeart article .fetalHeartContainer h2 {
    font-size: 40px;
    line-height: 44px; }
  .homeContent .joinVoluson article {
    background-size: 500px;
    background-position-y: bottom;
    background-position-x: -9%; }
    .homeContent .joinVoluson article .joinVolusonContainer .joinVolusonText h2 {
      font-size: 40px;
      line-height: 44px; }
  .homeContent .linkTwice article .linkTwiceContainer h2 {
    font-size: 40px;
    line-height: 44px; }
  .gynecology h4 {
    font-size: 20px !important;
    line-height: 20px !important; } }

.live .box_content {
  padding: 0 0 60px 0;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 360px; }
  .live .box_content .box_detail h1 {
    margin-bottom: 3rem; }
  .live .box_content .box_detail h2 {
    margin-top: 0;
    margin-bottom: 0px; }
  .live .box_content .box_detail .liveBox video {
    object-fit: cover; }
  .live .box_content .box_detail .liveBox .videoImage {
    width: 100%; }
  .live .box_content .box_detail .liveBox .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 70px; }
  .live .box_content .box_detail .liveBox a {
    display: inline-block;
    position: relative; }

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

.live article {
  width: 24%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 10px 0.5%; }

.live .live-image {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 1rem; }
  .live .live-image img {
    width: 230px;
    height: 230px;
    max-width: 100%;
    object-fit: cover; }

.live .live-button {
  margin-top: auto; }

.live .liveBox {
  margin-bottom: 50px; }

.live .liveSlider {
  margin-bottom: 50px; }
  .live .liveSlider .slick-list {
    max-height: 607px;
    z-index: 1; }
  .live .liveSlider h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px; }
  .live .liveSlider article p {
    color: #ffffff; }
  .live .liveSlider article .date {
    color: #fff;
    font-weight: bold;
    font-size: 20px; }
  .live .liveSlider .item {
    position: relative;
    background-size: cover; }
    .live .liveSlider .item article {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 100px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: unset;
      width: 100%;
      max-height: 607px; }
    .live .liveSlider .item img {
      width: 100%; }
  .live .liveSlider .slick-next {
    right: 45px;
    z-index: 10; }
  .live .liveSlider .slick-prev {
    left: 10px;
    z-index: 10; }
  .live .liveSlider .slick-prev:before, .live .liveSlider .slick-next:before {
    font-size: 50px;
    opacity: 0.5; }
  .live .liveSlider .slick-prev.slick-disabled:before, .live .liveSlider .slick-next.slick-disabled:before {
    opacity: 0; }
  .live .liveSlider .buttonBig {
    display: inline-block;
    background: #565491;
    background: linear-gradient(45deg, #565490 0%, #4a4885 100%);
    color: #fff;
    -webkit-box-shadow: 0px 12px 20px -14px #a8a8a8;
    -moz-box-shadow: 0px 12px 20px -14px #a8a8a8;
    box-shadow: 0px 12px 20px -14px rgba(86, 84, 145, 0.5);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 50px;
    border-radius: 25px;
    font-size: 25px;
    font-weight: bold;
    padding: 0 30px;
    padding-top: 9px; }

.live .hd2 {
  background: #eee;
  font-size: 36px;
  text-align: center;
  padding: 30px 0; }

.live .row {
  margin-left: 0;
  margin-right: 0; }

.live .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

.live .list article {
  border-bottom: none; }
  .live .list article:nth-child(2n+1) {
    margin-right: 0.5%; }
  .live .list article:nth-child(2n) {
    margin-left: 0.5%; }

#liveModal .mktoLabel {
  width: 100% !important; }

#liveModal .mktoForm {
  width: 361px !important; }

#liveModal #Lblexplicit_opt_in {
  margin-left: 2.5rem;
  max-width: 300px !important; }

#liveModal .mktoGutter.mktoHasWidth, #liveModal .mktoOffset {
  width: 0 !important; }

#liveModal .mktoButtonWrap {
  text-align: center !important; }

#liveModal .modal-dialog {
  max-width: 400px !important; }

#liveModal .mktoForm input[type=checkbox] + label:before {
  margin-left: -2.25em; }

#liveModal p {
  margin-right: 2rem; }

@media (max-width: 1100px) {
  .live .box_content .box_detail .videoText {
    margin-left: 2rem;
    margin-right: 2rem; } }

@media (max-width: 760px) {
  .live .liveSlider .item article {
    padding: 3rem; } }

@media (max-width: 560px) {
  .live .list article {
    width: 90%;
    margin: auto;
    margin-bottom: 1rem; }
  .live .liveSlider {
    margin-bottom: 1.5rem; }
    .live .liveSlider .item article {
      padding: 3rem;
      padding-left: 5rem; }
    .live .liveSlider .item .button {
      margin-left: 0;
      padding-top: 0; }
    .live .liveSlider .slick-prev:before, .live .liveSlider .slick-next:before {
      font-size: 40px; }
    .live .liveSlider .buttonBig {
      height: 30px;
      font-size: 18px;
      padding-top: 0; }
  .live .box_content .box_detail h1 {
    margin-bottom: 1.5rem; }
  .live article {
    width: 99%; }
  .live .live-image img {
    width: 320px; }
  .live .live-text {
    margin-left: 2rem;
    margin-right: 2rem; }
  .live .button {
    margin-left: 2rem; }
  .live h1 {
    margin-bottom: 1.5rem; } }

/*# sourceMappingURL=screen.css.map */