@charset "UTF-8";
/*------------------------------------*\
    #MAIN
\*------------------------------------*/
/**
 * SETTINGS
 * Config...............Project-level config.
 * Global...............Project-specific, globally available settings.
 *
 * TOOLS
 * Mixins...............Global mixins.
 * Functions............Global functions.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults...
 * Reset................and zero them out.
 * Box-sizing...........More manageable box-model.
 * Shared...............Share certain high-level styles as broadly as possible.
 *
 * ELEMENTS
 * Headings.............H1–H4
 * Links................A links.
 * Forms................Element-level form styling.
 *
 * OBJECTS
 * Layout...............Simple Layout abstraction tool.
 * List-bare............‘Unstyled’ lists: bullets and indent removed.
 * List-pair............Simple key–value pair list.
 * Pack.................Force elements to pack up into all available space.
 *
 * COMPONENTS
 * Forms................Component-level form styling.
 * Buttons..............Element-agnostic button styles.
 * Comments.............Comment styles.
 * Messaging............User feedback messaging.
 *
 * UTILS
 * Typography...........Utilities for manipulating text.
 * Display..............Helper classes for showing or hiding content.
 * Widths...............Width helper classes for use with our Layout system.
 *
 */
/* Colour definitions */
/* colors on a light background */
/* colors on a dark background */
/* Messaging on white */
/* Messaging on dark background */
/* Colour use cases */
/* this variable allows opting out of the font imports.
 it is temporarily needed for projects migrating to sd-ui
 while the fonts are not on a CDN. This will be removed
 once all projects are using the masterbrand fonts */
