/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* END NORMALIZE.CSS
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

@font-face {
  font-family: 'Raleway-ExtraBold';
  font-weight: 800;
  src: url("/zephyr/fonts/Raleway-ExtraBold.woff2") format("woff2"), url("/zephyr/fonts/Raleway-ExtraBold.woff") format("woff"), url("/zephyr/fonts/Raleway-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Raleway-Bold';
  font-weight: 600;
  src: url("/zephyr/fonts/Raleway-Bold.woff2") format("woff2"), url("/zephyr/fonts/Raleway-Bold.woff") format("woff"), url("/zephyr/fonts/Raleway-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Raleway-Regular';
  font-weight: 400;
  src: url("/zephyr/fonts/Raleway-Regular.woff2") format("woff2"), url("/zephyr/fonts/Raleway.woff") format("woff"), url("/zephyr/fonts/Raleway.ttf") format("truetype"); }

@font-face {
  font-family: 'Derailed-ExtraBold';
  font-weight: 800;
  src: url("/zephyr/fonts/derailed-extrabold-webfont.woff2") format("woff2"), url("/zephyr/fonts/derailed-extrabold-webfont.woff") format("woff"), url("/zephyr/fonts/derailed-extrabold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Derailed-Bold';
  font-weight: 600;
  src: url("/zephyr/fonts/derailed-bold-webfont.woff2") format("woff2"), url("/zephyr/fonts/derailed-bold-webfont.woff") format("woff"), url("/zephyr/fonts/derailed-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Derailed-Regular';
  font-weight: 400;
  src: url("/zephyr/fonts/derailed-regular-webfont.woff2") format("woff2"), url("/zephyr/fonts/derailed-regular-webfont.woff") format("woff"), url("/zephyr/fonts/derailed-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Bariol';
  font-weight: 400;
  src: url("/zephyr/fonts/bariol_regular.woff2") format("woff2"), url("/zephyr/fonts/bariol_regular.woff") format("woff"), url("/zephyr/fonts/bariol_regular.ttf") format("truetype"); }

@font-face {
  font-family: 'droid_sansbold';
  font-weight: 600;
  src: url("/zephyr/fonts/DroidSans-Bold-webfont.woff2") format("woff2"), url("/zephyr/fonts/DroidSans-Bold-webfont.woff") format("woff"), url("/zephyr/fonts/DroidSans-Bold-webfont.ttf") format("truetype"); }

/* $DerailedExtraBold */
/* $DerailedExtraBold */
/* $DerailedBold */
/* $DerailedBold */
/* ---------------------------------------------
SACS Accordion Variables
----------------------------------------------*/
/* ---------------------------------------------
UG2018 Course Accordion Variables
----------------------------------------------*/
/* Standard Panel*/
/*Gradient Panel*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word; }

*:focus {
  outline: none; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

html {
  font-size: 100%;
  overflow-y: overlay; }

body {
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #4c4c4c;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5; }
  body::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  body::-webkit-scrollbar-track {
    background: #626262; }
  body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px; }
  body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3); }
  body::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0); }
  @media screen and (min-width: 48rem) {
    body {
      font-size: 1.125rem; } }

.h1, h1,
.h2,
h2,
.dualPanel .headline,
.promoBanner .headline,
.articleList .articles .headline,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  padding: 0.75rem 0rem;
  color: #4a4a4a;
  display: block;
  font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  text-transform: none; }
  @media screen and (min-width: 64rem) {
    .h1, h1,
    .h2,
    h2,
    .dualPanel .headline,
    .promoBanner .headline,
    .articleList .articles .headline,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
      padding: 1.5rem 0rem; } }

.h2:first-child, h2:first-child, .dualPanel .headline:first-child, .promoBanner .headline:first-child, .articleList .articles .headline:first-child,
.h3:first-child,
h3:first-child,
.h4:first-child,
h4:first-child,
.h5:first-child,
h5:first-child,
.h6:first-child,
h6:first-child {
  margin-top: 0;
  padding-top: 0; }

.h1, h1 {
  font-size: 1.875rem;
  font-family: "Derailed-ExtraBold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 64rem) {
    .h1, h1 {
      font-size: 3.375rem; } }


.h2,
h2,
.dualPanel .headline,
.promoBanner .headline,
.articleList .articles .headline {
  font-size: 1.25rem;
  font-family: "Derailed-ExtraBold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 64rem) {
    
    .h2,
    h2,
    .dualPanel .headline,
    .promoBanner .headline,
    .articleList .articles .headline {
      font-size: 2.5rem; } }


.h3,
h3 {
  font-size: 1.25rem;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 64rem) {
    
    .h3,
    h3 {
      font-size: 2.5rem; } }


.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-size: 1.125rem;
  font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 64rem) {
    
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
      font-size: 1.5rem; } }

img {
  display: block;
  height: auto;
  width: 100%; }

p,
ol,
ul {
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  @media screen and (min-width: 48rem) {
    p,
    ol,
    ul {
      font-size: 1rem; } }

ol,
ul,
p,
pre {
  padding: 0.9375rem 0rem; }
  h1 + ol,
  h2 + ol,
  h3 + ol,
  h4 + ol,
  h5 + ol,
  h6 + ol,
  ol + ol, h1 +
  ul,
  h2 +
  ul,
  h3 +
  ul,
  h4 +
  ul,
  h5 +
  ul,
  h6 +
  ul,
  ul + ol, h1 +
  p,
  h2 +
  p,
  h3 +
  p,
  h4 +
  p,
  h5 +
  p,
  h6 +
  p,
  p + ol, h1 +
  pre,
  h2 +
  pre,
  h3 +
  pre,
  h4 +
  pre,
  h5 +
  pre,
  h6 +
  pre,
  pre + ol,
  ol +
  ul,
  ul +
  ul,
  p +
  ul,
  pre +
  ul,
  ol +
  p,
  ul +
  p,
  p +
  p,
  pre +
  p,
  ol +
  pre,
  ul +
  pre,
  p +
  pre,
  pre +
  pre {
    padding-top: 0; }
  ol:last-child,
  ul:last-child,
  p:last-child,
  pre:last-child {
    padding-bottom: 0; }

ul,
ol {
  margin-left: 3rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 1.25rem;
  margin-top: 0.34375rem;
  padding-top: 0; }

li {
  margin-bottom: 0.34375rem; }
  li:last-child {
    margin-bottom: 0; }

fieldset {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0; }

blockquote {
  padding: 0.5rem 1rem;
  border-left: 0.5em solid #4a4a4a;
  color: #4a4a4a;
  font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin: 0; }
  blockquote p {
    margin: 0;
    padding: 0; }

cite {
  font-size: 0.875rem;
  color: #4c4c4c;
  display: block; }

dl dt {
  font-weight: 600; }

dl dd + dt {
  margin-top: 0.5rem; }

table {
  margin-bottom: 2rem;
  border-collapse: collapse;
  width: 100%; }
  table th,
  table td {
    min-width: 4rem;
    padding: 0.5rem;
    border: 1px solid #4a4a4a; }
    @media screen and (min-width: 64rem) {
      table th,
      table td {
        min-width: auto; } }
  table th {
    background-color: #646464;
    color: #fff;
    font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  table caption {
    font-weight: 600; }

a {
  color: #a93d96;
  text-decoration: none; }
  a:visited {
    color: #905184; }
  a:hover, a:focus {
    color: #905184;
    text-decoration: underline; }

pre {
  font-size: 0.875rem;
  font-family: monospace; }

iframe {
  width: 100%; }

button {
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-decoration: none;
  white-space: nowrap; }

main {
  background-color: #ffffff; }

.lastSection.gallery.dark, .lastSection.imageBanner {
  margin-bottom: 0; }

.fit-vids-style {
  display: none !important; }

::-moz-selection {
  background: #4a4a4a;
  color: #ffffff; }

::selection {
  background: #4a4a4a;
  color: #ffffff; }
  .colourA ::-moz-selection {
    color: #de2b58; }
  .colourA ::selection {
    color: #de2b58; }
  .colourB ::-moz-selection {
    color: #a93d96; }
  .colourB ::selection {
    color: #a93d96; }
  .colourC ::-moz-selection {
    color: #312f51; }
  .colourC ::selection {
    color: #312f51; }

.row {
  padding: 0rem 0.9375rem;
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row .row {
    padding-left: 0;
    padding-right: 0; }

section {
  margin: 1.25rem 0rem; }
  @media screen and (min-width: 64rem) {
    section {
      margin: 2.5rem 0rem; } }
  section > :first-child {
    margin-top: 0; }
  main section:last-of-type {
    margin-bottom: 0; }

.accessiblyHidden, .search .searchFilters legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hidden {
  display: none !important; }

.visible {
  visibility: visible !important; }

.tabHighlight a:focus,
.tabHighlight area:focus,
.tabHighlight button:focus,
.tabHighlight input:focus,
.tabHighlight select:focus,
.tabHighlight textarea:focus,
.tabHighlight div:focus {
  outline: 4px dashed #a93d96; }
  .tabHighlight a:focus + label:before,
  .tabHighlight area:focus + label:before,
  .tabHighlight button:focus + label:before,
  .tabHighlight input:focus + label:before,
  .tabHighlight select:focus + label:before,
  .tabHighlight textarea:focus + label:before,
  .tabHighlight div:focus + label:before {
    outline: 4px dashed #a93d96; }

@media screen and (min-width: 48rem) {
  .mobile {
    display: none; } }

.tablet {
  display: none; }
  @media screen and (min-width: 48rem) {
    .tablet {
      display: inherit; } }

.desktop {
  display: none; }
  @media screen and (min-width: 64rem) {
    .desktop {
      display: inherit; } }

.noScroll {
  overflow: hidden;
  position: fixed; }

.noScrollX {
  overflow-x: hidden;
  position: fixed; }

.noScrollY {
  overflow-y: hidden;
  position: fixed; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.skipToContentWrap {
  font-size: 0.625rem;
  width: 100%; }

.skipToContent {
  margin: -0.0625rem;
  height: 0.0625rem;
  width: 0.0625rem;
  font-size: 1.125rem;
  background: #ffffff;
  border: 2px solid #4a4a4a;
  clip: rect(0 0 0 0);
  display: block;
  overflow: hidden;
  position: absolute; }
  .skipToContent:focus {
    padding: 1rem;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.pagination {
  font-size: 0.625rem;
  padding: 0.625rem 0rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination:empty {
    display: none; }

.paginationButton {
  font-size: 1.125rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  -webkit-appearance: none;
  background: none;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  color: #a93d96;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .paginationButton:hover {
    background-color: #e4e4e4; }
  .paginationButton.disabled {
    background-color: #f1f1f1;
    color: #bbbbbb;
    cursor: default; }
  .paginationButton + .paginationButton {
    border-left: none; }

.paginationButtonPrev,
.paginationButtonNext {
  font-size: 1.5rem;
  padding-bottom: 0.4rem;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.labelContainer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0; }

.label {
  font-size: 1.125rem;
  background-color: #4a4a4a;
  color: #ffffff;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  left: 0;
  line-height: 1;
  top: 0;
  z-index: 1; }
  @media screen and (min-width: 64rem) {
    .label {
      font-size: 1.5rem; } }
  .label.colourA {
    background-color: #de2b58; }
  .label.colourB {
    background-color: #a93d96; }
  .label.colourC {
    background-color: #312f51; }

.labelText {
  padding: 0.5rem;
  color: #ffffff;
  display: inline-block; }

.labelLink {
  pointer-events: auto; }
  .labelLink:focus, .labelLink:hover, .labelLink:visited {
    color: #ffffff; }

.labelIcon {
  width: 1.25rem;
  margin: 0.625rem 1.25rem;
  display: block;
  height: auto; }
  @media screen and (min-width: 64rem) {
    .labelIcon {
      margin-bottom: 0.9375rem;
      margin-top: 0.9375rem;
      width: 1.5625rem; } }

.header {
  font-size: 0.625rem;
  padding-bottom: 2.1875rem;
  padding-top: 9.375rem;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 48rem) {
    .header {
      padding-bottom: 3.125rem;
      padding-top: 12.5rem; } }
  .header:not(.headerSmall) {
    min-height: 27.5rem; }
    @media screen and (min-width: 64rem) {
      .header:not(.headerSmall) {
        min-height: 48.125rem; } }
  .header h1 {
    color: #ffffff;
    padding: 0; }
    @media screen and (min-width: 64rem) {
      .header h1 {
        font-size: 3.75rem; } }
  .header .intro {
    font-size: 1.25rem;
    padding: 0.75rem 0rem;
    color: #ffffff;
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.2; }
    @media screen and (min-width: 64rem) {
      .header .intro {
        font-size: 1.875rem; } }
    .header .intro:empty {
      display: none; }

.headerTop {
  background-color: #282828;
  overflow: hidden;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 64rem) {
    .headerTop {
      padding: 2.1875rem 3.125rem 0rem;
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute; } }

.headerContent {
  margin: 2.5rem auto;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 64rem) {
  .headerCol.headerColLeft {
    display: inline-block;
    float: left; } }

@media screen and (min-width: 64rem) {
  .headerCol.headerColRight {
    float: right; } }

.headerCol.headerColRight .topbar {
  min-height: 6.25rem; }
  @media screen and (min-width: 64rem) {
    .headerCol.headerColRight .topbar {
      min-height: 0; } }

.headerLogo {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 2.8125rem;
  height: 3.3125rem;
  top: 0.9375rem;
  left: 0.9375rem;
  background: transparent url("/zephyr/img/logos/ncuvision__ncu_crest.svg") top left no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  z-index: 11; }
  @media screen and (min-width: 64rem) {
    .headerLogo {
      width: 14.8125rem;
      height: 5.625rem;
      background-image: url("/zephyr/img/logos/ncuvision__ncu_logo.svg");
      left: 0;
      position: relative;
      top: 0; } }
  .headerLogo img {
    display: block;
    height: auto;
    width: 100%; }

.headerVideo {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #4a4a4a; }

.headerSearchIcon {
  padding: 0rem 0.5rem 0.5rem;
  display: block;
  text-align: right; }
  @media screen and (min-width: 64rem) {
    .headerSearchIcon {
      display: none; } }
  .headerSearchIcon .search-icon {
    width: 4.6875rem;
    height: 2.1875rem;
    background: #ffffff url("/zephyr/img/icons/ncuvision__icon-search_dark.png") right 8px center no-repeat;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block; }
  .headerSearchIcon.close {
    background-image: url("/zephyr/img/icons/ncuvision__icon_close.png"); }

.headerSearch {
  margin: 2.5rem; }

.headerSearchBox {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 2rem;
  background: #000d17 url("/zephyr/img/icons/ncuvision__icon_close.png") top 32px right 32px no-repeat;
  display: none;
  z-index: 20; }
  @media screen and (min-width: 64rem) {
    .headerSearchBox {
      background: none;
      display: inline-block;
      padding: 0;
      position: relative;
      z-index: 10; } }
  .headerSearchBox.fadeIn {
    display: block;
    opacity: 0; }

.headerSearchBoxFull {
  float: none;
  margin-right: 0;
  width: 100%; }

.searchBoxHeader {
  min-width: 4.6875rem;
  width: 100%; }

.searchBoxSmall {
  min-width: auto; }

.videoControls {
  bottom: 0.625rem;
  left: 0.625rem;
  overflow: hidden;
  position: absolute;
  z-index: 1; }
  @media screen and (min-width: 48rem) {
    .videoControls {
      bottom: 1.25rem;
      left: 1.25rem; } }

.videoButton {
  height: 1.875rem;
  width: 1.875rem;
  -webkit-appearance: none;
  background: url("/zephyr/img/icons/ncuvision__icon-pause.svg") center center no-repeat;
  background-size: 90% 90%;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  opacity: 0.3;
  overflow: hidden;
  padding: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.5s ease, transform 0.2s ease;
  transition: opacity 0.5s ease, transform 0.2s ease;
  transition: opacity 0.5s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
  @media screen and (min-width: 48rem) {
    .videoButton {
      height: 3.125rem;
      width: 3.125rem; } }
  .videoButton:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .videoButton.videoButtonPaused {
    background-image: url("/zephyr/img/icons/ncuvision__icon-play.svg"); }

@media screen and (min-width: 48rem) {
  .ctaContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; } }

@media screen and (min-width: 48rem) {
  .ctaContainer.back {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media screen and (min-width: 48rem) {
  .ctaColumn {
    margin-right: 0.9375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33%; } }

@media screen and (min-width: 48rem) {
  .ctaColumn:last-of-type {
    margin-right: 0; } }

.cta, .gallery.mediaGallery .buttons .btn {
  font-size: 1.125rem;
  height: 2.6875rem;
  margin: 0.46875rem 0rem;
  padding: 0rem 2.1875rem 0rem 0.9375rem;
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 2.3;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, border-color 0.3s ease;
  -o-transition: background-color 0.5s ease, border-color 0.3s ease;
  transition: background-color 0.5s ease, border-color 0.3s ease; }
  @media screen and (min-width: 64rem) {
    .cta, .gallery.mediaGallery .buttons .btn {
      font-size: 1.5rem;
      height: 3.75rem;
      margin: 0.9375rem 0rem;
      padding: 0rem 3.125rem 0rem 1.25rem;
      line-height: 2.4; } }
  .cta:visited, .gallery.mediaGallery .buttons .btn:visited, .cta:focus, .gallery.mediaGallery .buttons .btn:focus, .cta:hover, .gallery.mediaGallery .buttons .btn:hover {
    color: #ffffff;
    text-decoration: none; }
  .cta:hover, .gallery.mediaGallery .buttons .btn:hover {
    background-color: #000000; }
  .cta:after, .gallery.mediaGallery .buttons .btn:after {
    right: 1rem;
    content: '>';
    position: absolute;
    top: 0; }
  .cta.full, .gallery.mediaGallery .buttons .full.btn {
    width: 100%; }
  .cta.back, .gallery.mediaGallery .buttons .back.btn {
    padding-left: 2.1875rem;
    padding-right: 0.9375rem; }
    @media screen and (min-width: 64rem) {
      .cta.back, .gallery.mediaGallery .buttons .back.btn {
        padding-left: 3.125rem;
        padding-right: 1.25rem; } }
    .cta.back:after, .gallery.mediaGallery .buttons .back.btn:after {
      left: 1rem;
      content: '<';
      right: auto; }
  .cta:not(.ghost).colourB, .gallery.mediaGallery .buttons .btn:not(.ghost).colourB {
    background-color: #a93d96;
    border-color: #a93d96; }
  .cta:not(.ghost).colourA, .gallery.mediaGallery .buttons .btn:not(.ghost).colourA {
    background-color: #de2b58;
    border-color: #de2b58; }
  .cta:not(.ghost).colourC, .gallery.mediaGallery .buttons .btn:not(.ghost).colourC {
    background-color: #312f51;
    border-color: #312f51; }
  .cta:not(.ghost):hover, .gallery.mediaGallery .buttons .btn:not(.ghost):hover, .cta:not(.ghost):focus, .gallery.mediaGallery .buttons .btn:not(.ghost):focus {
    background-color: #000000;
    border-color: #000000; }
  .cta.ghost, .gallery.mediaGallery .buttons .ghost.btn {
    background-color: transparent;
    border-color: #ffffff; }
    .cta.ghost:hover, .gallery.mediaGallery .buttons .ghost.btn:hover, .cta.ghost:focus, .gallery.mediaGallery .buttons .ghost.btn:focus {
      background-color: #000000;
      border-color: #000000; }
    .cta.ghost.colourB:hover, .gallery.mediaGallery .buttons .ghost.colourB.btn:hover, .cta.ghost.colourB:focus, .gallery.mediaGallery .buttons .ghost.colourB.btn:focus {
      background-color: #a93d96;
      border-color: #a93d96; }
    .cta.ghost.colourA:hover, .gallery.mediaGallery .buttons .ghost.colourA.btn:hover, .cta.ghost.colourA:focus, .gallery.mediaGallery .buttons .ghost.colourA.btn:focus {
      background-color: #de2b58;
      border-color: #de2b58; }
    .cta.ghost.colourC:hover, .gallery.mediaGallery .buttons .ghost.colourC.btn:hover, .cta.ghost.colourC:focus, .gallery.mediaGallery .buttons .ghost.colourC.btn:focus {
      background-color: #312f51;
      border-color: #312f51; }

.breadcrumb {
  font-size: 0.625rem;
  margin: 1.25rem 0rem;
  color: #000000; }
  .breadcrumb p {
    font-size: 0.875rem;
    padding: 0; }
  .breadcrumb a {
    color: #000000; }
    .breadcrumb a:visited {
      color: #000000; }

#js-navigation .search {
  color: #000000; }

#js-navigation .searchBox {
  font-size: 0.625rem;
  color: #000000;
  position: relative; }

#js-navigation .searchBoxInput {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem;
  padding: 1rem;
  padding-right: 3rem;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  border-radius: 50px;
  color: #000000;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%; }
  #js-navigation .searchBoxInput::-webkit-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(0, 0, 0, 0.65); }
    @media screen and (min-width: 64rem) {
      #js-navigation .searchBoxInput::-webkit-input-placeholder {
        color: transparent; } }
  #js-navigation .searchBoxInput:-moz-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(0, 0, 0, 0.65); }
    @media screen and (min-width: 64rem) {
      #js-navigation .searchBoxInput:-moz-placeholder {
        color: transparent; } }
  #js-navigation .searchBoxInput::-moz-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(0, 0, 0, 0.65); }
    @media screen and (min-width: 64rem) {
      #js-navigation .searchBoxInput::-moz-placeholder {
        color: transparent; } }
  #js-navigation .searchBoxInput:-ms-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(0, 0, 0, 0.65); }
    @media screen and (min-width: 64rem) {
      #js-navigation .searchBoxInput:-ms-input-placeholder {
        color: transparent; } }
  @media screen and (min-width: 64rem) {
    #js-navigation .searchBoxInput {
      font-size: 1rem;
      padding: 0.5625rem 2.5rem 0.5625rem 0.9375rem;
      max-width: 4.6875rem;
      background: rgba(255, 255, 255, 0.25); } }
  @media screen and (min-width: 64rem) {
    #js-navigation .searchBoxInput:focus {
      max-width: 14.0625rem; } }
  #js-navigation .searchBoxInput:hover, #js-navigation .searchBoxInput:focus {
    background: rgba(255, 255, 255, 0.95);
    color: #000000; }
    #js-navigation .searchBoxInput:hover::-webkit-input-placeholder, #js-navigation .searchBoxInput:focus::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0); }
    #js-navigation .searchBoxInput:hover:-moz-placeholder, #js-navigation .searchBoxInput:focus:-moz-placeholder {
      color: rgba(0, 0, 0, 0); }
    #js-navigation .searchBoxInput:hover::-moz-placeholder, #js-navigation .searchBoxInput:focus::-moz-placeholder {
      color: rgba(0, 0, 0, 0); }
    #js-navigation .searchBoxInput:hover:-ms-input-placeholder, #js-navigation .searchBoxInput:focus:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0); }
    @media screen and (min-width: 64rem) {
      #js-navigation .searchBoxInput:hover, #js-navigation .searchBoxInput:focus {
        background: rgba(255, 255, 255, 0.75); } }

#js-navigation .searchSubmit {
  bottom: 0.625rem;
  right: 1rem;
  width: 1.8125rem;
  height: 1.8125rem;
  color: transparent;
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url("/zephyr/img/icons/ncuvision__icon-search_dark.png") center center no-repeat;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; }
  @media screen and (min-width: 64rem) {
    #js-navigation .searchSubmit {
      bottom: 0.25rem;
      right: 0.5rem;
      background: url("/zephyr/img/icons/ncuvision__icon-search_light.png") center center no-repeat; } }

@media screen and (min-width: 64rem) {
  .wrapper.topbar {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.wrapper.topbar a,
.wrapper.topbar a:visited,
.wrapper.topbar a:active,
.wrapper.topbar button,
.wrapper.topbar a.btn {
  color: #ffffff; }
  @media screen and (min-width: 64rem) {
    .wrapper.topbar a,
    .wrapper.topbar a:visited,
    .wrapper.topbar a:active,
    .wrapper.topbar button,
    .wrapper.topbar a.btn {
      color: #ffffff; } }

.primary-open .wrapper.topbar .btn-more {
  display: none; }

.js .wrapper.topbar .btn-less {
  display: none; }

.primary-open .wrapper.topbar .btn-less {
  display: inline-block; }

.wrapper.bottombar {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 64rem) {
    .wrapper.bottombar {
      margin-top: 1rem;
      border: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .secondary-open .wrapper.bottombar {
    height: 100vh; }
  .wrapper.bottombar a,
  .wrapper.bottombar a:visited,
  .wrapper.bottombar a:active,
  .wrapper.bottombar button,
  .wrapper.bottombar a.btn {
    color: #ffffff; }
  .wrapper.bottombar button,
  .wrapper.bottombar a.btn {
    font-size: 0.875rem;
    height: 2.25rem;
    font-weight: normal; }
    .wrapper.bottombar button:hover, .wrapper.bottombar button:focus,
    .wrapper.bottombar a.btn:hover,
    .wrapper.bottombar a.btn:focus {
      background-color: rgba(255, 255, 255, 0.1);
      text-decoration: none; }
    .wrapper.bottombar button:active,
    .wrapper.bottombar a.btn:active {
      background-color: rgba(255, 255, 255, 0.2); }
  .wrapper.bottombar .menu-label {
    font-size: 0.875rem;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: 0.5rem;
    color: #ffffff;
    font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    z-index: 11; }
    @media screen and (min-width: 64rem) {
      .wrapper.bottombar .menu-label {
        display: none; } }
  .wrapper.bottombar .btn-open {
    padding: 0.5rem;
    padding-right: 2rem;
    background: transparent url("/zephyr/img/icons/ncuvision__icon_menu.png") right 8px center no-repeat;
    border-left: 1px solid #ffffff; }
    @media screen and (min-width: 64rem) {
      .wrapper.bottombar .btn-open {
        border: 1px solid #ffffff; } }
    .secondary-open .wrapper.bottombar .btn-open {
      opacity: 0; }
  .wrapper.bottombar .btn-back {
    padding: 0.5rem;
    padding-left: 1.5rem;
    margin-top: 2rem;
    background: transparent url("/zephyr/img/icons/ncuvision__icon_chevron-left.png") left 0.5rem center no-repeat;
    border: 1px solid #ffffff;
    pointer-events: none;
    visibility: hidden; }
    @media screen and (min-width: 64rem) {
      .wrapper.bottombar .btn-back {
        border: 1px solid #ffffff;
        margin-top: 0; } }
    .secondary-open .wrapper.bottombar .btn-back {
      pointer-events: auto; }
  .wrapper.bottombar .btn-close {
    padding: 0.5rem;
    padding-right: 2rem;
    background: transparent url("/zephyr/img/icons/ncuvision__icon_close.png") right 0.5rem center no-repeat;
    border-left: 1px solid #ffffff; }
    @media screen and (min-width: 64rem) {
      .wrapper.bottombar .btn-close {
        border: 1px solid #ffffff; } }
    .wrapper.bottombar .btn-close:after {
      height: 0.125rem;
      background-color: #282828;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 100%; }
      @media screen and (min-width: 64rem) {
        .wrapper.bottombar .btn-close:after {
          display: none; } }

.wrapper a,
.wrapper button,
.wrapper a.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.wrapper button,
.wrapper a.btn {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  text-decoration: none; }
  @media screen and (min-width: 64rem) {
    .wrapper button,
    .wrapper a.btn {
      font-size: 1rem; } }

.navigation {
  position: relative;
  z-index: 10; }
  .navigation li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .navigation.primary, .navigation.overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }
    @media screen and (min-width: 64rem) {
      .navigation.primary, .navigation.overflow {
        margin-right: 1rem; } }
    .navigation.primary ul, .navigation.overflow ul {
      margin: 0;
      padding: 0;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (min-width: 64rem) {
        .navigation.primary ul, .navigation.overflow ul {
          max-width: 46.875rem;
          margin-right: 1rem;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      body.no-js .navigation.primary ul, body.no-js .navigation.overflow ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .navigation.primary li, .navigation.overflow li {
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      @media screen and (min-width: 64rem) {
        .navigation.primary li + li, .navigation.overflow li + li {
          margin-left: 1rem; } }
      .navigation.primary li a, .navigation.overflow li a {
        font-size: 0.8125rem;
        padding: 1rem 0.25rem;
        display: inline-block; }
        @media screen and (min-width: 64rem) {
          .navigation.primary li a, .navigation.overflow li a {
            font-size: 1rem;
            padding: 0.5rem; } }
    .navigation.primary a.btn, .navigation.overflow a.btn {
      font-size: 0.8125rem;
      padding: 1rem 0.25rem;
      padding-right: 1.325rem;
      height: 3.3125rem;
      min-width: 3.75rem; }
      @media screen and (min-width: 64rem) {
        .navigation.primary a.btn, .navigation.overflow a.btn {
          font-size: 1rem;
          height: 2.1875rem;
          padding: 0.5rem;
          min-width: 5.3125rem; } }
      .navigation.primary a.btn:after, .navigation.overflow a.btn:after {
        width: 1.89286rem;
        height: 3.3125rem;
        background: transparent url("/zephyr/img/icons/ncuvision__icon_chevron-down.png") center center no-repeat;
        content: '';
        position: absolute;
        right: 0;
        top: 0; }
        @media screen and (min-width: 64rem) {
          .navigation.primary a.btn:after, .navigation.overflow a.btn:after {
            width: 2.1875rem;
            height: 2.1875rem; } }
      .navigation.primary a.btn.btn-less:after, .navigation.overflow a.btn.btn-less:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  @media screen and (min-width: 64rem) {
    .navigation.primary {
      min-width: 14.0625rem; } }
  .navigation.primary ul {
    height: 3.3125rem;
    width: calc(100% - 6.875rem); }
    @media screen and (min-width: 64rem) {
      .navigation.primary ul {
        height: 2.1875rem;
        overflow: hidden; } }
    .navigation.primary ul.fullWidthNav {
      width: 100%; }
    body.no-js .navigation.primary ul {
      overflow: hidden; }
    .navigation.primary ul ~ a.btn-more {
      display: inline-block; }
  .navigation.primary a.btn {
    display: none; }
  .navigation.overflow {
    height: 0;
    overflow: hidden; }
    @media screen and (min-width: 64rem) {
      .navigation.overflow {
        display: none; } }
    .navigation.overflow ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; }
      .navigation.overflow ul:not(:empty) {
        padding: 2rem 0rem;
        border-top: 1px solid #ffffff; }
    .navigation.overflow li {
      text-align: center;
      width: 50%; }
      @media screen and (min-width: 48rem) {
        .navigation.overflow li {
          width: 33%; }
          .navigation.overflow li:nth-child(3n + 1), .navigation.overflow li:nth-child(3n + 2) {
            border-right: 1px solid #ffffff; } }
      .navigation.overflow li:nth-child(odd) {
        border-right: 1px solid #ffffff; }
        @media screen and (min-width: 48rem) {
          .navigation.overflow li:nth-child(odd) {
            border-right: 0; } }
      .navigation.overflow li a {
        padding: 0.5rem 1.25rem;
        display: block;
        text-align: left; }
    .navigation.overflow a.btn {
      display: inline-block; }
  .navigation.secondary {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #282828;
    display: block;
    height: calc(100vh - 3.125rem);
    position: fixed;
    right: 0;
    width: 100%; }
    @media screen and (min-width: 64rem) {
      .navigation.secondary {
        max-width: 31.25rem;
        padding: 2rem;
        background-color: rgba(40, 40, 40, 0.95);
        height: calc(100vh - 5.625rem); } }
    .navigation.secondary ul {
      margin-top: 0; }
    .navigation.secondary li {
      border-top: 1px #ffffff solid; }
      .navigation.secondary li a {
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        padding: 0.625rem;
        min-height: 3rem;
        display: block;
        line-height: 2;
        position: relative; }
        .navigation.secondary li a:hover, .navigation.secondary li a:focus {
          background-color: rgba(255, 255, 255, 0.1);
          text-decoration: none; }
      .navigation.secondary li[data-hasChild] > [class*='currentbranch'] {
        display: block;
        width: calc(100% - 3rem); }
      .navigation.secondary li [class*='currentbranch'] a {
        background-color: rgba(255, 255, 255, 0.2); }
    body.js .navigation.secondary ul {
      display: block;
      position: relative;
      width: 100%; }
      body:not(.no-js) body.js .navigation.secondary ul {
        margin: 0;
        padding: 0; }
      body.js .navigation.secondary ul ul {
        left: 100%;
        margin-left: 0;
        position: absolute;
        top: 0;
        visibility: hidden; }
    .navigation.secondary .menu-wrapper {
      padding: 2rem;
      width: 100%; }
      @media screen and (min-width: 64rem) {
        .navigation.secondary .menu-wrapper {
          padding: 0; } }
      .navigation.secondary .menu-wrapper > ul {
        margin: 0;
        padding: 0;
        height: 100%;
        max-height: calc( 100vh - 15.625rem - 4.375rem);
        overflow-x: hidden;
        overflow-y: overlay; }
        .navigation.secondary .menu-wrapper > ul::-webkit-scrollbar {
          height: 8px;
          width: 8px; }
        .navigation.secondary .menu-wrapper > ul::-webkit-scrollbar-track {
          background: none; }
        .navigation.secondary .menu-wrapper > ul::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0.5);
          border-radius: 4px; }
        .navigation.secondary .menu-wrapper > ul::-webkit-scrollbar-thumb:window-inactive {
          background: rgba(255, 255, 255, 0.3); }
        .navigation.secondary .menu-wrapper > ul::-webkit-scrollbar-corner {
          background: rgba(0, 0, 0, 0); }
        @media screen and (min-width: 64rem) {
          .navigation.secondary .menu-wrapper > ul {
            max-height: calc( 100vh - 16.875rem);
            padding: 0; } }
        .navigation.secondary .menu-wrapper > ul[data-selected='true'] {
          max-height: calc( 100vh - 15.625rem); }
          @media screen and (min-width: 64rem) {
            .navigation.secondary .menu-wrapper > ul[data-selected='true'] {
              max-height: calc( 100vh - 16.875rem); } }
        body:not(.no-js) .navigation.secondary .menu-wrapper > ul li:first-child {
          border: 0; }
    .secondary-open .navigation.secondary {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .navigation.secondary [data-hasChild] > a,
    .navigation.secondary [data-hasChild] > div a {
      padding-right: 2.5rem;
      width: calc(100% - 3rem); }
    .navigation.secondary [data-hasChild] .childToggle {
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      width: 3rem;
      background: transparent url("/zephyr/img/icons/ncuvision__icon_chevron-right.png") center center no-repeat;
      border-left: 1px solid #ffffff;
      height: 100%;
      left: 100%;
      position: absolute;
      top: 0; }
      .navigation.secondary [data-hasChild] .childToggle:hover {
        background-color: rgba(255, 255, 255, 0.1); }
  .navigation .menu-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 64rem) {
      .navigation .menu-controls {
        margin-bottom: 1rem;
        border: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .navigation .menu-controls button,
    .navigation .menu-controls a.btn {
      font-size: 0.875rem;
      line-height: 1.5; }
    .navigation .menu-controls .menu-back,
    .navigation .menu-controls .menu-close {
      display: block;
      width: auto; }
    .navigation .menu-controls .menu-close {
      border-bottom: 1px solid #ffffff;
      text-align: right; }
      @media screen and (min-width: 64rem) {
        .navigation .menu-controls .menu-close {
          border: 0; } }
    .navigation .menu-controls .menu-back {
      padding: 0rem 2rem;
      height: 0;
      padding-bottom: 0; }
      @media screen and (min-width: 64rem) {
        .navigation .menu-controls .menu-back {
          padding: 0; } }

.no-js #open-primary:target ~ .topbar ul {
  height: auto;
  overflow: auto; }

.no-js #open-primary:target ~ .topbar .btn-more {
  display: none; }

.no-js #open-primary:target ~ .topbar .btn-less {
  display: inline-block; }

.no-js #open-primary:not(:target) ~ .topbar .btn-less {
  display: none; }

.no-js #open-secondary:target ~ .bottombar .btn-open {
  opacity: 0;
  pointer-events: none; }

.no-js #open-secondary:target ~ .bottombar .navigation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@supports (padding-top: constant(safe-area-inset-top)) {
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navigation.secondary {
      height: calc( 100vh - 3.125rem - 5.3125rem); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navigation.secondary .menu-wrapper > ul {
      max-height: calc( 100vh - 15.625rem - 4.375rem - 5.3125rem); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navigation.secondary .menu-wrapper > ul[data-selected='true'] {
      max-height: calc( 100vh - 15.625rem - 5.3125rem); } } }

@supports (padding-top: env(safe-area-inset-top)) {
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navigation.secondary {
      height: calc( 100vh - 3.125rem - 5.3125rem); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navigation.secondary .menu-wrapper > ul {
      max-height: calc( 100vh - 15.625rem - 4.375rem - 5.3125rem); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navigation.secondary .menu-wrapper > ul[data-selected='true'] {
      max-height: calc( 100vh - 15.625rem - 5.3125rem); } } }

.footer {
  font-size: 0.625rem;
  padding-bottom: 4.5625rem;
  background-color: #f5f5f5; }

.footerContent {
  font-size: 0.875rem;
  padding: 3.125rem 0rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #dcdcdc;
  color: #4c4c4c; }
  @media screen and (min-width: 48rem) {
    .footerContent {
      font-size: 1rem; } }
  @media screen and (min-width: 64rem) {
    .footerContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footerContent a {
    color: #4c4c4c; }
    .footerContent a:focus, .footerContent a:hover, .footerContent a:visited {
      color: #4c4c4c; }

.footerColumn {
  padding: 1.5625rem;
  width: 100%; }
  @media screen and (min-width: 64rem) {
    .footerColumn {
      padding: 0rem 1.5625rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; } }
  .footerColumn:not(:last-child) {
    border-bottom: 1px solid #dcdcdc; }
    @media screen and (min-width: 64rem) {
      .footerColumn:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid #dcdcdc; } }
  .footerColumn:first-child {
    padding-top: 0; }
  .footerColumn:last-child {
    padding-bottom: 0; }

.footerHeading {
  color: #4a4a4a;
  display: block;
  padding-top: 0; }

.footerSubHeading {
  font-size: 0.875rem;
  color: #4a4a4a;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 48rem) {
    .footerSubHeading {
      font-size: 1rem; } }

.footerContentBlock {
  font-size: 0.875rem; }
  @media screen and (min-width: 48rem) {
    .footerContentBlock {
      font-size: 1rem; } }
  .footerContentBlock + .footerContentBlock {
    margin-top: 1.25rem; }
  .footerContentBlock p {
    font-size: 1rem; }

.footerList {
  list-style: none;
  margin: 0;
  padding: 0; }

.footerListItem {
  padding-bottom: 1.25rem;
  margin-bottom: 0; }

.footerLink {
  font-size: 1rem;
  color: #4c4c4c;
  font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.3; }
  .footerLink:after {
    padding-left: 0.625rem;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
    color: inherit;
    content: '>';
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.25;
    position: absolute; }
  .footerLink:hover:after {
    margin-left: 8px; }
  @media screen and (min-width: 48rem) {
    .footerLink {
      font-size: 1.125rem; } }
  .footerLink:focus, .footerLink:hover, .footerLink:visited {
    color: #4c4c4c; }
  .footerLink:focus, .footerLink:hover {
    text-decoration: none; }
    .footerLink:focus span, .footerLink:hover span {
      text-decoration: underline; }

.footerSocialIcons {
  margin: 0rem -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 64rem) {
    .footerSocialIcons {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.footerSocialIcon {
  margin: 0rem 0.625rem 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  .footerSocialIcon:focus, .footerSocialIcon:hover {
    text-decoration: none; }

.socialIconContainer {
  height: 1.75rem;
  width: 2.1875rem; }

.socialIcon {
  fill: #4a4a4a;
  width: 100%; }

.schoolLocation {
  line-height: 1.25;
  padding-top: 0; }
  .schoolLocation span {
    display: block; }

.search {
  color: #ffffff; }

.searchBox {
  font-size: 0.625rem;
  color: #ffffff;
  position: relative; }

.searchBoxInput {
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  font-size: 0.9375rem;
  padding: 0.5rem;
  border: 2px solid #bbbbbb;
  border-radius: 4px;
  color: #bbbbbb;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%; }
  .searchBoxInput::-webkit-input-placeholder {
    color: #bbbbbb; }
  .searchBoxInput:-moz-placeholder {
    color: #bbbbbb; }
  .searchBoxInput::-moz-placeholder {
    color: #bbbbbb; }
  .searchBoxInput:-ms-input-placeholder {
    color: #bbbbbb; }
  @media screen and (min-width: 64rem) {
    .searchBoxInput {
      font-size: 1.25rem; } }
  .searchBoxInput:focus {
    border-color: #842f75; }

.searchSubmit {
  bottom: 0.5625rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  max-width: 18.75rem;
  background: url("/zephyr/img/icons/ncuvision__icon-search.svg") right 0.8rem center no-repeat;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%; }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.overlayImage {
  background-size: 100%;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto; }

.videoBlock {
  font-size: 0.625rem; }
  .videoBlock .row {
    position: relative; }
  .videoBlock iframe {
    width: 100%; }
  .videoBlock.fullwidth .row {
    max-width: none;
    padding: 0;
    width: 100%; }
  .videoBlock.fullwidth .videoOverlay {
    left: 0;
    max-height: none;
    width: 100%; }
  .videoBlock .videoOverlay {
    left: 0.9375rem;
    width: calc(100% - 3em); }

.videoOverlay {
  background: #000000;
  display: none;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }
  @media screen and (min-width: 48rem) {
    .videoOverlay {
      display: block; } }
  .videoOverlay:after {
    width: 6.875rem;
    height: 6.875rem;
    background: #a93d96 url("/zephyr/img/icons/ncuvision__icon-play.svg") left 60% center no-repeat;
    background-size: auto 60%;
    border-radius: 50%;
    content: ' ';
    display: block;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 2; }
    @media screen and (min-width: 64rem) {
      .videoOverlay:after {
        height: 9.6875rem;
        width: 9.6875rem; } }
  .videoOverlay:hover:after, .videoOverlay:focus:after {
    opacity: 1; }
  .videoOverlay.videoPlayed {
    display: none; }

.videoOverlayImage {
  display: block;
  height: auto;
  width: 100%; }

.noJSWarning {
  display: none;
  text-align: center; }
  .no-js .noJSWarning {
    display: block; }

.no-js .videoBlock {
  display: none; }

/* ---------------------------------------------
Quote Box
----------------------------------------------*/
/* -----------------
Quote Box Styles
------------------*/
.quoteBox {
  font-size: 0.625rem;
  background-color: #4a4a4a; }
  .quoteBox.colourA {
    background-color: #de2b58; }
  .quoteBox.colourB {
    background-color: #a93d96; }
  .quoteBox.colourC {
    background-color: #312f51; }
  .quoteBox.light {
    background-color: #ffffff; }
    .quoteBox.light p {
      color: #4a4a4a; }
      .quoteBox.light p:before, .quoteBox.light p:after {
        color: #4a4a4a; }
    .quoteBox.light footer,
    .quoteBox.light cite {
      color: #4a4a4a; }
  .quoteBox blockquote {
    padding: 1.875rem 1.25rem;
    border: none;
    position: relative; }
    @media screen and (min-width: 64rem) {
      .quoteBox blockquote {
        padding: 3.75rem 2.5rem; } }
    .quoteBox blockquote p {
      font-size: 1.25rem;
      padding: 0rem 0.9375rem;
      color: #ffffff;
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      line-height: 1.2;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 64rem) {
        .quoteBox blockquote p {
          font-size: 2.5rem;
          padding: 0rem 2.1875rem; } }
      .quoteBox blockquote p:before, .quoteBox blockquote p:after {
        font-size: 3.75rem;
        height: 2.5rem;
        width: 1.25rem;
        color: #ffffff;
        display: block;
        line-height: 1;
        overflow: hidden;
        position: absolute;
        z-index: 1; }
        @media screen and (min-width: 64rem) {
          .quoteBox blockquote p:before, .quoteBox blockquote p:after {
            font-size: 6.875rem;
            height: 4.375rem;
            width: 2.5rem; } }
      .quoteBox blockquote p:before {
        left: -1.25rem;
        top: -0.625rem;
        content: '\201C'; }
        @media screen and (min-width: 64rem) {
          .quoteBox blockquote p:before {
            left: -2.5rem; } }
      .quoteBox blockquote p:after {
        bottom: -0.625rem;
        right: -1.25rem;
        content: '\201D'; }
        @media screen and (min-width: 64rem) {
          .quoteBox blockquote p:after {
            right: -2.5rem; } }
    .quoteBox blockquote footer {
      margin-top: 1.25rem;
      color: #ffffff;
      text-align: center; }
    .quoteBox blockquote cite {
      font-size: 0.875rem;
      color: #ffffff;
      font-style: normal; }
      @media screen and (min-width: 64rem) {
        .quoteBox blockquote cite {
          font-size: 1.125rem; } }

/* ---------------------------------------------
Search Box
----------------------------------------------*/
/* -----------------
Search Box Styles
------------------*/
.search {
  font-size: 0.625rem;
  z-index: 1;
  position: relative; }
  .container > .search {
    background-color: #4a4a4a; }
  header .search .row {
    padding: 0rem 1rem;
    background-color: rgba(0, 0, 0, 0.75);
    max-width: 73rem; }
    @media screen and (min-width: 64rem) {
      header .search .row {
        padding: 0rem 1.875rem; } }
  .search form {
    font-size: 0.875rem;
    padding: 1rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 64rem) {
      .search form {
        font-size: 1.125rem;
        padding: 2.25rem 0rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .search .flexWrapper,
  .search .inputWrapper {
    height: 100%; }
  @media screen and (min-width: 64rem) {
    .search .flexWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .search .flexWrapper > * + * {
    margin-top: 1rem; }
    @media screen and (min-width: 64rem) {
      .search .flexWrapper > * + * {
        margin-left: 1.5rem;
        margin-top: 0; } }
  .search .flexWrapper > *:only-child {
    margin-top: 1rem; }
    @media screen and (min-width: 64rem) {
      .search .flexWrapper > *:only-child {
        margin-top: 0; } }
  .search .inputWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .search .inputWrapper > * + * {
      margin-left: 1rem; }
      @media screen and (min-width: 64rem) {
        .search .inputWrapper > * + * {
          margin-left: 1.5rem; } }
  @media screen and (min-width: 64rem) {
    .search .searchBox,
    .search .searchFilters {
      width: 49.5%; } }
  .search .searchBox label {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .search .filterChoice legend {
    font-size: 1.125rem; }
  .search .filterChoice label {
    font-size: 1rem;
    font-family: "Derailed-Regular", "Raleway-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .search .filterChoice label:hover {
      cursor: pointer;
      text-decoration: underline; }
  .search .filterChoice,
  .search .filterSubmit {
    min-height: 1rem; }
    @media screen and (min-width: 64rem) {
      .search .filterChoice,
      .search .filterSubmit {
        min-height: 2.1875rem; } }
  .search input[type='radio'] + label:before {
    height: 1rem;
    width: 1rem;
    margin-right: 0.625rem;
    margin-top: -0.5rem;
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 75rem) {
      .search input[type='radio'] + label:before {
        height: 2rem;
        width: 2rem;
        border-width: 6px; } }
  .search input[type='radio']:checked + label:before {
    background: #5e2253; }
  .search .searchBoxInput {
    font-size: 1.125rem; }
    @media screen and (min-width: 64rem) {
      .search .searchBoxInput {
        font-size: 1.5rem; } }
  .search .searchSubmit {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.25rem;
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .container > .search .searchSubmit {
      border: 1px solid #ffffff; }
    header .search .searchSubmit {
      background-color: #a93d96; }
    .search .searchSubmit:hover, .search .searchSubmit:active, .search .searchSubmit:focus {
      background-color: #000000;
      border-color: transparent; }
  .search.colourA {
    background-color: #de2b58; }
  .search.colourB {
    background-color: #a93d96; }
  .search.colourC {
    background-color: #312f51; }

/* ---------------------------------------------
Basic Text
----------------------------------------------*/
/* -----------------
Basic Text Styles
------------------*/
.textArea a:not(.cta) {
  text-decoration: underline; }

/* ---------------------------------------------
Accordion Content
----------------------------------------------*/
/* -----------------
Basic Text Styles
------------------*/
.dropdown {
  font-size: 0.625rem; }
  .dropdown + .dropdown {
    margin-top: -1.25rem; }
    @media screen and (min-width: 64rem) {
      .dropdown + .dropdown {
        margin-top: -2.5rem; } }
  .dropdown .dropDownHeading {
    font-size: 1.5rem;
    padding: 0.625rem 2.125rem 0.625rem 0rem;
    border-bottom: 1px solid #4a4a4a;
    color: #4a4a4a;
    display: block;
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: relative; }
    @media screen and (min-width: 64rem) {
      .dropdown .dropDownHeading {
        font-size: 2.25rem;
        padding-right: 3.625rem; } }
    .dropdown .dropDownHeading:focus, .dropdown .dropDownHeading:hover {
      border-color: #000000;
      text-decoration: none; }
  .dropdown .toggle {
    height: 1.5rem;
    width: 1.5rem;
    background: #4a4a4a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 64rem) {
      .dropdown .toggle {
        height: 3rem;
        width: 3rem; } }
    .dropdown .toggle:after {
      height: 0.4375rem;
      width: 0.75rem;
      background: url("/zephyr/img/icons/ncuvision__dropdown-arrow-static.svg") 0 0 no-repeat;
      background-size: 100% auto;
      content: '';
      left: 50%;
      position: absolute;
      top: 52%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 64rem) {
        .dropdown .toggle:after {
          height: 1.0625rem;
          width: 1.6875rem; } }
  .dropdown .dropDownSummary {
    font-size: 0.9375rem;
    padding: 1.25rem;
    display: none; }
    @media screen and (min-width: 64rem) {
      .dropdown .dropDownSummary {
        font-size: 1.125rem;
        padding: 2.5rem; } }
  .dropdown .dropdownOpen .toggle {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%); }
  .dropdown.colourA .toggle {
    background-color: #de2b58; }
  .dropdown.colourB .toggle {
    background-color: #a93d96; }
  .dropdown.colourC .toggle {
    background-color: #312f51; }
  .no-js .dropdown .toggle {
    display: none; }
  .no-js .dropdown .dropDownSummary {
    display: block; }
  .dropdown .dropDownHeading:hover .toggle {
    background-color: #000000; }

/* ---------------------------------------------
Course Accordion
----------------------------------------------*/
.courseDropDowns {
  margin-bottom: 0; }
  .courseDropDowns + .courseDropDowns {
    margin-top: 0; }
  .lastDropDown .courseDropDowns .dropDownBlock {
    border-bottom: 1px dashed #4c4c4c; }
  .courseDropDowns .dropDownHeading {
    line-height: 1.25rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem;
    padding-left: 0.875rem;
    padding-right: 2.5rem;
    font-size: 1.0625rem;
    border-top: 1px dashed #4c4c4c;
    color: #4a4a4a;
    display: block;
    font-family: "Derailed-ExtraBold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-decoration: none; }
    @media screen and (min-width: 60rem) {
      .courseDropDowns .dropDownHeading {
        line-height: 1.9375rem;
        font-size: 1.625rem;
        padding-left: 0rem;
        padding-top: 1.1875rem;
        padding-bottom: 1.125rem;
        padding-right: 2.75rem; } }
    .courseDropDowns .dropDownHeading:focus, .courseDropDowns .dropDownHeading:hover {
      border-color: #7f7f7f;
      color: #171717; }
  .courseDropDowns .toggle {
    height: 1.625rem;
    width: 1.625rem;
    background-color: #4a4a4a;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media screen and (min-width: 60rem) {
      .courseDropDowns .toggle {
        height: 1.875rem;
        width: 1.875rem; } }
    .courseDropDowns .toggle:after {
      background: url("/zephyr/img/icons/ncuvision__dropdown-arrow.svg") center no-repeat;
      background-size: 62%;
      content: '';
      height: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      width: 100%; }
  .courseDropDowns .dropDownHeading:focus .toggle,
  .courseDropDowns .dropDownHeading:hover .toggle {
    background-color: #7d7d7d; }
  .courseDropDowns .dropDownOpen .toggle {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%); }
  .courseDropDowns .toggleTransparent {
    background-color: transparent; }
    .courseDropDowns .toggleTransparent:after {
      background-image: url("/zephyr/img/icons/ncuvision__dropdown-arrow-black.svg"); }
  .courseDropDowns .dropDownHeading:focus .toggleTransparent,
  .courseDropDowns .dropDownHeading:hover .toggleTransparent {
    background-color: transparent; }
  .courseDropDowns .toggleEllipsis {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .courseDropDowns .toggleEllipsis:after {
      background-image: url("/zephyr/img/icons/ncuvision__ellipsis.svg");
      background-size: auto 62%; }
  .courseDropDowns .open .toggleEllipsis:after {
    background-image: url("/zephyr/img/icons/ncuvision__ellipsis-close.svg");
    background-size: 62%; }
  .courseDropDowns .dropDownSummary {
    padding: 0.875rem;
    display: none; }
    @media screen and (min-width: 60rem) {
      .courseDropDowns .dropDownSummary {
        padding-bottom: 1.875rem;
        padding-top: 1.875rem;
        padding-left: 0;
        padding-right: 0; } }
    .courseDropDowns .dropDownSummary > * {
      -webkit-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in; }
    .courseDropDowns .dropDownSummary.loading {
      min-height: 11.25rem;
      background: url("/zephyr/img/icons/ncuvision__ajax-loader.gif") top 10% center no-repeat; }
      .courseDropDowns .dropDownSummary.loading > * {
        opacity: 0;
        pointer-events: none; }
  .courseDropDowns.loading .dropDownHeading {
    cursor: default; }
  .courseDropDowns.loading .toggle {
    cursor: default; }
    .courseDropDowns.loading .toggle:after {
      background: url("/zephyr/img/icons/ncuvision__ajax-loader.gif") center no-repeat;
      background-size: 90%; }
  .courseDropDowns .no-js .dropDownSummary {
    display: block; }
  .courseDropDowns .no-js .toggle {
    display: none; }
  .courseDropDowns .dropDownSummary {
    padding: 0; }
  .courseDropDowns .course {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px dashed #4c4c4c; }
    .courseDropDowns .course.placeholder {
      display: none; }
  .courseDropDowns .courseKeyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .courseDropDowns .courseLeft {
    margin-right: 0.5rem;
    max-width: 4.75rem;
    line-height: 0.875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseLeft {
        margin-right: 2.1875rem;
        max-width: 10.9375rem;
        line-height: 1.1875rem; } }
  .courseDropDowns .courseRight {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .courseDropDowns .courseHeader {
    position: relative; }
  .courseDropDowns .courseTitle {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    padding-right: 2.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: none; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseTitle {
        font-size: 1.625rem;
        line-height: 1.9375rem;
        padding-right: 2.5rem; } }
  .courseDropDowns .courseName {
    color: #4a4a4a;
    display: block; }
  .courseDropDowns .courseQual {
    font-size: 0.9375rem;
    color: #4c4c4c;
    display: block; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseQual {
        font-size: 1.125rem; } }
  .courseDropDowns .courseSummary {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseSummary {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .courseDropDowns .courseImage {
    padding-bottom: 0.5625rem; }
  .courseDropDowns .courseHighlights {
    padding-top: 2.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media screen and (min-width: 48rem) {
      .courseDropDowns .courseHighlights {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .courseDropDowns .courseHighlight {
    margin-bottom: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    max-width: 45%; }
    @media screen and (min-width: 48rem) {
      .courseDropDowns .courseHighlight {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
        max-width: 22%; } }
  .courseDropDowns .courseHighlightImage {
    max-width: 3.125rem;
    margin-right: 0.5rem; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseHighlightImage {
        max-width: 4.0625rem;
        margin-right: 1.5625rem; } }
  .courseDropDowns .courseHighlightDetails {
    font-size: 0.75rem;
    line-height: 0.875rem; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseHighlightDetails {
        font-size: 1rem;
        line-height: 1.3125rem; } }
  .courseDropDowns .courseHighlightTitle {
    display: block;
    font-weight: 600; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseHighlightTitle {
        font-size: 1.125rem;
        padding-bottom: 0.25rem; } }
  .courseDropDowns .ucasHeader {
    font-size: 0.75rem;
    color: #bbbbbb;
    display: block;
    font-weight: 400; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .ucasHeader {
        font-size: 1rem; } }
  .courseDropDowns .ucasCode {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #de2b58;
    display: block;
    font-weight: 500; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .ucasCode {
        font-size: 1.125rem;
        line-height: 1.3125rem; } }
  .courseDropDowns .courseDownload {
    padding-bottom: 1.5625rem;
    padding-top: 0.625rem; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseDownload {
        padding-bottom: 1.375rem;
        padding-top: 2.0625rem; } }
  .courseDropDowns .courseLess,
  .courseDropDowns .courseMore {
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #de2b58;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase; }
    @media screen and (min-width: 75rem) {
      .courseDropDowns .courseLess,
      .courseDropDowns .courseMore {
        font-size: 1rem;
        line-height: 1.1875rem; } }
    .courseDropDowns .courseLess:hover,
    .courseDropDowns .courseMore:hover {
      text-decoration: underline; }

.no-js .courseDropDowns .dropDownSummary > * {
  opacity: 1; }

.no-js .courseDropDowns .dropDownSummary.loading {
  background: none;
  min-height: 0; }

.relatedPeople {
  font-size: 0.625rem; }

.relatedPeopleContainer {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .relatedPeopleContainer.loading {
    min-height: 12.5rem;
    background: url("/zephyr/img/icons/ncuvision__ajax-loader.gif") center center no-repeat; }
    .relatedPeopleContainer.loading > * {
      display: none;
      opacity: 0; }

.relatedPerson {
  margin: 0rem 0.625rem 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: calc(50% - 2rem);
  text-align: center;
  word-break: break-word; }
  @media screen and (min-width: 48rem) {
    .relatedPerson {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: calc(25% - 2rem); } }
  @media screen and (min-width: 64rem) {
    .relatedPerson {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: calc(20% - 2rem); } }
  .relatedPerson h4 {
    font-size: 1.125rem; }

.relatedPersonImage {
  max-width: 10rem;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 64rem) {
    .relatedPersonImage {
      max-width: 8.125rem; } }

.relatedPersonDetails {
  font-size: 0.875rem; }

.relatedPersonLink {
  padding-left: 1.5625rem;
  position: relative; }
  .relatedPersonLink:before {
    height: 0.9375rem;
    width: 1.125rem;
    background: url("/zephyr/img/icons/ncuvision__relatedPeopleSprite.png") no-repeat 0 0;
    content: ' ';
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.relatedPersonLinkMail:before {
  background-position: 0 -0.9375rem; }

.promoPanels {
  font-size: 0.625rem;
  overflow: hidden; }

@media screen and (min-width: 48rem) {
  .promoPanelsContainer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.promo {
  margin-bottom: 1.25rem;
  position: relative; }
  @media screen and (min-width: 48rem) {
    .promo {
      margin-right: 1.375rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 31%;
      flex: 1 0 31%;
      margin-bottom: 0;
      max-width: 32%; } }
  @media screen and (min-width: 48rem) {
    .promo:last-child, .promo:nth-child(3n) {
      margin-right: 0; } }
  .promo img {
    display: block;
    height: auto;
    width: 100%; }
  .promo h4 {
    font-size: 1.125rem;
    margin: 0.5rem 0rem;
    color: #4a4a4a;
    padding: 0; }
    @media screen and (min-width: 64rem) {
      .promo h4 {
        font-size: 1.25rem; } }
  .promo p {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 0; }
    @media screen and (min-width: 64rem) {
      .promo p {
        font-size: 1rem; } }

.promoLink {
  color: #4c4c4c;
  display: block;
  text-decoration: none;
  /* New link styles */
  /* end new link styles */ }
  .promoLink h4 {
    position: relative; }
    .promoLink h4:after {
      padding-left: 0.625rem;
      -webkit-transition: margin-left 0.2s ease-in-out;
      -o-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out;
      color: inherit;
      content: '>';
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: inherit;
      font-weight: normal;
      line-height: 1;
      position: absolute; }
    .promoLink h4:hover:after {
      margin-left: 8px; }
    .promoLink h4:after {
      margin-top: -0.125rem; }
    .promoLink h4:hover {
      text-decoration: underline; }
  .promoLink:hover, .promoLink:focus {
    text-decoration: none; }
  .promoLink:hover, .promoLink:focus, .promoLink:visited {
    color: #4c4c4c; }

.newsFeed {
  font-size: 0.625rem; }

.newsItems {
  height: 100%;
  width: 100%; }

.newsItem {
  font-size: 0.9375rem;
  margin: 0rem 0rem 1.25rem 0rem;
  min-height: 14.0625rem;
  padding: 2.5rem 1.25rem 1.25rem;
  background-color: #4a4a4a;
  color: #ffffff;
  float: left;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 48rem) {
    .newsItem {
      margin-bottom: 2%;
      margin-right: 2%;
      width: 49%; } }
  @media screen and (min-width: 64rem) {
    .newsItem {
      font-size: 1.125rem;
      height: 15.625rem;
      padding-top: 2.8125rem;
      width: 24%; } }
  .newsItem:nth-of-type(3n-2) {
    margin-right: 0;
    width: 100%; }
    @media screen and (min-width: 64rem) {
      .newsItem:nth-of-type(3n-2) {
        margin-right: 2%;
        width: 24%; } }
    .newsItem:nth-of-type(3n-2) .newsItemBackground,
    .newsItem:nth-of-type(3n-2) .newsItemOverlay {
      display: block; }
      @media screen and (min-width: 64rem) {
        .newsItem:nth-of-type(3n-2) .newsItemBackground,
        .newsItem:nth-of-type(3n-2) .newsItemOverlay {
          display: none; } }
  @media screen and (min-width: 64rem) {
    .newsItem:nth-of-type(4n - 3), .newsItem:nth-of-type(12n-1) {
      width: 48%; } }
  @media screen and (min-width: 64rem) {
    .newsItem:nth-of-type(4n - 3) .newsItemBackground,
    .newsItem:nth-of-type(4n - 3) .newsItemOverlay, .newsItem:nth-of-type(12n-1) .newsItemBackground,
    .newsItem:nth-of-type(12n-1) .newsItemOverlay {
      display: block; } }
  .newsItem:nth-of-type(3n) {
    margin-right: 0; }
  .newsItem.colourA {
    background-color: #de2b58; }
  .newsItem.colourB {
    background-color: #a93d96; }
  .newsItem.colourC {
    background-color: #312f51; }

.newsItemBackground,
.newsItemOverlay {
  display: none; }

.newsItemText {
  margin: 0.625rem 0rem;
  min-height: 3.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 48rem) {
    .newsItemText {
      height: 2.25rem;
      margin-bottom: 0.28125rem;
      margin-top: 0.28125rem; } }
  @media screen and (min-width: 48rem) {
    .newsItemText.twitter {
      height: 4.5rem; } }
  .newsItemText p {
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 0; }
    @media screen and (min-width: 48rem) {
      .newsItemText p {
        max-height: 2.25rem;
        overflow: hidden; } }
    @media screen and (min-width: 48rem) {
      .twitter .newsItemText p {
        max-height: 4.5rem; } }

.newsTwitterLink {
  color: #ffffff; }
  .newsTwitterLink:focus, .newsTwitterLink:hover, .newsTwitterLink:visited {
    color: #ffffff; }

.newsReadMore {
  height: 3.4375rem;
  max-width: 13.4375rem;
  padding: 0rem 2.8125rem 0rem 0.9375rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 3.6;
  margin: 0;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 64rem) {
    .newsReadMore {
      height: 3.75rem;
      padding: 0rem 3.125rem 0rem 1.25rem;
      line-height: 3.3; } }
  .newsReadMore:focus, .newsReadMore:hover, .newsReadMore:visited {
    color: #ffffff; }
  .newsReadMore:focus, .newsReadMore:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-decoration: none; }

.mediaWidget {
  font-size: 0.625rem; }
  .mediaWidget iframe {
    height: 28.125rem;
    width: 100%; }
    @media screen and (min-width: 64rem) {
      .mediaWidget iframe {
        height: 37.5rem; } }

.imageBlock img {
  display: block;
  height: auto;
  width: 100%; }

.ctaBlock {
  font-size: 0.625rem;
  min-height: 24.375rem;
  padding: 2.5rem 0rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 60rem) {
    .ctaBlock {
      min-height: 29.375rem; } }
  .ctaBlock.fullWidthRibbon {
    background-color: #4a4a4a; }
    .ctaBlock.fullWidthRibbon.colourA {
      background-color: #de2b58; }
    .ctaBlock.fullWidthRibbon.colourB {
      background-color: #a93d96; }
    .ctaBlock.fullWidthRibbon.colourC {
      background-color: #312f51; }
    .ctaBlock.fullWidthRibbon .ctaContainer {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ctaBlock.fullWidthRibbon .ctaContainer .ctaColumn {
        max-width: 100%; }
        .ctaBlock.fullWidthRibbon .ctaContainer .ctaColumn:only-child {
          max-width: 100%; }
          @media screen and (min-width: 48rem) {
            .ctaBlock.fullWidthRibbon .ctaContainer .ctaColumn:only-child {
              margin-left: 25%;
              margin-right: 25%;
              max-width: 50%; } }

.ctaBlock.fullWidthRibbon {
  min-height: 0; }

.ctaBlockContent {
  position: relative;
  z-index: 1; }
  .ctaBlockContent h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.3125rem;
    color: #ffffff; }
    @media screen and (min-width: 64rem) {
      .ctaBlockContent h3 {
        font-size: 3.125rem; } }

.ctaBlockLink {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
  color: #ffffff;
  float: right;
  text-decoration: underline; }
  @media screen and (min-width: 64rem) {
    .ctaBlockLink {
      font-size: 0.875rem;
      margin-top: 0.9375rem; } }
  .ctaBlockLink:visited, .ctaBlockLink:hover, .ctaBlockLink:focus {
    color: #ffffff; }

.no-js .slide img,
.no-js .slide iframe {
  width: auto; }

.no-js .noJSWarning {
  display: block;
  text-align: center; }

.no-js .slickSlider {
  min-height: 0; }
  .no-js .slickSlider.loading {
    background: none; }
    .no-js .slickSlider.loading .slide {
      margin-bottom: 2rem;
      opacity: 1;
      width: 100%; }

/* -----------------
SACS gallery styling
------------------*/
.gallery:not(.mediaGallery) {
  font-size: 0.625rem;
  padding-bottom: 7.8125rem;
  overflow: hidden; }
  @media screen and (min-width: 30rem) {
    .gallery:not(.mediaGallery) {
      padding-bottom: 5.3125rem; } }
  @media screen and (min-width: 64rem) {
    .gallery:not(.mediaGallery) {
      padding-bottom: 6.875rem; } }
  .gallery:not(.mediaGallery) .slickSlider {
    position: relative; }
    @media screen and (min-width: 48rem) {
      .gallery:not(.mediaGallery) .slickSlider {
        min-height: 23.4375rem; } }
    .gallery:not(.mediaGallery) .slickSlider > * {
      -webkit-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }
    .gallery:not(.mediaGallery) .slickSlider.loading {
      background: url("/zephyr/img/icons/ncuvision__ajax-loader.gif") center center no-repeat; }
      .gallery:not(.mediaGallery) .slickSlider.loading > * {
        opacity: 0; }
  .gallery:not(.mediaGallery) .slick-list {
    overflow: visible; }
  .gallery:not(.mediaGallery) .slide {
    padding: 0rem 0.9375rem;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    height: auto;
    position: relative;
    width: 100vw; }
    @media screen and (min-width: 48rem) {
      .gallery:not(.mediaGallery) .slide {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        float: left;
        height: auto;
        margin-bottom: 0;
        width: auto; } }
    .gallery:not(.mediaGallery) .slide.videoSlide img {
      height: auto;
      width: auto; }
    .gallery:not(.mediaGallery) .slide:not(.videoSlide) img {
      max-height: 23.4375rem; }
    .gallery:not(.mediaGallery) .slide img,
    .gallery:not(.mediaGallery) .slide iframe {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100%;
      width: 100%; }
      @media screen and (min-width: 48rem) {
        .gallery:not(.mediaGallery) .slide img,
        .gallery:not(.mediaGallery) .slide iframe {
          width: auto; } }
  @media screen and (min-width: 48rem) {
    .gallery:not(.mediaGallery) .videoSlide {
      width: 44.625rem;
      min-height: 23.4375rem;
      max-width: 100%; } }
  .gallery:not(.mediaGallery) .slick-arrow {
    font-size: 0.625rem;
    height: 2.875rem;
    width: 2.875rem;
    margin-top: -1.4375rem;
    background-color: #4a4a4a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: calc(((100vw - 4em) * 0.53) / 2);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 1; }
    @media screen and (min-width: 48rem) {
      .gallery:not(.mediaGallery) .slick-arrow {
        height: 5.875rem;
        width: 5.875rem;
        top: 55%; } }
    .gallery:not(.mediaGallery) .slick-arrow:focus, .gallery:not(.mediaGallery) .slick-arrow:hover {
      opacity: 1; }
    .gallery:not(.mediaGallery) .slick-arrow:after {
      height: 1.8125rem;
      width: 1.1875rem;
      background: url("/zephyr/img/icons/ncuvision__carousel-arrow.svg") 0 0 no-repeat;
      background-size: 100% auto;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }
      @media screen and (min-width: 64rem) {
        .gallery:not(.mediaGallery) .slick-arrow:after {
          height: 3.5rem;
          width: 2.125rem; } }
  .gallery:not(.mediaGallery).colourA .slick-arrow {
    background-color: #de2b58; }
  .gallery:not(.mediaGallery).colourB .slick-arrow {
    background-color: #a93d96; }
  .gallery:not(.mediaGallery).colourC .slick-arrow {
    background-color: #312f51; }
  .gallery:not(.mediaGallery) .slick-prev {
    left: 0.3125rem; }
    @media screen and (min-width: 48rem) {
      .gallery:not(.mediaGallery) .slick-prev {
        left: 2rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .gallery:not(.mediaGallery) .slick-next {
    right: 0.3125rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    @media screen and (min-width: 48rem) {
      .gallery:not(.mediaGallery) .slick-next {
        right: 2rem;
        -webkit-transform: rotate(-180deg) translateY(50%);
        -ms-transform: rotate(-180deg) translateY(50%);
        transform: rotate(-180deg) translateY(50%); } }
  .gallery:not(.mediaGallery) .galleryCaption {
    font-size: 0.9375rem;
    left: 0.98125rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: calc(100% - 3.14em); }
    @media screen and (min-width: 64rem) {
      .gallery:not(.mediaGallery) .galleryCaption {
        font-size: 1.125rem;
        left: 0.7625rem;
        width: calc(100% - 2.44em); } }
  .gallery:not(.mediaGallery) .videoGalleryOverlay {
    left: 0.75rem;
    height: 23.4375rem;
    width: calc(100% - 2.4em);
    z-index: 1; }
    .gallery:not(.mediaGallery) .videoGalleryOverlay:after {
      opacity: 0; }
    .gallery:not(.mediaGallery) .videoGalleryOverlay:hover:after {
      opacity: 0; }
  .gallery:not(.mediaGallery) .slick-current .galleryCaption {
    opacity: 1; }
  .gallery:not(.mediaGallery) .slick-current .videoGalleryOverlay:after {
    opacity: 0.8; }
  .gallery:not(.mediaGallery) .slick-current .videoGalleryOverlay:hover:after {
    opacity: 1; }
  .gallery:not(.mediaGallery) .fluid-width-video-wrapper {
    z-index: 0;
    visibility: visible; }
    @media screen and (min-width: 48rem) {
      .gallery:not(.mediaGallery) .fluid-width-video-wrapper {
        visibility: hidden; } }
    .gallery:not(.mediaGallery) .fluid-width-video-wrapper.visible {
      visibility: visible; }
    .gallery:not(.mediaGallery) .fluid-width-video-wrapper iframe,
    .gallery:not(.mediaGallery) .fluid-width-video-wrapper object,
    .gallery:not(.mediaGallery) .fluid-width-video-wrapper embed {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

/* -----------------
SACS gallery NOJS styling
------------------*/
.noJSWarning {
  display: none; }

.no-js .slide img,
.no-js .slide iframe {
  width: auto; }

.no-js .slickSlider.loading .slide {
  margin-bottom: 2em;
  opacity: 1;
  width: 100%; }

.no-js .videoSlide {
  display: none;
  min-height: 0; }

.no-js .galleryCaption {
  margin: 1em auto;
  max-width: 69em;
  opacity: 1;
  position: static; }

.no-js .noJSWarning {
  display: block;
  text-align: center; }

.no-js .slickSlider {
  min-height: 0; }
  .no-js .slickSlider.loading {
    background: none; }
    .no-js .slickSlider.loading > * {
      opacity: 1; }

/* -----------------
UG2018 media gallery
------------------*/
.gallery.mediaGallery {
  padding-top: 2.5rem;
  overflow: hidden; }
  @media screen and (min-width: 75rem) {
    .gallery.mediaGallery {
      padding-top: 5rem; } }
  .gallery.mediaGallery h2,
  .gallery.mediaGallery h3 {
    margin-top: 0; }
    .gallery.mediaGallery h2:empty,
    .gallery.mediaGallery h3:empty {
      display: none; }
  .gallery.mediaGallery h2 {
    margin-bottom: 0.625rem; }
  .gallery.mediaGallery h3 {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
    color: #4a4a4a;
    text-transform: none; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery h3 {
        color: #ffffff; } }
    .gallery.mediaGallery h3 a {
      pointer-events: auto;
      color: #4a4a4a; }
      .gallery.mediaGallery h3 a:after {
        padding-left: 0.625rem;
        -webkit-transition: margin-left 0.2s ease-in-out;
        -o-transition: margin-left 0.2s ease-in-out;
        transition: margin-left 0.2s ease-in-out;
        color: inherit;
        content: '>';
        font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: inherit;
        font-weight: normal;
        line-height: 1.2;
        position: absolute; }
      .gallery.mediaGallery h3 a:hover:after {
        margin-left: 8px; }
      @media screen and (min-width: 75rem) {
        .gallery.mediaGallery h3 a {
          color: #ffffff; } }
      .gallery.mediaGallery h3 a:hover {
        text-decoration: none; }
  .gallery.mediaGallery .description {
    margin-bottom: 2rem; }
    @media screen and (min-width: 60rem) {
      .gallery.mediaGallery .description > * {
        font-size: 1.25rem; } }
    .gallery.mediaGallery .description:empty {
      display: none; }
    .gallery.mediaGallery .description p:first-child {
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 0; }
      @media screen and (min-width: 60rem) {
        .gallery.mediaGallery .description p:first-child {
          font-size: 1.5rem; } }
    .gallery.mediaGallery .description p:last-child {
      margin-bottom: 0; }
  .gallery.mediaGallery.mediaGallery {
    padding-bottom: 2.5rem; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery.mediaGallery {
        padding-bottom: 5rem; } }
    .gallery.mediaGallery.mediaGallery .caption {
      color: #4c4c4c;
      pointer-events: none;
      z-index: 4; }
      @media screen and (min-width: 75rem) {
        .gallery.mediaGallery.mediaGallery .caption {
          padding: 1.5rem;
          bottom: 0;
          color: #ffffff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          height: 80%;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          left: 0;
          position: absolute;
          width: 100%; } }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery.mediaGallery .videoSlide {
        max-width: 100%;
        min-height: 560px;
        width: 996px; } }
    .gallery.mediaGallery.mediaGallery .videoSlide iframe {
      height: 100%;
      width: 100%; }
    .gallery.mediaGallery.mediaGallery .videoSlide .videoOverlay {
      padding-left: 3rem;
      padding-right: 3rem;
      max-height: 35rem;
      background-color: transparent;
      height: 49vw;
      left: 0;
      width: 100%; }
      @media screen and (min-width: 75rem) {
        .gallery.mediaGallery.mediaGallery .videoSlide .videoOverlay {
          padding: 0; } }
    .gallery.mediaGallery.mediaGallery .slick-arrow {
      top: 12rem; }
      @media screen and (min-width: 75rem) {
        .gallery.mediaGallery.mediaGallery .slick-arrow {
          top: 50%; } }
    .gallery.mediaGallery.mediaGallery.light {
      background-color: #f5f5f5; }
      .gallery.mediaGallery.mediaGallery.light h3 {
        color: #4a4a4a; }
        @media screen and (min-width: 75rem) {
          .gallery.mediaGallery.mediaGallery.light h3 {
            color: #ffffff; } }
    .gallery.mediaGallery.mediaGallery.dark {
      background-color: #4a4a4a; }
      .gallery.mediaGallery.mediaGallery.dark h2,
      .gallery.mediaGallery.mediaGallery.dark h3,
      .gallery.mediaGallery.mediaGallery.dark h3 a,
      .gallery.mediaGallery.mediaGallery.dark .description,
      .gallery.mediaGallery.mediaGallery.dark .description * {
        color: #ffffff; }
      .gallery.mediaGallery.mediaGallery.dark .caption {
        color: #ffffff; }
      .gallery.mediaGallery.mediaGallery.dark .btn {
        border: 1px solid #ffffff; }
  .gallery.mediaGallery .slickSlider {
    position: relative; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery .slickSlider {
        min-height: 560px; } }
    .gallery.mediaGallery .slickSlider > * {
      -webkit-transition: opacity 1.5s ease-in;
      -o-transition: opacity 1.5s ease-in;
      transition: opacity 1.5s ease-in; }
    .gallery.mediaGallery .slickSlider.loading > * {
      opacity: 0; }
    .gallery.mediaGallery .slickSlider.loading:after {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #ffffff url("/zephyr/img/icons/ncuvision__ajax-loader.gif") center center no-repeat;
      border-radius: 50%;
      content: '';
      height: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 50px; }
    .gallery.mediaGallery .slickSlider > .slide {
      float: none;
      margin: 0 auto; }
      .gallery.mediaGallery .slickSlider > .slide + .slide {
        margin-top: 2rem; }
  .gallery.mediaGallery .caption {
    margin: 0rem;
    margin-top: 1rem;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: static; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery .caption {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } }
    .gallery.mediaGallery .caption p {
      font-size: 1.125rem;
      margin-bottom: 0; }
  .gallery.mediaGallery .slick-list {
    overflow: visible; }
  .gallery.mediaGallery .slide {
    padding: 0rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    width: 100vw;
    background-color: #545454; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery .slide {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        float: left;
        margin-bottom: 0;
        max-height: 560px;
        max-width: 75rem;
        overflow: hidden;
        padding: 0;
        width: auto; } }
    .gallery.mediaGallery .slide img,
    .gallery.mediaGallery .slide iframe {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100%;
      width: 100%; }
      @media screen and (min-width: 75rem) {
        .gallery.mediaGallery .slide img,
        .gallery.mediaGallery .slide iframe {
          width: auto; } }
  .gallery.mediaGallery .slick-current .caption {
    opacity: 1; }
  .gallery.mediaGallery .slick-slide {
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
  .gallery.mediaGallery .slick-arrow {
    width: 3rem;
    height: 3rem;
    left: -1.5rem;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #4a4a4a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 1; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery .slick-arrow {
        width: 4.5rem;
        height: 4.5rem;
        left: 3.125rem;
        top: 50%; } }
    .gallery.mediaGallery .slick-arrow:hover {
      opacity: 1; }
    .gallery.mediaGallery .slick-arrow:after {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url("/zephyr/img/icons/ncuvision__carousel-arrow.svg") 0 0 no-repeat;
      background-size: 100% auto;
      content: '';
      display: block;
      height: 29px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 19px; }
      @media screen and (min-width: 75rem) {
        .gallery.mediaGallery .slick-arrow:after {
          height: 42px;
          width: 25px; } }
  .gallery.mediaGallery .slick-next {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    right: -1.5rem;
    left: auto; }
    @media screen and (min-width: 75rem) {
      .gallery.mediaGallery .slick-next {
        right: 3.125rem;
        left: auto; } }
  .gallery.mediaGallery .slick-initialized .caption {
    opacity: 0; }
  .gallery.mediaGallery .slick-initialized .fluid-width-video-wrapper {
    visibility: visible; }
    @media screen and (min-width: 48rem) {
      .gallery.mediaGallery .slick-initialized .fluid-width-video-wrapper {
        visibility: hidden; } }
    .gallery.mediaGallery .slick-initialized .fluid-width-video-wrapper.visible {
      visibility: visible; }
  .gallery.mediaGallery .slick-initialized .videoOverlay:after {
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0; }
  .gallery.mediaGallery .slick-initialized .slick-current .caption {
    opacity: 1; }
  .gallery.mediaGallery .slick-initialized .slick-current .videoOverlay:after {
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 1; }
  .gallery.mediaGallery .buttons {
    display: none;
    text-align: right; }
    .gallery.mediaGallery .buttons.show {
      margin-top: 2rem;
      display: block; }

.quote {
  font-size: 1.125rem; }
  .quote blockquote {
    border: none;
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    padding: 0;
    width: 100%; }
    .quote blockquote h3 {
      font-size: 1.25rem;
      padding: 0rem 1.875rem;
      color: #4c4c4c;
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      line-height: 1;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 64rem) {
        .quote blockquote h3 {
          font-size: 1.875rem;
          padding: 0rem 3.75rem; } }
      .quote blockquote h3:before, .quote blockquote h3:after {
        font-size: 3.75rem;
        display: block;
        line-height: 0.75;
        position: absolute; }
        @media screen and (min-width: 64rem) {
          .quote blockquote h3:before, .quote blockquote h3:after {
            font-size: 8.125rem; } }
      .quote blockquote h3:before {
        left: 0rem;
        top: 0rem;
        content: '\201C'; }
      .quote blockquote h3:after {
        bottom: -2rem;
        right: 0rem;
        content: '\201D'; }
        @media screen and (min-width: 64rem) {
          .quote blockquote h3:after {
            bottom: -4rem; } }
    .quote blockquote footer {
      margin-top: 1.25rem; }
    .quote blockquote cite {
      font-size: 0.875rem;
      color: #4c4c4c;
      font-style: normal;
      font-weight: normal;
      text-align: center; }
      @media screen and (min-width: 64rem) {
        .quote blockquote cite {
          font-size: 1.125rem; } }

.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 48rem) {
    .introContent {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .introContent.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media screen and (min-width: 48rem) {
      .introContent.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

@media screen and (min-width: 48rem) {
  .introColumn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; } }

@media screen and (min-width: 48rem) {
  .introColumn:first-of-type {
    margin: 0rem 2.5rem 0rem 0rem; } }

@media screen and (min-width: 48rem) {
  .reverse .introColumn:first-of-type {
    margin: 0rem 0rem 0rem 2.5rem; } }

@media screen and (min-width: 48rem) {
  .introColumn:last-of-type {
    margin-right: 0rem; } }

.introColumn + .introColumn {
  margin-top: 2.1875rem; }
  @media screen and (min-width: 48rem) {
    .introColumn + .introColumn {
      margin: 0rem 0rem 0rem 2.5rem; } }
  .reverse .introColumn + .introColumn {
    margin: 0rem 0rem 2.1875rem; }
    @media screen and (min-width: 48rem) {
      .reverse .introColumn + .introColumn {
        margin: 0rem 2.5rem 0rem 0rem; } }

.introText {
  font-size: 1.125rem; }

.introImage,
.introQuote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.introQuote .ctaContainer {
  padding-top: 1.25rem; }

.fullWidthBanner {
  height: auto; }
  @media screen and (min-width: 48rem) {
    .fullWidthBanner {
      min-height: 18.75rem; } }
  .fullWidthBanner .bannerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #545454; }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner .bannerContainer {
        min-height: 18.75rem; } }
    .fullWidthBanner .bannerContainer:before {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #000000;
      opacity: 0.5;
      z-index: 3; }
    .fullWidthBanner .bannerContainer.colourA:before {
      background-color: #de2b58; }
    .fullWidthBanner .bannerContainer.colourB:before {
      background-color: #a93d96; }
    .fullWidthBanner .bannerContainer.colourC:before {
      background-color: #312f51; }
    .fullWidthBanner .bannerContainer.noColour:before {
      background-color: transparent; }
    .fullWidthBanner .bannerContainer.noColour-gradient:before {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 57, 101, 0.1)), to(rgba(0, 57, 101, 0.2)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 57, 101, 0.1), rgba(0, 57, 101, 0.2));
      background-image: -o-linear-gradient(bottom, rgba(0, 57, 101, 0.1), rgba(0, 57, 101, 0.2));
      background-image: linear-gradient(to top, rgba(0, 57, 101, 0.1), rgba(0, 57, 101, 0.2));
      background-color: transparent; }
  .fullWidthBanner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible; }
  .fullWidthBanner .banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    width: 100%; }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner .banner-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .fullWidthBanner .banner-wrapper.reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 100%; }
      @media screen and (min-width: 48rem) {
        .fullWidthBanner .banner-wrapper.reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .fullWidthBanner .text-container {
    font-size: 1.125rem;
    padding: 2rem 0rem;
    color: #ffffff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    z-index: 7; }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner .text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%; } }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner .text-container {
        min-height: 18.75rem; } }
    .fullWidthBanner .text-container a {
      color: #ffffff; }
      .fullWidthBanner .text-container a:after {
        padding-left: 0.625rem;
        -webkit-transition: margin-left 0.2s ease-in-out;
        -o-transition: margin-left 0.2s ease-in-out;
        transition: margin-left 0.2s ease-in-out;
        color: inherit;
        content: '>';
        font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: inherit;
        font-weight: normal;
        line-height: 1;
        position: absolute; }
      .fullWidthBanner .text-container a:hover:after {
        margin-left: 8px; }
      @media screen and (min-width: 64rem) {
        .fullWidthBanner .text-container a {
          font-size: 2.8125rem; } }
      .fullWidthBanner .text-container a:hover, .fullWidthBanner .text-container a:visited {
        color: #ffffff;
        text-decoration: none; }
  .fullWidthBanner .image-container {
    position: relative;
    width: 100%;
    z-index: 6; }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner .image-container {
        width: 50%; } }
  .fullWidthBanner .hero-img {
    height: 12.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom center;
    background-size: auto 100%;
    position: relative; }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner .hero-img {
        background-size: contain;
        height: 100%;
        position: absolute; } }
  .fullWidthBanner .image-overlay {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: 2; }
  .fullWidthBanner.breakout-container {
    min-height: auto; }
    @media screen and (min-width: 48rem) {
      .fullWidthBanner.breakout-container {
        background-position: bottom center;
        margin-top: calc(25rem - 18.75rem);
        min-height: 25rem; } }
    .fullWidthBanner.breakout-container .hero-img {
      height: 12.5rem;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      margin-top: 0; }
      @media screen and (min-width: 48rem) {
        .fullWidthBanner.breakout-container .hero-img {
          height: 25rem;
          background-repeat: no-repeat;
          background-size: contain;
          width: 100%;
          bottom: 0;
          position: absolute; } }

.dualPanel {
  height: auto; }
  @media screen and (min-width: 60rem) {
    .dualPanel {
      min-height: auto; } }
  .dualPanel.breakout-container {
    margin: 3.125rem 0rem; }
    @media screen and (min-width: 60rem) {
      .dualPanel.breakout-container {
        margin: 5rem 0rem 3.125rem 0rem; } }
    .dualPanel.breakout-container .panelContainer .panel-wrapper {
      min-height: auto; }
      @media screen and (min-width: 60rem) {
        .dualPanel.breakout-container .panelContainer .panel-wrapper {
          min-height: 21.875rem; } }
  .dualPanel .panelContainer {
    display: block;
    position: relative; }
    @media screen and (min-width: 60rem) {
      .dualPanel .panelContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .dualPanel .row {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible; }
    @media screen and (min-width: 60rem) {
      .dualPanel .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .dualPanel .row.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .dualPanel .panel-wrapper {
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: block;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .dualPanel .panel-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        width: 49%; } }
    .dualPanel .panel-wrapper:hover, .dualPanel .panel-wrapper:visited, .dualPanel .panel-wrapper:active {
      text-decoration: none; }
    .dualPanel .panel-wrapper:not(.no-breakout)[href] .headline:after {
      padding-left: 0.625rem;
      -webkit-transition: margin-left 0.2s ease-in-out;
      -o-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out;
      color: inherit;
      content: '>';
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: inherit;
      font-weight: normal;
      line-height: 0.8;
      position: absolute; }
    .dualPanel .panel-wrapper:not(.no-breakout)[href] .headline:hover:after {
      margin-left: 8px; }
    .dualPanel .panel-wrapper.no-breakout[href] .headline:after {
      padding-left: 0.625rem;
      -webkit-transition: margin-left 0.2s ease-in-out;
      -o-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out;
      color: inherit;
      content: '>';
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: inherit;
      font-weight: normal;
      line-height: 1.1;
      position: absolute; }
    .dualPanel .panel-wrapper.no-breakout[href] .headline:hover:after {
      margin-left: 8px; }
    .dualPanel .panel-wrapper.media {
      margin-bottom: 3.125rem;
      height: 50vw;
      background: none;
      overflow: hidden;
      padding: 0; }
      @media screen and (min-width: 60rem) {
        .dualPanel .panel-wrapper.media {
          height: 100%;
          min-height: 100%; } }
      @media screen and (min-width: 60rem) {
        .dualPanel .panel-wrapper.media {
          margin-bottom: 0rem; } }
    .dualPanel .panel-wrapper.quote {
      background: none; }
    .dualPanel .panel-wrapper.no-breakout {
      min-height: 18.75rem;
      background-color: #545454;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      padding: 0; }
      .dualPanel .panel-wrapper.no-breakout .gradient {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 75%;
        position: absolute;
        width: 100%; }
      .dualPanel .panel-wrapper.no-breakout .text-container {
        padding: 1.5rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .dualPanel .panel-wrapper.no-breakout .headline {
        color: #ffffff;
        line-height: 1.3;
        padding: 0; }
      .dualPanel .panel-wrapper.no-breakout p {
        padding: 1.25rem 0rem 0rem 0rem;
        color: #ffffff; }
  .dualPanel .media-container {
    margin-bottom: 1.25rem;
    height: 50vw;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .dualPanel .media-container {
        height: 100%;
        min-height: 100%; } }
    @media screen and (min-width: 60rem) {
      .dualPanel .media-container {
        margin-bottom: 0rem; } }
    .dualPanel .media-container.youtubeVid {
      left: 0;
      position: absolute;
      top: 0; }
    .dualPanel .media-container .videoOverlay img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .dualPanel .videoBlock {
    height: 50vw;
    margin: 0; }
    @media screen and (min-width: 60rem) {
      .dualPanel .videoBlock {
        height: 100%;
        min-height: 100%; } }
  .dualPanel .video-container {
    height: 50vw; }
    @media screen and (min-width: 60rem) {
      .dualPanel .video-container {
        height: 100%;
        min-height: 100%; } }
    .dualPanel .video-container .videoOverlay {
      left: 0;
      width: 100%; }
    .dualPanel .video-container .fluid-width-video-wrapper {
      height: 100%; }
  .dualPanel .image-container {
    margin-bottom: -1.5rem;
    bottom: 0;
    display: block;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .dualPanel .image-container {
        margin-bottom: 0rem;
        position: absolute;
        right: 0;
        width: 50%; } }
    .dualPanel .image-container:only-child {
      width: 100%; }
  .dualPanel .panel-img {
    height: 12.5rem;
    margin-top: 1rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .dualPanel .panel-img {
        height: 25rem;
        margin-top: 0; } }
  .dualPanel .text-container {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .dualPanel .text-container {
        margin-right: 1.5rem;
        width: 50%; } }
    .dualPanel .text-container:only-child {
      margin-right: 0;
      width: 100%; }
    .dualPanel .text-container p {
      color: #4c4c4c; }
  .dualPanel .headline {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 1; }
    @media screen and (min-width: 64rem) {
      .dualPanel .headline {
        font-size: 2rem; } }
    .dualPanel .headline:only-child {
      padding: 0; }
    .dualPanel .headline:after {
      line-height: 0.8; }
  .dualPanel .row.min-height-fix {
    height: auto;
    min-height: auto; }
    @media screen and (min-width: 60rem) {
      .dualPanel .row.min-height-fix {
        height: 0.625rem;
        min-height: 21.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.parallax #content {
  background-color: #000000; }

.parallax header.headerSmall {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 140px); }
  @media screen and (min-width: 64rem) {
    .parallax header.headerSmall {
      padding-top: 9.375rem;
      display: block;
      min-height: 100vh; } }
  .parallax header.headerSmall .overlayImage {
    background-position: 50% 0;
    background-size: cover; }
  .parallax header.headerSmall .wrapper {
    width: 100%; }
  .parallax header.headerSmall .headerContent {
    margin: 0; }
    @media screen and (min-width: 64rem) {
      .parallax header.headerSmall .headerContent {
        margin: 2.5rem auto; } }
  .parallax header.headerSmall h1 {
    font-size: 1.25rem; }
    @media screen and (min-width: 30rem) {
      .parallax header.headerSmall h1 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 64rem) {
      .parallax header.headerSmall h1 {
        font-size: 3.375rem; } }
  .parallax header.headerSmall .intro {
    font-size: 1rem;
    padding-top: 0; }
    @media screen and (min-width: 30rem) {
      .parallax header.headerSmall .intro {
        font-size: 1.375rem; } }
    @media screen and (min-width: 64rem) {
      .parallax header.headerSmall .intro {
        font-size: 1.875rem; } }
  .parallax header.headerSmall .timer {
    margin: 1.5rem 0rem;
    padding: 1rem 0rem 1rem 3rem;
    font-size: 1rem;
    background: transparent url("/zephyr/img/icons/ncuvision__clock.png") left center no-repeat;
    background-size: 34px 35px; }
  .parallax header.headerSmall .readOn {
    margin-top: 2rem;
    display: none;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1; }
  .parallax header.headerSmall .btn-readOn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    letter-spacing: 0.25rem;
    border: 1px solid white;
    color: white;
    display: inline-block;
    text-transform: uppercase; }
    @media screen and (min-width: 64rem) {
      .parallax header.headerSmall .btn-readOn {
        padding: 1rem 3rem; } }
    .parallax header.headerSmall .btn-readOn:hover {
      background-color: white;
      color: black; }

.parallax section.parallax-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative; }
  .parallax section.parallax-item.slide .image {
    display: none; }
  .parallax section.parallax-item.panel .color {
    display: none; }
  .parallax section.parallax-item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 100vh; }
    .parallax section.parallax-item .wrapper > section {
      z-index: 1; }
  .parallax section.parallax-item .answer-wrapper {
    position: relative; }
  .parallax section.parallax-item .marker {
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #a93d96;
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-align: center; }
    @media screen and (min-width: 64rem) {
      .parallax section.parallax-item .marker {
        height: 5.3125rem;
        width: 5.3125rem;
        font-size: 3.125rem; } }
  .parallax section.parallax-item .introColumn,
  .parallax section.parallax-item .textArea,
  .parallax section.parallax-item .dualPanel {
    position: relative; }
    .parallax section.parallax-item .introColumn .marker,
    .parallax section.parallax-item .textArea .marker,
    .parallax section.parallax-item .dualPanel .marker {
      position: absolute;
      top: 0; }
      .parallax section.parallax-item .introColumn .marker + *:not(.marker),
      .parallax section.parallax-item .textArea .marker + *:not(.marker),
      .parallax section.parallax-item .dualPanel .marker + *:not(.marker) {
        margin-left: 3.125rem;
        min-height: 2.5rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        padding-top: 0; }
        @media screen and (min-width: 64rem) {
          .parallax section.parallax-item .introColumn .marker + *:not(.marker),
          .parallax section.parallax-item .textArea .marker + *:not(.marker),
          .parallax section.parallax-item .dualPanel .marker + *:not(.marker) {
            margin-left: 6.25rem;
            min-height: 5.3125rem; } }
      .parallax section.parallax-item .introColumn .marker + h2,
      .parallax section.parallax-item .textArea .marker + h2,
      .parallax section.parallax-item .dualPanel .marker + h2 {
        margin-bottom: 0.5rem; }
        @media screen and (min-width: 64rem) {
          .parallax section.parallax-item .introColumn .marker + h2,
          .parallax section.parallax-item .textArea .marker + h2,
          .parallax section.parallax-item .dualPanel .marker + h2 {
            margin-bottom: 1rem; } }
      .parallax section.parallax-item .introColumn .marker.answer + *,
      .parallax section.parallax-item .textArea .marker.answer + *,
      .parallax section.parallax-item .dualPanel .marker.answer + * {
        display: inline-block;
        min-height: 0; }
  .parallax section.parallax-item .quoteBox .marker {
    margin-bottom: 1rem; }
  .parallax section.parallax-item.dark *:not(.marker),
  .parallax section.parallax-item.dark *:before,
  .parallax section.parallax-item.dark *:after {
    color: #ffffff; }
  .parallax section.parallax-item.dark .cta, .parallax section.parallax-item.dark .gallery.mediaGallery .buttons .btn, .gallery.mediaGallery .buttons .parallax section.parallax-item.dark .btn {
    border-color: #ffffff; }
    .parallax section.parallax-item.dark .cta:hover, .parallax section.parallax-item.dark .gallery.mediaGallery .buttons .btn:hover, .gallery.mediaGallery .buttons .parallax section.parallax-item.dark .btn:hover, .parallax section.parallax-item.dark .cta:focus, .parallax section.parallax-item.dark .gallery.mediaGallery .buttons .btn:focus, .gallery.mediaGallery .buttons .parallax section.parallax-item.dark .btn:focus {
      border-color: transparent; }
  .parallax section.parallax-item.light .cta, .parallax section.parallax-item.light .gallery.mediaGallery .buttons .btn, .gallery.mediaGallery .buttons .parallax section.parallax-item.light .btn {
    background-color: transparent;
    color: #4a4a4a; }
    .parallax section.parallax-item.light .cta:hover, .parallax section.parallax-item.light .gallery.mediaGallery .buttons .btn:hover, .gallery.mediaGallery .buttons .parallax section.parallax-item.light .btn:hover, .parallax section.parallax-item.light .cta:focus, .parallax section.parallax-item.light .gallery.mediaGallery .buttons .btn:focus, .gallery.mediaGallery .buttons .parallax section.parallax-item.light .btn:focus {
      background-color: #000000;
      color: #ffffff; }
  .parallax section.parallax-item.panel .image {
    background-position: top center;
    background-size: cover; }
    .parallax section.parallax-item.panel .image:after {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      content: ''; }
  .parallax section.parallax-item.panel.dark .image:after {
    background-color: #000000;
    opacity: 0.6; }
  .parallax section.parallax-item.panel.light .image:after {
    background-color: #ffffff;
    opacity: 0.8; }
  .parallax section.parallax-item.panel.light .quoteBox blockquote p,
  .parallax section.parallax-item.panel.light .quoteBox blockquote cite {
    color: #4c4c4c; }
  .parallax section.parallax-item.slide.dark .overlay {
    background-color: #000000; }
  .parallax section.parallax-item.slide.light .overlay {
    background-color: #ffffff; }
  .parallax section.parallax-item.slide.light .quoteBox blockquote p,
  .parallax section.parallax-item.slide.light .quoteBox blockquote cite {
    color: #4c4c4c; }
  .parallax section.parallax-item .overlay {
    height: 120vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 0; }
  .parallax section.parallax-item .content {
    position: relative;
    z-index: 1; }

.parallax section.dualPanel .panel-wrapper {
  background-color: transparent;
  padding: 0; }
  @media screen and (min-width: 64rem) {
    .parallax section.dualPanel .panel-wrapper:not(.quote) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (min-width: 64rem) {
    .parallax section.dualPanel .panel-wrapper:first-child {
      padding-right: 1.5rem; } }
  .parallax section.dualPanel .panel-wrapper + .panel-wrapper {
    padding-top: 1.5rem; }
    @media screen and (min-width: 64rem) {
      .parallax section.dualPanel .panel-wrapper + .panel-wrapper {
        padding: 0; } }

.parallax section.dualPanel .panelContainer .panel-wrapper.media {
  height: auto;
  overflow: visible; }
  .parallax section.dualPanel .panelContainer .panel-wrapper.media .media-container {
    height: auto;
    margin-bottom: 0; }
    .parallax section.dualPanel .panelContainer .panel-wrapper.media .media-container:not(.youtubeVid) {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .parallax section.dualPanel .panelContainer .panel-wrapper.media .media-container img {
      max-height: 50vh;
      max-width: 100%;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: auto; }
      @media screen and (min-width: 64rem) {
        .parallax section.dualPanel .panelContainer .panel-wrapper.media .media-container img {
          max-height: 26.25rem; } }

.parallax section.dualPanel h2 a {
  color: inherit;
  font-family: inherit; }
  .parallax section.dualPanel h2 a:after {
    padding-left: 0.625rem;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
    color: inherit;
    content: '>';
    font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: inherit;
    font-weight: normal;
    line-height: 0.9;
    position: absolute; }
  .parallax section.dualPanel h2 a:hover:after {
    margin-left: 8px; }
  .parallax section.dualPanel h2 a:hover {
    text-decoration: none; }

.parallax section.dualPanel .text-container > :first-child {
  margin-top: 0;
  padding-top: 0; }

.parallax section.quoteBox {
  background-color: inherit;
  color: inherit; }
  .parallax section.quoteBox blockquote {
    padding-bottom: 0;
    padding-top: 0;
    text-align: center; }
  .parallax section.quoteBox p:before, .parallax section.quoteBox p:after {
    color: inherit; }

.parallax footer {
  position: relative; }

.parallax .cta, .parallax .gallery.mediaGallery .buttons .btn, .gallery.mediaGallery .buttons .parallax .btn {
  font-size: 0.875rem;
  line-height: 3; }
  @media screen and (min-width: 64rem) {
    .parallax .cta, .parallax .gallery.mediaGallery .buttons .btn, .gallery.mediaGallery .buttons .parallax .btn {
      font-size: 1.5rem;
      line-height: 2.4; } }

.parallax .introText > :first-child {
  margin-top: 0;
  padding-top: 0; }

.parallax body.js .header .readOn {
  display: block; }

.parallax body.js section.parallax-item .wrapper {
  -webkit-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  transform: translateY(5vh); }

.parallax body.js .panel {
  min-height: 150vh; }

.parallax body.js .slide {
  min-height: 150vh; }

.parallax.qa section.parallax-item .marker.numeric {
  display: none; }

.parallax.listicle section.parallax-item .marker.question, .parallax.listicle section.parallax-item .marker.answer {
  display: none; }

.parallax.listicle section.parallax-item .marker.question + *, .parallax.listicle section.parallax-item .marker.answer + * {
  margin-left: 0; }

.parallax.listicle section.parallax-item:nth-child(3n + 1) .marker {
  background-color: #de2b58; }

.parallax.listicle section.parallax-item:nth-child(3n + 2) .marker {
  background-color: #a93d96; }

.parallax.listicle section.parallax-item:nth-child(3n + 3) .marker {
  background-color: #312f51; }

.scrollButton {
  padding: 0.625rem;
  bottom: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  left: 50%;
  position: fixed;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.6s ease-in-out, background-color 0.3s ease;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.6s ease-in-out, background-color 0.3s ease;
  transition: visibility 0.3s ease-in-out, opacity 0.6s ease-in-out, background-color 0.3s ease;
  z-index: 1; }
  .scrollButton.scrollButtonDisabled {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .scrollButton:hover {
    background-color: rgba(0, 0, 0, 0.7); }

.scrollButtonText {
  display: none; }
  @media screen and (min-width: 48rem) {
    .scrollButtonText {
      font-size: 1.125rem;
      display: block; } }

.scrollButtonArrow {
  height: 2.1875rem;
  width: 1.5625rem;
  background: url("/zephyr/img/icons/ncuvision__more-arrow.gif") center center no-repeat;
  background-size: 100%;
  display: block; }

.promoBanner {
  height: auto; }
  .promoBanner a:hover .bannerContainer:before {
    opacity: 1; }
  .promoBanner a:hover, .promoBanner a:visited {
    color: #ffffff;
    text-decoration: none; }
  .promoBanner p {
    margin-top: 1rem; }
  .promoBanner .bannerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    background-color: #545454; }
    @media screen and (min-width: 60rem) {
      .promoBanner .bannerContainer {
        min-height: 12.5rem;
        max-height: 25rem; } }
    .promoBanner .bannerContainer:before {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      opacity: 0.8;
      z-index: 2; }
  .promoBanner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .promoBanner .banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
    @media screen and (min-width: 48rem) {
      .promoBanner .banner-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%; } }
  .promoBanner .text-container {
    font-size: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 3; }
    @media screen and (min-width: 48rem) {
      .promoBanner .text-container {
        padding: 6.25rem 2rem 2rem 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative; } }
  .promoBanner .headline {
    color: #ffffff;
    padding: 0; }
    .promoBanner .headline:after {
      padding-left: 0.625rem;
      -webkit-transition: margin-left 0.2s ease-in-out;
      -o-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out;
      color: inherit;
      content: '>';
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: inherit;
      font-weight: normal;
      line-height: 1;
      position: absolute; }
    .promoBanner .headline:hover:after {
      margin-left: 8px; }
    @media screen and (min-width: 64rem) {
      .promoBanner .headline {
        font-size: 2rem; } }
  .promoBanner .image-overlay {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover; }
  .promoBanner .promoBannerLink {
    width: 100%; }

.articleList .row {
  padding: 0; }
  @media screen and (min-width: 60rem) {
    .articleList .row {
      padding: 0rem 0.9375rem; } }

.articleList .filters {
  position: relative; }
  .no-js .articleList .filters {
    display: none; }
  @media screen and (min-width: 60rem) {
    .articleList .filters .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .articleList .filters ul {
    max-width: 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0; }
    @media screen and (min-width: 60rem) {
      .articleList .filters ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: none; } }
  .articleList .filters li {
    list-style-type: none;
    margin-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 30rem) {
      .articleList .filters li {
        width: 49.5%; } }
    @media screen and (min-width: 60rem) {
      .articleList .filters li {
        width: auto; } }
    .articleList .filters li:nth-child(1n + 3) {
      margin-top: 0.5rem; }
      @media screen and (min-width: 60rem) {
        .articleList .filters li:nth-child(1n + 3) {
          margin-top: 0; } }
    .articleList .filters li + li {
      margin-top: 0.5rem; }
      @media screen and (min-width: 30rem) {
        .articleList .filters li + li {
          margin-top: 0; } }
      @media screen and (min-width: 60rem) {
        .articleList .filters li + li {
          margin-left: 1rem; } }
  .articleList .filters input[type='radio'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .tabHighlight .articleList .filters input[type='radio']:focus ~ label {
      outline: 4px dashed #a93d96; }
    .articleList .filters input[type='radio']:checked ~ label {
      padding: 0.5rem 2.5rem 0.5rem 0.5rem;
      background-color: #a93d96;
      border: 1px solid #a93d96;
      color: #ffffff; }
      .articleList .filters input[type='radio']:checked ~ label:after {
        opacity: 1; }
  .articleList .filters label.filter-labels {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem;
    background-color: transparent;
    border: 1px solid #a93d96;
    color: #a93d96;
    display: block;
    font-family: "Derailed-Regular", "Raleway-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: relative; }
    .articleList .filters label.filter-labels:after {
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      width: 1.25rem;
      height: 1.5rem;
      right: 0.5rem;
      background: transparent url("/zephyr/img/icons/ncuvision__tick-white.svg") center center no-repeat;
      background-size: 100% auto;
      content: '';
      opacity: 0;
      position: absolute; }
    .articleList .filters label.filter-labels:hover, .articleList .filters label.filter-labels:focus {
      background-color: #f5f5f5; }
  .articleList .filters label:not(.filter-by) {
    cursor: pointer; }
  .articleList .filters label.filter-by {
    font-size: 1.125rem;
    padding: 1rem 0rem;
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    display: block;
    font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: relative;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .articleList .filters label.filter-by {
        padding: 0.5rem 0rem;
        margin-right: 1rem;
        border: 0;
        width: auto; } }
    .articleList .filters label.filter-by:after {
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      width: 1rem;
      height: 1rem;
      right: 1rem;
      background: transparent url("/zephyr/img/icons/ncuvision__icon_chevron-black-down.svg") center center no-repeat;
      background-size: cover;
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 60rem) {
        .articleList .filters label.filter-by:after {
          display: none; } }
  .articleList .filters .filter-wrapper {
    padding: 0rem 1rem;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    -webkit-transition: padding 0.2s ease-in-out, opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out, opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out, opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    width: 100vw;
    z-index: 9; }
    @media screen and (min-width: 60rem) {
      .articleList .filters .filter-wrapper {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        opacity: 1;
        overflow: visible;
        padding: 0;
        position: relative;
        width: auto; } }
  .articleList .filters.open .filter-wrapper {
    padding: 1rem;
    height: auto;
    opacity: 1;
    overflow: visible; }
  .articleList .filters.open label.filter-by:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.articleList .articles {
  padding: 1rem 0rem; }
  @media screen and (min-width: 60rem) {
    .articleList .articles {
      padding: 2rem 0rem; } }
  .articleList .articles .featured {
    margin-bottom: 2rem; }
    .no-js .articleList .articles .featured {
      display: none; }
    .articleList .articles .featured:empty {
      display: none; }
    .articleList .articles .featured .item {
      padding: 0.9375rem;
      background-color: #f5f5f5; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .item {
          background-color: transparent;
          padding: 0; } }
    .articleList .articles .featured .link {
      background-color: #f5f5f5;
      height: 100%; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .articleList .articles .featured .image {
      min-height: 20rem;
      height: 100%; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .image {
          max-height: 20rem;
          padding-top: 0;
          width: 50%; } }
    .articleList .articles .featured .content {
      padding-top: 1rem; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .content {
          padding: 1.25rem 2rem;
          width: 50%; } }
      .articleList .articles .featured .content:before {
        margin-bottom: 0.5rem;
        letter-spacing: 0.1875rem;
        font-size: 0.875rem;
        color: #a93d96;
        content: 'Featured';
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase; }
    .articleList .articles .featured .headline {
      font-size: 1.25rem;
      margin-bottom: 1rem;
      font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .headline {
          font-size: 1.75rem;
          margin-bottom: 0; } }
    .articleList .articles .featured .summary {
      display: none; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .summary {
          display: block; } }
    .articleList .articles .featured .labelContainer {
      top: 0.9375rem;
      left: 0.9375rem; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .featured .labelContainer {
          left: 0;
          top: 0; } }
  .articleList .articles .list {
    padding: 0rem 0.9375rem; }
    @media screen and (min-width: 60rem) {
      .articleList .articles .list {
        padding: 0; } }
    .js .articleList .articles .list {
      font-size: 0;
      overflow: hidden;
      white-space: nowrap; }
      .js .articleList .articles .list > .item {
        display: none; }
    @media screen and (min-width: 60rem) {
      .no-js .articleList .articles .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .no-js .articleList .articles .list:after {
      content: '';
      width: 100%; }
      @media screen and (min-width: 60rem) {
        .no-js .articleList .articles .list:after {
          max-width: 32%; } }
    .no-js .articleList .articles .list .item {
      width: 100%; }
      @media screen and (min-width: 60rem) {
        .no-js .articleList .articles .list .item {
          width: 32%; } }
      .no-js .articleList .articles .list .item + .item {
        margin-top: 2rem; }
        @media screen and (min-width: 23.4375rem) and (max-width: 59.9375rem) {
          .no-js .articleList .articles .list .item + .item {
            margin-top: 1rem; } }
        @media screen and (min-width: 60rem) {
          .no-js .articleList .articles .list .item + .item {
            margin-top: 0; } }
      @media screen and (min-width: 60rem) {
        .no-js .articleList .articles .list .item:nth-child(1n+4) {
          margin-top: 3rem; } }
    .articleList .articles .list .link {
      min-height: 100%; }
      @media screen and (min-width: 23.4375rem) and (max-width: 59.9375rem) {
        .articleList .articles .list .link {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
    @media screen and (min-width: 23.4375rem) and (max-width: 59.9375rem) {
      .articleList .articles .list .item {
        padding-top: 1rem;
        border-top: 1px solid #bbbbbb; }
        .articleList .articles .list .item:last-child {
          padding-bottom: 1rem;
          border-bottom: 1px solid #bbbbbb; } }
    .articleList .articles .list .item.noContent {
      font-size: 1rem;
      width: 100%; }
    .articleList .articles .list .image {
      min-height: 12.5rem; }
      @media screen and (min-width: 23.4375rem) and (max-width: 59.9375rem) {
        .articleList .articles .list .image {
          max-width: 12.5rem;
          max-height: 12.5rem;
          height: 33vw;
          padding-top: 0;
          width: 33vw; } }
    .articleList .articles .list .headline {
      font-size: 1.125rem;
      font-family: "Derailed-Bold", "Raleway-Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 400; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .list .headline {
          font-size: 1.375rem; } }
    .articleList .articles .list .content {
      margin-top: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media screen and (min-width: 23.4375rem) and (max-width: 59.9375rem) {
        .articleList .articles .list .content {
          padding: 0rem 0rem 0rem 1rem;
          margin-top: 0;
          width: 66vw; } }
    .articleList .articles .list .label {
      display: none; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .list .label {
          display: block; } }
  .articleList .articles .page {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%; }
    @media screen and (min-width: 60rem) {
      .articleList .articles .page {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .articleList .articles .page:after {
      content: '';
      width: 100%; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .page:after {
          max-width: 32%; } }
    .articleList .articles .page .item {
      width: 100%; }
      @media screen and (min-width: 60rem) {
        .articleList .articles .page .item {
          width: 32%; } }
      .articleList .articles .page .item + .item {
        margin-top: 2rem; }
        @media screen and (min-width: 23.4375rem) and (max-width: 59.9375rem) {
          .articleList .articles .page .item + .item {
            margin-top: 1rem; } }
        @media screen and (min-width: 60rem) {
          .articleList .articles .page .item + .item {
            margin-top: 0; } }
      @media screen and (min-width: 60rem) {
        .articleList .articles .page .item:nth-child(1n+4) {
          margin-top: 3rem; } }
    .articleList .articles .page[data-selected='false'] {
      display: none; }
  .articleList .articles .item {
    position: relative; }
  .articleList .articles .link {
    color: #4c4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none; }
    .articleList .articles .link:hover, .articleList .articles .link:focus {
      text-decoration: none; }
    .articleList .articles .link:active, .articleList .articles .link:visited {
      color: #4c4c4c; }
  .articleList .articles .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50%;
    width: 100%; }
  .articleList .articles .headline {
    line-height: 1.25;
    padding-bottom: 0; }
    .articleList .articles .headline:after {
      padding-left: 0.625rem;
      -webkit-transition: margin-left 0.2s ease-in-out;
      -o-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out;
      color: inherit;
      content: '>';
      font-family: "Bariol", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: inherit;
      font-weight: normal;
      line-height: 1;
      position: absolute; }
    .articleList .articles .headline:hover:after {
      margin-left: 8px; }
    .articleList .articles .headline:hover {
      text-decoration: underline; }
  .articleList .articles .summary {
    margin-top: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .articleList .articles .summary:empty {
      display: none; }
  .articleList .articles .pagination {
    padding: 0rem 0.9375rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (min-width: 60rem) {
      .articleList .articles .pagination {
        padding: 0; } }
    .no-js .articleList .articles .pagination {
      display: none; }
    .articleList .articles .pagination-top {
      margin: 0rem 0rem 1rem; }
    .articleList .articles .pagination-bottom {
      margin: 1rem 0rem 0rem; }
  .articleList .articles .js-viewAll {
    text-decoration: underline; }

/* ---------------------------------------------
Responsive Tables
----------------------------------------------*/
.responsiveTable.scroll {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  overflow-x: auto; }
  .responsiveTable.scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .responsiveTable.scroll::-webkit-scrollbar-track {
    background: #dcdcdc; }
  .responsiveTable.scroll::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.5);
    border-radius: 4px; }
  .responsiveTable.scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.3); }
  .responsiveTable.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0); }
  .responsiveTable.scroll table {
    margin-bottom: 0; }

.addthis_inline_share_toolbox {
  font-size: 1rem;
  min-height: 1.75rem;
  min-width: 6.25rem;
  display: inline-block; }
  .addthis_inline_share_toolbox .at4-show {
    margin-left: 0.125rem;
    display: inline-block !important;
    vertical-align: middle; }
  .addthis_inline_share_toolbox .share-label {
    font-size: 0.875rem;
    letter-spacing: 0.1875rem;
    font-weight: 600;
    text-transform: uppercase; }
  .addthis_inline_share_toolbox a[role='button'] {
    margin-bottom: 0.125rem;
    background: transparent url("/zephyr/img/icons/ncuvision__share.svg") center center no-repeat !important; }
  .addthis_inline_share_toolbox svg {
    display: none; }

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