*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------------*\
  THEME BREAKPOINTS
\*------------------------------------*/
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-lightit-webfont.woff2") format("woff2"), url("../fonts/proximanova-lightit-webfont.woff") format("woff");
  font-weight: light;
  font-style: italic;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-regularit-webfont.woff2") format("woff2"), url("../fonts/proximanova-regularit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-boldit-webfont.woff2") format("woff2"), url("../fonts/proximanova-boldit-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
body {
  font-family: "proxima_nova";
}

.font--heading {
  font-family: "proxima_nova";
  color: #ffffff;
}

.font--body {
  font-family: "proxima_nova";
  color: #ffffff;
}

.font--300 {
  font-weight: 300;
}

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

.font--500 {
  font-weight: 500;
}

.font--600 {
  font-weight: 600;
}

.font--600 {
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*------------------------------------*\
  THEME COLOURS
\*------------------------------------*/
.c--font {
  color: #03223b;
}

.bc--font {
  background-color: #03223b;
  color: #ffffff;
}

.c--white {
  color: #ffffff;
}

.bc--white {
  background-color: #ffffff;
  color: #ffffff;
}

.c--black {
  color: #000000;
}

.bc--black {
  background-color: #000000;
  color: #ffffff;
}

.c--hologic-blue {
  color: #0B143B;
}

.bc--hologic-blue {
  background-color: #0B143B;
  color: #ffffff;
}

.c--theme--1 {
  color: #0B143B;
}

.bc--theme--1 {
  background-color: #0B143B;
  color: #ffffff;
}

/*------------------------------------*\
  HTML & BODY
\*------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  color: #03223b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  min-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background: #ffffff;
  z-index: 100;
}
header .logo {
  height: auto;
  width: 100px;
  position: absolute;
  top: 7px;
  left: 20px;
}
header nav ul {
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 105;
  right: 0;
  top: 45px;
  padding: 20px;
  text-align: right;
}
header nav ul li {
  padding: 14px 20px 6px;
}
header nav ul li a {
  display: block;
  color: #292B63;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
header nav ul li a:hover {
  text-decoration: underline;
}
header nav ul li a.active {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    backgrond: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    list-style-type: none;
    padding: 0;
    top: 0;
    margin: 0;
    text-align: left;
  }
}
header button.navigation__mobile {
  position: absolute;
  top: 12px;
  right: 20px;
  background: none;
  border: none;
  display: block;
  width: 40px;
  height: 21px;
  z-index: 110;
  cursor: pointer;
}
@media (min-width: 1000px) {
  header button.navigation__mobile {
    display: none;
  }
}
header button.navigation__mobile span {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  background: #292B63;
  left: 0;
}
header button.navigation__mobile span:nth-of-type(1) {
  top: 0;
}
header button.navigation__mobile span:nth-of-type(2) {
  top: 9px;
}
header button.navigation__mobile span:nth-of-type(2):after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  background: #292B63;
  top: 0;
  left: 0;
}
header button.navigation__mobile span:nth-of-type(3) {
  bottom: 0;
}
header button.navigation__mobile:hover span:nth-of-type(1) {
  top: 2px;
}
header button.navigation__mobile:hover span:nth-of-type(3) {
  bottom: 2px;
}

@media (max-width: 999px) {
  .mobile--active header button.navigation__mobile span:nth-of-type(1) {
    opacity: 0;
    top: 9px;
  }
  .mobile--active header button.navigation__mobile span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .mobile--active header button.navigation__mobile span:nth-of-type(2):after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .mobile--active header button.navigation__mobile span:nth-of-type(3) {
    opacity: 0;
    bottom: 9px;
  }
  .mobile--active header nav ul {
    display: block;
  }
}

#viewer {
  height: calc(100vh - 45px) !important;
  margin-top: 45px;
}

.error-404__page {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: #0B143B;
}
.error-404__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  text-align: center;
  color: #ffffff;
}
.error-404__heading {
  font-size: clamp(3rem, 8vmin, 10rem);
  text-align: center;
}

a.error-404__text-link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: clamp(2rem, 4vh, 8rem);
}
a.error-404__text-link:hover {
  text-decoration: underline;
}