/* typography serif */
@font-face {
  font-family: 'NexusSerif';
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Regular.woff") format("woff"); }

@font-face {
  font-family: 'NexusSerif';
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'NexusSerif';
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Italic.woff") format("woff");
  font-style: italic; }

@font-face {
  font-family: 'NexusSerif';
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/* typography sans */
@font-face {
  font-family: 'NexusSans';
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-Regular.woff") format("woff"); }

@font-face {
  font-family: 'NexusSans';
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'NexusSans';
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-Italic.woff") format("woff");
  font-style: italic; }

@font-face {
  font-family: 'NexusSans';
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/* High-level base settings */
/* base spacing */
/*
// Create a fully formed type style (sizing and vertical rhythm) by passing in a
// single value, e.g.:
//
// .foo {
//     @include font-size(12px);
// }
//
// This will generate a rem-based font-size with its pixel fallback, as well as
// a unitless line-height which will place the element on your baseline, e.g.:
//
// .foo {
//     font-size: 12px;
//     font-size: 0.75rem;
//     line-height: 2;
// }
//
// If you do not want to generate a line-height automatically, you simply pass
// in your own as a second paramater, e.g.:
//
// .foo {
//     @include font-size(12px, 1.5);
// }
//
// This will yield:
//
// .foo {
//     font-size: 12px;
//     font-size: 0.75rem;
//     line-height: 1.5;
// }
//
// This parameter can be any integer, ‘inherit’, or ‘normal’.
//
// If you don’t want a line-height at all, pass in a second paramater of ‘none’
// or ‘false’, e.g.:
//
// .foo {
//     @include font-size(12px, none);
// }
//
// This will yield:
//
// .foo {
//     font-size: 12px;
//     font-size: 0.75rem;
// }
//
// If you would like the rules to carry `!important`, pass in a third paramater
// of ‘important’, e.g.:
//
// .foo {
//     @include font-size(12px, none, important);
// }
//
// This will yield:
//
// .foo {
//     font-size: 12px !important;
//     font-size: 0.75rem !important;
// }
*/
/*
// Mixin to drop micro clearfix into a selector.
//
// .simple-usage {
//   @include clearfix();
// }
//
// .detailed-usage {
//   @include clearfix(important);
// }
*/
/*
// Simple truncation mixin to cut off text using an ellipsis after a certain
// width.
//
// .simple-usage {
//   @include truncate();
// }
//
// .detailed-usage {
//   @include truncate(<value>, important);
// }
*/
/*
// For setting border box sizing e.g. used by _generic.grid.scss as a reset
//
// .simple-usage {
//   @include border-box;
// }
//
// .detailed-usage {
//   @include border-box;
// }
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */

footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  border-radius: 0; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE.
 */

/**
 * 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.
 * 3. Correct rounded corners in iOS.
 */
[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  border-radius: 0;
  /* 3 */ }

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */

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

/* wbr
   ========================================================================== */
/**
 * Add zero width breaking space after wbr elements to fix IE behaviour.
 */
wbr:after {
  content: "\200B"; }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h5,
p, ul,
form, fieldset, legend, caption {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */

ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*\
  #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Set basic typography that has far reach.
 * Applying default font sizes allows us to use REMs relative to what we define.
 */
html {
  /**
     * 16px is usually the browser default size
     * setting font-size to a pixel value here will
     * not allow users to set their browser font
     * so we set to (20/16) => 1.25rem => 20px and allow users
     * to override for accessibility
     */
  font-size: 1.25rem;
  line-height: 1.4; }

body {
  font-family: NexusSans, Arial, Helvetica, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, STIXGeneral, Cambria Math, Arial Unicode MS, sans-serif;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------------*\
    #GRID
\*------------------------------------*/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid {
  width: 100%;
  margin: 0 auto; }

.grid, .row {
  *zoom: 1; }
  .grid:before, .row:before, .grid:after, .row:after {
    content: " ";
    display: table; }
  .grid:after, .row:after {
    clear: both; }

.grid img {
  width: auto;
  max-width: 100%;
  height: auto; }

[class*='col-'] {
  float: left;
  width: 100%;
  min-height: 1px; }

/**
 * Responsive grid columns
 */
@media only screen and (min-width: 20em) {
  .col-xs-1, .row > .col-xs-1 {
    width: 4.16667%; }
  .col-xs-8, .row > .col-xs-8 {
    width: 33.33333%; }
  .col-xs-12, .row > .col-xs-12 {
    width: 50%; }
  .col-xs-18, .row > .col-xs-18 {
    width: 75%; }
  .col-xs-21, .row > .col-xs-21 {
    width: 87.5%; }
  .col-xs-22, .row > .col-xs-22 {
    width: 91.66667%; }
  .col-xs-24, .row > .col-xs-24 {
    width: 100%; } }

@media only screen and (min-width: 36em) {
  .col-sm-2, .row > .col-sm-2 {
    width: 8.33333%; }
  .col-sm-12, .row > .col-sm-12 {
    width: 50%; }
  .col-sm-20, .row > .col-sm-20 {
    width: 83.33333%; }
  .col-sm-24, .row > .col-sm-24 {
    width: 100%; } }

@media only screen and (min-width: 48em) {
  .col-md-2, .row > .col-md-2 {
    width: 8.33333%; }
  .col-md-3, .row > .col-md-3 {
    width: 12.5%; }
  .col-md-5, .row > .col-md-5 {
    width: 20.83333%; }
  .col-md-6, .row > .col-md-6 {
    width: 25%; }
  .col-md-8, .row > .col-md-8 {
    width: 33.33333%; }
  .col-md-12, .row > .col-md-12 {
    width: 50%; }
  .col-md-14, .row > .col-md-14 {
    width: 58.33333%; }
  .col-md-16, .row > .col-md-16 {
    width: 66.66667%; }
  .col-md-20, .row > .col-md-20 {
    width: 83.33333%; } }

@media only screen and (min-width: 62em) {
  .col-lg-1, .row > .col-lg-1 {
    width: 4.16667%; }
  .col-lg-4, .row > .col-lg-4 {
    width: 16.66667%; }
  .col-lg-5, .row > .col-lg-5 {
    width: 20.83333%; }
  .col-lg-6, .row > .col-lg-6 {
    width: 25%; }
  .col-lg-7, .row > .col-lg-7 {
    width: 29.16667%; }
  .col-lg-8, .row > .col-lg-8 {
    width: 33.33333%; }
  .col-lg-10, .row > .col-lg-10 {
    width: 41.66667%; }
  .col-lg-12, .row > .col-lg-12 {
    width: 50%; }
  .col-lg-16, .row > .col-lg-16 {
    width: 66.66667%; }
  .col-lg-18, .row > .col-lg-18 {
    width: 75%; }
  .col-lg-24, .row > .col-lg-24 {
    width: 100%; } }

@media only screen and (min-width: 75em) {
  .col-xl-3, .row > .col-xl-3 {
    width: 12.5%; }
  .col-xl-5, .row > .col-xl-5 {
    width: 20.83333%; }
  .col-xl-7, .row > .col-xl-7 {
    width: 29.16667%; }
  .col-xl-10, .row > .col-xl-10 {
    width: 41.66667%; }
  .col-xl-15, .row > .col-xl-15 {
    width: 62.5%; }
  .col-xl-16, .row > .col-xl-16 {
    width: 66.66667%; } }

.move-left {
  float: left;
  left: 0; }

.move-right {
  float: right;
  right: 0; }

.move-top {
  position: absolute;
  top: 0; }

.move-bottom {
  position: absolute;
  bottom: 0; }

.move-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .move-middle.move-center {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.move-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .move-center.move-middle {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/* Preconfigure these settings before the @import of this file. */
h1,
h2,
h3 {
  font-weight: normal; }

h5 {
  font-weight: bold; }

h1 {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.333;
  color: #505050; }

h2 {
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1.333;
  color: #505050; }

h3 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.333; }

h5 {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.4; }

@media only screen and (min-width: 36em) {
  h1 {
    font-size: 36px;
    font-size: 1.8rem;
    line-height: 1.333;
    color: #505050; }
  h2 {
    font-size: 30px;
    font-size: 1.5rem;
    line-height: 1.333;
    color: #505050; }
  h3 {
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1.333;
    color: #505050; }
  h5 {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.4; } }

/*------------------------------------*\
    #DIVIDERS
\*------------------------------------*/
.hor-line {
  border-bottom: 0.1rem solid #DCDCDC; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * branded base styles.
*/
.branded ul {
  list-style: none;
  margin: .5em 0; }
  .branded ul > li {
    padding-left: 1.6em; }
    .branded ul > li::before {
      margin: .45em 0 0 -1em;
      content: '';
      display: block;
      float: left;
      width: .35em;
      height: .35em;
      background-color: #e9711c;
      border-radius: 50%; }

/**
 * List tags.
 *
 * Useful when you want to turn an unordered list into a comma seperated inline list.
 * <ul class="list-tags><li class="list-tags-item">List item</li>...</ul>
 *
 */

/*------------------------------------*\
    #ANCHORS
\*------------------------------------*/
/**
 * branded base styles.
*/
.branded a {
  color: #007398;
  -webkit-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  text-decoration: none;
  border-bottom: 2px solid transparent; }
  .branded a:link, .branded a:visited {
    color: #007398;
    border-bottom: 2px solid transparent; }
  .branded a:active, .branded a:focus, .branded a:hover {
    cursor: pointer;
    color: #e9711c;
    border-bottom-color: #e9711c; }

/*------------------------------------*\
    #PANEL

    All @extend classes are self-contained (they do not extend classes from outside this file)
\*------------------------------------*/
.container, .panel-s {
  position: relative;
  overflow: auto; }

 .panel-s {
  background: #F5F5F5;
  overflow: auto; }
   .panel-s:not(.panel-s):not(.panel-m):not(.panel-l):not(.panel-m):not(.panel-l) {
    padding: 32px; }

.panel-s {
  padding: 16px; }

.button-alternative {
  background-color: transparent;
  border: none;
  text-decoration: none;
  font-family: inherit; }
  .button-alternative svg.icon {
    border: 2px solid;
    padding: 2px;
    -webkit-transition: background-color .3s, border-color .3s, color .3s, fill .3s;
    transition: background-color .3s, border-color .3s, color .3s, fill .3s;
    vertical-align: middle; }
    .button-alternative svg.icon:first-child {
      margin-right: 8px; }
    .button-alternative svg.icon:last-child {
      margin-left: 8px; }
    .button-alternative svg.icon:only-child {
      margin: 0; }
  .button-alternative-text {
    color: #323232;
    -webkit-transition: color .3s;
    transition: color .3s;
    vertical-align: middle; }
  .button-alternative-primary svg.icon {
    background-color: #007398;
    border-color: #007398;
    fill: #ffffff; }
  .button-alternative-secondary svg.icon {
    background-color: #ffffff;
    border-color: #007398;
    fill: #007398; }
  .button-alternative-tertiary svg.icon {
    background-color: #ffffff;
    border-color: #B9B9B9;
    fill: #007398; }
  .button-alternative:hover, .button-alternative:focus {
    cursor: pointer; }
  .button-alternative:disabled {
    cursor: default; }
  .button-alternative:hover:not(:disabled) svg.icon, .button-alternative:active:not(:disabled) svg.icon, .button-alternative:focus:not(:disabled) svg.icon {
    background-color: #e9711c;
    border: 2px solid #e9711c;
    fill: #ffffff; }
  .button-alternative:hover:not(:disabled) .button-alternative-text, .button-alternative:active:not(:disabled) .button-alternative-text, .button-alternative:focus:not(:disabled) .button-alternative-text {
    color: #e9711c; }
  .button-alternative-primary:disabled svg.icon {
    background-color: #B9B9B9;
    border-color: #B9B9B9;
    fill: #ffffff; }
  .button-alternative-secondary:disabled svg.icon,
  .button-alternative-tertiary:disabled svg.icon {
    background-color: #ffffff;
    border-color: #B9B9B9;
    fill: #B9B9B9; }
  .button-alternative:disabled .button-alternative-text {
    color: #B9B9B9; }

.anchor {
  color: #007398;
  -webkit-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  text-decoration: none; }
  .anchor:active, .anchor:focus, .anchor:hover {
    cursor: pointer;
    color: #e9711c; }
    .anchor:active .anchor-text, .anchor:focus .anchor-text, .anchor:hover .anchor-text {
      border-bottom: 2px solid #e9711c; }
  .anchor svg.icon {
    fill: currentColor;
    vertical-align: middle; }
    .anchor svg.icon:first-child {
      margin-right: .5rem; }
    .anchor svg.icon:last-child {
      margin-left: .5rem; }
    .anchor svg.icon:only-child {
      margin: 0; }
  .anchor-text {
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s; }
  .anchor-external-link::after {
    content: ' \2197';
    opacity: 0.6;
    speak: none; }
  .anchor-has-inherit-color {
    color: inherit; }
  .anchor-has-background-color:active, .anchor-has-background-color:focus, .anchor-has-background-color:hover {
    cursor: pointer;
    color: inherit; }
    .anchor-has-background-color:active .anchor-text, .anchor-has-background-color:focus .anchor-text, .anchor-has-background-color:hover .anchor-text {
      border-bottom: 2px solid currentColor; }
  .anchor-has-colored-icon svg.icon {
    fill: #007398; }
  .anchor-has-colored-icon:active svg.icon, .anchor-has-colored-icon:focus svg.icon, .anchor-has-colored-icon:hover svg.icon {
    fill: #e9711c; }
  .anchor[aria-disabled="true"] {
    cursor: default;
    color: #B9B9B9 !important; }
    .anchor[aria-disabled="true"] svg.icon {
      fill: #B9B9B9 !important; }
    .anchor[aria-disabled="true"] .anchor-text {
      -webkit-transition: all 0s ease 0s;
      transition: all 0s ease 0s; }
    .anchor[aria-disabled="true"]:active .anchor-text, .anchor[aria-disabled="true"]:focus .anchor-text, .anchor[aria-disabled="true"]:hover .anchor-text {
      border-bottom: none; }

.button-link {
  background-color: transparent;
  border: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: inherit; }
  .button-link:active, .button-link:focus, .button-link:hover {
    color: #e9711c;
    cursor: pointer; }
    .button-link:active .button-link-text, .button-link:focus .button-link-text, .button-link:hover .button-link-text {
      border-bottom: 2px solid #e9711c; }
    .button-link:active svg.icon, .button-link:focus svg.icon, .button-link:hover svg.icon {
      fill: currentColor; }
  .button-link:disabled {
    color: #B9B9B9;
    cursor: default; }
    .button-link:disabled .button-link-text {
      border-bottom: none; }
    .button-link:disabled svg.icon {
      fill: currentColor; }
  .button-link svg.icon {
    fill: #007398;
    vertical-align: middle;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
    .button-link svg.icon:first-child {
      margin-right: 8px; }
    .button-link svg.icon:last-child {
      margin-left: 8px; }
    .button-link svg.icon:only-child {
      margin: 0; }
  .button-link-text {
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom-color 0.3s ease;
    transition: border-bottom-color 0.3s ease;
    vertical-align: middle; }
  .button-link-primary {
    color: #323232; }
  .button-link-secondary {
    color: #007398; }

.accordion-container .accordion-panel-title {
  display: block;
  width: 100%;
  background-color: transparent;
  font-family: inherit;
  padding-right: 2rem;
  border-bottom: 2px solid transparent;
  position: relative;
  border: 0;
  cursor: pointer; }
  .accordion-container .accordion-panel-title span {
    color: #323232; }
  .accordion-container .accordion-panel-title:hover span, .accordion-container .accordion-panel-title:active span, .accordion-container .accordion-panel-title:focus span {
    color: #e9711c;
    text-decoration: underline; }
  .accordion-container .accordion-panel-title:hover .accordion-icon, .accordion-container .accordion-panel-title:active .accordion-icon, .accordion-container .accordion-panel-title:focus .accordion-icon {
    fill: #e9711c; }

.accordion-container .accordion-panel {
  list-style: none;
  max-width: none;
  border-bottom: 2px solid #EBEBEB; }
  .accordion-container .accordion-panel:first-child {
    border-top: 2px solid #EBEBEB; }

.accordion-container .accordion-icon {
  position: absolute;
  right: 0.3rem;
  top: 0.8rem;
  fill: #007398; }

.button {
  border: 2px solid;
  display: inline-block;
  font-family: inherit;
  height: 40px;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0 16px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* primary */
  /* secondary */
  /* tertiary */
  /* warning */
  /* states */ }
  .button svg.icon {
    fill: currentColor;
    vertical-align: middle;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
    .button svg.icon:first-child {
      margin-right: 8px; }
    .button svg.icon:last-child {
      margin-left: 8px; }
    .button svg.icon:only-child {
      margin: 0; }
  .button-text {
    border-bottom: none;
    -webkit-transition: border-bottom-color 0.3s ease, color 0.3s;
    transition: border-bottom-color 0.3s ease, color 0.3s;
    vertical-align: middle; }
  .button-primary {
    background-color: #007398;
    border-color: #007398;
    color: #ffffff; }
  .button-secondary {
    background-color: #ffffff;
    border-color: #007398;
    color: #323232; }
  .button-secondary svg.icon {
    fill: #007398; }
  .button-tertiary {
    background-color: #ffffff;
    border-color: #B9B9B9;
    color: #323232; }
  .button-tertiary svg.icon {
    fill: #007398; }
  .button-warning {
    background-color: #C83727;
    border-color: #C83727;
    color: #ffffff; }
  .button-anchor {
    border-color: transparent;
    background-color: transparent;
    color: #007398; }
    .button-anchor:disabled {
      color: #B9B9B9; }
  .button:hover, .button:focus {
    cursor: pointer; }
  .button-primary:hover:not(:disabled), .button-secondary:hover:not(:disabled), .button-tertiary:hover:not(:disabled), .button-warning:hover:not(:disabled), .button-primary:focus:not(:disabled), .button-secondary:focus:not(:disabled), .button-tertiary:focus:not(:disabled), .button-warning:focus:not(:disabled) {
    border-color: #e9711c;
    background-color: #e9711c; }
  .button-primary:hover:not(:disabled) svg.icon,
  .button-secondary:hover:not(:disabled) svg.icon,
  .button-tertiary:hover:not(:disabled) svg.icon,
  .button-warning:hover:not(:disabled) svg.icon,
  .button-primary:focus:not(:disabled) svg.icon,
  .button-secondary:focus:not(:disabled) svg.icon,
  .button-tertiary:focus:not(:disabled) svg.icon,
  .button-warning:focus:not(:disabled) svg.icon {
    fill: #ffffff; }
  .button-anchor:hover:not(:disabled) svg.icon,
  .button-anchor:focus:not(:disabled) svg.icon {
    fill: #e9711c; }
  .button-primary:hover:not(:disabled) .button-text,
  .button-secondary:hover:not(:disabled) .button-text,
  .button-tertiary:hover:not(:disabled) .button-text,
  .button-warning:hover:not(:disabled) .button-text,
  .button-primary:focus:not(:disabled) .button-text,
  .button-secondary:focus:not(:disabled) .button-text,
  .button-tertiary:focus:not(:disabled) .button-text,
  .button-warning:focus:not(:disabled) .button-text {
    color: #ffffff; }
  .button-anchor:hover:not(:disabled) .button-text {
    color: #e9711c;
    border-bottom: 2px solid #e9711c; }
  .button-anchor:focus:not(:disabled) .button-text {
    color: #e9711c; }
  .button:disabled {
    cursor: default; }
  .button-primary:disabled, .button-warning:disabled {
    background-color: #B9B9B9;
    border-color: #B9B9B9; }
  .button-secondary:disabled {
    background-color: #ffffff;
    border-color: #B9B9B9;
    color: #B9B9B9; }
    .button-secondary:disabled svg.icon {
      fill: #ffffff; }
  .button-secondary:disabled svg.icon,
  .button-tertiary:disabled svg.icon {
    fill: #B9B9B9; }
  .button-tertiary:disabled {
    background-color: #ffffff;
    border-color: #B9B9B9;
    color: #B9B9B9; }

@-webkit-keyframes icon-spinner-anim {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes icon-spinner-anim {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

 .adv-form .PublicationAutoSuggestInput input {
  border: none;
  border-bottom: 2px solid #DCDCDC;
  position: relative;
  top: 20px;
  color: #505050;
  display: inline-block;
  padding: 12px 0;
  height: 100%;
  padding-bottom: 4px;
  outline: 0;
  -webkit-transition: border-bottom .4s ease-out;
  transition: border-bottom .4s ease-out;
  width: 100%;
  font-family: inherit; }
   .adv-form .PublicationAutoSuggestInput input:focus {
    color: #000000;
    border-color: #505050; }
   .adv-form .PublicationAutoSuggestInput input:hover {
    border-color: #505050; }
   .adv-form .PublicationAutoSuggestInput input:disabled {
    border-bottom: 2px dotted #DCDCDC;
    background-color: transparent; }
   .adv-form .PublicationAutoSuggestInput input::-ms-clear {
    display: none; }

.popover {
  position: relative;
  display: inline-block; }

.popover-content {
  position: absolute;
  margin-top: 16px;
  z-index: 9999;
  padding: 16px;
  border-top: solid 2px #e9711c;
  background: rgba(235, 235, 235, 0.85); }
  .popover-content.popover-align-left {
    left: 0; }
    .popover-content.popover-align-left.popover-align-left:before {
      content: '';
      position: absolute;
      left: 0;
      top: -16px;
      border-right: 16px solid transparent;
      border-bottom: 16px solid #e9711c; }
    .popover-content.popover-align-left.popover-align-left:after {
      content: '';
      position: absolute;
      left: 0;
      top: -13px;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #ebebeb; }
  .popover-content.popover-align-right {
    right: 0; }
    .popover-content.popover-align-right.popover-align-right:before {
      content: '';
      position: absolute;
      right: 0;
      top: -16px;
      border-left: 16px solid transparent;
      border-bottom: 16px solid #e9711c; }
    .popover-content.popover-align-right.popover-align-right:after {
      content: '';
      position: absolute;
      right: 0;
      top: -13px;
      border-left: 14px solid transparent;
      border-bottom: 14px solid #ebebeb; }

.popover-content-inner {
  background: #ffffff;
  padding: 28px 16px; }

.popover-button-close {
  position: relative;
  right: 0; }
  .popover-button-close svg.icon {
    fill: #505050; }

/* mixin for multiline */

.u-padding-0 {
  padding: 0px !important; }

.u-padding-0-hor {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.u-margin-0-right {
  margin-right: 0px !important; }

.u-padding-xs-ver {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.u-margin-xs-ver {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.u-padding-xs-hor {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.u-padding-xs-top {
  padding-top: 8px !important; }

.u-margin-xs-top {
  margin-top: 8px !important; }

.u-margin-xs-right {
  margin-right: 8px !important; }

.u-padding-xs-bottom {
  padding-bottom: 8px !important; }

.u-margin-xs-bottom {
  margin-bottom: 8px !important; }

.u-margin-xs-left {
  margin-left: 8px !important; }

.u-padding-s-ver {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.u-margin-s-ver {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.u-padding-s-hor {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.u-margin-s-hor {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.u-padding-s-top {
  padding-top: 16px !important; }

.u-margin-s-top {
  margin-top: 16px !important; }

.u-padding-s-right {
  padding-right: 16px !important; }

.u-margin-s-right {
  margin-right: 16px !important; }

.u-padding-s-bottom {
  padding-bottom: 16px !important; }

.u-margin-s-bottom {
  margin-bottom: 16px !important; }

.u-margin-s-left {
  margin-left: 16px !important; }

.u-margin-l-ver {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.u-margin-l-hor {
  margin-right: 32px !important;
  margin-left: 32px !important; }

.u-padding-l-top {
  padding-top: 32px !important; }

.u-margin-l-top {
  margin-top: 32px !important; }

.u-margin-l-right {
  margin-right: 32px !important; }

.u-padding-l-bottom {
  padding-bottom: 32px !important; }

.u-margin-l-bottom {
  margin-bottom: 32px !important; }

.u-padding-l-left {
  padding-left: 32px !important; }

.u-padding-xxl-ver {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.u-padding-xxl-right {
  padding-right: 48px !important; }

@media only screen and (min-width: 20em) {
  .u-padding-0-hor-from-xs {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .u-padding-xs-from-xs {
    padding: 8px !important; }
  .u-margin-xs-from-xs {
    margin: 8px !important; }
  .u-padding-xs-hor-from-xs {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .u-padding-l-ver-from-xs {
    padding-top: 32px !important;
    padding-bottom: 32px !important; } }

@media only screen and (min-width: 36em) {
  .u-padding-xs-hor-from-sm {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .u-padding-xs-bottom-from-sm {
    padding-bottom: 8px !important; }
  .u-padding-s-from-sm {
    padding: 16px !important; }
  .u-margin-s-from-sm {
    margin: 16px !important; }
  .u-margin-s-right-from-sm {
    margin-right: 16px !important; }
  .u-padding-l-hor-from-sm {
    padding-right: 32px !important;
    padding-left: 32px !important; }
  .u-margin-l-hor-from-sm {
    margin-right: 32px !important;
    margin-left: 32px !important; }
  .u-margin-l-left-from-sm {
    margin-left: 32px !important; } }

@media only screen and (min-width: 48em) {
  .u-padding-xs-hor-from-md {
    padding-right: 8px !important;
    padding-left: 8px !important; }
  .u-margin-xs-top-from-md {
    margin-top: 8px !important; }
  .u-padding-s-ver-from-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .u-padding-s-hor-from-md {
    padding-right: 16px !important;
    padding-left: 16px !important; }
  .u-padding-l-from-md {
    padding: 32px !important; }
  .u-margin-l-from-md {
    margin: 32px !important; }
  .u-margin-l-right-from-md {
    margin-right: 32px !important; }
  .u-padding-xxl-ver-from-md {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .u-margin-xxl-ver-from-md {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

@media only screen and (min-width: 62em) {
  .u-padding-0-hor-from-lg {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* DEFAULTS */
.u-clr-orange {
  color: #e9711c !important; }

.u-clr-white {
  color: #ffffff !important; }

.u-clr-black {
  color: #000000 !important; }

.u-clr-grey1 {
  color: #F5F5F5 !important; }

.u-clr-grey3 {
  color: #DCDCDC !important; }

.u-clr-grey4 {
  color: #B9B9B9 !important; }

.u-clr-grey5 {
  color: #969696 !important; }

.u-clr-grey7 {
  color: #505050 !important; }

.u-clr-grey8 {
  color: #323232 !important; }

.u-bg-white {
  background-color: #ffffff !important; }

.u-bg-black {
  background-color: #000000 !important; }

.u-bg-grey1 {
  background-color: #F5F5F5 !important; }

.u-bg-grey7 {
  background-color: #505050 !important; }

.u-bg-grey8 {
  background-color: #323232 !important; }

.u-fill-orange {
  fill: #e9711c !important; }

.u-fill-white {
  fill: #ffffff !important; }

.u-fill-black {
  fill: #000000 !important; }

.u-fill-grey1 {
  fill: #F5F5F5 !important; }

.u-fill-grey5 {
  fill: #969696 !important; }

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
.u-font-serif {
  font-family: NexusSerif, Georgia, Times New Roman, Times, STIXGeneral, Cambria Math, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, Arial Unicode MS, serif !important; }

.u-font-sans {
  font-family: NexusSans, Arial, Helvetica, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, STIXGeneral, Cambria Math, Arial Unicode MS, sans-serif !important; }

/**
 * Font size adjustments.
 *
 * Redefine our standard body font sizes using the following classes.
 *
     <p class="text-l">I am an p that with larger size than normal</p>
 *
 */
.text-xs {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.57; }

.text-s, .switch {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5; }

.text-m {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.4; }

.text-l {
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #505050; }

/**
 * Headings.
 *
 * Redefine our heading styles against utility classes. This gives us a double
 * stranded heading hierarchy whereby we can style one heading as another, e.g.:
 *
     <h4 class="u-h1">I am an H4 that is the same size as an H1</h4>
 *
 */
.u-h1-alt {
  font-size: 28px !important;
  font-size: 1.4rem !important;
  line-height: 1.333 !important;
  font-weight: normal !important;
  color: #505050; }

.u-h3 {
  font-size: 20px !important;
  font-size: 1rem !important;
  line-height: 1.333 !important;
  font-weight: normal !important; }

.u-h4 {
  font-size: 18px !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  font-weight: normal !important; }

.u-h5 {
  font-size: 16px !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  font-weight: bold !important; }

@media only screen and (min-width: 36em) {
  .u-h1-alt {
    font-size: 42px !important;
    font-size: 2.1rem !important;
    line-height: 1.333 !important;
    font-weight: normal !important;
    color: #505050; }
  .u-h3 {
    font-size: 24px !important;
    font-size: 1.2rem !important;
    line-height: 1.333 !important;
    font-weight: normal !important;
    color: #505050; }
  .u-h4 {
    font-size: 20px !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    font-weight: normal !important; }
  .u-h5 {
    font-size: 16px !important;
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    font-weight: bold !important; } }

/**
 * Adjustments.
 *
 * ‘Can you just make that text a little bigger?’
 *
 * Sure! Use these utilities to adjust the size of a span of text by a little
 * bit more, or a little bit less, e.g.:
 *
     <p class="u-text++">A little bit bigger.</p>
 *
 */

/**
 * Alignments.
 */

.u-text-left {
  text-align: left     !important; }

.u-text-center {
  text-align: center  !important; }

/**
 * Truncation.
 *
 * Cause long spans of text to truncate after running out of horizontal space.
 */
.u-text-truncate {
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important; }

/**
 * Style.
 */

/*------------------------------------*\
    #DISPLAY
\*------------------------------------*/
/**
 * General helper classes for controlling display
 *
 * These are the basic classes you might need to apply to typical HTML content.
 * If you find yourself needing something like `table`, `table-cell`, `flex`,
 * etc., then you probably need a more complex object and shouldn't be using
 * utility classes in the first place.
 */
.u-display-none {
  display: none !important; }

.u-display-block {
  display: block !important; }

.u-display-inline {
  display: inline !important; }

.u-display-inline-block {
  display: inline-block !important; }

.u-position-relative {
  position: relative; }

/**
 * Clear boxes that contain floated elements
 */
.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Completely hide content from view and from screenreaders.
 */

/**
 * Hide content from view, but leave it accessible to screenreaders.
 *
 * https://github.com/twbs/bootstrap/blob/2085c142679563189dbc34ec6bf4b00e32b8f615/scss/mixins/_screen-reader.scss
 */
.u-hide-visually {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  border: 0 !important; }

/**
 * Make visually-hidden content visible on focus
 * Use in conjunction with .u-hide-visually to only display content when it's focused.
 */

@media only screen and (min-width: 20em) {
  .u-clear-both-from-xs {
    clear: both !important; } }

@media only screen and (min-width: 48em) {
  .u-clear-none-from-md {
    clear: none !important; } }

@media only screen and (min-width: 20em) {
  .u-float-left-from-xs {
    float: left !important; } }

@media only screen and (min-width: 48em) {
  .u-float-right-from-md {
    float: right !important; } }

/**
 * Flip a component vertically around the x-axis
 */

.u-show-from-md {
  display: none !important; }
  @media only screen and (min-width: 48em) {
    .u-show-from-md {
      display: block !important; } }

.u-show-from-lg {
  display: none !important; }
  @media only screen and (min-width: 62em) {
    .u-show-from-lg {
      display: block !important; } }

@media only screen and (min-width: 48em) {
  .u-hide-from-md {
    display: none !important; } }

@media only screen and (min-width: 62em) {
  .u-hide-from-lg {
    display: none !important; } }

.link-button {
  border: 2px solid;
  display: inline-block;
  font-family: inherit;
  height: 48px;
  line-height: 48px;
  margin: 0;
  overflow: hidden;
  padding: 0 16px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  text-align: center;
  /* primary */
  /* secondary */
  /* tertiary */
  /* warning */
  /* states */ }
  .link-button svg.icon {
    fill: currentColor;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    vertical-align: middle; }
    .link-button svg.icon:first-child {
      margin-right: 8px; }
    .link-button svg.icon:last-child {
      margin-left: 8px; }
    .link-button svg.icon:only-child {
      margin: 0; }
  .link-button-small {
    height: 40px;
    line-height: 40px; }
  .link-button-text {
    border-bottom: none;
    vertical-align: middle;
    -webkit-transition: border-bottom-color 0.3s ease, color 0.3s;
    transition: border-bottom-color 0.3s ease, color 0.3s; }
  .link-button-primary {
    background-color: #007398;
    border-color: #007398;
    color: #ffffff; }
  .link-button-anchor {
    border-color: transparent;
    background-color: transparent;
    color: #007398; }
    .link-button-anchor:disabled {
      color: #B9B9B9; }
  .link-button:hover, .link-button:focus {
    cursor: pointer; }
  .link-button-primary:hover:not(:disabled), .link-button-primary:focus:not(:disabled) {
    border-color: #e9711c;
    background-color: #e9711c; }
  .link-button-primary:hover:not(:disabled) svg.icon,
  .link-button-primary:focus:not(:disabled) svg.icon {
    fill: #ffffff; }
  .link-button-anchor:hover:not(:disabled) svg.icon,
  .link-button-anchor:focus:not(:disabled) svg.icon {
    fill: #e9711c; }
  .link-button-primary:hover:not(:disabled) .link-button-text,
  .link-button-primary:focus:not(:disabled) .link-button-text {
    color: #ffffff; }
  .link-button-anchor:hover:not(:disabled) .link-button-text {
    color: #e9711c;
    border-bottom: 2px solid #e9711c; }
  .link-button-anchor:focus:not(:disabled) .link-button-text {
    color: #e9711c; }
  .link-button:disabled {
    cursor: default; }
  .link-button-primary:disabled {
    background-color: #B9B9B9;
    border-color: #B9B9B9; }

.SearchCommonComponents ::-webkit-input-placeholder {
  color: #737373;
  font-style: italic; }

.SearchCommonComponents :-ms-input-placeholder {
  color: #737373;
  font-style: italic; }

.SearchCommonComponents ::-moz-placeholder {
  color: #737373;
  font-style: italic; }

.SearchCommonComponents :-moz-placeholder {
  color: #737373;
  font-style: italic; }

.SearchCommonComponents .input-container {
  position: relative;
  overflow: visible; }

.SearchCommonComponents .validation-error {
  outline: none;
  border-bottom: solid 2px #C83727; }

.SearchCommonComponents .validation-error-tooltip {
  position: absolute;
  top: 100%;
  border: solid 1px #C83727;
  background-color: #ffffff;
  padding: 10px;
  min-width: 300px; }

.SearchCommonComponents .validation-error-icon {
  float: left;
  background-color: #C83727;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff; }

.SearchCommonComponents .validation-error-text {
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: 80%; }

.PublicationAutoSuggestInput .react-autosuggest__container {
  position: relative; }

.PublicationAutoSuggestInput .react-autosuggest__input {
  border: 1px solid #B9B9B9;
  padding: 10px 20px;
  width: 240px;
  height: 30px;
  font-size: 16px;
  font-weight: 300; }

.PublicationAutoSuggestInput .react-autosuggest__input:focus {
  outline: none; }

.PublicationAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.PublicationAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  top: 31px;
  z-index: 2;
  border: 1px solid #B9B9B9;
  background-color: #ffffff;
  width: 280px;
  max-height: 60vh;
  line-height: 22px;
  font-size: .8rem;
  font-weight: 300;
  overflow-y: auto; }
  @media screen and (max-width: 599px) {
    .PublicationAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__suggestions-container {
      right: 0; } }

.PublicationAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__section-container:first-of-type {
  border-top: 0; }

.PublicationAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__section-title {
  padding: 10px 0 5px 10px;
  font-weight: 500;
  font-style: italic; }

.PublicationAutoSuggestInput .react-autosuggest__suggestions-container {
  display: none; }

.PublicationAutoSuggestInput .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.PublicationAutoSuggestInput .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 10px; }

.PublicationAutoSuggestInput .react-autosuggest__suggestion--highlighted span {
  border-bottom: 2px solid #e9711c;
  color: #e9711c; }

.PublicationAutoSuggestInput .react-autosuggest__suggestion--focused span {
  border-bottom: 2px solid #e9711c;
  color: #e9711c; }

.SearchSubmitButton {
  border: none; }
  .SearchSubmitButton svg {
    position: absolute;
    top: 4px;
    left: 7px;
    margin: auto; }

.TextInput .input-container::after {
  display: table;
  clear: both;
  content: ''; }

.TextInput .validation-error-tooltip {
  top: 32px;
  font-size: .9em; }

.InputDropdown {
  border-bottom: 2px solid #DCDCDC;
  height: 60px; }
  .InputDropdown .value {
    float: left;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
     .InputDropdown .value .adv-form .PublicationAutoSuggestInput input, .adv-form .PublicationAutoSuggestInput .InputDropdown .value input {
      outline: none;
      border-bottom: none;
      cursor: pointer; }
  .InputDropdown .options-list-container {
    position: relative;
    visibility: hidden; }
    .InputDropdown .options-list-container.isVisible {
      visibility: visible; }
  .InputDropdown .options-list {
    position: absolute;
    top: 58px;
    margin: 0;
    border: 1px solid #B9B9B9;
    border-top: 2px solid #505050;
    background: #ffffff;
    padding: 0;
    width: 100%; }
    .InputDropdown .options-list .option-item {
      cursor: pointer;
      padding: 8px;
      height: 40px;
      list-style: none;
      font-size: .8rem;
      font-weight: 300; }
      .InputDropdown .options-list .option-item:hover .options-item-text, .InputDropdown .options-list .option-item.isCurrent .options-item-text {
        border-bottom: 2px solid #e9711c;
        color: #e9711c; }
  .InputDropdown .button {
    position: relative;
    top: 20px;
    float: right;
    padding: 0 4px;
    width: 32px;
    height: 32px; }
    .InputDropdown .button svg {
      margin-right: 0 !important;
      vertical-align: inherit; }
  .InputDropdown.fancy {
    margin: 0 -16px -16px;
    border: none;
    background: rgba(220, 220, 220, 0.5);
    padding: 0 16px; }
    .InputDropdown.fancy .options-list-container .options-list {
      top: 60px;
      margin-left: -16px;
      border: none;
      background: rgba(220, 220, 220, 0.5);
      padding: 16px;
      padding-top: 0;
      width: -webkit-calc(100% + 32px);
      width: calc(100% + 32px); }
      .InputDropdown.fancy .options-list-container .options-list li {
        background: #ffffff; }
        .InputDropdown.fancy .options-list-container .options-list li:first-child {
          border-top: 2px solid #e9711c; }
    .InputDropdown.fancy .button.options-visible {
      border-color: #e9711c;
      background-color: #e9711c; }
      .InputDropdown.fancy .button.options-visible svg {
        fill: #ffffff; }

.SearchBox {
  font-family: Arial, sans-serif; }
  .SearchBox .icon-pad {
    padding-right: 44px !important; }
  .SearchBox .SearchSubmitButton {
    position: absolute;
    right: 4px; }
  .SearchBox .padded {
    padding: 4px; }
   .SearchBox .panel-s {
    padding: 8px 0; }
  .SearchBox input {
    float: left;
    border: 1px solid #B9B9B9;
    padding: 0 8px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 15px; }
  .SearchBox .validation-error-tooltip-pub {
    z-index: 1;
    margin-top: -4px;
    font-size: 14px; }
  .SearchBox .searchbox-form {
    padding: 0 24px; }
  .SearchBox .row {
    position: relative; }
  .SearchBox .advanced-search {
    margin-top: 2px;
    margin-left: 4px; }
    @media only screen and (min-width: 62em) {
      .SearchBox .advanced-search {
        position: absolute;
        bottom: 0;
        margin-top: 0;
        margin-left: 16px;
        line-height: 1.2em; } }
  .SearchBox .advanced-search-link {
    font-size: 12px; }
    .SearchBox .advanced-search-link:hover, .SearchBox .advanced-search-link:focus {
      color: #e9711c; }
  .SearchBox .PublicationAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    font-size: .7rem; }

.SelectedFieldList {
  width: 100%;
  line-height: 1.1rem;
  font-size: .7em; }
  .SelectedFieldList.hide {
    display: none; }
  .SelectedFieldList .selected-list-item {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 0;
    cursor: pointer;
    padding: 0 32px 0 0;
    max-width: 95%;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media screen and (max-width: 599px) {
      .SelectedFieldList .selected-list-item {
        max-width: 100%; } }
    .SelectedFieldList .selected-list-item .selected-field {
      color: #737373; }
      .SelectedFieldList .selected-list-item .selected-field:hover, .SelectedFieldList .selected-list-item .selected-field:focus {
        outline: none;
        color: #e9711c; }
        .SelectedFieldList .selected-list-item .selected-field:hover .selected-field-value, .SelectedFieldList .selected-list-item .selected-field:focus .selected-field-value {
          color: #e9711c; }
      .SelectedFieldList .selected-list-item .selected-field .selected-field-value {
        color: #323232; }
    .SelectedFieldList .selected-list-item .selected-field-clear {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      border: 0;
      padding: 0 0 4px 16px;
      width: 42px; }
      .SelectedFieldList .selected-list-item .selected-field-clear:focus {
        outline: none; }
        .SelectedFieldList .selected-list-item .selected-field-clear:focus .icon {
          fill: #e9711c; }
      .SelectedFieldList .selected-list-item .selected-field-clear .icon {
        height: 20px;
        fill: currentColor; }

.search-panel {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  z-index: 2;
  background-color: #F5F5F5;
  padding: 16px 0;
  width: 100%;
  font-size: .9rem; }
  @media only screen and (min-width: 36em) {
    .search-panel {
      font-size: 1rem; } }
  .search-panel.expanded {
    background-color: #ffffff; }
  .search-panel .adv-search-wrapper {
    margin: auto;
    max-width: 1440px; }

.search-row {
  padding: 0 16px; }

.AdvancedSearchBox h1 {
  margin: 0 0 16px 16px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 62em) {
    .AdvancedSearchBox h1 {
      margin-bottom: 60px;
      font-size: 1.6rem; } }

 .adv-form .PublicationAutoSuggestInput input {
  height: auto; }

.adv-form .accordion-panel-title.text-l {
  font-size: 1rem; }

.adv-form .accordion-panel-title:focus {
  outline: none; }

@media only screen and (min-width: 62em) {
  .adv-form .text-space-right {
    margin-right: 24px; } }

.adv-form .mb8 {
  margin-bottom: 8px; }

.adv-form .mb16 {
  margin-bottom: 16px; }

.adv-form input {
  background-color: transparent; }
  .adv-form input:focus {
    outline: none; }

.adv-form .adv-search-form fieldset {
  border: 0; }

.adv-form .adv-single-search-input {
  position: relative;
  width: 100%; }
  .adv-form .adv-single-search-input .SearchSubmitButton {
    position: absolute;
    top: 20px;
    right: 0; }
    .adv-form .adv-single-search-input .SearchSubmitButton.expanded {
      display: none; }
  .adv-form .adv-single-search-input input {
    padding-right: 65px; }

.adv-form .more-options,
.adv-form .additional-fields {
  line-height: 1.2em;
  color: #323232;
  font-size: .8em; }
  .adv-form .more-options.expanded,
  .adv-form .additional-fields.expanded {
    line-height: 40px; }
  .adv-form .more-options:hover, .adv-form .more-options:focus,
  .adv-form .additional-fields:hover,
  .adv-form .additional-fields:focus {
    outline: none;
    color: #e9711c; }
    .adv-form .more-options:hover .icon, .adv-form .more-options:focus .icon,
    .adv-form .additional-fields:hover .icon,
    .adv-form .additional-fields:focus .icon {
      fill: #e9711c; }
  .adv-form .more-options .icon,
  .adv-form .additional-fields .icon {
    margin-right: 6px;
    height: 20px;
    vertical-align: middle;
    fill: #007398; }

.article-types-list {
  list-style: none; }

.PubAutoSuggestInput .react-autosuggest__container {
  position: relative; }

.PubAutoSuggestInput .react-autosuggest__input:focus {
  outline: none; }

.PubAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.PubAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  top: 56px;
  z-index: 10000;
  border: 1px solid #B9B9B9;
  border-top: 2px solid #505050;
  background-color: #ffffff;
  min-width: 80%;
  max-height: 50vh;
  line-height: 22px;
  font-size: .8rem;
  font-weight: 300;
  overflow-y: auto; }

.PubAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__section-container:first-of-type {
  border-top: 0; }

.PubAutoSuggestInput .react-autosuggest__container--open .react-autosuggest__section-title {
  padding: 10px 0 5px 10px;
  font-weight: 500;
  font-style: italic; }

.PubAutoSuggestInput .react-autosuggest__suggestions-container {
  display: none; }

.PubAutoSuggestInput .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.PubAutoSuggestInput .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 10px; }

.PubAutoSuggestInput .react-autosuggest__suggestion--highlighted span {
  border-bottom: 2px solid #e9711c;
  color: #e9711c; }

.PubAutoSuggestInput .react-autosuggest__suggestion--focused span {
  border-bottom: 2px solid #e9711c;
  color: #e9711c; }

.info-message, .form-message {
  display: none;
  padding-right: 16px;
  max-height: 68px; }
  @media only screen and (min-width: 62em) {
    .info-message, .form-message {
      display: block; } }

.info-message {
  padding-left: 32px; }
  .info-message .info-message-label {
    display: table-cell;
    padding-bottom: 4px;
    vertical-align: bottom; }

.message {
  display: table;
  height: 60px;
  line-height: 1.2rem;
  font-size: .8rem; }

.form-message {
  padding-right: 16px; }

.message-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 68px; }

.HeaderSearchBox {
  position: absolute;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .HeaderSearchBox .searchbox-sliding-container {
    position: relative;
    z-index: 2; }
  .HeaderSearchBox .header-search-box-wrapper {
    margin: auto;
    max-width: 1440px; }
  .HeaderSearchBox .header-advanced-search-link {
    font-size: .8rem; }
    .HeaderSearchBox .header-advanced-search-link .anchor-text {
      color: #505050; }
      .HeaderSearchBox .header-advanced-search-link .anchor-text:hover, .HeaderSearchBox .header-advanced-search-link .anchor-text:focus {
        color: #e9711c; }
    .HeaderSearchBox .header-advanced-search-link .icon {
      height: 20px; }

.no-scroll {
  overflow: hidden; }

.topics-button {
  background-color: transparent;
  border-color: #fefefe; }

.openaccess-content {
  background-color: #ffffff; }

@media only screen and (min-width: 36em) {
  .openaccess-links {
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.4; } }

@media only screen and (min-width: 48em) {
  .openaccess-links {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.5; } }

.tabs {
  height: 48px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.tabs-underline {
  background-color: #ebebeb;
  height: 2px;
  top: 46px;
  position: relative; }

.category-tabs-sticky .tabs-selected {
  border-bottom: 2px solid #e9711c; }

.browse-quicklinks-item {
  position: relative;
  display: inline-block;
  height: 46px;
  padding: 10px 0px 0;
  text-decoration: none;
  border-bottom: 2px solid transparent; }

.browse-quicklinks-item:hover, .browse-quicklinks-item:focus {
  border-bottom: 2px solid #e9711c;
  color: #e9711c !important; }

.tab-elements:active, .tab-elements:focus, .tab-elements:hover {
  cursor: pointer;
  color: white; }
  .tab-elements:active .anchor-text, .tab-elements:focus .anchor-text, .tab-elements:hover .anchor-text {
    border-bottom: 2px solid transparent; }

.social-icon:active path, .social-icon:focus path, .social-icon:hover path {
  fill: #e9711c; }

.text-category-items {
  line-height: 16px;
  font-size: 16px; }

.text-category-items a:hover {
  border-bottom-color: transparent; }

.browse-subject-subsubject.branded a:hover {
  border-bottom-color: transparent; }

.fixed-width-container {
  margin: auto;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px; }

@media (max-width: 600px) {
  .fixed-width-container {
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 1120px) {
  .fixed-width-container {
    padding-left: 112px;
    padding-right: 112px; } }

ul {
  list-style: none; }


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