/*
========================
defaults/_clearfix.scss
========================
*/
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*
===========================
defaults\_grid.scss
===========================
*/
/*
========================
defaults/_misc.scss
========================
*/
::selection {
  background: #ff6;
  color: #333;
  text-shadow: none; }

::-moz-selection {
  background: #ff6;
  color: #333;
  text-shadow: none; }

::-webkit-selection {
  background: #ff6;
  color: #333;
  text-shadow: none; }

/*
========================
defaults/_print.scss
========================
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
========================
defaults/_reset.scss
========================
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
===================================
	colors\_colors_master.scss
===================================
*/
/*
-----------------------------------
	BLACK TO WHITE
-----------------------------------
*/
/*

/*
-----------------------------------
	BRAND COLOURS
-----------------------------------
*/
/*
-----------------------------------
	TINTS AND SHADES
-----------------------------------
*/
/*
-----------------------------------
	SITE COLOURS
-----------------------------------
*/
/*
=========================
defaults/_typography.scss
=========================
*/
/*
-----------------------------------
	FONT BASE VARIABLE USED IN _mixin_fallback_rem.scss
-----------------------------------
*/
/*
-----------------------------------
	BRAND FONTS
-----------------------------------
*/
/*
-----------------------------------
	SITE FONTS
-----------------------------------
*/
/*
-----------------------------------
	FONT USAGE
-----------------------------------
*/
body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400; }

p {
  margin: 0px 0px 16px 0px;
  margin: 0rem 0rem 1rem 0rem;
  border: 0;
  padding: 0; }

