@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'GEInspiraSans';
  src: url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Regular-v01.eot") format("eot"), /* IE9 Compat Modes */ url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Regular-v01.woff") format("woff"), /* Modern Browsers */ url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Regular-v01.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GEInspiraSans';
  src: url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Italic-v01.eot") format("eot"), /* IE9 Compat Modes */ url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Italic-v01.WOFF") format("woff"), /* Modern Browsers */ url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Italic-v01.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'GEInspiraSansBold';
  src: url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Bold-v01.eot") format("eot"), /* IE9 Compat Modes */ url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Bold-v01.woff") format("woff"), /* Modern Browsers */ url("//landing1.gehealthcare.com/rs/005-SHS-767/images/GEInspiraSans-Bold-v01.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
   COLOURS
   ========================================================================== */
/* ==========================================================================
   Font Stack
   ========================================================================== */
   
  /* Mixins
  -------------------------------------------------- */
  .clearfix {
    zoom: 1;
  }
  .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
  }
  .group {
    overflow: hidden;
  }
  .clear {
    clear: both;
  }
  .center-block {
    display: block;
    margin: 0 auto;
  }
  .box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* EXAMPLE USAGE
  @media (max-width: @screen-xs) { display: none; }
  */
  /* ==========================================================================
     Flexbox LESS mixins
     // The spec: http://www.w3.org/TR/css3-flexbox
     // GITHUB: https://gist.github.com/jayj/4012969
     ========================================================================== */
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0;
  }
  /**
   * Add the correct display in IE 9-.
   */
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }
  /**
   * Add the correct margin in IE 8.
   */
  figure {
    margin: 1em 40px;
  }
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  b,
  strong {
    font-weight: inherit;
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
   * Add the correct font style in Android 4.3-.
   */
  dfn {
    font-style: italic;
  }
  /**
   * Add the correct background and color in IE 9-.
   */
  mark {
    background-color: #ff0;
    color: #000;
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
  
    display: inline-block;
  }
  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  /**
   * Remove the border on images inside links in IE 10-.
   */
  img {
    border-style: none;
  }
  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
  }
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  /**
   * Remove the default vertical scrollbar in IE.
   */
  textarea {
    overflow: auto;
  }
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  details,
  menu {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block;
  }
  /**
   * Add the correct display in IE.
   */
  template {
    display: none;
  }
  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none;
  }
  /* ==========================================================================
     BASE
     ========================================================================== */
  * {
    box-sizing: border-box;
  }
  html,
  body {
    color: #333F48;
    background: #ffffff;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  body,
  p,
  li,
  label,
  input,
  textarea,
  select,
  button {
    font-family: "GEInspiraSans", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
  }
  @media (max-width: 800px) {
    body,
    p,
    li,
    label,
    input,
    textarea,
    select,
    button {
      font-size: 16px;
    }
  }
  @media (max-width: 600px) {
    body,
    p,
    li,
    label,
    input,
    textarea,
    select,
    button {
      font-size: 14px;
    }
  }
  nav ul,
  nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  hr {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #63666A;
    margin: 10px 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    height: auto !important;
  }
  strong {
    font-family: 'GEInspiraSansBold';
    font-weight: normal;
  }
  /* ==========================================================================
     HELPER CLASSES
     ========================================================================== */
  .lowercase {
    text-transform: none;
  }
  /* ==========================================================================
     FORMS
     ========================================================================== */
  /* ==========================================================================
     Headings
     ========================================================================== */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  /* ==========================================================================
     LINKS
     ========================================================================== */
  a {
    color: #005eb8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    color: #fe5000;
  }
  /* ==========================================================================
     TABLES
     ========================================================================== */
  /* ==========================================================================
     LAYOUT
     ========================================================================== */
  .wrapper {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* ==========================================================================
     Buttons
     ========================================================================== */
  .btn {
    text-align: center;
  }
  .btn a {
    color: #fff;
    border: 0px solid #fff;
    border-radius: 50px;
    padding: 16px 62px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22px;
    background: #FE5000;
  }
  @media (max-width: 800px) {
    .btn a {
      font-size: 16px;
      padding: 8px 32px;
    }
  }
  .btn a:hover {
    color: #fff;
    background: #da4501;
  }
  
  .btn-blue {
    text-align: center;
  }
  .btn-blue a {
    color: #fff;
    border: 0px solid #fff;
    border-radius: 50px;
    padding: 16px 62px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22px;
    background: #005eb8;
  }
  @media (max-width: 800px) {
    .btn-blue a {
      font-size: 16px;
      padding: 8px 32px;
    }
  }
  .btn-blue a:hover {
    color: #fff;
    background: #00519f;
  }
  /* ==========================================================================
     INTRODUCTION
     ========================================================================== */
  .introduction__inner {
    max-width: 1600px;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    text-align: left;
  }
  @media (max-width: 600px) {
    .introduction__inner {
      padding: 16px 16px 30px 16px;
    }
  }
  .introduction h2 {
    color: #005eb8;
    font-size: 46px;
    font-family: 'GEInspiraSansBold';
    margin: 0;
  }
  @media (max-width: 800px) {
    .introduction h2 {
      font-size: 32px;
    }
  }
  @media (max-width: 600px) {
    .introduction h2 {
      font-size: 22px;
    }
  }
  .introduction h3 {
    color: #005eb8;
    font-size: 24px;
    margin: 0 0 32px;
  }
  @media (max-width: 800px) {
    .introduction h3 {
      font-size: 18px;
      margin: 0 0 16px;
    }
  }
  @media (max-width: 600px) {
    .introduction h3 {
      font-size: 14px;
    }
  }
  .introduction p {
    color: #005eb8;
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 4px;
  }
  @media (max-width: 800px) {
    .introduction p {
      font-size: 18px;
      line-height: 20px;
    }
  }
  @media (max-width: 600px) {
    .introduction p {
      font-size: 14px;
      line-height: 16px;
    }
  }
  .introduction p:last-child {
    margin: 0;
  }
  /* ==========================================================================
     REGISTER
     ========================================================================== */
  .register {
    margin: 0px 0px 64px 0;
  }
  @media (max-width: 600px) {
    .register {
      margin: 0px 0px 32px 0;
    }
  }
  .register__inner {
    max-width: 1600px;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 600px) {
    .register__inner {
      padding: 16px;
    }
  }
  .register h2 {
    font-family: 'GEInspiraSansBold';
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    margin: 0 0 16px;
  }
  @media (max-width: 800px) {
    .register h2 {
      font-size: 18px;
    }
  }
  @media (max-width: 600px) {
    .register h2 {
      font-size: 16px;
    }
  }
  /* ==========================================================================
     VIDEO
     ========================================================================== */
  .video {
    position: relative;
  
  }
  .video__inner {
    max-width: 1600px;
    width: 100%;
    padding: 40px 32px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 600px) {
    .video__inner {
      padding: 0 16px;
    }
  }
  .video__img img {
    display: block;
  }
  .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .video__btn button {
    width: 96px;
    height: 96px;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    background: url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/img_play.png) no-repeat;
    background-size: cover;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media (max-width: 800px) {
    .video__btn button {
      width: 48px;
      height: 48px;
    }
  }
  .video__btn button:hover {
    opacity: 1;
  }
  /* ==========================================================================
     PRODUCTS
     ========================================================================== */
  .products__inner {
    max-width: 1600px;
    width: 100%;
    padding: 80px 32px 0;
    margin: 0 auto;
  }
  @media (max-width: 600px) {
    .products__inner {
      padding: 50px 16px 0;
    }
  }
  .products__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -32px;
  }
  @media (max-width: 600px) {
    .products__list {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
    }
  }
  .products__item {
    width: 50%;
    padding: 0 32px 64px;
    position: relative;
  }
  @media (max-width: 600px) {
    .products__item {
      width: auto;
      padding: 0 0 32px;
    }
  }
  .products h2 {
    margin: 0;
    color: #fff;
    background: #005eb8;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 32px;
    min-width: 33.33%;
    line-height: 1.4;
    font-size: 24px;
    font-weight: normal;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  @media (max-width: 800px) {
    .products h2 {
      font-size: 16px;
      padding: 4px 8px;
    }
  }
  @media (max-width: 600px) {
    .products h2 {
      left: 0;
    }
  }
  .products__img {
    margin: 0 0 16px;
  }
  .products__img img {
    display: block;
  }
  .products p {
    color: #333F48;
    margin: 0 0 16px;
  }
  @media (max-width: 800px) {
    .products p {
      font-size: 14px;
    }
  }
  @media (max-width: 600px) {
    .products p {
      font-size: 12px;
    }
  }
  /* ==========================================================================
     VISIT
     ========================================================================== */
  .visit__inner {
    max-width: 1600px;
    width: 100%;
    padding: 40px 32px 70px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 600px) {
    .visit__inner {
      padding: 40px 32px 40px;
    }
  }
  .visit h2 {
    font-weight: normal;
    font-size: 24px;
    color: #333F48;
    margin: 0 0 16px;
  }
  @media (max-width: 800px) {
    .visit h2 {
      font-size: 18px;
    }
  }
  @media (max-width: 600px) {
    .visit h2 {
      font-size: 16px;
    }
  }
  @media (max-width: 600px) {
    .visit br {
      display: none;
    }
  }
  /* ==========================================================================
     IMAGE
     ========================================================================== */
  .image__inner {
    max-width: 1600px;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 600px) {
    .image__inner {
      padding: 0 16px;
    }
  }
  .image img {
    display: block;
  }
  /* ==========================================================================
     DISCOVER
     ========================================================================== */
     .discover {
  
    }
    .discover__inner {
      max-width: 1600px;
      width: 100%;
      padding: 0px 32px 32px 32px;
      margin: 0 auto;
      text-align: center;
    }
    @media (max-width: 600px) {
      .discover__inner {
        padding: 0 16px 0 16px;
      }
    }
    .discover__content {
      background: #005eb8;
      max-width: 1600px;
      width: 100%;
      padding: 32px;
      text-align: center;
    }
    @media (max-width: 600px) {
      .discover__content {
        padding: 16px;
  
      }
    }
    .discover h2 {
      font-weight: normal;
      font-size: 24px;
      color: #fff;
      margin: 0 0 16px;
    }
    @media (max-width: 800px) {
      .discover h2 {
        font-size: 18px;
      }
    }
    @media (max-width: 600px) {
      .discover h2 {
        font-size: 16px;
      }
    }
  
  /* ==========================================================================
     BUILDING A WORLD
     ========================================================================== */
     .building-a-world {
      background: #0C2340;
    }
    .building-a-world__inner {
      max-width: 1600px;
      width: 100%;
      padding: 0px;
      margin: 0 auto;
      text-align: center;
    }
    @media (max-width: 600px) {
      .building-a-world__inner {
        padding: 0 16px 0 16px;
      }
    }
    .building-a-world__content {
      max-width: 1600px;
      width: 100%;
      padding: 32px;
      text-align: center;
    }
    @media (max-width: 600px) {
      .building-a-world__content {
        padding: 16px;
  
      }
    }
    .building-a-world h1  {
      font-weight: normal;
      font-size: 40px;
      color: #fff;
      margin: 0px;
    }
    @media (max-width: 800px) {
      .building-a-world h1  {
        font-size: 18px;
      }
    }
    @media (max-width: 600px) {
      .building-a-world h1 {
        font-size: 16px;
      }
    }
  
    
  /* ==========================================================================
     HOPE
     ========================================================================== */
  .hope {
    background: #005eb8;
  }
  .hope__inner {
    max-width: 1600px;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 600px) {
    .hope__inner {
      padding: 16px;
    }
  }
  .hope h2 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    margin: 0 0 16px;
  }
  @media (max-width: 800px) {
    .hope h2 {
      font-size: 18px;
    }
  }
  @media (max-width: 600px) {
    .hope h2 {
      font-size: 16px;
    }
  }
  /* ==========================================================================
     OVERLAY
     ========================================================================== */
  .overlay {
    padding: 32px;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: none;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  @media (max-width: 600px) {
    .overlay {
      padding: 16px;
    }
  }
  .overlay--active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    opacity: 1;
  }
  .overlay__close {
    position: absolute;
    top: 32px;
    right: 32px;
  }
  @media (max-width: 600px) {
    .overlay__close {
      top: 16px;
      right: 16px;
    }
  }
  .overlay__close button {
    border: none;
    padding: 0;
    line-height: 1;
    background: transparent;
    outline: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    font-size: 28px;
  }
  @media (max-width: 600px) {
    .overlay__close button {
      font-size: 18px;
    }
  }
  .overlay__close button:hover {
    opacity: 1;
  }
  .overlay__inner {
    max-width: 800px;
    width: 100%;
  }
  .overlay video {
    width: 100% !important;
    height: auto !important;
  }
  /* ==========================================================================
     FOOTER
     ========================================================================== */
  .page-footer {
    background: #fff;
  }
  .page-footer__inner {
    max-width: 1600px;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 600px) {
    .page-footer__inner {
      padding: 16px;
    }
  }
  .page-footer__disclaimer p {
    font-size: 16px;
    margin: 0 0 8px;
  }
  @media (max-width: 800px) {
    .page-footer__disclaimer p {
      font-size: 12px;
    }
  }
  .page-footer__disclaimer p:last-child {
    margin: 0;
  }
  .page-footer__social {
    list-style: none;
    padding: 0;
    margin: 32px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  @media (max-width: 600px) {
    .page-footer__social {
      margin: 16px 0;
    }
  }
  .page-footer__social li {
    font-size: 22px;
    padding: 0 8px;
  }
  @media (max-width: 800px) {
    .page-footer__social li {
      font-size: 16px;
    }
  }
  .page-footer__social a {
    color: #0c2340;
    border: 1px solid #0c2340;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media (max-width: 800px) {
    .page-footer__social a {
      width: 32px;
      height: 32px;
    }
  }
  .page-footer__social a:hover {
    background: #0c2340;
    color: #fff;
  }
  .page-footer__terms {
    font-size: 16px;
    line-height: 1.6;
  }
  @media (max-width: 800px) {
    .page-footer__terms {
      font-size: 12px;
    }
  }
  .page-footer__terms a {
    color: #63666A;
    text-decoration: none;
  }
  .page-footer__terms a:hover {
    text-decoration: underline;
  }
  /* ==========================================================================
     HEADER
     ========================================================================== */
  .page-header {
    background: url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/estro2022_header.jpg) no-repeat;
    background-size: cover;
    background-position: center 20%;
  }
  .page-header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    max-width: 1600px;
    padding: 32px;
    margin: 0 auto;
  }
  @media (max-width: 600px) {
    .page-header__inner {
      padding: 16px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media (max-width: 600px) {
    .page-header__content {
      order: 2;
    }
  }
  .page-header__content h1 {
    font-family: 'GEInspiraSans';
    color: #fff;
    margin: 40px 0 40px;
    /*text-transform: uppercase;*/
    font-size: 50px;
    line-height: 1.2;
  }
  @media (max-width: 600px) {
    .page-header__content h1 {
      font-size: 24px;
    }
  }
  .page-header__details {
    /*background: #005eb8;*/
    padding: 0px;
    color: #fff;
    font-size: 24px;
    margin: 130px 0 30px;
  }
  @media (max-width: 800px) {
    .page-header__details {
      margin: 80px 0 30px;
      font-size: 16px;
    }
  }
  .page-header__event {
    margin: 0px;
  }
  .page-header__location {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .page-header__location-icon {
    color: #fff;
    font-size: 32px;
    padding: 0 12px 0 0;
  }
  .page-header__location-detail {
    line-height: 1.2;
  }
  .page-header__logo {
    width: 70px;
  }
  @media (max-width: 600px) {
    .page-header__logo {
      order: 1;
      width: 50px;
      margin: 0 0 16px;
    }
  }
  .page-header__logo img {
    display: block;
    max-width: 100%;
  }