/* ==========================================================================
   COLOURS
   ========================================================================== */
/* ==========================================================================
   Font Stack
   ========================================================================== */
@font-face {
  font-family: 'GEInspiraSans';
  src: url('font_GEInspiraSans-Regular-v02.woff') format('woff');
}
@font-face {
  font-family: 'GEInspiraSansBold';
  src: url('font_GEInspiraSans-Bold-v02.woff') format('woff');
}
/* 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: #63666A;
  background: #002f5d;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: hidden;
}
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: 1536px) {
  body,
  p,
  li,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  body,
  p,
  li,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  body,
  p,
  li,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 12px;
  }
}
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;
}
/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
   CONTENT
   ========================================================================== */
.page-content {
  flex: 1;
  overflow: hidden;
}
.page-content__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* ==========================================================================
   HOME
   ========================================================================== */
.home-content {
  height: 100%;
  background: url(img_bg-home.jpg) no-repeat center top;
  background-size: contain;
  padding: 64px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.home-content__title {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-family: 'GEInspiraSansBold';
  font-weight: normal;
}
@media (max-width: 900px) {
  .home-content__title {
    font-size: 24px;
    padding: 0 16px;
  }
}
@media (max-width: 650px) {
  .home-content__title {
    font-size: 18px;
    padding: 160px 16px 16px;
  }
}
.home-content__actions {
  list-style: none;
  padding: 0;
  margin: 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: 650px) {
  .home-content__actions {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.home-content__actions li {
  padding: 0 32px;
}
@media (max-width: 650px) {
  .home-content__actions li {
    padding: 0 8px 16px;
  }
}
#btnResources,
#btnCareAreas {
  padding: 16px;
  min-width: 200px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 64px;
  cursor: pointer;
  outline: none;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
}
@media (max-width: 650px) {
  #btnResources,
  #btnCareAreas {
    padding: 6px 12px;
    font-size: 10px;
    min-width: 120px;
  }
}
#btnResources {
  background: #59cbe8;
}
#btnResources:hover {
  background: #005eb8;
}
#btnCareAreas {
  background: #fe5000;
}
#btnCareAreas:hover {
  background: #005eb8;
}
/* ==========================================================================
   CARE AREAS
   ========================================================================== */