p.description {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #666;
  border: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

a {
  color: #8b1e73;
  text-decoration: none;
  font-weight: 700; }
  a:visited {
    color: #8b1e73;
    text-decoration: none; }
  a:hover, a:focus {
    color: #6f185c; }

ol,
ul,
li {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

dl, dt, dd {
  border: 0;
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  border: 0;
  color: #1a4958;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  padding: 0; }

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  border: 0;
  color: #1a4958;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  padding: 0; }

p + h2, ul + h2, ol + h2 {
  margin: 24px 0px 0px 0px;
  margin: 1.5rem 0rem 0rem 0rem; }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  border: 0;
  color: #1a4958;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  padding: 0; }

/*
========================
layout\_layout_master.scss
========================
*/
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 100%;
  height: 100%; }

body {
  background: #fff;
  height: 100%; }

/*
========================
layout\_layout_screen.scss
========================
*/
.screen {
  width: 100%; }

/*
[class^="screen__"] {
	border: 1px red solid;
}
*/
.screen--scrolling {
  margin: 0px 0px -240px 0px;
  margin: 0rem 0rem -15rem 0rem;
  padding: 0px 0px 240px 0px;
  padding: 0rem 0rem 15rem 0rem;
  min-height: 100%;
  width: 100%; }

.screen__header-nav {
  position: relative;
  padding-bottom: 86px;
  padding-bottom: 5.375rem; }
  .screen__header-nav .screen__nav-top {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    width: 100%;
    margin: 0;
    background: #26697f; }
  .screen__header-nav .screen__nav-top[data-sticky-state="stuck"] {
    background: #8b1e73;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 9001;
    -webkit-box-shadow: 1px 6px 6px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 1px 6px 6px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 1px 6px 8px 0px rgba(50, 50, 50, 0.5); }

.screen__content {
  padding: 0px 0px 16px 0px;
  padding: 0rem 0rem 1rem 0rem; }

.screen--stuck-bottom {
  height: 240px;
  height: 15rem;
  width: 100%; }
  .screen--stuck-bottom .screen__nav-bottom {
    background: #26697f; }

/*
========================
layout\_layout_page.scss
========================
*/
.page {
  margin: 0 auto;
  max-width: 100rem; }

.page--header {
  margin-top: 16px;
  margin-top: 1rem;
  background: transparent; }

@media only screen and (min-width: 50.5em) {
  .page--header.layout__group--table-ltr {
    direction: ltr;
    display: table;
    width: 100%;
    vertical-align: top; } }

.page__primary--header.layout__item {
  padding: 16px;
  padding: 1rem; }
  @media only screen and (min-width: 50.5em) {
    .page__primary--header.layout__item {
      direction: ltr;
      display: table-cell;
      vertical-align: top; } }

.page__secondary--header.layout__item {
  padding: 16px;
  padding: 1rem; }
  @media only screen and (min-width: 50.5em) {
    .page__secondary--header.layout__item {
      direction: ltr;
      display: table-cell;
      vertical-align: top;
      width: 412px;
      width: 25.75rem; } }

.page--banner {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

@media only screen and (min-width: 50.5em) {
  .page--banner.layout__group--table-ltr {
    direction: ltr;
    display: table;
    width: 100%;
    vertical-align: top; } }

.page__primary--banner.layout__item {
  padding: 16px;
  padding: 1rem; }
  @media only screen and (min-width: 50.5em) {
    .page__primary--banner.layout__item {
      direction: ltr;
      display: table-cell;
      vertical-align: top; } }

.page__secondary--banner.layout__item {
  padding: 16px;
  padding: 1rem; }
  @media only screen and (min-width: 50.5em) {
    .page__secondary--banner.layout__item {
      direction: ltr;
      display: table-cell;
      vertical-align: top;
      width: 412px;
      width: 25.75rem; } }

.page--languages .languages {
  padding: 16px;
  padding: 1rem;
  display: inline-block;
  float: right; }

.page--content.layout__group--table-rtl {
  background: #fff; }
  @media only screen and (min-width: 75.3125em) {
    .page--content.layout__group--table-rtl {
      direction: rtl;
      display: table;
      width: 100%;
      vertical-align: top; } }

@media only screen and (min-width: 75.25em) {
  .page__primary--content.layout__item {
    direction: ltr;
    display: table-cell;
    vertical-align: top; } }

@media only screen and (min-width: 75.3125em) {
  .page__secondary--content.layout__item {
    direction: ltr;
    display: table-cell;
    vertical-align: top;
    width: 412px;
    width: 25.75rem; } }

.page--footer {
  margin-top: 16px;
  margin-top: 1rem; }

/*
===========================
layout\_layout_header.scss
===========================
*/
.header__logo {
  max-width: 380px;
  max-width: 23.75rem;
  width: 100%;
  margin: auto; }
  @media only screen and (min-width: 50.5em) {
    .header__logo {
      margin: 0;
      float: left; } }
  .header__logo .logo-link {
    border: none;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%; }
  .header__logo .logo-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .header__logo .logo {
    border: none;
    position: relative;
    width: 100%;
    height: 100%; }

.header__logo--nihr {
  max-width: 380px;
  max-width: 23.75rem;
  width: 100%;
  margin: auto; }
  @media only screen and (min-width: 50.5em) {
    .header__logo--nihr {
      margin: 0;
      float: left; } }
  .header__logo--nihr .logo-link {
    border: none;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%; }
  .header__logo--nihr .logo-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .header__logo--nihr .logo {
    border: none;
    position: relative;
    width: 100%;
    height: 100%; }

/*
========================
layout\_layout_content.scss
========================
*/
.content__header {
  margin: 16px;
  margin: 1rem;
  border-bottom: 1px solid #26697f;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 75.25em) {
    .content__header {
      margin-left: 0; } }

.header__aside {
  max-width: 412px;
  max-width: 25.75rem; }

@media only screen and (min-width: 25.75em) {
  .page__primary--content > .content__main-aside.layout__group--table-ltr {
    direction: ltr;
    display: table;
    width: 100%;
    vertical-align: top; } }

@media only screen and (min-width: 50.5em) {
  .page__primary--content > .content__main-aside .main {
    direction: ltr;
    display: table-cell;
    vertical-align: top; } }
.page__primary--content > .content__main-aside .main .main__content {
  margin: 0px 16px;
  margin: 0rem 1rem; }
  @media only screen and (min-width: 75.25em) {
    .page__primary--content > .content__main-aside .main .main__content {
      margin-left: 0; } }

@media only screen and (min-width: 50.5em) {
  .page__primary--content > .content__main-aside .sidebar {
    direction: ltr;
    display: table-cell;
    vertical-align: top; } }
.page__primary--content > .content__main-aside .sidebar .sidebar__inner {
  margin: 16px;
  margin: 1rem; }
  @media only screen and (min-width: 50.5em) {
    .page__primary--content > .content__main-aside .sidebar .sidebar__inner {
      min-width: 380px;
      min-width: 23.75rem;
      max-width: 380px;
      max-width: 23.75rem;
      margin-left: 0;
      margin-top: 0; } }

.page__secondary--content > .content__sidebar {
  margin: 16px;
  margin: 1rem; }
  @media only screen and (min-width: 75.25em) {
    .page__secondary--content > .content__sidebar {
      min-width: 380px;
      min-width: 23.75rem;
      max-width: 380px;
      max-width: 23.75rem;
      margin-right: 16px;
      margin-right: 1rem; } }

/*
===========================
layout\_layout_footer.scss
===========================
*/
.footer {
  margin: 16px;
  margin: 1rem; }
  @media only screen and (min-width: 75.25em) {
    .footer {
      direction: ltr;
      display: table;
      width: 100%;
      vertical-align: top;
      max-width: 1568px;
      max-width: 98rem;
      margin: 0; } }

.footer p,
.footer li {
  margin: 8px 16px;
  margin: 0.5rem 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999; }

.footer__inner--left {
  text-align: center; }
  @media only screen and (min-width: 75.25em) {
    .footer__inner--left {
      direction: ltr;
      display: table-cell;
      vertical-align: top;
      max-width: 396px;
      max-width: 24.75rem;
      text-align: left; }
      .footer__inner--left img {
        margin-left: 16px;
        margin-left: 1rem; } }

.footer__inner--middle {
  text-align: center; }
  @media only screen and (min-width: 75.25em) {
    .footer__inner--middle {
      min-width: 380px;
      min-width: 23.75rem;
      direction: ltr;
      display: table-cell;
      vertical-align: top;
      max-width: 776px;
      max-width: 48.5rem; } }

.footer__inner--right {
  text-align: center; }
  @media only screen and (min-width: 75.25em) {
    .footer__inner--right {
      min-width: 380px;
      min-width: 23.75rem;
      direction: ltr;
      display: table-cell;
      vertical-align: top;
      max-width: 396px;
      max-width: 24.75rem;
      text-align: right; } }

/*
===========================
features_layout\_layout_list.scss
===========================
*/
.feature.feature-layout--list .feature-layout__group {
  float: left;
  width: 100%; }
.feature.feature-layout--list .feature__item.feature-layout__item {
  margin: 0px 0px 16px 0px;
  margin: 0rem 0rem 1rem 0rem;
  clear: both;
  display: block;
  max-width: 1176px;
  overflow: hidden; }
aside .feature.feature-layout--list .feature__item.feature-layout__item {
  margin: 0; }

/*
=================================
features_layout\_layout_grid.scss
=================================
The concerns of this code is Feature Item Layout
It does NOT affect Feature Element Layout
*/
.feature-layout__group {
  float: left;
  width: 100%; }

[data-feature-layout-col_1~="grid"] .feature__item.feature-layout__item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  vertical-align: top;
  border: 0; }
@media only screen and (min-width: 25.8125em) and (max-width: 50.5em) {
  [data-feature-layout-col_2~="grid"] .feature__item.feature-layout__item {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    vertical-align: top;
    float: left;
    margin-right: 2.061855670103093%;
    width: 48.96907216494845%; }
    [data-feature-layout-col_2~="grid"] .feature__item.feature-layout__item:nth-child(2n) {
      margin-right: 0; }
    [data-feature-layout-col_2~="grid"] .feature__item.feature-layout__item:nth-child(2n+1) {
      clear: left; } }
@media only screen and (min-width: 50.5625em) and (max-width: 75.25em) {
  [data-feature-layout-col_3~="grid"] .feature__item.feature-layout__item {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    vertical-align: top;
    float: left;
    margin-right: 1.36518771331058%;
    width: 32.42320819112628%; }
    [data-feature-layout-col_3~="grid"] .feature__item.feature-layout__item:nth-child(3n+3) {
      margin-right: 0; }
    [data-feature-layout-col_3~="grid"] .feature__item.feature-layout__item:nth-child(3n+1) {
      clear: left; } }
@media only screen and (min-width: 75.3125em) {
  [data-feature-layout-col_4~="grid"] .feature__item.feature-layout__item {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    vertical-align: top;
    float: left;
    margin-right: 1.36518771331058%;
    width: 32.42320819112628%; }
    [data-feature-layout-col_4~="grid"] .feature__item.feature-layout__item:nth-child(3n+3) {
      margin-right: 0; }
    [data-feature-layout-col_4~="grid"] .feature__item.feature-layout__item:nth-child(3n+1) {
      clear: left; } }

.feature-layout--bar .feature-layout__group {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  padding: 0;
  margin: 0 auto;
  width: 100%; }
  .feature-layout--bar .feature-layout__group .feature-layout__item {
    display: table-cell;
    border-collapse: collapse;
    margin: 0;
    padding: 0; }

/*
===========================
features_layout\_layout_slideshow.scss
===========================
*/
.feature-layout--slideshow {
  margin: 0px 0px 24px 0px;
  margin: 0rem 0rem 1.5rem 0rem;
  display: block;
  height: 392px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 576px; }

.feature-layout--slideshow .feature-layout__group {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.feature-layout--slideshow .feature-layout__item {
  background: #fff;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0; }

.feature-layout--slideshow .title_description {
  background: rgba(255, 255, 255, 0.8) none;
  border: 0;
  color: #451F77;
  display: block;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 240px; }

[data-feature__element="image"] {
  width: 100%; }

.feature-layout--slideshow .title {
  display: block; }

.feature-layout--slideshow .description {
  border: 0;
  margin: 0;
  padding: 0; }

.feature-layout--slideshow .title a {
  font-size: 32px;
  font-size: 2rem;
  padding: 12px;
  padding: 0.75rem;
  border: 0;
  color: #451F77;
  display: block;
  margin: 0; }

.feature-layout--slideshow .description a {
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 12px;
  padding: 0.75rem;
  border: 0;
  color: #1E772D;
  display: block;
  margin: 0; }

/*
===========================
feature_element_layout\_layout_stacked.scss
===========================
*/
/*
---------------------------
1. CREATE THE MIXIN
---------------------------
*/
/*
---------------------------
2. USE THE MIXIN IN MEDIA QUERIES
---------------------------
*/
@media only screen and (max-width: 25.75em) {
  [data-feature-layout-col_1~="stacked"] [data-feature__element="thumbnail url"] {
    display: block; }
  [data-feature-layout-col_1~="stacked"] [data-feature__element="image"] {
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0; }
  [data-feature-layout-col_1~="stacked"] [data-feature__element="text"] {
    display: block;
    margin-top: 1px; }
    [data-feature-layout-col_1~="stacked"] [data-feature__element="text"] [data-feature__element="long-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_1~="stacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_1~="stacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_1~="stacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
@media only screen and (min-width: 25.8125em) and (max-width: 50.5em) {
  [data-feature-layout-col_2~="stacked"] [data-feature__element="thumbnail url"] {
    display: block; }
  [data-feature-layout-col_2~="stacked"] [data-feature__element="image"] {
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0; }
  [data-feature-layout-col_2~="stacked"] [data-feature__element="text"] {
    display: block;
    margin-top: 1px; }
    [data-feature-layout-col_2~="stacked"] [data-feature__element="text"] [data-feature__element="long-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_2~="stacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_2~="stacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_2~="stacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
@media only screen and (min-width: 50.5625em) and (max-width: 75.25em) {
  [data-feature-layout-col_3~="stacked"] [data-feature__element="thumbnail url"] {
    display: block; }
  [data-feature-layout-col_3~="stacked"] [data-feature__element="image"] {
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0; }
  [data-feature-layout-col_3~="stacked"] [data-feature__element="text"] {
    display: block;
    margin-top: 1px; }
    [data-feature-layout-col_3~="stacked"] [data-feature__element="text"] [data-feature__element="long-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_3~="stacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_3~="stacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_3~="stacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
@media only screen and (min-width: 75.3125em) {
  [data-feature-layout-col_4~="stacked"] [data-feature__element="thumbnail url"] {
    display: block; }
  [data-feature-layout-col_4~="stacked"] [data-feature__element="image"] {
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0; }
  [data-feature-layout-col_4~="stacked"] [data-feature__element="text"] {
    display: block;
    margin-top: 1px; }
    [data-feature-layout-col_4~="stacked"] [data-feature__element="text"] [data-feature__element="long-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_4~="stacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_4~="stacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      display: block;
      margin: 0; }
    [data-feature-layout-col_4~="stacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
/*
===========================
feature_element_layout\_layout_unstacked.scss
===========================
*/
/*
---------------------------
1. CREATE THE MIXIN
---------------------------
*/
/*
---------------------------
2. USE THE MIXIN IN MEDIA QUERIES
---------------------------
*/
@media only screen and (max-width: 25.75em) {
  [data-feature-layout-col_1~="unstacked"] [data-feature__element="thumbnail url"] {
    float: left;
    width: 32.42320819112628%; }
  [data-feature-layout-col_1~="unstacked"] [data-feature__element="image"] {
    border-radius: 48pxpx;
    border-radius: 3pxrem;
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  [data-feature-layout-col_1~="unstacked"] [data-feature__element="text"] {
    padding: 0px;
    padding: 0rem;
    float: left;
    margin-left: 1.360544217687075%;
    width: 66.21160409556314%; }
    [data-feature-layout-col_1~="unstacked"] [data-feature__element="text"] [data-feature__element="url"] .title-top {
      display: block;
      font-weight: bold; }
    [data-feature-layout-col_1~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_1~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      background: transparent;
      color: #000;
      padding: 0; }
    [data-feature-layout-col_1~="unstacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
@media only screen and (min-width: 25.8125em) and (max-width: 50.5em) {
  [data-feature-layout-col_2~="unstacked"] [data-feature__element="thumbnail url"] {
    float: left;
    width: 32.42320819112628%; }
  [data-feature-layout-col_2~="unstacked"] [data-feature__element="image"] {
    border-radius: 48pxpx;
    border-radius: 3pxrem;
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  [data-feature-layout-col_2~="unstacked"] [data-feature__element="text"] {
    padding: 0px;
    padding: 0rem;
    float: left;
    margin-left: 1.360544217687075%;
    width: 66.21160409556314%; }
    [data-feature-layout-col_2~="unstacked"] [data-feature__element="text"] [data-feature__element="url"] .title-top {
      display: block;
      font-weight: bold; }
    [data-feature-layout-col_2~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_2~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      background: transparent;
      color: #000;
      padding: 0; }
    [data-feature-layout-col_2~="unstacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
@media only screen and (min-width: 50.5625em) and (max-width: 75.25em) {
  [data-feature-layout-col_3~="unstacked"] [data-feature__element="thumbnail url"] {
    float: left;
    width: 32.42320819112628%; }
  [data-feature-layout-col_3~="unstacked"] [data-feature__element="image"] {
    border-radius: 48pxpx;
    border-radius: 3pxrem;
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  [data-feature-layout-col_3~="unstacked"] [data-feature__element="text"] {
    padding: 0px;
    padding: 0rem;
    float: left;
    margin-left: 1.360544217687075%;
    width: 66.21160409556314%; }
    [data-feature-layout-col_3~="unstacked"] [data-feature__element="text"] [data-feature__element="url"] .title-top {
      display: block;
      font-weight: bold; }
    [data-feature-layout-col_3~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_3~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      background: transparent;
      color: #000;
      padding: 0; }
    [data-feature-layout-col_3~="unstacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
@media only screen and (min-width: 75.3125em) {
  [data-feature-layout-col_4~="unstacked"] [data-feature__element="thumbnail url"] {
    float: left;
    width: 32.42320819112628%; }
  [data-feature-layout-col_4~="unstacked"] [data-feature__element="image"] {
    border-radius: 48pxpx;
    border-radius: 3pxrem;
    max-width: 380px;
    max-width: 23.75rem;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  [data-feature-layout-col_4~="unstacked"] [data-feature__element="text"] {
    padding: 0px;
    padding: 0rem;
    float: left;
    margin-left: 1.360544217687075%;
    width: 66.21160409556314%; }
    [data-feature-layout-col_4~="unstacked"] [data-feature__element="text"] [data-feature__element="url"] .title-top {
      display: block;
      font-weight: bold; }
    [data-feature-layout-col_4~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title url"], [data-feature-layout-col_4~="unstacked"] [data-feature__element="text"] [data-feature__element="short-title"] [data-feature__element="url"] {
      background: transparent;
      color: #000;
      padding: 0; }
    [data-feature-layout-col_4~="unstacked"] [data-feature__element="text"] [data-feature__element="description"] {
      padding: 8px 0px;
      padding: 0.5rem 0rem; } }
/*
===========================
features_global\_buttons.scss
===========================
*/
.btn {
  font-size: 28px;
  font-size: 1.75rem;
  min-width: 280px;
  min-width: 17.5rem;
  padding: 5.2px;
  padding: 0.325rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 0;
  color: #fff;
  display: block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  /* Themes */ }
  .btn.pink {
    background-color: #26697f;
    color: #fff; }
    .btn.pink:hover {
      background-color: #1a4958;
      color: #fff; }
    .btn.pink:active {
      background-color: #44a7c7;
      color: #fff; }
  .btn.outline {
    border: solid 1px #26697f; }
  .btn.telephone {
    padding: 16px;
    padding: 1rem; }

/*
===========================
features_global\_search_global.scss
===========================
*/
.feature.searchbox,
.feature.searchbox .content form,
.feature.searchbox .content fieldset {
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0; }

.feature.searchbox p.btn {
  cursor: auto; }

.feature.searchbox .content .search--input {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
  border: solid 1px #fff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #ccc;
  float: left;
  margin: 0;
  width: 70%; }

.feature.searchbox .content .search--submit {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0.25rem;
  color: #ccc;
  cursor: pointer;
  float: right;
  font-weight: normal;
  margin: 0;
  width: 20%; }

/*
===================================
	features_global\_nav_global_top.scss
===================================
*/
.feature.feature__menu {
  margin: 0px 16px;
  margin: 0rem 1rem;
  border: 0;
  padding: 0; }
  .feature.feature__menu .feature__header {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
    .feature.feature__menu .feature__header h2[data-feature="title"] {
      border: 0;
      margin: 0;
      padding: 0; }
      .feature.feature__menu .feature__header h2[data-feature="title"] #burger {
        font-size: 16px;
        font-size: 1rem;
        padding: 16px;
        padding: 1rem;
        border: 0;
        color: #fff;
        cursor: pointer;
        float: right;
        margin: 0;
        width: auto; }
  .feature.feature__menu .feature__content [data-feature__element="short-title url"],
  .feature.feature__menu .feature__content [data-feature__element="short-title"] [data-feature__element="url"] {
    padding: 16px 8px;
    padding: 1rem 0.5rem;
    background: transparent;
    border: 0;
    color: #fff;
    display: block;
    text-align: center; }
    .feature.feature__menu .feature__content [data-feature__element="short-title url"]:hover, .feature.feature__menu .feature__content [data-feature__element="short-title url"]:focus, .feature.feature__menu .feature__content [data-feature__element="short-title url"].ancestor,
    .feature.feature__menu .feature__content [data-feature__element="short-title"] [data-feature__element="url"]:hover,
    .feature.feature__menu .feature__content [data-feature__element="short-title"] [data-feature__element="url"]:focus,
    .feature.feature__menu .feature__content [data-feature__element="short-title"] [data-feature__element="url"].ancestor {
      background: #1a4958; }

/*
=======================================
features_global/_nav_global_bottom.scss
=======================================
*/
/*
===================================
	features_local\_feature_master.scss
===================================
*/
/*
-----------------------------------
	FEATURE
-----------------------------------
*/
.feature {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden; }

.content__traverse .feature {
  margin: 0px 16px;
  margin: 0rem 1rem; }
  @media only screen and (min-width: 75.3125em) {
    .content__traverse .feature {
      margin-left: 0; } }

/*
-----------------------------------
	FEATURE HEADER
-----------------------------------
*/
/*
-----------------------------------
	FEATURE TITLE
-----------------------------------
*/
h2[data-feature="title--short"] {
  display: none; }

aside h2[data-feature="title"] {
  padding: 8px;
  padding: 0.5rem;
  background: #26697f;
  border: 0;
  color: #fff;
  display: block;
  margin: 0; }

aside h2[data-feature="title"] a {
  margin: -8px;
  margin: -0.5rem;
  padding: 8px;
  padding: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #26697f;
  color: #fff;
  display: block;
  font-weight: 400; }
  aside h2[data-feature="title"] a:hover, aside h2[data-feature="title"] a.ancestor {
    background: #8b1e73;
    color: #fff;
    font-weight: 400; }

/*
-----------------------------------
	FEATURE DESCRIPTION
-----------------------------------
*/
[data-feature="description"] {
  padding: 8px;
  padding: 0.5rem;
  margin: 0; }

/*
-----------------------------------
	FEATURE CONTENT
-----------------------------------
*/
[data-feature__element="short-title url"],
[data-feature__element="short-title"] [data-feature__element="url"] {
  border: 0;
  display: block;
  margin: 0;
  padding: 0; }
  [data-feature__element="short-title url"]:hover, [data-feature__element="short-title url"]:focus,
  [data-feature__element="short-title"] [data-feature__element="url"]:hover,
  [data-feature__element="short-title"] [data-feature__element="url"]:focus {
    text-decoration: underline; }

[data-feature__element="long-title url"],
[data-feature__element="long-title"] [data-feature__element="url"] {
  border: 0;
  display: block;
  margin: 0;
  padding: 0; }
  [data-feature__element="long-title url"]:hover, [data-feature__element="long-title url"]:focus,
  [data-feature__element="long-title"] [data-feature__element="url"]:hover,
  [data-feature__element="long-title"] [data-feature__element="url"]:focus {
    text-decoration: underline; }

.sidebar__inner [data-feature__element="long-title url"],
.sidebar__inner [data-feature__element="long-title"] [data-feature__element="url"] {
  padding: 8px;
  padding: 0.5rem;
  border: 0;
  display: inline-block; }
.sidebar__inner [data-feature__element="description"] {
  padding: 8px;
  padding: 0.5rem;
  background: #badeea;
  border: 0;
  color: #26697f;
  display: block; }

/*
-----------------------------------
	FEATURE FOOTER
-----------------------------------
*/
.feature__footer {
  clear: both;
  display: block; }

/*
-----------------------------------
	FEATURE SUMMARY
-----------------------------------
*/
[data-feature="summary"] {
  padding: 8px;
  padding: 0.5rem;
  background: #8b1e73;
  color: #fff;
  margin: 0; }

/* EXCEPTION FOR THUMBS ONLY - NO BOTTOM MARGIN */
.sidebar__outer .feature.thumbs .content a.thumbnail {
  margin-bottom: 0; }

/*
===================================
	features_local\_feature_diy.scss
===================================
*/
.feature__diy ul {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.feature__diy li {
  margin: 0px 0px 12px 24px;
  margin: 0rem 0rem 0.75rem 1.5rem;
  border: 0;
  list-style: square;
  padding: 0; }

/*
===================================
	features_local\_feature_diy.scss
===================================
*/
.content__traverse video {
  padding: 0px 16px;
  padding: 0rem 1rem;
  border: 0;
  max-width: 1172px;
  max-height: 659px;
  margin: 0;
  width: 100%; }

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

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

.sidebar__outer .feature__title {
  background: #999; }

.sidebar__outer .feature__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 8px;
  padding: 0.5rem;
  border-bottom: solid 2px #fff;
  color: #999;
  display: block;
  font-family: "futura pt", sans-serif;
  font-weight: 300;
  margin: 0; }

.sidebar__outer .feature__content {
  background: #666; }

.sidebar__outer .feature__content a.thumbnail {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-bottom: none;
  display: block; }

.sidebar__outer .feature__content p {
  padding: 8px;
  padding: 0.5rem; }

.sidebar__outer .feature__content dt {
  padding: 8px;
  padding: 0.5rem; }

.sidebar__outer .feature__content dd {
  padding: 8px;
  padding: 0.5rem;
  padding-top: 0; }

.sidebar__outer .feature__content li {
  padding: 8px;
  padding: 0.5rem; }

.sidebar__outer .feature__content li img {
  max-width: 100%; }

/*
 TESTING
 */
.sidebar__outer .internal_links .feature__title {
  background: #fcc; }

.sidebar__outer .external_links .feature__title {
  background: #cfc; }

/*
=========================
features_local\_layout_master.scss
=========================
*/
.feature__navigation ul ul {
  border-bottom: 1px solid #999; }

.feature__navigation h2[data-feature="title"] {
  border: 0; }

.feature__navigation h2[data-feature="title"] a {
  background: #26697f;
  color: #fff; }
  .feature__navigation h2[data-feature="title"] a:hover, .feature__navigation h2[data-feature="title"] a.ancestor {
    background: #1e5465; }

.feature__navigation [data-feature__element="short-title url"] {
  padding: 8px;
  padding: 0.5rem;
  display: block;
  transition: none; }

/*
-----------------------------------
	STATE STYLES
-----------------------------------
*/
/*
-----------------------------------
	LEVEL STYLES
-----------------------------------
*/
[data-feature__item="nav-link level-3"] [data-feature__element="short-title url"] {
  color: #666; }
  [data-feature__item="nav-link level-3"] [data-feature__element="short-title url"]:hover, [data-feature__item="nav-link level-3"] [data-feature__element="short-title url"]:focus {
    background: #ddd; }
  [data-feature__item="nav-link level-3"] [data-feature__element="short-title url"]:active, [data-feature__item="nav-link level-3"] [data-feature__element="short-title url"].current, [data-feature__item="nav-link level-3"] [data-feature__element="short-title url"].ancestor {
    background: #999;
    color: #fff; }

[data-feature__item="nav-link level-4"] [data-feature__element="short-title url"] {
  padding-left: 16px;
  padding-left: 1rem;
  background: #fff; }
  [data-feature__item="nav-link level-4"] [data-feature__element="short-title url"]:hover, [data-feature__item="nav-link level-4"] [data-feature__element="short-title url"]:focus {
    background: #ccc;
    color: #666; }
  [data-feature__item="nav-link level-4"] [data-feature__element="short-title url"]:active, [data-feature__item="nav-link level-4"] [data-feature__element="short-title url"].current, [data-feature__item="nav-link level-4"] [data-feature__element="short-title url"].ancestor {
    background: #ccc;
    color: #666; }

/* START MIDDLE FORM ELEMENTS */
form li,
.main__inner form li {
  list-style: none; }

legend {
  list-style: none; }

fieldset {
  margin: 0 0 24px 0; }

form li label,
.main__inner form li label {
  margin: 8px 24px 8px 24px;
  margin: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: inline-block;
  width: 40%; }

input {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  display: inline-block; }

input[type=text] {
  width: 40%; }

input[type=submit] {
  cursor: pointer; }

input[type=file] {
  width: 40%; }

textarea {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  width: 40%; }

input[type=text] + label {
  clear: left; }

.feature .content input[type=checkbox] {
  border: 0; }

.feature .content input[type=radio] {
  border: 0; }

/* END MIDDLE FORM ELEMENTS */

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