.care-areas {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #002f5d;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 1;
}
.care-areas--active {
  left: 0;
}
.care-areas__title {
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 32px;
  padding: 16px 64px 16px 112px;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 900px) {
  .care-areas__title {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .care-areas__title {
    font-size: 18px;
    padding: 8px 40px;
  }
}
.care-areas__content {
  flex: 1;
  overflow: hidden;
  background: url(img_bg-care-areas.jpg) no-repeat right top;
  background-size: cover;
}
.care-areas__inner {
  height: 100%;
  padding: 0 32px;
}
@media (max-width: 650px) {
  .care-areas__inner {
    padding: 0;
  }
}
.care-areas__col {
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1024px) {
  .care-areas__col {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
}
.care-areas__col h2 {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 900px) {
  .care-areas__col h2 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .care-areas__col h2 {
    font-size: 16px;
  }
}
.care-areas__col p {
  font-size: 24px;
  margin: 0 0 1em;
}
@media (max-width: 1536px) {
  .care-areas__col p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .care-areas__col p {
    font-size: 12px;
  }
}
.care-areas__carousel {
  height: 100%;
}
.care-areas .slick-list {
  height: 100% !important;
}
.care-areas .slick-track {
  height: 100%;
}
.care-areas .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.care-areas .slick-dots li {
  padding: 0 4px;
}
.care-areas .slick-dots button {
  font-size: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.care-areas .slick-dots button:hover {
  background: #fe5000;
}
.care-areas .slick-dots .slick-active button {
  background: #59cbe8;
}
.care-areas__carousel__item {
  overflow: hidden;
  border-bottom: 80px solid transparent;
}
.care-areas__carousel__content {
  padding: 32px 80px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 650px) {
  .care-areas__carousel__content {
    padding: 16px 40px 0;
  }
}
.care-areas__carousel__header {
  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;
  padding: 0 0 16px;
}
.care-areas__carousel__header button {
  padding: 8px 32px;
  border: 1px solid #fff;
  background: #59cbe8;
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
}
@media (max-width: 650px) {
  .care-areas__carousel__header button {
    padding: 6px 12px;
    font-size: 10px;
  }
}
.care-areas__carousel__header button:hover {
  background: #fe5000;
}
.care-areas__carousel__body {
  flex: 1;
  overflow: auto;
}
.care-areas .slick-prev,
.care-areas .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  color: #63666A;
  border: 0;
  background: none;
  z-index: 1;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #63666A;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .care-areas .slick-prev,
  .care-areas .slick-next {
    width: 22px;
    height: 22px;
  }
}
.care-areas .slick-prev:hover,
.care-areas .slick-next:hover {
  border-color: #fe5000;
  color: #fe5000;
}
.care-areas .slick-prev {
  left: 24px;
}
@media (max-width: 650px) {
  .care-areas .slick-prev {
    left: 8px;
  }
}
.care-areas .slick-prev:after {
  content: "\f104";
  font: 22px/1 'Font Awesome 5 Free';
  padding-right: 2px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .care-areas .slick-prev:after {
    font-size: 16px;
  }
}
.care-areas .slick-next {
  right: 24px;
  text-align: right;
}
@media (max-width: 650px) {
  .care-areas .slick-next {
    right: 8px;
  }
}
.care-areas .slick-next:after {
  content: "\f105";
  font: 22px/1 'Font Awesome 5 Free';
  padding-left: 3px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .care-areas .slick-next:after {
    font-size: 16px;
  }
}
.care-areas__disclaimer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.care-areas__disclaimer li {
  font-size: 16px;
}
@media (max-width: 1536px) {
  .care-areas__disclaimer li {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .care-areas__disclaimer li {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .care-areas__disclaimer li {
    font-size: 10px;
  }
}
/* ==========================================================================
   OVERLAY 1
   ========================================================================== */
.overlay-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #002f5d;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 2;
  left: -100%;
  overflow: auto;
  padding: 0 0 32px;
  background: #00366a;
  background: linear-gradient(0deg, #00366a 0%, #005eb8 50%, #002f5d 100%);
}
.overlay-1--active {
  left: 0;
}
.overlay-1__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.overlay-1__overlay__close {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 8px;
  position: absolute;
  top: 32px;
  right: 32px;
}
@media (max-width: 1024px) {
  .overlay-1__overlay__close {
    order: 3;
    margin: 0;
  }
}
@media (max-width: 650px) {
  .overlay-1__overlay__close {
    font-size: 14px;
    width: auto;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
}
.overlay-1__overlay__close:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.overlay-1__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 32px 32px 0 80px;
}
@media (max-width: 1024px) {
  .overlay-1__header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .overlay-1__header {
    padding: 16px 16px 0 16px;
  }
}
.overlay-1__header h1 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  padding: 0 32px 0 0;
}
@media (max-width: 1024px) {
  .overlay-1__header h1 {
    order: 2;
    padding: 16px 0;
  }
}
@media (max-width: 900px) {
  .overlay-1__header h1 {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .overlay-1__header h1 {
    font-size: 18px;
  }
}
.overlay-1__header p {
  flex: 1;
  color: #fff;
  padding: 0 32px 0 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .overlay-1__header p {
    order: 3;
    padding: 0;
  }
}
.overlay-1__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .overlay-1__buttons {
    order: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.overlay-1__close {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 8px;
}
@media (max-width: 1024px) {
  .overlay-1__close {
    order: 3;
    margin: 0;
  }
}
@media (max-width: 650px) {
  .overlay-1__close {
    font-size: 14px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
}
.overlay-1__close:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.overlay-1__content {
  flex: 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;
  padding: 32px 32px 0;
}
@media (max-width: 900px) {
  .overlay-1__content {
    padding: 16px;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.overlay-1 .btn-view-demo {
  background: transparent;
  padding: 8px 32px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 8px;
  min-width: 180px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .overlay-1 .btn-view-demo {
    order: 1;
    margin: 0 8px 0 0;
  }
}
@media (max-width: 650px) {
  .overlay-1 .btn-view-demo {
    padding: 6px 12px;
    font-size: 10px;
    min-width: 0;
  }
}
.overlay-1 .btn-view-demo:hover {
  color: #fff;
  background: #fe5000;
  border-color: #fe5000;
}
.overlay-1 .btn-resource {
  background: transparent;
  padding: 8px 32px;
  border: 1px solid #59cbe8;
  color: #59cbe8;
  font-family: 'GEInspiraSansBold';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  min-width: 180px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .overlay-1 .btn-resource {
    order: 2;
    margin: 0 8px 0 0;
  }
}
@media (max-width: 650px) {
  .overlay-1 .btn-resource {
    padding: 6px 12px;
    font-size: 10px;
    min-width: 0;
  }
}
.overlay-1 .btn-resource:hover {
  color: #fff;
  background: #fe5000;
  border-color: #fe5000;
}
.overlay-1__disclaimer {
  position: absolute;
  bottom: 16px;
  left: 16px;
  opacity: 0.7;
  color: #fff;
}
@media (max-width: 650px) {
  .overlay-1__disclaimer {
    position: static;
    padding: 16px;
  }
}
.overlay-1__disclaimer p {
  font-size: 14px;
}
@media (max-width: 650px) {
  .overlay-1__disclaimer p {
    font-size: 11px;
  }
}
.overlay-1-hotspot-active .overlay-1--active .overlay-1__overlay {
  display: block;
}
@keyframes pulse {
  0 {
    box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 10px 16px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.3);
  }
}
.breadcrumb-care-areas {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb-care-areas:hover {
  color: #fe5000;
}
/* ==========================================================================
   HOTSPOTS
   ========================================================================== */
@keyframes hotspotOverlay {
  0 {
    left: -999em;
    opacity: 0;
  }
  1% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: -40px;
    opacity: 1;
  }
}
@keyframes hotspotOverlayMobile {
  0 {
    left: -999em;
    opacity: 0;
  }
  1% {
    left: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes hotspotOverlayAlt {
  0 {
    left: -999em;
    opacity: 0;
  }
  1% {
    left: auto;
    right: -40px;
    opacity: 0;
  }
  100% {
    left: auto;
    right: -40px;
    opacity: 1;
  }
}
@keyframes hotspotOverlayAltMobile {
  0 {
    left: -999em;
    opacity: 0;
  }
  1% {
    left: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    right: 0;
    opacity: 1;
  }
}
.hotspot {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-height: 850px) {
  .hotspot {
    max-width: 900px;
  }
}
@media (max-height: 800px) {
  .hotspot {
    max-width: 600px;
  }
}
.hotspot--overview {
  max-width: 950px;
}
@media (max-height: 850px) {
  .hotspot--overview {
    max-width: 860px;
  }
}
@media (max-height: 800px) {
  .hotspot--overview {
    max-width: 600px;
  }
}
.hotspot__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100% !important;
}
.hotspot__item {
  position: absolute;
}
.hotspot__icon {
  background: #59cbe8;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.3);
  animation: pulse 1.2s infinite;
  z-index: 2;
}
@media (max-width: 650px) {
  .hotspot__icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}
.hotspot__content {
  background: #59cbe8;
  padding: 8px 8px 8px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 16px;
  position: absolute;
  bottom: -136px;
  left: -999em;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 650px) {
  .hotspot__content {
    position: fixed;
    bottom: 0;
    border-radius: 8px 8px 0 0;
  }
}
.hotspot__content--alt {
  top: auto;
  left: -999em;
  bottom: -136px;
}
@media (max-width: 650px) {
  .hotspot__content--alt {
    bottom: 0;
  }
}
.hotspot__content--alt.hotspot__content--active {
  animation: hotspotOverlayAlt 0.5s forwards;
}
@media (max-width: 650px) {
  .hotspot__content--alt.hotspot__content--active {
    animation: hotspotOverlayAltMobile 0.5s forwards;
  }
}
.hotspot__content--active {
  animation: hotspotOverlay 0.5s forwards;
}
@media (max-width: 650px) {
  .hotspot__content--active {
    animation: hotspotOverlayMobile 0.5s forwards;
  }
}
.hotspot__content h2 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  padding: 0 0 8px;
  white-space: nowrap;
  font-family: 'GEInspiraSansBold';
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 650px) {
  .hotspot__content h2 {
    font-size: 12px;
  }
}
.hotspot__content h2 span {
  font-family: 'GEInspiraSans';
  font-size: 16px;
}
.hotspot__content button {
  background: #fe5000;
  padding: 8px 16px;
  border: none;
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  font-weight: normal;
}
.hotspot__content button:hover {
  background: #005eb8;
}
/* ==========================================================================
   OVERLAY 2
   ========================================================================== */
.overlay-2 {
  background: #002f5d;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 3;
  left: -100%;
}
.overlay-2--active {
  left: 0;
}
.overlay-2__carousel {
  height: 100%;
}
.overlay-2__carousel__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  display: flex !important;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 900px) {
  .overlay-2__carousel__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    position: relative;
  }
}
.overlay-2__close {
  position: absolute;
  top: 32px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #63666A;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .overlay-2__close {
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 650px) {
  .overlay-2__close {
    width: 24px;
    height: 24px;
    font-size: 14px;
    top: 8px;
    right: 8px;
  }
}
.overlay-2__close:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.overlay-2__col-a {
  min-width: 50%;
  max-width: 50%;
  overflow: auto;
}
@media (max-width: 900px) {
  .overlay-2__col-a {
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
  }
}
@media (max-width: 650px) {
  .overlay-2__col-a {
    padding: 0;
  }
}
.overlay-2__col-b {
  min-width: 50%;
  max-width: 50%;
  background: #fff;
  padding: 32px 64px 32px 32px;
  position: relative;
  overflow: auto;
}
@media (max-width: 900px) {
  .overlay-2__col-b {
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
    position: static;
    padding: 32px 64px;
  }
}
@media (max-width: 650px) {
  .overlay-2__col-b {
    padding: 16px 40px 32px;
  }
}
.overlay-2__col-b h2 {
  font-size: 28px;
  color: #0c2340;
  margin: 0 0 1em;
  font-family: 'GEInspiraSansBold';
  font-weight: normal;
}
@media (max-width: 900px) {
  .overlay-2__col-b h2 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .overlay-2__col-b h2 {
    font-size: 16px;
  }
}
.overlay-2__col-b ul {
  padding-left: 1rem;
}
.overlay-2__col-b p,
.overlay-2__col-b li {
  color: #0c2340;
}
.overlay-2__col-b strong {
  font-family: 'GEInspiraSansBold';
  font-weight: normal;
}
.overlay-2__col-b strong.highlight {
  color: #005eb8;
}
.overlay-2__img {
  margin: 0 0 32px;
}
@media (max-width: 650px) {
  .overlay-2__img {
    margin: 0 0 16px;
  }
}
.overlay-2__img img,
.overlay-2__img video {
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.overlay-2__video {
  margin: 0 0 32px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}
@media (max-width: 650px) {
  .overlay-2__video {
    margin: 0 0 16px;
  }
}
.overlay-2__video iframe,
.overlay-2__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-2__title {
  padding: 0 64px 64px;
}
.overlay-2__title h1 {
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 32px;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 900px) {
  .overlay-2__title h1 {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .overlay-2__title h1 {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .overlay-2__title {
    padding: 0 40px 16px;
  }
}
.overlay-2__resources {
  margin: 32px 0 0;
}
.overlay-2__resources h3 {
  color: #0c2340;
  margin: 0 0 1em;
  font-size: 14px;
}
.overlay-2__resources h4 {
  font-size: 14px;
  color: #0c2340;
  margin: 0 0 0.5rem;
  font-family: 'GEInspiraSansBold';
  font-weight: normal;
}
.overlay-2__resources-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -8px;
}
@media (max-width: 650px) {
  .overlay-2__resources-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.overlay-2__resources-item {
  min-width: 33.33%;
  max-width: 33.33%;
  padding: 0 8px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 650px) {
  .overlay-2__resources-item {
    min-width: 0;
    max-width: 75%;
    padding: 0 8px 16px;
  }
}
.overlay-2__resources-img {
  flex: 1;
  background: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.overlay-2__resources img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.overlay-2__footnote p {
  font-size: 16px;
}
@media (max-width: 650px) {
  .overlay-2__footnote p {
    font-size: 12px;
  }
}
.overlay-2__prev {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.overlay-2__prev button {
  color: #fff;
  background: none;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-2__prev button:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.overlay-2__next {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.overlay-2__next button {
  color: #63666A;
  background: none;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #63666A;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-2__next button:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.overlay-2 .slick-list {
  height: 100% !important;
}
.overlay-2 .slick-track {
  height: 100%;
}
.overlay-2 .slick-prev,
.overlay-2 .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  color: #63666A;
  background: none;
  z-index: 1;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #63666A;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .overlay-2 .slick-prev,
  .overlay-2 .slick-next {
    width: 22px;
    height: 22px;
  }
}
.overlay-2 .slick-prev:hover,
.overlay-2 .slick-next:hover {
  border-color: #fe5000;
  color: #fe5000;
}
@media (max-width: 900px) {
  .overlay-2 .slick-prev:hover,
  .overlay-2 .slick-next:hover {
    background: #fff;
  }
}
.overlay-2 .slick-prev {
  left: 24px;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .overlay-2 .slick-prev {
    background: #005eb8;
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 650px) {
  .overlay-2 .slick-prev {
    left: 8px;
  }
}
.overlay-2 .slick-prev:after {
  content: "\f104";
  font: 22px/1 'Font Awesome 5 Free';
  padding-right: 2px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .overlay-2 .slick-prev:after {
    font-size: 16px;
  }
}
.overlay-2 .slick-next {
  right: 24px;
  text-align: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .overlay-2 .slick-next {
    background: #005eb8;
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 650px) {
  .overlay-2 .slick-next {
    right: 8px;
  }
}
.overlay-2 .slick-next:after {
  content: "\f105";
  font: 22px/1 'Font Awesome 5 Free';
  padding-left: 3px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .overlay-2 .slick-next:after {
    font-size: 16px;
  }
}
.overlay-2__small-content p {
  font-family: 'GEInspiraSansBold';
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.overlay-2__small-content ul {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* ==========================================================================
   OVERLAY 3
   ========================================================================== */
.overlay-3 {
  background: url(img_bg-carousel.jpg) no-repeat #002f5d center top;
  background-size: cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 64px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 4;
  left: -100%;
}
@media (max-width: 650px) {
  .overlay-3 {
    padding: 40px;
  }
}
.overlay-3--active {
  left: 0;
}
.overlay-3 h1 {
  color: #fff;
  text-align: center;
  margin: 0 0 1rem;
  font-size: 32px;
}
@media (max-width: 900px) {
  .overlay-3 h1 {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .overlay-3 h1 {
    font-size: 18px;
  }
}
.overlay-3 p {
  color: #fff;
  text-align: center;
  margin: 0 0 1rem;
}
.overlay-3__carousel__item {
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-3__close {
  position: absolute;
  top: 32px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 650px) {
  .overlay-3__close {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
    font-size: 14px;
  }
}
.overlay-3__close:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.overlay-3__img {
  text-align: center;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 900px) {
  .overlay-3__img {
    flex: none;
  }
}
.overlay-3__img img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100% !important;
}
.overlay-3__video {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-bottom: 64px solid transparent;
  text-align: center;
}
.overlay-3__video:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.overlay-3__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-3__video video {
  max-width: 100%;
}
.overlay-3 .slick-slider {
  height: 100%;
}
.overlay-3 .slick-list {
  height: 100% !important;
}
.overlay-3 .slick-track {
  height: 100%;
}
.overlay-3 .slick-prev,
.overlay-3 .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  z-index: 1;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .overlay-3 .slick-prev,
  .overlay-3 .slick-next {
    width: 22px;
    height: 22px;
  }
}
.overlay-3 .slick-prev:hover,
.overlay-3 .slick-next:hover {
  border-color: #fe5000;
  color: #fe5000;
}
.overlay-3 .slick-prev {
  left: -48px;
}
@media (max-width: 650px) {
  .overlay-3 .slick-prev {
    left: -32px;
  }
}
.overlay-3 .slick-prev:after {
  content: "\f104";
  font: 22px/1 'Font Awesome 5 Free';
  padding-right: 2px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .overlay-3 .slick-prev:after {
    font-size: 16px;
  }
}
.overlay-3 .slick-next {
  right: -48px;
  text-align: right;
}
@media (max-width: 650px) {
  .overlay-3 .slick-next {
    right: -32px;
  }
}
.overlay-3 .slick-next:after {
  content: "\f105";
  font: 22px/1 'Font Awesome 5 Free';
  padding-left: 3px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .overlay-3 .slick-next:after {
    font-size: 16px;
  }
}
#overlayImgMaternalSurveillanceView,
#overlayImgSnapshotView {
  background: url(img_bg-carousel-LD.jpg) no-repeat #002f5d center top;
  background-size: cover;
}
/* ==========================================================================
   RESOURCES
   ========================================================================== */
.resources {
  background: url(img_bg-resources2.jpg) no-repeat #002f5d center center;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 64px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 4;
  left: -100%;
  overflow: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 650px) {
  .resources {
    padding: 16px;
  }
}
.resources h1 {
  color: #fff;
  margin: 32px;
  font-size: 32px;
}
@media (max-width: 900px) {
  .resources h1 {
    font-size: 24px;
    text-align: center;
    margin: 32px 0 16px;
  }
}
@media (max-width: 650px) {
  .resources h1 {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
.resources--active {
  left: 0;
}
.resources__close {
  position: absolute;
  top: 32px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 650px) {
  .resources__close {
    width: 24px;
    height: 24px;
    font-size: 14px;
    top: 8px;
    right: 8px;
  }
}
.resources__close:hover {
  color: #fe5000;
  border-color: #fe5000;
}
.resources__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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: 1;
  padding: 0 32px;
}
@media (max-width: 1024px) {
  .resources__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.resources__col {
  width: 400px;
  text-align: center;
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .resources__col {
    width: 400px;
    order: 2;
    height: auto;
  }
}
@media (max-width: 650px) {
  .resources__col {
    width: 280px;
  }
}
.resources__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.resources__col li {
  padding: 0;
  margin: 0 0 8px;
}
@media (max-width: 1024px) {
  .resources__col li {
    margin: 0 0 8px;
  }
}
.resources__col h2 {
  font-size: 32px;
  color: #fff;
  font-family: 'GEInspiraSansBold';
}
@media (max-width: 900px) {
  .resources__col h2 {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .resources__col h2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .resources__col h2 br {
    display: none;
  }
}
.resources__btn {
  background: #59cbe8 8px center no-repeat;
  background-size: 32px;
  padding: 8px 50px;
  width: 400px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'GEInspiraSansBold';
  font-size: 16px;
  line-height: 1.4;
  border-radius: 64px;
  cursor: pointer;
  outline: none;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  font-weight: normal;
  height: 62px;
  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;
}
@media (max-width: 650px) {
  .resources__btn {
    background-size: 16px;
    padding: 4px 30px;
    font-size: 12px;
    line-height: 1.2;
    width: 280px;
    height: 46px;
  }
}
.resources__btn:hover {
  background-color: #fe5000;
  color: #fff;
}
.resources__btn--video {
  background-image: url(img_icon-play.png);
}
.resources__btn--brochure {
  background-image: url(img_icon-resources.png);
}
.resources__disclaimer {
  list-style: disc !important;
  margin: 0 0 8px !important;
  padding: 16px 32px !important;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  border-radius: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 650px) {
  .resources__disclaimer {
    padding: 16px 32px !important;
  }
}
.resources__disclaimer li {
  text-align: left;
  font-size: 16px;
  color: #0c2340;
  padding: 0;
  margin: 0;
}
@media (max-width: 650px) {
  .resources__disclaimer li {
    font-size: 12px;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  padding: 16px;
}
@media (max-width: 650px) {
  .page-footer {
    padding: 8px;
  }
}
.page-footer p {
  margin: 0;
  text-align: center;
  color: #59cbe8;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .page-footer p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .page-footer p {
    font-size: 12px;
  }
}
.page-footer a {
  color: #59cbe8;
  text-decoration: none;
}
.page-footer a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.page-header {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #376092);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 16px 32px;
}
@media (max-width: 1024px) {
  .page-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
  }
}
.page-header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-header__ge-logo {
  padding: 0 16px 0 0;
  width: 48px;
}
.page-header__ge-logo img {
  display: block;
  width: 48px;
  height: 48px;
}
.page-header__home {
  padding: 0 0 0 16px;
  border-left: 1px solid #fff;
  width: 48px;
}
.page-header__home button {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.page-header__home img {
  display: block;
  width: 48px;
  height: 48px;
}
.page-header__title {
  text-transform: uppercase;
  color: #fff;
  flex: 1;
  text-align: right;
  font-size: 24px;
  padding: 0 32px 0 0;
  letter-spacing: 2.5px;
}
@media (max-width: 1024px) {
  .page-header__title {
    padding: 16px 0;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .page-header__title {
    padding: 8px;
    line-height: 1.4;
    font-size: 14px;
  }
}
.page-header__button a {
  background: #59cbe8;
  color: #fff;
  padding: 8px 32px;
  border-radius: 32px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  font-family: 'GEInspiraSansBold';
  min-width: 180px;
  text-align: center;
}
@media (max-width: 650px) {
  .page-header__button a {
    padding: 6px 12px;
    font-size: 10px;
    min-width: 0;
  }
}
.page-header__button a:hover {
  background: #fe5000;
}
/* ==========================================================================
   HERO
   ========================================================================== */
