@charset "UTF-8";
/* ==========================================================================
	http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: Arial, sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table td img {
    vertical-align: top; }

/* ==========================================================================
	HTML5 display definitions
========================================================================== */
/* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue:no IE 6 support */
[hidden] {
  display: none; }

/* ==========================================================================
	Base
========================================================================== */
/* Global */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* Preserve font-size when orientation changes from portrait to landscape */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* Smooths scrolling on ios */
body {
  -webkit-overflow-scrolling: touch; }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
  resize: none; }

/* Adding hidden class for JS */
.hidden {
  display: none;
  visibility: hidden; }

/* Disable hidden class styling for html element (conflict with Modernizr hidden test) */
html.hidden {
  display: inherit;
  visibility: inherit; }

/* Styling helpers for inputs & buttons */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

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

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

input::-ms-clear {
  display: none; }

input[type="search"] {
  -webkit-appearance: none; }

input:focus, select:focus, textarea:focus,
button:focus {
  outline: none; }

/* Remove extra button padding on Firefox */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="submit"], input[type="text"] {
  line-height: normal !important; }

::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* font mixins
   ========================================================================== */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* ==========================================================================
   Helper mixins:commonly used CSS patterns to avoid NEVER ENDING css files
   ========================================================================== */
/* CSS Opacity SASS MIxin For IE, FireFox, Chrome and Safari 
   ========================================================================== */
/* CSS Opacity SASS MIxin For IE, FireFox, Chrome and Safari 
   ========================================================================== */
/* Cross browser display inline-block
   ========================================================================== */
/* Hidden
   ========================================================================== */
/* Un-hidden
   ========================================================================== */
/* Visually hidden

   A cross browser accessible solution to visually hide text/elements for a various amount of uses. 
   Such as buttons, hints, hidden titles, indicators etc.
   ========================================================================== */
/* Disables the default callout shown when you touch and hold a touch target
   ========================================================================== */
/* Transition on hover

   Transition an element on hover, typically for buttons and links.
   ========================================================================== */
/* Un-transition on hover

   Removes transition mixin.
   ========================================================================== */
/* Scroll horizontal

   Horizontally scroll an element.
   ========================================================================== */
/* Scroll vertical

   Vertically scroll an element.
   ========================================================================== */
/* Scroll both
   
   Scroll both axis of an element.
   ========================================================================== */
/* Un-scroll

   Remove scrolling of an element.
   ========================================================================== */
/* Force hardware acceleration
   ========================================================================== */
/* Text wrapping with hyphenation
   ========================================================================== */
/* Vertically centering-in-the-unknown (http://css-tricks.com/centering-in-the-unknown/)
   ========================================================================== */
/* Add this to parent */
/* Add this to child to be vertically centered */
/* Line-clamp
   
   A cross-browser solution to clamping lines
   $lines:the amount of lines to limit to
   $line-height:line-height of the text
   $bg-color:background colour of parent element (gradient effect used on IE and Firefox requires this)
   ========================================================================== */
/* CSS Masonry

   Creates a masonry layout using Firefox/Webkit features with a fallback in unsupported browsers.
   $columns:number of columns to divide the content into
   $childElement:reference to the element/class/id of the columns
   ========================================================================== */
/* Broken Image Fallback

   Displays a fallback for a broken image, shows 'alt' attribute and supposed link within brackets.
   $bg-color:background color of the underlying page.
   ========================================================================== */
/* ==========================================================================
   mls-ui-icons/demo/demo.html
   ========================================================================== */
.ui-icon-help:after, .ui-icon-instagram:after, .ui-icon-video-camera:after, .ui-icon-music:after, .ui-icon-certification:after, .ui-icon-hwb-logo:after, .ui-icon-group:after, .ui-icon-presentation:after, .ui-icon-info:after, .ui-icon-bell-slash:after, .ui-icon-bell:after, .ui-icon-bell-2:after, .ui-icon-shuffle:after, .ui-icon-my-location:after, .ui-icon-launch:after, .ui-icon-warning:after, .ui-icon-grid2:after, .ui-icon-grid:after, .ui-icon-list:after, .ui-icon-message-outline:after, .ui-icon-student:after, .ui-icon-user:after, .ui-icon-hidden:after, .ui-icon-news:after, .ui-icon-copy:after, .ui-icon-arrow-right2:after, .ui-icon-arrow-left2:after, .ui-icon-arrow-down2:after, .ui-icon-arrow-up2:after, .ui-icon-message:after, .ui-icon-lock:after, .ui-icon-bar-graph:after, .ui-icon-calendar:after, .ui-icon-arrow-left:after, .ui-icon-arrow-down:after, .ui-icon-arrow-up:after, .ui-icon-arrow-right:after, .ui-icon-arrow-left3:after, .ui-icon-arrow-down3:after, .ui-icon-arrow-up3:after, .ui-icon-arrow-right3:after, .ui-icon-speech-bubble:after, .ui-icon-feed:after, .ui-icon-refresh:after, .ui-icon-blocked:after, .ui-icon-user-slash:after, .ui-icon-download:after, .ui-icon-location:after, .ui-icon-eye-slash:after, .ui-icon-eye:after, .ui-icon-envelope:after, .ui-icon-google-plus:after, .ui-icon-facebook:after, .ui-icon-twitter:after, .ui-icon-linkedin:after, .ui-icon-quotes-right:after, .ui-icon-bulleted-list:after, .ui-icon-bold:after, .ui-icon-underline:after, .ui-icon-italic:after, .ui-icon-paragraph-left:after, .ui-icon-paragraph-right:after, .ui-icon-paragraph-justify:after, .ui-icon-britannica:after, .ui-icon-imagequest:after, .ui-icon-clock:after, .ui-icon-user-old:after, .ui-icon-cog:after, .ui-icon-add-template:after, .ui-icon-message-new:after, .ui-icon-activity:after, .ui-icon-activity-unmarked:after, .ui-icon-folder:after, .ui-icon-file-new:after, .ui-icon-folder-new:after, .ui-icon-link:after, .ui-icon-search:after, .ui-icon-pencil:after, .ui-icon-assessment-cross:after, .ui-icon-cross:after, .ui-icon-assessment-tick:after, .ui-icon-tick:after, .ui-icon-drag-handle:after, .ui-icon-google:after, .ui-icon-hwb:after, .ui-icon-back-arrow:after, .ui-icon-picture:after, .ui-icon-share:after, .ui-icon-triangle-down:after, .ui-icon-triangle-up:after, .ui-icon-video2:after, .ui-icon-youtube:after, .ui-icon-audio:after, .ui-icon-file:after, .ui-icon-image:after, .ui-icon-video:after, .ui-icon-add:after, .ui-icon-subtract:after, .ui-icon-close:after, .ui-icon-archive:after, .ui-icon-print:after, .ui-icon-external-app:after, .ui-icon-filter:after, .ui-icon-scorm:after, .ui-icon-retract:after, .ui-icon-approval:after, .ui-icon-assignments:after, .ui-icon-stack:after, .ui-icon-lightning:after, .ui-icon-events:after, .ui-icon-star:after, .ui-icon-backpack:after, .ui-icon-survey:after, .ui-icon-graph:after, .ui-icon-people:after, .ui-icon-interactive-hand:after, .ui-icon-playlists:after, .ui-icon-numbered-list:after {
  font-family: mls-ui-icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-icon-help:after {
  content: ""; }

.ui-icon-instagram:after {
  content: ""; }

.ui-icon-video-camera:after {
  content: ""; }

.ui-icon-music:after {
  content: ""; }

.ui-icon-certification:after {
  content: ""; }

.ui-icon-hwb-logo:after {
  content: ""; }

.ui-icon-group:after {
  content: "^"; }

.ui-icon-presentation:after {
  content: ""; }

.ui-icon-info:after {
  content: "0"; }

.ui-icon-bell-slash:after {
  content: "/"; }

.ui-icon-bell:after {
  content: "\\"; }

.ui-icon-bell-2:after {
  content: ""; }

.ui-icon-shuffle:after {
  content: ""; }

.ui-icon-my-location:after {
  content: "="; }

.ui-icon-launch:after {
  content: "I"; }

.ui-icon-warning:after {
  content: ""; }

.ui-icon-grid2:after {
  content: "+"; }

.ui-icon-grid:after {
  content: "T"; }

.ui-icon-list:after {
  content: "U"; }

.ui-icon-message-outline:after {
  content: ""; }

.ui-icon-student:after {
  content: ""; }

.ui-icon-user:after {
  content: ""; }

.ui-icon-hidden:after {
  content: ""; }

.ui-icon-news:after {
  content: ""; }

.ui-icon-copy:after {
  content: ")"; }

.ui-icon-arrow-right2:after {
  content: "]"; }

.ui-icon-arrow-left2:after {
  content: "["; }

.ui-icon-arrow-down2:after {
  content: "?"; }

.ui-icon-arrow-up2:after {
  content: "~"; }

.ui-icon-message:after {
  content: ""; }

.ui-icon-lock:after {
  content: ""; }

.ui-icon-bar-graph:after {
  content: ""; }

.ui-icon-calendar:after {
  content: "V"; }

.ui-icon-arrow-left:after {
  content: "L"; }

.ui-icon-arrow-down:after {
  content: "M"; }

.ui-icon-arrow-up:after {
  content: "N"; }

.ui-icon-arrow-right:after {
  content: "O"; }

.ui-icon-arrow-left3:after {
  content: "P"; }

.ui-icon-arrow-down3:after {
  content: "Q"; }

.ui-icon-arrow-up3:after {
  content: "R"; }

.ui-icon-arrow-right3:after {
  content: "S"; }

.ui-icon-speech-bubble:after {
  content: "-"; }

.ui-icon-feed:after {
  content: ","; }

.ui-icon-refresh:after {
  content: "."; }

.ui-icon-blocked:after {
  content: ""; }

.ui-icon-user-slash:after {
  content: ""; }

.ui-icon-download:after {
  content: "$"; }

.ui-icon-location:after {
  content: "£"; }

.ui-icon-eye-slash:after {
  content: "6"; }

.ui-icon-eye:after {
  content: "7"; }

.ui-icon-envelope:after {
  content: "1"; }

.ui-icon-google-plus:after {
  content: "2"; }

.ui-icon-facebook:after {
  content: "3"; }

.ui-icon-twitter:after {
  content: "4"; }

.ui-icon-linkedin:after {
  content: "5"; }

.ui-icon-quotes-right:after {
  content: '"'; }

.ui-icon-bulleted-list:after {
  content: ";"; }

.ui-icon-bold:after {
  content: "!"; }

.ui-icon-underline:after {
  content: "#"; }

.ui-icon-italic:after {
  content: "*"; }

.ui-icon-paragraph-left:after {
  content: "<"; }

.ui-icon-paragraph-right:after {
  content: ">"; }

.ui-icon-paragraph-justify:after {
  content: "'"; }

.ui-icon-britannica:after {
  content: "{"; }

.ui-icon-imagequest:after {
  content: "}"; }

.ui-icon-clock:after {
  content: "X"; }

.ui-icon-user-old:after {
  content: "Y"; }

.ui-icon-cog:after {
  content: "Z"; }

.ui-icon-add-template:after {
  content: "9"; }

.ui-icon-message-new:after {
  content: "8"; }

.ui-icon-activity:after {
  content: "y"; }

.ui-icon-activity-unmarked:after {
  content: ""; }

.ui-icon-folder:after {
  content: "z"; }

.ui-icon-file-new:after {
  content: "v"; }

.ui-icon-folder-new:after {
  content: "w"; }

.ui-icon-link:after {
  content: "D"; }

.ui-icon-search:after {
  content: "W"; }

.ui-icon-pencil:after {
  content: "K"; }

.ui-icon-assessment-cross:after {
  content: "a"; }

.ui-icon-cross:after {
  content: "a"; }

.ui-icon-assessment-tick:after {
  content: "b"; }

.ui-icon-tick:after {
  content: "b"; }

.ui-icon-drag-handle:after {
  content: "c"; }

.ui-icon-google:after {
  content: "d"; }

.ui-icon-hwb:after {
  content: "e"; }

.ui-icon-back-arrow:after {
  content: "f"; }

.ui-icon-picture:after {
  content: "g"; }

.ui-icon-share:after {
  content: "h"; }

.ui-icon-triangle-down:after {
  content: "i"; }

.ui-icon-triangle-up:after {
  content: "j"; }

.ui-icon-video2:after {
  content: "k"; }

.ui-icon-youtube:after {
  content: "k"; }

.ui-icon-audio:after {
  content: "A"; }

.ui-icon-file:after {
  content: "B"; }

.ui-icon-image:after {
  content: "C"; }

.ui-icon-video:after {
  content: "E"; }

.ui-icon-add:after {
  content: "F"; }

.ui-icon-subtract:after {
  content: "G"; }

.ui-icon-close:after {
  content: "H"; }

.ui-icon-archive:after {
  content: "J"; }

.ui-icon-print:after {
  content: ""; }

.ui-icon-external-app:after {
  content: ""; }

.ui-icon-filter:after {
  content: ""; }

.ui-icon-scorm:after {
  content: ""; }

.ui-icon-retract:after {
  content: ""; }

.ui-icon-approval:after {
  content: ""; }

.ui-icon-assignments:after {
  content: ""; }

.ui-icon-stack:after {
  content: ""; }

.ui-icon-lightning:after {
  content: ""; }

.ui-icon-events:after {
  content: ""; }

.ui-icon-star:after {
  content: ""; }

.ui-icon-backpack:after {
  content: ""; }

.ui-icon-survey:after {
  content: ""; }

.ui-icon-graph:after {
  content: ""; }

.ui-icon-people:after {
  content: ""; }

.ui-icon-interactive-hand:after {
  content: ""; }

.ui-icon-playlists:after {
  content: ""; }

.ui-icon-numbered-list:after {
  content: ":"; }

@font-face {
  font-family: 'rockingham-demibold';
  src: url("../fonts/rockingham/rockingham-demibold.eot");
  src: url("../fonts/rockingham/rockingham-demibold.eot?#iefix") format("embedded-opentype"), url("../fonts/rockingham/rockingham-demibold.woff") format("woff"), url("../fonts/rockingham/rockingham-demibold.svg#rockingham-demibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'mls-ui-icons';
  src: url("../fonts/mls-ui-icons.eot");
  src: url("../fonts/mls-ui-icons.eot#iefix") format("embedded-opentype"), url("../fonts/mls-ui-icons.woff") format("woff"), url("../fonts/mls-ui-icons.ttf") format("truetype"), url("../fonts/mls-ui-icons.svg#mls-ui-icons") format("svg"); }

@font-face {
  font-family: 'base-icons';
  src: url("../fonts/base-icons/base-icons.eot");
  src: url("../fonts/base-icons/base-icons.eot#iefix") format("embedded-opentype"), url("../fonts/base-icons/base-icons.woff") format("woff"), url("../fonts/base-icons/base-icons.ttf") format("truetype"), url("../fonts/base-icons/base-icons.svg#base-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alert .content {
  text-align: center; }
  .alert .content .msg {
    display: block;
    padding: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
    word-break: break-word; }
    @media screen and (min-width: 768px) {
      .alert .content .msg {
        padding: 35px; } }
    .alert .content .msg strong {
      font-weight: 600; }
  .alert .content .actions {
    padding: 12px 0;
    text-align: center;
    background: var(--ui-background-darken-6);
    border-top: 1px solid #cccccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .alert .content .actions button {
      margin: 0 10px; }
    .alert .content .actions li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 0; }

.modal .note {
  color: #545454;
  font-style: italic;
  font-style: 13px; }

.modal .hard-delete {
  padding: 34px 34px 40px 34px;
  font-family: var(--font-family); }
  .modal .hard-delete h1 {
    margin-bottom: 25px;
    text-align: center; }
    .modal .hard-delete h1 .question {
      display: block;
      margin-bottom: 25px;
      color: #e00000;
      font-weight: 600;
      font-size: 1.25rem; }
    .modal .hard-delete h1 .item-img {
      margin-right: 8px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 40px;
      vertical-align: middle;
      overflow: hidden;
      font-size: 0;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border: 1px solid #e6e6e6; }
      .modal .hard-delete h1 .item-img img {
        width: 100%; }
    .modal .hard-delete h1 .item-name {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: var(--ui-text);
      font-weight: 600;
      font-size: 1rem; }
  .modal .hard-delete.hard-delete-checkbox h1 .question {
    text-align: left;
    overflow-wrap: break-word; }
  .modal .hard-delete .modal-plain-text {
    padding: 0 0 20px 0; }
    .modal .hard-delete .modal-plain-text p {
      padding: 0 0 10px 0;
      text-align: left;
      font-size: 0.875rem;
      line-height: 150%;
      color: var(--ui-text); }
      .modal .hard-delete .modal-plain-text p:last-child {
        padding-bottom: 0; }
  .modal .hard-delete label {
    display: block;
    padding-bottom: 8px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    color: var(--ui-text);
    font-family: var(--font-family); }
    .modal .hard-delete label .validation-error {
      padding: 0 0 0 5px;
      color: #e00000;
      font-size: 0.8125rem;
      font-weight: normal; }
      .modal .hard-delete label .validation-error:hover {
        cursor: default; }
  .modal .hard-delete input {
    padding: 7px 8px;
    width: 100%;
    resize: none;
    font-size: 0.8125rem;
    color: var(--ui-text-lighten-5);
    font-family: var(--font-family);
    background: var(--ui-background-darken-2);
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .modal .hard-delete input:hover {
      border: 1px solid #999999; }
    .modal .hard-delete input:focus, .modal .hard-delete input:active {
      background-color: var(--ui-background);
      border: 1px solid #8c8c8c;
      outline: none !important;
      box-shadow: 0 0 0 2px #4C9Aff; }
    .modal .hard-delete input.disabled, .modal .hard-delete input:disabled {
      background: var(--ui-background-darken-2);
      border: 1px solid #cccccc;
      /**/
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: 0.7;
      cursor: not-allowed; }
  .modal .hard-delete input[type='text'],
  .modal .hard-delete input[type='email'],
  .modal .hard-delete input[type='password'] {
    -webkit-appearance: none; }
  .modal .hard-delete .check-wrapper input {
    width: auto; }
  .modal .hard-delete .check-wrapper label {
    margin-left: 24px;
    margin-top: -14px; }

.context-menu {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 5px;
  color: var(--ui-text); }
  .context-menu button:focus, .context-menu a:focus, .context-menu input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #4C9AFF; }
  @media screen and (min-width: 768px) {
    .context-menu {
      margin-left: 15px; } }
  .context-menu.title {
    margin: 0; }
    .context-menu.title .toggle {
      width: auto;
      height: auto;
      padding-right: 15px;
      line-height: inherit;
      border: 0;
      background: transparent; }
      .context-menu.title .toggle:before {
        top: 50%;
        left: auto;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        font-size: 0.5rem;
        line-height: 1; }
      .context-menu.title .toggle span {
        position: relative !important;
        clip: auto;
        width: auto;
        height: auto;
        font-size: inherit; }
      .context-menu.title .toggle:hover, .context-menu.title .toggle:active, .context-menu.title .toggle:focus {
        background: transparent; }
    .context-menu.title ul.settings {
      left: auto;
      right: -10px; }
      .context-menu.title ul.settings:before, .context-menu.title ul.settings:after {
        left: auto;
        right: 7px; }
    .context-menu.title div.settings:before, .context-menu.title div.settings:after {
      left: auto;
      right: 7px; }
    .context-menu.title div.settings > ul {
      left: auto;
      right: -10px; }
  .context-menu button, .context-menu a {
    padding: 0;
    border: none; }
  .context-menu .toggle {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 22.5px;
    color: var(--ui-text-lighten-20);
    border: 1px solid #cccccc;
    background: var(--ui-background);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .context-menu .toggle:hover, .context-menu .toggle:active, .context-menu .toggle:focus {
      background: var(--ui-background-darken-4); }
    .context-menu .toggle:before {
      content: '\69';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.5rem;
      text-align: center; }
    .context-menu .toggle.active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .context-menu .toggle span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
  .context-menu > div.settings:before, .context-menu > div.settings:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 6px;
    top: 24px;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #cccccc transparent;
    z-index: 260; }
  .context-menu > div.settings:after {
    top: 26px;
    margin-bottom: -2px;
    border-color: transparent transparent var(--ui-background) transparent; }
  .context-menu > div.settings.active:before, .context-menu > div.settings.active:after {
    display: block; }
  .context-menu > div.settings.active ul {
    display: block; }
  .context-menu > div.settings > ul {
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 250;
    min-width: 180px;
    display: none;
    white-space: nowrap;
    background: var(--ui-background);
    border: 1px solid #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden; }
    .context-menu > div.settings > ul li {
      position: relative;
      border-top: 1px solid #e6e6e6;
      padding: 5px; }
      .context-menu > div.settings > ul li:first-child {
        border: 0; }
      .context-menu > div.settings > ul li button, .context-menu > div.settings > ul li a, .context-menu > div.settings > ul li label {
        display: block;
        padding: 5px 9px;
        font-family: var(--font-family);
        text-align: left;
        text-decoration: none;
        background: transparent;
        color: #525252;
        font-size: 0.75rem;
        line-height: 1rem; }
        .context-menu > div.settings > ul li button img, .context-menu > div.settings > ul li a img, .context-menu > div.settings > ul li label img {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          height: 16px;
          width: 16px;
          vertical-align: middle;
          margin-right: 5px;
          margin-left: -5px;
          margin-top: -2px; }
        .context-menu > div.settings > ul li button:hover, .context-menu > div.settings > ul li a:hover, .context-menu > div.settings > ul li label:hover {
          text-decoration: underline; }
        .context-menu > div.settings > ul li button.warning, .context-menu > div.settings > ul li a.warning, .context-menu > div.settings > ul li label.warning {
          color: #e00000; }
          .context-menu > div.settings > ul li button.warning span, .context-menu > div.settings > ul li a.warning span, .context-menu > div.settings > ul li label.warning span {
            color: #e00000; }
      .context-menu > div.settings > ul li button {
        min-width: 100%; }
        .context-menu > div.settings > ul li button picture img {
          width: 16px;
          height: 16px; }
      .context-menu > div.settings > ul li label {
        position: relative; }
        .context-menu > div.settings > ul li label.checkbox {
          padding-left: 27px; }
          .touch .context-menu > div.settings > ul li label.checkbox, .touchevents .context-menu > div.settings > ul li label.checkbox {
            padding-left: 36px; }
      .context-menu > div.settings > ul li input[type="checkbox"], .context-menu > div.settings > ul li input[type="file"] {
        position: absolute; }
        .context-menu > div.settings > ul li input[type="checkbox"]:focus + label, .context-menu > div.settings > ul li input[type="file"]:focus + label {
          box-shadow: 0 0 0 2px #4C9AFF; }
      .context-menu > div.settings > ul li input[type="checkbox"] {
        top: 13px;
        left: 14px;
        padding: 0; }
        .touch .context-menu > div.settings > ul li input[type="checkbox"], .touchevents .context-menu > div.settings > ul li input[type="checkbox"] {
          top: 11px; }
        .context-menu > div.settings > ul li input[type="checkbox"]:hover + span {
          text-decoration: underline; }
        .context-menu > div.settings > ul li input[type="checkbox"]:focus {
          box-shadow: none; }
      .context-menu > div.settings > ul li input[type="file"] {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        cursor: pointer; }
      .context-menu > div.settings > ul li:nth-child(even) {
        background: var(--ui-background-darken-2); }
  .context-menu > ul.settings {
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 250;
    min-width: 120px;
    display: none;
    white-space: nowrap;
    background: var(--ui-background);
    border: 1px solid #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .context-menu > ul.settings:before, .context-menu > ul.settings:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 6px 5px;
      border-color: transparent transparent #cccccc transparent; }
    .context-menu > ul.settings:after {
      margin-bottom: -1px;
      border-color: transparent transparent var(--ui-background) transparent; }
    .context-menu > ul.settings.active {
      display: block; }
    .context-menu > ul.settings li {
      position: relative;
      border-top: 1px solid #e6e6e6;
      padding: 5px; }
      .context-menu > ul.settings li:first-child {
        border: 0; }
      .context-menu > ul.settings li button, .context-menu > ul.settings li a, .context-menu > ul.settings li label {
        display: block;
        padding: 5px 9px;
        font-family: var(--font-family);
        text-align: left;
        text-decoration: none;
        background: transparent;
        color: #525252;
        font-size: 0.75rem;
        line-height: 1rem; }
        .context-menu > ul.settings li button img, .context-menu > ul.settings li a img, .context-menu > ul.settings li label img {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          height: 16px;
          width: 16px;
          vertical-align: middle;
          margin-right: 5px;
          margin-left: -5px;
          margin-top: -2px; }
        .context-menu > ul.settings li button:hover, .context-menu > ul.settings li a:hover, .context-menu > ul.settings li label:hover {
          text-decoration: underline; }
        .context-menu > ul.settings li button.warning, .context-menu > ul.settings li a.warning, .context-menu > ul.settings li label.warning {
          color: #e00000; }
          .context-menu > ul.settings li button.warning span, .context-menu > ul.settings li a.warning span, .context-menu > ul.settings li label.warning span {
            color: #e00000; }
      .context-menu > ul.settings li button {
        min-width: 100%; }
        .context-menu > ul.settings li button picture img {
          width: 16px;
          height: 16px; }
      .context-menu > ul.settings li label {
        position: relative; }
        .context-menu > ul.settings li label.checkbox {
          padding-left: 27px; }
          .touch .context-menu > ul.settings li label.checkbox, .touchevents .context-menu > ul.settings li label.checkbox {
            padding-left: 36px; }
      .context-menu > ul.settings li input[type="checkbox"], .context-menu > ul.settings li input[type="file"] {
        position: absolute; }
        .context-menu > ul.settings li input[type="checkbox"]:focus + label, .context-menu > ul.settings li input[type="file"]:focus + label {
          box-shadow: 0 0 0 2px #4C9AFF; }
      .context-menu > ul.settings li input[type="checkbox"] {
        top: 13px;
        left: 14px;
        padding: 0; }
        .touch .context-menu > ul.settings li input[type="checkbox"], .touchevents .context-menu > ul.settings li input[type="checkbox"] {
          top: 11px; }
        .context-menu > ul.settings li input[type="checkbox"]:hover + span {
          text-decoration: underline; }
        .context-menu > ul.settings li input[type="checkbox"]:focus {
          box-shadow: none; }
      .context-menu > ul.settings li input[type="file"] {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        cursor: pointer; }
      .context-menu > ul.settings li:nth-child(even) {
        background: var(--ui-background-darken-2); }
  .context-menu.left > ul.settings {
    left: auto;
    right: -10px; }
    .context-menu.left > ul.settings:before, .context-menu.left > ul.settings:after {
      left: auto;
      right: 15px; }
  .context-menu.left > div.settings:before, .context-menu.left > div.settings:after {
    left: auto;
    right: 6px; }
  .context-menu.left > div.settings > ul {
    left: auto;
    right: -10px; }
  .context-menu.above > ul.settings {
    top: auto;
    bottom: 30px; }
    .context-menu.above > ul.settings:before, .context-menu.above > ul.settings:after {
      bottom: auto;
      top: 100%;
      border-width: 6px 5px 0 5px;
      border-color: #cccccc transparent transparent transparent; }
    .context-menu.above > ul.settings:after {
      margin-bottom: 0;
      margin-top: -1px;
      border-color: var(--ui-background) transparent transparent transparent; }
  .context-menu.above > div.settings:before, .context-menu.above > div.settings:after {
    bottom: auto;
    top: -7px;
    border-width: 6px 5px 0 5px;
    border-color: #cccccc transparent transparent transparent; }
  .context-menu.above > div.settings:after {
    margin-bottom: 0;
    margin-top: -1px;
    border-color: var(--ui-background) transparent transparent transparent; }
  .context-menu.above > div.settings > ul {
    top: auto;
    bottom: 30px; }

h1 + .context-menu, h2 + .context-menu, h3 + .context-menu {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 6px;
  vertical-align: middle; }
  h1 + .context-menu .toggle, h2 + .context-menu .toggle, h3 + .context-menu .toggle {
    border-color: transparent; }
    h1 + .context-menu .toggle:hover, h1 + .context-menu .toggle:active, h1 + .context-menu .toggle:focus, h2 + .context-menu .toggle:hover, h2 + .context-menu .toggle:active, h2 + .context-menu .toggle:focus, h3 + .context-menu .toggle:hover, h3 + .context-menu .toggle:active, h3 + .context-menu .toggle:focus {
      background: var(--ui-background); }
      h1 + .context-menu .toggle:hover:before, h1 + .context-menu .toggle:active:before, h1 + .context-menu .toggle:focus:before, h2 + .context-menu .toggle:hover:before, h2 + .context-menu .toggle:active:before, h2 + .context-menu .toggle:focus:before, h3 + .context-menu .toggle:hover:before, h3 + .context-menu .toggle:active:before, h3 + .context-menu .toggle:focus:before {
        color: var(--ui-text); }
    h1 + .context-menu .toggle:before, h2 + .context-menu .toggle:before, h3 + .context-menu .toggle:before {
      font-size: 0.6875rem; }
  h1 + .context-menu > ul.settings, h2 + .context-menu > ul.settings, h3 + .context-menu > ul.settings {
    left: auto;
    right: -10px; }
    h1 + .context-menu > ul.settings:before, h1 + .context-menu > ul.settings:after, h2 + .context-menu > ul.settings:before, h2 + .context-menu > ul.settings:after, h3 + .context-menu > ul.settings:before, h3 + .context-menu > ul.settings:after {
      left: auto;
      right: 15px; }
  h1 + .context-menu > div.settings:before, h1 + .context-menu > div.settings:after, h2 + .context-menu > div.settings:before, h2 + .context-menu > div.settings:after, h3 + .context-menu > div.settings:before, h3 + .context-menu > div.settings:after {
    left: auto;
    right: 15px; }
  h1 + .context-menu > div.settings > ul, h2 + .context-menu > div.settings > ul, h3 + .context-menu > div.settings > ul {
    left: auto;
    right: -10px; }

@-webkit-keyframes ellipsis {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes ellipsis {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ellipsis {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.modal {
  /* - Intro - */
  /* - Table - */
  /* - Modal inner content - */
  /* -  Header - */
  /* - Hero Header Modal - */
  /* - Footer - */
  /* - Tabs - */
  /* - Tab header component - */
  /* - Modal tab content - */
  /* - Modal infinite scroll content - */
  /*  - Modal scrolling - */
  /* - Modal plain text - */
  /* Modal with infinite list */ }
  .modal .table-intro {
    padding: 10px 20px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem; }
    @media screen and (min-width: 768px) {
      .modal .table-intro {
        padding: 25px 40px; } }
    .modal .table-intro p {
      font-size: 0.875rem;
      line-height: 1.375rem; }
    .modal .table-intro strong {
      font-weight: 600; }
  .modal .table-wrapper {
    overflow-x: auto; }
    .modal .table-wrapper .language-switch {
      padding: 10px 20px 0 20px; }
    .modal .table-wrapper table {
      width: 100%; }
      .modal .table-wrapper table caption {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
      .modal .table-wrapper table thead {
        background: var(--ui-background);
        border-bottom: 1px solid #d9d9d9; }
      .modal .table-wrapper table tbody tr {
        background: var(--ui-background-darken-2); }
        .modal .table-wrapper table tbody tr:first-child td {
          border-top: none; }
        .modal .table-wrapper table tbody tr td {
          border-top: 1px solid #e6e6e6; }
      .modal .table-wrapper table tbody.numbered {
        counter-reset: row-count; }
        .modal .table-wrapper table tbody.numbered tr {
          counter-increment: row-count; }
          .modal .table-wrapper table tbody.numbered tr td:first-child {
            position: relative; }
            .modal .table-wrapper table tbody.numbered tr td:first-child:before {
              content: counter(row-count);
              position: absolute;
              left: 0;
              width: 40px;
              font-weight: 600;
              text-align: center; }
      .modal .table-wrapper table th, .modal .table-wrapper table td {
        color: var(--ui-text);
        text-align: left;
        vertical-align: top; }
        .modal .table-wrapper table th.centered, .modal .table-wrapper table td.centered {
          text-align: center; }
        .modal .table-wrapper table th.nowrap, .modal .table-wrapper table td.nowrap {
          white-space: nowrap; }
        .modal .table-wrapper table th:first-child, .modal .table-wrapper table td:first-child {
          padding-left: 40px; }
          .lt-ie9 .modal .table-wrapper table th:first-child, .lt-ie9 .modal .table-wrapper table td:first-child {
            padding-left: 15px; }
        .modal .table-wrapper table th:last-child, .modal .table-wrapper table td:last-child {
          padding-right: 40px; }
      .modal .table-wrapper table th {
        padding: 15px 15px 10px 15px;
        font-size: 0.6875rem;
        font-style: italic;
        font-weight: 600; }
      .modal .table-wrapper table td {
        padding: 15px;
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: -0.25px; }
        .modal .table-wrapper table td > a {
          color: var(--ui-text);
          text-decoration: underline; }
          .modal .table-wrapper table td > a:hover, .modal .table-wrapper table td > a:active, .modal .table-wrapper table td > a:focus {
            text-decoration: none; }
          .modal .table-wrapper table td > a.new-window:after, .modal .table-wrapper table td > a[target="_blank"]:after {
            content: '\49';
            position: relative;
            top: 1px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            margin: 0 2px;
            color: var(--ui-text-lighten-40);
            font-family: mls-ui-icons;
            font-weight: normal;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 0.875rem;
            font-weight: 300;
            text-decoration: none;
            vertical-align: top; }
          .modal .table-wrapper table td > a.new-window > span, .modal .table-wrapper table td > a[target="_blank"] > span {
            position: absolute !important;
            clip: rect(1px 1px 1px 1px);
            clip: rect(1px, 1px, 1px, 1px);
            width: 0;
            height: 0;
            font-size: 0; }
          .modal .table-wrapper table td > a.inline-link {
            margin-left: 6px;
            color: var(--accent); }
        .modal .table-wrapper table td.button {
          min-width: 100px;
          width: 100px;
          text-align: center; }
        .modal .table-wrapper table td.warning {
          color: #e00000; }
        .modal .table-wrapper table td .warning-icon:before {
          content: '\e909';
          position: relative;
          top: -2px;
          margin-right: 4px;
          font-family: mls-ui-icons;
          font-weight: normal;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #e00000;
          font-size: 1.125rem;
          vertical-align: middle; }
        .modal .table-wrapper table td .inline-message {
          margin-left: 4px;
          color: var(--ui-text-lighten-30);
          font-size: 0.75rem;
          font-style: italic; }
          .modal .table-wrapper table td .inline-message a {
            color: var(--accent);
            text-decoration: underline; }
            .modal .table-wrapper table td .inline-message a:hover, .modal .table-wrapper table td .inline-message a:active, .modal .table-wrapper table td .inline-message a:focus {
              text-decoration: none; }
  .modal.release-preview .modal-plain-text p img {
    float: none;
    display: block;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%; }
  .modal.release-preview .modal-header h1 span {
    position: relative;
    top: -1px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 4px;
    color: var(--ui-text-lighten-40);
    font-size: 0.8125rem;
    font-weight: 400;
    vertical-align: baseline; }
  .modal .modal-loading-block {
    display: block;
    padding: 50px 30px;
    font-family: var(--font-family);
    color: var(--ui-text-lighten-10);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: center; }
    .modal .modal-loading-block > p > span {
      position: relative;
      -webkit-animation: ellipsis 1.4s infinite;
      -moz-animation: ellipsis 1.4s infinite;
      animation: ellipsis 1.4s infinite;
      animation-fill-mode: both;
      opacity: 0; }
      .modal .modal-loading-block > p > span:nth-child(2) {
        animation-delay: .2s; }
      .modal .modal-loading-block > p > span:nth-child(3) {
        animation-delay: .4s; }
  .modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
    font-family: var(--font-family); }
  .modal .content {
    text-align: left; }
    .modal .content.loading {
      background: var(--ui-background) url(../img/sass-ui-modal/modal-loading.gif) no-repeat center;
      min-height: 300px; }
      .modal .content.loading * {
        display: none; }
    .modal .content.extra .validation-error {
      padding: 5px 0 0 0;
      display: block; }
  .modal header.modal-header {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    background: var(--ui-background);
    border-bottom: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .modal header.modal-header.scroll {
      margin-bottom: 0; }
    .modal header.modal-header h1 {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      color: var(--ui-text-lighten-30);
      text-align: center;
      font-size: 0.875rem;
      line-height: 40px;
      font-weight: 600;
      font-style: italic;
      display: inline-block;
      max-width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      overflow: hidden; }
    .modal header.modal-header .close {
      position: absolute;
      top: 0;
      right: 0;
      bottom: -1px;
      padding: 0;
      width: 40px;
      color: #FFF;
      background: #494949;
      border: 0; }
      @media screen and (min-width: 768px) {
        .modal header.modal-header .close {
          -moz-border-radius: 0 1px 0 0;
          -webkit-border-radius: 0 1px 0 0;
          border-radius: 0 1px 0 0; } }
      .modal header.modal-header .close:hover, .modal header.modal-header .close:focus {
        background: #000; }
      .modal header.modal-header .close:before {
        content: '\48';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 1rem;
        line-height: 38px;
        font-family: mls-ui-icons;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center; }
      .modal header.modal-header .close span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
  .modal .modal-header-hero {
    padding: 60px 20px 40px 20px;
    font-family: var(--font-family); }
    @media screen and (min-width: 768px) {
      .modal .modal-header-hero {
        padding: 60px 30px 50px 30px; } }
    .modal .modal-header-hero h1 {
      padding-bottom: 10px;
      font-size: 1.3125rem;
      line-height: 1.375rem;
      color: var(--ui-text);
      letter-spacing: -0.2px;
      font-weight: 600;
      text-align: center; }
    .modal .modal-header-hero p {
      max-width: 400px;
      margin: 0 auto;
      font-size: 0.875rem;
      color: var(--ui-text-lighten-20);
      line-height: 1.5625rem;
      letter-spacing: -0.5px;
      font-weight: normal; }
    .modal .modal-header-hero .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      color: #FFF;
      background: #494949;
      border: 0; }
      @media screen and (min-width: 768px) {
        .modal .modal-header-hero .close {
          -moz-border-radius: 0 1px 0 0;
          -webkit-border-radius: 0 1px 0 0;
          border-radius: 0 1px 0 0; } }
      .modal .modal-header-hero .close:hover, .modal .modal-header-hero .close:focus {
        background: #000; }
      .modal .modal-header-hero .close:before {
        content: '\48';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 1rem;
        line-height: 38px;
        font-family: mls-ui-icons;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center; }
      .modal .modal-header-hero .close span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
  .modal footer, .modal .actions {
    position: relative;
    width: 100%;
    padding: 0 15px 10px 15px;
    text-align: center;
    background: var(--ui-background);
    border-top: 1px solid #cccccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .modal footer button, .modal footer a, .modal footer input[type="submit"], .modal .actions button, .modal .actions a, .modal .actions input[type="submit"] {
      margin: 10px 10px 0 10px; }
    .modal footer a, .modal .actions a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline; }
    .modal footer li, .modal .actions li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 0;
      vertical-align: top; }
    .modal footer .loading-strip, .modal .actions .loading-strip {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .modal footer.check-agree, .modal .actions.check-agree {
      padding: 0 12px 12px 12px;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .modal footer.check-agree, .modal .actions.check-agree {
          padding: 0 20px 12px 30px;
          text-align: left; } }
      .modal footer.check-agree label, .modal footer.check-agree ul, .modal .actions.check-agree label, .modal .actions.check-agree ul {
        display: block; }
        @media screen and (min-width: 768px) {
          .modal footer.check-agree label, .modal footer.check-agree ul, .modal .actions.check-agree label, .modal .actions.check-agree ul {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline; } }
      .modal footer.check-agree label, .modal .actions.check-agree label {
        margin-bottom: 5px;
        margin-top: 12px;
        line-height: 35px;
        font-family: var(--font-family);
        font-size: 0.9375rem;
        color: #525252;
        text-decoration: none;
        font-weight: 400; }
        @media screen and (min-width: 768px) {
          .modal footer.check-agree label, .modal .actions.check-agree label {
            float: left;
            margin-bottom: 0; } }
        .modal footer.check-agree label input, .modal .actions.check-agree label input {
          top: -2px;
          position: relative;
          vertical-align: middle;
          margin-right: 5px; }
      @media screen and (min-width: 768px) {
        .modal footer.check-agree ul, .modal .actions.check-agree ul {
          float: right; } }
    .modal footer .form-submit-validation, .modal .actions .form-submit-validation {
      padding: 16px 10px 10px 10px;
      font-size: 0.8125rem;
      margin-bottom: 0;
      color: #e00000; }
  .modal .modal-tabs {
    padding: 0 0 0 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background: var(--ui-background-darken-1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media screen and (min-width: 768px) {
      .modal .modal-tabs {
        padding: 0 0 0 40px;
        overflow: hidden;
        white-space: normal; } }
    .modal .modal-tabs li, .modal .modal-tabs a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      line-height: 48px; }
    .modal .modal-tabs li {
      margin-right: 20px;
      padding: 0 1px; }
      @media screen and (min-width: 768px) {
        .modal .modal-tabs li {
          margin-right: 40px; } }
      .modal .modal-tabs li a {
        position: relative;
        color: inherit;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem; }
        .no-touchevents .modal .modal-tabs li a:hover, .no-touchevents .modal .modal-tabs li a:active, .no-touchevents .modal .modal-tabs li a:focus, .no-touch .modal .modal-tabs li a:hover, .no-touch .modal .modal-tabs li a:active, .no-touch .modal .modal-tabs li a:focus {
          text-decoration: none; }
          .no-touchevents .modal .modal-tabs li a:hover:after, .no-touchevents .modal .modal-tabs li a:active:after, .no-touchevents .modal .modal-tabs li a:focus:after, .no-touch .modal .modal-tabs li a:hover:after, .no-touch .modal .modal-tabs li a:active:after, .no-touch .modal .modal-tabs li a:focus:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: var(--accent-darken-20); }
      .modal .modal-tabs li.selected a {
        position: relative; }
        .modal .modal-tabs li.selected a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background-color: var(--accent); }
  .modal .tab-header-wrapper .tab-header .ui-grid.grid-fixed {
    width: 100%; }
  .modal .tab-header-wrapper .tab-header .tabs {
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      .modal .tab-header-wrapper .tab-header .tabs {
        padding: 0 20px; } }
  .modal .sass-ui-form {
    position: relative;
    padding: 20px 10px; }
    @media screen and (min-width: 768px) {
      .modal .sass-ui-form {
        padding: 30px; } }
    .modal .sass-ui-form > .language-switch {
      position: absolute;
      top: 10px;
      right: 10px; }
      @media screen and (min-width: 768px) {
        .modal .sass-ui-form > .language-switch {
          right: 30px; } }
  .modal .modal-tabs-content {
    padding-top: 30px; }
    @media screen and (min-width: 768px) and (orientation: landscape) {
      .modal .modal-tabs-content {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media screen and (min-width: 1020px) {
      .modal .modal-tabs-content {
        max-height: 500px; } }
    @media screen and (min-height: 400px) and (max-height: 600px) and (orientation: landscape) {
      .modal .modal-tabs-content {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    .lt-ie10 .modal .modal-tabs-content {
      height: 450px;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
    .modal .modal-tabs-content .image-field {
      margin-top: -30px; }
  .modal .modal-infinite-content {
    min-height: 150px; }
    @media screen and (min-width: 768px) {
      .modal .modal-infinite-content {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media screen and (min-width: 1020px) {
      .modal .modal-infinite-content {
        max-height: 450px; } }
    @media screen and (min-height: 400px) and (max-height: 600px) and (orientation: landscape) {
      .modal .modal-infinite-content {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .modal .modal-infinite-content {
        max-height: 700px; } }
    .lt-ie10 .modal .modal-infinite-content {
      height: 450px;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
  .modal .modal-scroll-content {
    min-height: 150px; }
    @media screen and (min-width: 768px) {
      .modal .modal-scroll-content {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media screen and (min-width: 1020px) {
      .modal .modal-scroll-content {
        max-height: 550px; } }
    @media screen and (min-height: 400px) and (max-height: 600px) and (orientation: landscape) {
      .modal .modal-scroll-content {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .modal .modal-scroll-content {
        max-height: 800px; } }
    @media screen and (max-width: 533px) and (max-height: 320px) and (orientation: landscape) {
      .modal .modal-scroll-content {
        max-height: none; } }
    .lt-ie9 .modal .modal-scroll-content {
      height: 450px;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
    .modal .modal-scroll-content .ui-typography {
      padding: 20px 10px;
      font-size: 0.875rem; }
      .modal .modal-scroll-content .ui-typography > *:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .modal .modal-scroll-content .ui-typography {
          padding: 30px; } }
      .modal .modal-scroll-content .ui-typography + .sass-ui-form {
        padding-top: 0; }
  .modal .modal-plain-text {
    padding: 20px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: var(--ui-text); }
    @media screen and (min-width: 768px) {
      .modal .modal-plain-text {
        padding: 30px 30px 30px 30px; } }
    .modal .modal-plain-text * {
      text-align: left; }
    .modal .modal-plain-text .modal-scroll-pane {
      margin-top: -10px;
      padding: 0 18px 18px 18px;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      height: 150px;
      color: var(--ui-text);
      border: 1px solid #cccccc;
      background: var(--ui-background-darken-2);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      @media screen and (min-width: 768px) {
        .modal .modal-plain-text .modal-scroll-pane {
          margin-top: -25px;
          height: 220px; } }
      .modal .modal-plain-text .modal-scroll-pane h2, .modal .modal-plain-text .modal-scroll-pane h3, .modal .modal-plain-text .modal-scroll-pane h4 {
        padding: 20px 0 0 0; }
    .modal .modal-plain-text strong {
      font-weight: bold; }
    .modal .modal-plain-text em {
      font-style: italic; }
    .modal .modal-plain-text u {
      text-decoration: underline; }
    .modal .modal-plain-text h1 {
      margin: 0 0 -5px 0;
      padding: 0;
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 140%;
      color: var(--ui-text);
      letter-spacing: 0; }
    .modal .modal-plain-text ul + h1, .modal .modal-plain-text ol + h1, .modal .modal-plain-text p + h1 {
      padding-top: 20px; }
    .modal .modal-plain-text h2 {
      padding: 20px 0 0 0;
      margin: 0 0 -15px 0;
      font-weight: 600;
      font-size: 1rem;
      line-height: 150%;
      color: var(--ui-text);
      letter-spacing: 0; }
    .modal .modal-plain-text h3, .modal .modal-plain-text h4 {
      padding: 20px 0 0 0;
      margin: 0 0 -15px 0;
      font-weight: 600;
      font-size: 0.875rem;
      line-height: 1.5625rem;
      color: var(--ui-text);
      letter-spacing: 0; }
    .modal .modal-plain-text h5, .modal .modal-plain-text h6 {
      padding: 20px 0 0 0;
      margin: 0 0 -15px 0;
      font-weight: 600;
      font-size: 0.875rem;
      line-height: 1.5625rem;
      color: var(--ui-text-lighten-20);
      letter-spacing: -0.25px; }
    .modal .modal-plain-text a {
      font-family: var(--font-family);
      outline: 0;
      text-decoration: underline;
      color: var(--accent); }
      .modal .modal-plain-text a:hover {
        color: var(--accent-lighten-10);
        text-decoration: none; }
      .modal .modal-plain-text a:active, .modal .modal-plain-text a:focus {
        text-decoration: none; }
    .modal .modal-plain-text ul {
      padding: 20px 0 0 0;
      margin: 0;
      font-family: var(--font-family);
      font-weight: normal; }
      .modal .modal-plain-text ul ul, .modal .modal-plain-text ul ol {
        padding: 10px 0 5px 0; }
    .modal .modal-plain-text li {
      margin: 0 0 0 22px;
      padding: 10px 0 0 0;
      list-style: disc;
      line-height: 1.375rem; }
      .modal .modal-plain-text li:first-child {
        padding-top: 0; }
    .modal .modal-plain-text ol {
      padding: 20px 0 0 0;
      margin: 0;
      font-weight: normal; }
      .modal .modal-plain-text ol li {
        /*list-style:decimal;*/
        margin: 0 0 0 5px; }
      .modal .modal-plain-text ol ul li {
        list-style: disc;
        margin: 0 0 0 22px; }
      .modal .modal-plain-text ol ul, .modal .modal-plain-text ol ol {
        padding: 10px 0 5px 0; }
      .lt-ie10 .modal .modal-plain-text ol ol {
        padding: 10px 0 5px 20px; }
    .modal .modal-plain-text ol {
      list-style-type: none;
      counter-reset: item; }
    .modal .modal-plain-text ol > li {
      display: table;
      list-style-type: none;
      counter-increment: item; }
    .modal .modal-plain-text ol > li:before {
      content: counters(item, ".") ". ";
      display: table-cell;
      font-size: 90%;
      color: var(--ui-text);
      font-weight: 600;
      padding-right: 0.6em; }
      .lt-ie10 .modal .modal-plain-text ol > li:before {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline; }
    .modal .modal-plain-text li ol > li {
      margin: 0; }
    .modal .modal-plain-text li ol > li:before {
      content: counters(item, ".") " "; }
    .modal .modal-plain-text p {
      padding: 20px 0 0 0;
      margin: 0;
      overflow: hidden; }
      .modal .modal-plain-text p:empty {
        margin: 0; }
      .modal .modal-plain-text p img {
        width: 100%;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .modal .modal-plain-text p img {
            width: auto;
            margin: 5px 0 30px 30px;
            float: right; } }
      @media screen and (min-width: 768px) {
        .modal .modal-plain-text p.odd img {
          margin: 5px 30px 30px 0;
          float: left; } }
    .modal .modal-plain-text > img {
      padding: 20px 0 0 0;
      margin: 0 auto;
      overflow: hidden;
      max-width: 100%; }
  @media screen and (max-width: 767px) {
    .modal.infinite-list .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .modal.infinite-list .modal-scroll-content.infinite-list, .modal.infinite-list .modal-infinite-content.infinite-list {
      position: absolute;
      top: 41px;
      bottom: 54px;
      width: 100%;
      max-height: none;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
    .modal.infinite-list .modal-infinite-content.infinite-list {
      top: 92px; }
    .modal.infinite-list footer {
      position: absolute;
      bottom: 0;
      height: 54px; } }
  .modal .image-field {
    padding: 0; }
    .modal .image-field .drop-area {
      min-height: 200px; }
    .modal .image-field .image-field-intro {
      padding: 10px 20px;
      text-align: left;
      font-size: 0.9375rem;
      line-height: 1.5rem;
      background: var(--ui-background-darken-4); }
      @media screen and (min-width: 768px) {
        .modal .image-field .image-field-intro {
          padding: 25px 40px 0 40px; }
          .modal .image-field .image-field-intro + .image-upload .image-uploader {
            padding-bottom: 30px; } }

.card-popup {
  z-index: 9905;
  position: absolute;
  min-height: 50px;
  min-width: 138px;
  padding: 10px 12px 10px 12px;
  background: var(--ui-text);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .card-popup:before {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: var(--ui-text) transparent transparent transparent; }
  .card-popup.loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/sass-ui-loading/inline-loading-light.gif") no-repeat center center; }
  .card-popup.top-left:before, .card-popup.bottom-left:before, .card-popup.top-right:before, .card-popup.bottom-right:before {
    margin-left: 0; }
  .card-popup.top-left:before, .card-popup.top-right:before, .card-popup.top-middle:before {
    top: -4px;
    right: auto;
    bottom: auto;
    left: auto;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent var(--ui-text) transparent; }
  .card-popup.top-left:before {
    left: 12px; }
  .card-popup.top-middle:before {
    left: 50%; }
  .card-popup.top-right:before {
    right: 12px; }
  .card-popup.bottom-left:before, .card-popup.bottom-right:before {
    top: auto;
    right: auto;
    bottom: -4px;
    left: auto; }
  .card-popup.bottom-left:before {
    left: 12px; }
  .card-popup.bottom-right:before {
    right: 12px; }
  .card-popup ul {
    margin: 0;
    padding: 0; }
    .card-popup ul > li {
      display: block;
      margin: 0;
      padding: 0;
      font-family: var(--font-family);
      color: #d6d6d6;
      font-size: 11px;
      line-height: 15px;
      font-weight: 400; }
      .card-popup ul > li strong {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-right: 5px;
        color: #cccccc;
        text-transform: uppercase;
        font-size: 10px; }
      .card-popup ul > li.label {
        padding: 2px;
        margin-top: -10px;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 4px;
        color: white;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        font-weight: 600;
        background: #e00000;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .card-popup ul > li.name {
        color: var(--ui-background-darken-4);
        font-size: 12px;
        line-height: 16px; }
      .card-popup ul > li.type {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-top: 6px;
        padding: 3px 10px;
        color: var(--ui-background);
        background: #404040;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .card-popup ul > li.type strong {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          width: 0;
          height: 0;
          font-size: 0; }

/**
 * Gridpak Beta SCSS 
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.ui-grid {
  /* 1. 12 Column Grid 0px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */ }
  .ui-grid.grid-fixed {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1020px) {
      .ui-grid.grid-fixed {
        width: 960px; } }
    .lt-ie9 .ui-grid.grid-fixed {
      width: 960px; }
  @media screen and (max-width: 767px) {
    .ui-grid .row .col {
      margin-bottom: 10px; }
    .ui-grid .row:last-child .col {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .ui-grid {
      /* --- Gridpak variables ---*/ }
      .ui-grid .row {
        margin-left: -0px; }
        .ui-grid .row:after {
          content: "";
          display: table;
          clear: both; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .ui-grid .row.gutter_5 {
        margin-left: -5px; }
        .ui-grid .row.gutter_5 .col {
          border-left-width: 5px; }
      .ui-grid .row.gutter_10 {
        margin-left: -10px; }
        .ui-grid .row.gutter_10 .col {
          border-left-width: 10px; }
      .ui-grid .row.gutter_15 {
        margin-left: -15px; }
        .ui-grid .row.gutter_15 .col {
          border-left-width: 15px; }
      .ui-grid .row.gutter_20 {
        margin-left: -20px; }
        .ui-grid .row.gutter_20 .col {
          border-left-width: 20px; }
      .ui-grid .row.gutter_25 {
        margin-left: -25px; }
        .ui-grid .row.gutter_25 .col {
          border-left-width: 25px; }
      .ui-grid .row.gutter_30 {
        margin-left: -30px; }
        .ui-grid .row.gutter_30 .col {
          border-left-width: 30px; }
      .ui-grid .row.gutter_35 {
        margin-left: -35px; }
        .ui-grid .row.gutter_35 .col {
          border-left-width: 35px; }
      .ui-grid .row.gutter_40 {
        margin-left: -40px; }
        .ui-grid .row.gutter_40 .col {
          border-left-width: 40px; } }
  @media screen and (min-width: 768px) {
      .ui-grid .col {
        border-left-width: 0px;
        padding: 0 0%;
        border: 0px solid transparent;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-background-clip: padding-box !important;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important;
        /* Have to do it this way fior ie8 */ }
        .ui-grid .col:last-child {
          float: right; }
        .ui-grid .col.last {
          float: right; }
      .ui-grid .row .col:first-child {
        margin-left: 0; }
      .ui-grid .span_1 {
        width: 8.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_2 {
        width: 16.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_3 {
        width: 25%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_4 {
        width: 33.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_5 {
        width: 41.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_6 {
        width: 50%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_7 {
        width: 58.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_8 {
        width: 66.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_9 {
        width: 75%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_10 {
        width: 83.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_11 {
        width: 91.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .ui-grid .span_12 {
        margin-left: 0;
        width: 100%; } }

.ui-typography {
  font-size: 0.9375rem;
  line-height: 180%;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .ui-typography h1, .ui-typography h2, .ui-typography h3, .ui-typography h4, .ui-typography h5, .ui-typography h6 {
    padding-top: 3px;
    margin: 0;
    font-family: var(--font-family);
    color: var(--ui-text);
    letter-spacing: -0.25px; }
    .ui-typography h1 strong, .ui-typography h2 strong, .ui-typography h3 strong, .ui-typography h4 strong, .ui-typography h5 strong, .ui-typography h6 strong {
      font-weight: 600; }
  .ui-typography h1 {
    margin-bottom: 0.8em;
    padding-top: 0;
    color: var(--ui-text-lighten-10);
    font-size: 2em;
    line-height: 140%;
    font-weight: 200;
    letter-spacing: -1px; }
    .ui-typography h1 strong {
      font-weight: 400; }
  .ui-typography h2 {
    margin-bottom: 0.6em;
    color: var(--ui-text-lighten-10);
    font-size: 1.6em;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.75px; }
  .ui-typography h3 {
    margin-bottom: 0.75em;
    color: var(--ui-text-lighten-10);
    font-size: 1.3em;
    line-height: 145%;
    font-weight: normal; }
  .ui-typography h4, .ui-typography h5, .ui-typography h6 {
    margin-bottom: 0.5em;
    color: var(--ui-text-lighten-15);
    font-size: 1.15em;
    font-weight: 600;
    line-height: 145%; }
  .ui-typography h5 {
    color: var(--ui-text-lighten-20); }
  .ui-typography h6 {
    color: var(--ui-text-lighten-25); }
  .ui-typography strong {
    font-weight: 600; }
  .ui-typography p {
    margin: 0 0 1.8em 0;
    font-size: 1em;
    line-height: 180%;
    font-weight: normal;
    color: var(--ui-text-lighten-10);
    font-family: var(--font-family);
    letter-spacing: -0.25px; }
    .ui-typography p.lead {
      margin: 0 0 1.2em 0;
      font-size: 1.2em;
      font-weight: 600; }
  .ui-typography li {
    margin: 0 0 0 1.8em;
    padding: 0.5em 0 0 0;
    color: var(--ui-text);
    line-height: 160%;
    list-style: disc; }
    .ui-typography li:first-child {
      padding-top: 0; }
  .ui-typography ul {
    margin: 0 0 1.8em 0;
    padding: 0;
    font-family: var(--font-family);
    font-size: 1em;
    font-weight: normal;
    color: var(--ui-text); }
    .ui-typography ul ol {
      padding-top: 1em;
      margin: 0 0 0.5em 0; }
    .ui-typography ul ul {
      padding-top: 1em;
      margin: 0 0 0.5em 0; }
      .ui-typography ul ul li {
        list-style: circle; }
      .ui-typography ul ul ul li {
        list-style: square; }
  .ui-typography ol {
    margin: 0 0 1.8em 1px;
    padding: 0;
    font-family: var(--font-family);
    font-size: 1em;
    font-weight: normal;
    color: var(--ui-text); }
    .ui-typography ol li {
      list-style: decimal; }
    .ui-typography ol ol {
      padding-top: 1em;
      margin: 0 0 0.5em 0; }
      .ui-typography ol ol li {
        list-style: lower-alpha; }
      .ui-typography ol ol ol li {
        list-style: lower-roman; }
    .ui-typography ol ul {
      padding-top: 1em;
      margin: 0 0 0.5em 0; }
      .ui-typography ol ul li {
        list-style: circle; }
      .ui-typography ol ul ul li {
        list-style: square; }
  .ui-typography dl {
    margin: 0 0 1.8em 0;
    font-family: var(--font-family);
    font-size: 1em;
    font-weight: normal;
    color: var(--ui-text); }
    .ui-typography dl dt {
      font-weight: 600;
      font-size: 1.1em;
      color: var(--ui-text-lighten-15);
      line-height: 145%; }
    .ui-typography dl dd {
      position: relative;
      padding: 0 0 0 1.8em;
      margin: 0.5em 0 0 0;
      line-height: 160%;
      list-style: disc; }
      .ui-typography dl dd:first-child {
        margin-top: 0; }
      .ui-typography dl dd:before {
        content: '';
        position: absolute;
        left: 0.666em;
        top: 50%;
        width: 0.3333em;
        height: 0.3333em;
        margin-top: -0.15em;
        background: var(--accent);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
  .ui-typography strong, .ui-typography b {
    font-weight: 600; }
  .ui-typography em, .ui-typography i {
    font-style: italic; }
  .ui-typography button {
    font-family: var(--font-family); }
  .ui-typography a {
    font-family: var(--font-family);
    outline: 0;
    text-decoration: none;
    color: var(--accent);
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-shadow: 1px 1px 0 var(--ui-background), -1px -1px 0 var(--ui-background), 1px -1px 0 var(--ui-background), -1px 1px 0 var(--ui-background);
    box-shadow: inset 0 -1px 0 0 var(--ui-background), inset 0 -2px 0 0 var(--accent);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
    .lt-ie10 .ui-typography a {
      border-bottom: 1px solid var(--accent);
      text-shadow: none;
      box-shadow: none; }
    .ui-typography a:hover {
      color: var(--accent-lighten-10);
      text-decoration: none;
      box-shadow: inset 0 -1px 0 0 transparent, inset 0 -2px 0 0 transparent; }
      .lt-ie10 .ui-typography a:hover {
        border-bottom: 1px solid transparent;
        text-shadow: none;
        box-shadow: none; }
    .ui-typography a:active, .ui-typography a:focus {
      text-decoration: none;
      box-shadow: inset 0 -1px 0 0 transparent, inset 0 -2px 0 0 transparent; }
      .lt-ie10 .ui-typography a:active, .lt-ie10 .ui-typography a:focus {
        border-bottom: 1px solid transparent;
        text-shadow: none;
        box-shadow: none; }
  .ui-typography hr {
    margin: 0 -5px 1.8em -5px;
    border: none;
    border-bottom: 1px solid #cccccc; }
  .ui-typography img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .ui-typography table {
    margin: 0 0 1.8em 0;
    min-width: 80%;
    max-width: 100%;
    font-size: 1em;
    font-weight: normal;
    line-height: 180%;
    color: var(--ui-text);
    border-collapse: collapse;
    border: none; }
    .ui-typography table:after {
      content: ' ';
      display: block;
      height: 5px; }
    .ui-typography table:before {
      display: none; }
    .ui-typography table th {
      padding: 10px 12px;
      font-weight: 600;
      font-family: var(--font-family);
      color: #FFF;
      border: 1px solid var(--accent-darken-10);
      background: var(--accent); }
    .ui-typography table td {
      padding: 10px 12px;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 1em;
      border: 1px solid var(--ui-text-lighten-20); }
  .ui-typography abbr, .ui-typography acronym {
    font-family: var(--font-family);
    border-bottom: 1px dotted var(--accent);
    cursor: help; }
  .ui-typography address {
    display: block;
    margin-bottom: 1.8em;
    font-size: 1em;
    line-height: 165%;
    font-weight: normal;
    color: var(--ui-text);
    font-style: italic;
    font-family: var(--font-family);
    text-align: justify; }
  .ui-typography blockquote {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0 4px 1.8em;
    margin: 0 0 1.8em 0;
    color: var(--ui-text-lighten-10);
    font-size: 1em;
    line-height: 180%;
    font-style: italic;
    border-left: 2px solid var(--accent); }
    .ui-typography blockquote p, .ui-typography blockquote cite {
      width: 100%; }
    .ui-typography blockquote p {
      margin-bottom: 1.3em; }
      .ui-typography blockquote p:last-child {
        margin-bottom: 0; }
    .ui-typography blockquote cite {
      margin-right: 8px; }
  .ui-typography cite {
    font-size: 1em;
    font-weight: 600;
    color: var(--ui-text);
    font-family: var(--font-family); }
    .ui-typography cite:before {
      content: '\2014 \00A0';
      padding-right: 5px; }
  .ui-typography pre, .ui-typography code, .ui-typography kbd, .ui-typography samp {
    font-family: "Courier New", Courier, monospace; }
  .ui-typography code {
    padding: 0 4px;
    color: var(--accent-darken-20);
    background: var(--ui-background-darken-4);
    border: 1px solid #e6e6e6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .ui-typography pre {
    margin-bottom: 1.8em;
    font-size: 1em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .ui-typography pre code {
      display: block;
      padding: 4px 12px; }
  .ui-typography sub, .ui-typography sup {
    position: relative;
    vertical-align: baseline; }
  .ui-typography sub {
    top: 0.4em;
    font-size: 0.7em; }
  .ui-typography sup {
    top: -0.7em;
    font-size: 0.7em; }
  .ui-typography s, .ui-typography strike, .ui-typography del {
    text-decoration: line-through; }
  .ui-typography mark {
    color: var(--ui-text);
    background: #FFFF00; }
  .ui-typography ::-moz-selection {
    background: var(--accent-darken-5);
    color: #FFF;
    text-shadow: none; }
  .ui-typography ::selection {
    background: var(--accent-darken-5);
    color: #FFF;
    text-shadow: none; }
  .ui-typography [dir="rtl"], .ui-typography[dir="rtl"] {
    text-align: right; }
    .ui-typography [dir="rtl"] li, .ui-typography[dir="rtl"] li {
      margin: 0 1.8em 0 0; }
    .ui-typography [dir="rtl"] ol, .ui-typography[dir="rtl"] ol {
      margin: 0 1px 1.8em 0; }
    .ui-typography [dir="rtl"] dl dd, .ui-typography[dir="rtl"] dl dd {
      padding: 0 1.8em 0 0; }
      .ui-typography [dir="rtl"] dl dd:before, .ui-typography[dir="rtl"] dl dd:before {
        right: 0.666em; }
    .ui-typography [dir="rtl"] blockquote, .ui-typography[dir="rtl"] blockquote {
      padding: 3px 1.8em 4px 0;
      border-right: 2px solid var(--accent);
      border-left: 0 solid var(--accent); }
      .ui-typography [dir="rtl"] blockquote cite, .ui-typography[dir="rtl"] blockquote cite {
        margin-left: 8px; }

.asset-picker .side-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 275px;
  background: var(--ui-background);
  border-right: 1px solid #cccccc; }
  @media screen and (max-width: 767px) {
    .asset-picker .side-panel {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1); }
      .asset-picker .side-panel.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0); }
        .asset-picker .side-panel.open > .toggle .icon:after {
          content: '\4c'; } }
  .asset-picker .side-panel > .toggle {
    position: absolute;
    top: 6px;
    right: -31px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: #444;
    border: 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
    .asset-picker .side-panel > .toggle:hover, .asset-picker .side-panel > .toggle:active, .asset-picker .side-panel > .toggle:focus {
      background: #777; }
    @media screen and (min-width: 768px) {
      .asset-picker .side-panel > .toggle {
        display: none; } }
    .asset-picker .side-panel > .toggle .text {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
    .asset-picker .side-panel > .toggle .icon:after {
      content: '\4f';
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: var(--accent-contrast);
      font-size: 1.5rem;
      line-height: 1.5rem; }
  .asset-picker .side-panel > .side-panel-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .asset-picker .side-panel > .side-panel-content > h2 {
      margin: 20px 20px 0 20px;
      color: var(--ui-text-lighten-20);
      font-size: 0.75rem;
      line-height: 0.8125rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .asset-picker .side-panel > .side-panel-content > ul {
      margin-top: 10px; }
      .asset-picker .side-panel > .side-panel-content > ul > li {
        position: relative;
        margin-top: 6px; }
        .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child {
          position: relative;
          width: 100%;
          padding: 4px 30px 4px 48px;
          font-family: var(--font-family);
          color: var(--ui-text-lighten-10);
          font-size: 0.875rem;
          line-height: 1rem;
          font-weight: 600;
          text-align: left;
          background: var(--ui-background);
          border: 0; }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child:hover, .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child:active, .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child:focus {
            background: var(--ui-background-darken-5); }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.active {
            background: rgba(var(--accent_rgb), 0.25); }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.files > .icon:after {
            content: '\7a';
            font-family: mls-ui-icons;
            font-weight: normal;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #2791f5;
            font-size: 1.125rem; }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.imagequest > .icon {
            top: 5px; }
            .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.imagequest > .icon:after {
              content: '\7d';
              margin-left: -3px;
              font-family: mls-ui-icons;
              font-weight: normal;
              font-style: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #005b8f;
              font-size: 1.5rem; }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.gimagesearch > .icon:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/js-asset-picker/services/g-image-search.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat; }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.office365 > .icon:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/js-asset-picker/services/office365.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat; }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child.pcw > .icon:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/js-asset-picker/services/pcw.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat; }
          .asset-picker .side-panel > .side-panel-content > ul > li > button:first-child > .icon {
            position: absolute;
            top: 4px;
            left: 20px;
            width: 16px;
            height: 16px; }
        .asset-picker .side-panel > .side-panel-content > ul > li > [info] {
          position: absolute;
          top: 4px;
          right: 6px;
          width: 16px;
          height: 16px;
          text-align: center;
          padding: 0;
          margin: 0;
          background: var(--accent);
          border: 0;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px; }
          .asset-picker .side-panel > .side-panel-content > ul > li > [info]:after {
            content: '\30';
            font-family: mls-ui-icons;
            font-weight: normal;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: var(--accent-contrast);
            font-size: 0.75rem;
            line-height: 1rem; }
          .asset-picker .side-panel > .side-panel-content > ul > li > [info]:hover, .asset-picker .side-panel > .side-panel-content > ul > li > [info]:active, .asset-picker .side-panel > .side-panel-content > ul > li > [info]:focus {
            background: var(--accent-darken-5); }
          .asset-picker .side-panel > .side-panel-content > ul > li > [info] > span {
            position: absolute !important;
            clip: rect(1px 1px 1px 1px);
            clip: rect(1px, 1px, 1px, 1px);
            width: 0;
            height: 0;
            font-size: 0; }
        .asset-picker .side-panel > .side-panel-content > ul > li > [info-content] {
          position: absolute;
          bottom: 100%;
          right: 3px;
          z-index: 5;
          width: 200px;
          padding: 5px 8px;
          margin-bottom: 2px;
          color: var(--ui-background);
          font-size: 0.6875rem;
          line-height: 1rem;
          background: var(--ui-text);
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          .asset-picker .side-panel > .side-panel-content > ul > li > [info-content]:after {
            content: '';
            position: absolute;
            bottom: -5px;
            right: 7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            border-color: var(--ui-text) transparent transparent transparent; }
    .asset-picker .side-panel > .side-panel-content > hr {
      border: 0;
      border-top: 1px solid #cccccc; }

.asset-picker .service-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    .asset-picker .service-container {
      left: 275px; } }
  .asset-picker .service-container .header {
    padding: 10px 20px 0;
    border-bottom: 1px solid #cccccc; }
    .asset-picker .service-container .header .breadcrumb {
      min-height: 32px;
      margin-right: 60px;
      margin-left: 20px;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      @media screen and (min-width: 768px) {
        .asset-picker .service-container .header .breadcrumb {
          margin-left: 0; } }
      .asset-picker .service-container .header .breadcrumb > h2, .asset-picker .service-container .header .breadcrumb > ol {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top; }
      .asset-picker .service-container .header .breadcrumb > h2 {
        position: relative;
        padding-left: 26px; }
        .asset-picker .service-container .header .breadcrumb > h2 > a, .asset-picker .service-container .header .breadcrumb > h2 span {
          display: block;
          color: var(--ui-text-lighten-20);
          font-size: 0.8125rem;
          line-height: 1.25rem;
          font-style: italic; }
        .asset-picker .service-container .header .breadcrumb > h2 > a {
          text-decoration: none; }
          .asset-picker .service-container .header .breadcrumb > h2 > a:hover, .asset-picker .service-container .header .breadcrumb > h2 > a:active, .asset-picker .service-container .header .breadcrumb > h2 > a:focus {
            text-decoration: underline; }
        .asset-picker .service-container .header .breadcrumb > h2.files > .icon {
          top: -1px; }
          .asset-picker .service-container .header .breadcrumb > h2.files > .icon:after {
            content: '\7a';
            font-family: mls-ui-icons;
            font-weight: normal;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #2791f5;
            font-size: 1.125rem; }
        .asset-picker .service-container .header .breadcrumb > h2.imagequest > .icon:after {
          content: '\7d';
          margin-left: -3px;
          font-family: mls-ui-icons;
          font-weight: normal;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #005b8f;
          font-size: 1.5rem; }
        .asset-picker .service-container .header .breadcrumb > h2.gimagesearch > .icon {
          top: 2px; }
          .asset-picker .service-container .header .breadcrumb > h2.gimagesearch > .icon:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/js-asset-picker/services/g-image-search.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat; }
        .asset-picker .service-container .header .breadcrumb > h2.office365 > .icon {
          top: 2px; }
          .asset-picker .service-container .header .breadcrumb > h2.office365 > .icon:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/js-asset-picker/services/office365.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat; }
        .asset-picker .service-container .header .breadcrumb > h2.pcw > .icon {
          top: 2px; }
          .asset-picker .service-container .header .breadcrumb > h2.pcw > .icon:after {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../img/js-asset-picker/services/pcw.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat; }
        .asset-picker .service-container .header .breadcrumb > h2 > .icon {
          position: absolute;
          top: 0;
          left: 0;
          width: 18px;
          height: 18px; }
      .asset-picker .service-container .header .breadcrumb > ol > li {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-right: 5px;
        padding-left: 24px; }
        .asset-picker .service-container .header .breadcrumb > ol > li:first-child {
          margin-left: 5px; }
        .asset-picker .service-container .header .breadcrumb > ol > li > a, .asset-picker .service-container .header .breadcrumb > ol > li span {
          display: block;
          max-width: 120px;
          padding: 0 2px;
          color: var(--ui-text-lighten-20);
          font-size: 0.8125rem;
          line-height: 1.25rem;
          font-style: italic;
          text-overflow: ellipsis;
          overflow: hidden; }
        .asset-picker .service-container .header .breadcrumb > ol > li > a {
          text-decoration: none; }
          .asset-picker .service-container .header .breadcrumb > ol > li > a:hover, .asset-picker .service-container .header .breadcrumb > ol > li > a:active, .asset-picker .service-container .header .breadcrumb > ol > li > a:focus {
            text-decoration: underline; }
        .asset-picker .service-container .header .breadcrumb > ol > li [class^="ui-icon"] {
          position: absolute;
          top: 0;
          left: 0;
          color: var(--ui-text-lighten-20);
          font-size: 1rem;
          line-height: 1.25rem; }
    .asset-picker .service-container .header.has-search {
      padding-bottom: 20px; }
      .asset-picker .service-container .header.has-search + .picker-scroll {
        top: 95px; }
  .asset-picker .service-container .picker-scroll {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    background: var(--ui-background-darken-5);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 768px) {
      .asset-picker .service-container .picker-scroll {
        padding: 16px 20px; } }
    .asset-picker .service-container .picker-scroll .filter-list .filter-list-current .title {
      line-height: 1;
      font-weight: normal; }
    .asset-picker .service-container .picker-scroll .picker-list-wrapper {
      margin-top: 10px;
      font-size: 0; }
      .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li {
        position: relative; }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span {
          position: relative;
          display: block;
          margin: 0;
          font-weight: normal;
          color: var(--ui-text-lighten-10);
          font-size: 0.8125rem;
          line-height: 1rem;
          text-decoration: none;
          background: var(--ui-background);
          border: 2px solid transparent;
          overflow: hidden;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-user-drag: none;
          -khtml-user-drag: none;
          -moz-user-drag: none;
          -o-user-drag: none;
          user-drag: none; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .selected-icon {
            position: absolute;
            z-index: 5;
            display: none;
            width: 17px;
            height: 17px; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .selected-icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .selected-icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .selected-icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .selected-icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .selected-icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .selected-icon:after {
              content: '\62';
              display: block;
              width: 17px;
              height: 17px;
              font-family: mls-ui-icons;
              font-weight: normal;
              font-style: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: var(--accent);
              font-size: 0.625rem;
              line-height: 1.125rem;
              text-align: center;
              background: var(--ui-background);
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
              -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > input, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > input, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > input, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > input, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > input, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > input {
            clip: rect(0 0 0 0);
            position: absolute;
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
            overflow: hidden; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .ui-icon-folder {
            color: #2791f5; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .item-title {
            font-weight: 400; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .img-hold {
            position: absolute;
            font-size: 0;
            text-align: center; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .img-hold:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .img-hold:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .img-hold:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .img-hold:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .img-hold:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .img-hold:before {
              content: '';
              display: -moz-inline-stack;
              display: inline-block;
              zoom: 1;
              *display: inline;
              height: 100%;
              vertical-align: middle; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .img-hold > img, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .img-hold > img, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .img-hold > img, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .img-hold > img, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .img-hold > img, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .img-hold > img {
              display: -moz-inline-stack;
              display: inline-block;
              zoom: 1;
              *display: inline;
              max-width: 100%;
              max-height: 100%;
              vertical-align: middle; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove {
            position: absolute;
            padding: 5px;
            border: 0;
            background: none; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove:hover > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove:active > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove:focus > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove:hover > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove:active > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove:focus > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove:hover > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove:active > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove:focus > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove:hover > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove:active > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove:focus > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove:hover > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove:active > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove:focus > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove:hover > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove:active > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove:focus > .icon:after {
              color: #e00000; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove > .icon:after, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove > .icon:after {
              content: '\61';
              font-family: mls-ui-icons;
              font-weight: normal;
              font-style: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: var(--ui-text-lighten-20);
              font-size: 1rem; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove > .text, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove > .text, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove > .text, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove > .text, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove > .text, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove > .text {
              position: absolute !important;
              clip: rect(1px 1px 1px 1px);
              clip: rect(1px, 1px, 1px, 1px);
              width: 0;
              height: 0;
              font-size: 0; }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label {
          cursor: pointer; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.selected {
            background: rgba(var(--accent_rgb), 0.25); }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.selected {
            border: 2px solid var(--accent); }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.selected .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.selected .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.selected .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.selected .selected-icon {
              display: block; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled {
            cursor: default;
            background: var(--ui-background-darken-2); }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled.selected, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled:hover, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled:active, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled:focus, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled.selected {
              background: var(--ui-background-darken-2); }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled .file-icon:before {
              color: #e6e6e6; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a.disabled .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label.disabled .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a.disabled .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label.disabled .filesize {
              color: var(--ui-text-lighten-20); }
      .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li {
        margin-top: 10px; }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li:first-child {
          margin-top: 0; }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span {
          padding: 14px 56px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .selected-icon {
            top: 13px;
            left: 19px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a [class^="ui-icon"], .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label [class^="ui-icon"], .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span [class^="ui-icon"], .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .file-icon {
            position: absolute; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .ui-icon-folder {
            top: 0;
            left: 10px;
            font-size: 2.25rem;
            line-height: 2.625rem; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .file-icon {
            top: 10px;
            left: 13px; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .file-icon:before {
              width: 28px;
              height: 30px;
              font-size: 1.875rem;
              line-height: 1; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .filesize {
            position: absolute;
            top: 16px;
            right: 10px;
            color: var(--ui-text-lighten-20);
            font-size: 0.6875rem;
            line-height: 1;
            font-style: italic;
            letter-spacing: 0.5px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .img-hold {
            top: 8px;
            bottom: 8px;
            left: 10px;
            width: 36px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > a > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > label > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span > .remove {
            top: 9px;
            right: 5px; }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span {
          padding-right: 80px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-list li > span .filesize {
            right: 50px; }
      .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 50%;
        vertical-align: top; }
        @media screen and (min-width: 480px) {
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li {
            width: 33.333%; } }
        @media screen and (min-width: 768px) {
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li {
            width: 25%; } }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li:after {
          content: '';
          display: block;
          width: 100%;
          padding-bottom: 100%; }
        .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span {
          position: absolute;
          top: 2px;
          right: 2px;
          bottom: 2px;
          left: 2px;
          padding: 14px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .selected-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .selected-icon {
            top: 6px;
            right: 6px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a [class^="ui-icon"], .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label [class^="ui-icon"], .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span [class^="ui-icon"], .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .file-icon {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .ui-icon-folder, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .ui-icon-folder {
            margin-top: -40px;
            font-size: 4.125rem;
            line-height: 4.125rem; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .file-icon, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .file-icon {
            margin-top: -40px; }
            .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .file-icon:before, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .file-icon:before {
              width: 60px;
              height: 60px;
              margin: 0;
              font-size: 3.75rem;
              line-height: 1;
              text-align: center; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .filesize, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .filesize {
            display: none; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .item-title, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .item-title {
            position: absolute;
            right: 14px;
            bottom: 10px;
            left: 14px;
            display: block;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label .img-hold, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span .img-hold {
            top: 20px;
            right: 14px;
            bottom: 36px;
            left: 14px; }
          .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > a > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > label > .remove, .asset-picker .service-container .picker-scroll .picker-list-wrapper.layout-grid li > span > .remove {
            top: -2px;
            right: -2px; }

.asset-picker .view-selector {
  position: absolute;
  top: 10px;
  right: 15px;
  margin-top: -2px;
  font-size: 0; }
  .asset-picker .view-selector > li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top; }
    .asset-picker .view-selector > li > button {
      display: block;
      width: 26px;
      height: 26px;
      padding: 0;
      text-align: center;
      border: 0;
      background: none; }
      .asset-picker .view-selector > li > button .text {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
      .asset-picker .view-selector > li > button [class^="ui-icon"] {
        color: var(--ui-text-lighten-20);
        font-size: 1.625rem;
        line-height: 1.625rem; }
      .asset-picker .view-selector > li > button:hover [class^="ui-icon"], .asset-picker .view-selector > li > button:active [class^="ui-icon"], .asset-picker .view-selector > li > button:focus [class^="ui-icon"] {
        color: var(--ui-text-lighten-10); }
      .asset-picker .view-selector > li > button.active [class^="ui-icon"] {
        color: var(--accent); }

@media screen and (max-width: 767px) {
  .asset-picker .modal-header {
    display: none; } }

.asset-picker .picker-wrapper {
  position: relative;
  display: block;
  min-height: 180px; }
  @media screen and (min-height: 375px) {
    .asset-picker .picker-wrapper {
      min-height: 250px; } }
  @media screen and (min-height: 480px) {
    .asset-picker .picker-wrapper {
      min-height: 400px; } }
  @media screen and (min-height: 568px) {
    .asset-picker .picker-wrapper {
      min-height: 450px; } }
  @media screen and (min-height: 667px) {
    .asset-picker .picker-wrapper {
      min-height: 550px; } }
  @media screen and (min-height: 768px) {
    .asset-picker .picker-wrapper {
      min-height: 600px; } }
  @media screen and (min-height: 1024px) {
    .asset-picker .picker-wrapper {
      min-height: 700px; } }

.asset-picker footer {
  position: relative;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .asset-picker footer {
      padding: 0 5px 5px 5px;
      text-align: center; }
      .asset-picker footer .btns, .asset-picker footer .btn-link {
        height: 28px;
        margin: 5px 5px 0 5px;
        line-height: 1.75rem;
        font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) {
    .asset-picker footer .close {
      display: none; } }
  .asset-picker footer > .toggle-selected {
    display: block;
    padding: 4px 0;
    margin: 0 auto;
    font-family: var(--font-family);
    color: var(--ui-background);
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    background: none;
    border: 0; }
    @media screen and (min-width: 480px) {
      .asset-picker footer > .toggle-selected {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0 20px; } }
    .asset-picker footer > .toggle-selected:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      height: 100%;
      vertical-align: middle; }
    .asset-picker footer > .toggle-selected:hover, .asset-picker footer > .toggle-selected:active, .asset-picker footer > .toggle-selected:focus {
      text-decoration: underline; }
    .asset-picker footer > .toggle-selected > strong {
      font-weight: 600; }

.math-edit-popup .modal-scroll-content {
  padding: 20px; }
  .math-edit-popup .modal-scroll-content [edit-latex] {
    width: 100%;
    min-height: 100px;
    padding: 6px 8px;
    font-size: 1rem;
    direction: ltr;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .math-edit-popup .modal-scroll-content [raw-latex] {
    position: absolute;
    top: -99999px;
    left: -99999px;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .math-edit-popup .modal-scroll-content .intro-text {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 8px 30px 8px 10px;
    color: var(--ui-text);
    font-size: 0.75rem;
    line-height: 1.125rem;
    background: #e8f5fd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .math-edit-popup .modal-scroll-content .intro-text p {
      margin-top: 10px; }
      .math-edit-popup .modal-scroll-content .intro-text p:first-child {
        margin-top: 0; }
    .math-edit-popup .modal-scroll-content .intro-text a {
      color: var(--accent);
      text-decoration: underline; }
      .math-edit-popup .modal-scroll-content .intro-text a:hover, .math-edit-popup .modal-scroll-content .intro-text a:active, .math-edit-popup .modal-scroll-content .intro-text a:focus {
        text-decoration: none; }
  .math-edit-popup .modal-scroll-content h2 {
    margin-bottom: 6px;
    color: var(--ui-text);
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-weight: 600; }
  .math-edit-popup .modal-scroll-content .output-text {
    position: relative;
    display: block;
    margin-top: 20px;
    color: var(--ui-text);
    font-size: 0.8125rem;
    line-height: 1.125rem;
    direction: ltr; }
    .math-edit-popup .modal-scroll-content .output-text .hint {
      display: block;
      margin: 6px 0 20px 0;
      padding: 10px 14px;
      color: var(--ui-text);
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 400;
      background: #e8f5fd;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .math-edit-popup .modal-scroll-content .output-text .delimiter {
      color: var(--ui-text-lighten-40);
      font-weight: 600; }
    .math-edit-popup .modal-scroll-content .output-text > strong, .math-edit-popup .modal-scroll-content .output-text > span {
      display: block;
      min-height: 18px; }
    .math-edit-popup .modal-scroll-content .output-text > strong {
      font-weight: 600; }
    .math-edit-popup .modal-scroll-content .output-text > span {
      padding-right: 150px;
      word-wrap: break-word; }
    .math-edit-popup .modal-scroll-content .output-text > button {
      position: absolute;
      bottom: 0;
      right: 0; }
  .math-edit-popup .modal-scroll-content .mq-root-block {
    text-align: center; }

/*
 * MathQuill v0.10.1               http://mathquill.com
 * by Han, Jeanine, and Mary  maintainers@mathquill.com
 *
 * This Source Code Form is subject to the terms of the
 * Mozilla Public License, v. 2.0. If a copy of the MPL
 * was not distributed with this file, You can obtain
 * one at http://mozilla.org/MPL/2.0/.
 */
.mq-editable-field {
  display: -moz-inline-box;
  display: inline-block; }

.mq-editable-field .mq-cursor {
  border-left: 1px solid black;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  padding: 0;
  display: -moz-inline-box;
  display: inline-block; }

.mq-editable-field .mq-cursor.mq-blink {
  visibility: hidden; }

.mq-editable-field,
.mq-math-mode .mq-editable-field {
  border: 1px solid gray; }

.mq-editable-field.mq-focused,
.mq-math-mode .mq-editable-field.mq-focused {
  -webkit-box-shadow: #8bd 0 0 1px 2px, inset #6ae 0 0 2px 0;
  -moz-box-shadow: #8bd 0 0 1px 2px, inset #6ae 0 0 2px 0;
  box-shadow: #8bd 0 0 1px 2px, inset #6ae 0 0 2px 0;
  border-color: #709AC0;
  border-radius: 1px; }

.mq-math-mode .mq-editable-field {
  margin: 1px; }

.mq-editable-field .mq-latex-command-input {
  color: inherit;
  font-family: "Courier New", monospace;
  border: 1px solid gray;
  padding-right: 1px;
  margin-right: 1px;
  margin-left: 2px; }

.mq-editable-field .mq-latex-command-input.mq-empty {
  background: transparent; }

.mq-editable-field .mq-latex-command-input.mq-hasCursor {
  border-color: ActiveBorder; }

.mq-editable-field.mq-empty:after,
.mq-editable-field.mq-text-mode:after,
.mq-math-mode .mq-empty:after {
  visibility: hidden;
  content: 'c'; }

.mq-editable-field .mq-cursor:only-child:after,
.mq-editable-field .mq-textarea + .mq-cursor:last-child:after {
  visibility: hidden;
  content: 'c'; }

.mq-editable-field .mq-text-mode .mq-cursor:only-child:after {
  content: ''; }

.mq-editable-field.mq-text-mode {
  overflow-x: auto;
  overflow-y: hidden; }

.mq-root-block,
.mq-math-mode .mq-root-block {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: baseline; }

.mq-math-mode {
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 115%;
  line-height: 1;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline; }

.mq-math-mode .mq-non-leaf,
.mq-math-mode .mq-scaled {
  display: -moz-inline-box;
  display: inline-block; }

.mq-math-mode var,
.mq-math-mode .mq-text-mode,
.mq-math-mode .mq-nonSymbola {
  font-family: "Times New Roman", Symbola, serif;
  line-height: .9; }

.mq-math-mode * {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border-color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.mq-math-mode .mq-empty {
  background: #ccc; }

.mq-math-mode .mq-empty.mq-root-block {
  background: transparent; }

.mq-math-mode.mq-empty {
  background: transparent; }

.mq-math-mode .mq-text-mode {
  display: inline-block; }

.mq-math-mode .mq-text-mode.mq-hasCursor {
  box-shadow: inset darkgray 0 .1em .2em;
  padding: 0 .1em;
  margin: 0 -0.1em;
  min-width: 1ex; }

.mq-math-mode .mq-font {
  font: 1em "Times New Roman", Symbola, serif; }

.mq-math-mode .mq-font * {
  font-family: inherit;
  font-style: inherit; }

.mq-math-mode b,
.mq-math-mode b.mq-font {
  font-weight: bolder; }

.mq-math-mode var,
.mq-math-mode i,
.mq-math-mode i.mq-font {
  font-style: italic; }

.mq-math-mode var.mq-f {
  margin-right: 0.2em;
  margin-left: 0.1em; }

.mq-math-mode .mq-roman var.mq-f {
  margin: 0; }

.mq-math-mode big {
  font-size: 200%; }

.mq-math-mode .mq-int > big {
  display: inline-block;
  -webkit-transform: scaleX(0.7);
  -moz-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  -o-transform: scaleX(0.7);
  transform: scaleX(0.7);
  vertical-align: -0.16em; }

.mq-math-mode .mq-int > .mq-supsub {
  font-size: 80%;
  vertical-align: -1.1em;
  padding-right: .2em; }

.mq-math-mode .mq-int > .mq-supsub > .mq-sup > .mq-sup-inner {
  vertical-align: 1.3em; }

.mq-math-mode .mq-int > .mq-supsub > .mq-sub {
  margin-left: -0.35em; }

.mq-math-mode .mq-roman {
  font-style: normal; }

.mq-math-mode .mq-sans-serif {
  font-family: sans-serif, Symbola, serif; }

.mq-math-mode .mq-monospace {
  font-family: monospace, Symbola, serif; }

.mq-math-mode .mq-overline {
  border-top: 1px solid black;
  margin-top: 1px; }

.mq-math-mode .mq-underline {
  border-bottom: 1px solid black;
  margin-bottom: 1px; }

.mq-math-mode .mq-binary-operator {
  padding: 0 0.2em;
  display: -moz-inline-box;
  display: inline-block; }

.mq-math-mode .mq-supsub {
  text-align: left;
  font-size: 90%;
  vertical-align: -0.5em; }

.mq-math-mode .mq-supsub.mq-sup-only {
  vertical-align: .5em; }

.mq-math-mode .mq-supsub.mq-sup-only .mq-sup {
  display: inline-block;
  vertical-align: text-bottom; }

.mq-math-mode .mq-supsub .mq-sup {
  display: block; }

.mq-math-mode .mq-supsub .mq-sub {
  display: block;
  float: left; }

.mq-math-mode .mq-supsub .mq-binary-operator {
  padding: 0 .1em; }

.mq-math-mode .mq-supsub .mq-fraction {
  font-size: 70%; }

.mq-math-mode sup.mq-nthroot {
  font-size: 80%;
  vertical-align: 0.8em;
  margin-right: -0.6em;
  margin-left: .2em;
  min-width: .5em; }

.mq-math-mode .mq-paren {
  padding: 0 .1em;
  vertical-align: top;
  -webkit-transform-origin: center .06em;
  -moz-transform-origin: center .06em;
  -ms-transform-origin: center .06em;
  -o-transform-origin: center .06em;
  transform-origin: center .06em; }

.mq-math-mode .mq-paren.mq-ghost {
  color: silver; }

.mq-math-mode .mq-paren + span {
  margin-top: .1em;
  margin-bottom: .1em; }

.mq-math-mode .mq-array {
  vertical-align: middle;
  text-align: center; }

.mq-math-mode .mq-array > span {
  display: block; }

.mq-math-mode .mq-operator-name {
  font-family: Symbola, "Times New Roman", serif;
  line-height: .9;
  font-style: normal; }

.mq-math-mode var.mq-operator-name.mq-first {
  padding-left: .2em; }

.mq-math-mode var.mq-operator-name.mq-last,
.mq-math-mode .mq-supsub.mq-after-operator-name {
  padding-right: .2em; }

.mq-math-mode .mq-fraction {
  font-size: 90%;
  text-align: center;
  vertical-align: -0.4em;
  padding: 0 .2em; }

.mq-math-mode .mq-fraction,
.mq-math-mode .mq-large-operator,
.mq-math-mode x:-moz-any-link {
  display: -moz-groupbox; }

.mq-math-mode .mq-fraction,
.mq-math-mode .mq-large-operator,
.mq-math-mode x:-moz-any-link,
.mq-math-mode x:default {
  display: inline-block; }

.mq-math-mode .mq-numerator,
.mq-math-mode .mq-denominator {
  display: block; }

.mq-math-mode .mq-numerator {
  padding: 0 0.1em; }

.mq-math-mode .mq-denominator {
  border-top: 1px solid;
  float: right;
  width: 100%;
  padding: 0.1em; }

.mq-math-mode .mq-sqrt-prefix {
  padding-top: 0;
  position: relative;
  top: 0.1em;
  vertical-align: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top; }

.mq-math-mode .mq-sqrt-stem {
  border-top: 1px solid;
  margin-top: 1px;
  padding-left: .15em;
  padding-right: .2em;
  margin-right: .1em;
  padding-top: 1px; }

.mq-math-mode .mq-vector-prefix {
  display: block;
  text-align: center;
  line-height: .25em;
  margin-bottom: -0.1em;
  font-size: 0.75em; }

.mq-math-mode .mq-vector-stem {
  display: block; }

.mq-math-mode .mq-large-operator {
  vertical-align: -0.2em;
  padding: .2em;
  text-align: center; }

.mq-math-mode .mq-large-operator .mq-from,
.mq-math-mode .mq-large-operator big,
.mq-math-mode .mq-large-operator .mq-to {
  display: block; }

.mq-math-mode .mq-large-operator .mq-from,
.mq-math-mode .mq-large-operator .mq-to {
  font-size: 80%; }

.mq-math-mode .mq-large-operator .mq-from {
  float: right;
  /* take out of normal flow to manipulate baseline */
  width: 100%; }

.mq-math-mode,
.mq-math-mode .mq-editable-field {
  cursor: text;
  font-family: Symbola, "Times New Roman", serif; }

.mq-math-mode .mq-overarrow {
  border-top: 1px solid black;
  margin-top: 1px;
  padding-top: 0.2em; }

.mq-math-mode .mq-overarrow:before {
  display: block;
  position: relative;
  top: -0.34em;
  font-size: 0.5em;
  line-height: 0em;
  content: '\27A4';
  text-align: right; }

.mq-math-mode .mq-overarrow.mq-arrow-left:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.mq-math-mode .mq-selection,
.mq-editable-field .mq-selection,
.mq-math-mode .mq-selection .mq-non-leaf,
.mq-editable-field .mq-selection .mq-non-leaf,
.mq-math-mode .mq-selection .mq-scaled,
.mq-editable-field .mq-selection .mq-scaled {
  background: #B4D5FE !important;
  background: Highlight !important;
  color: HighlightText;
  border-color: HighlightText; }

.mq-math-mode .mq-selection .mq-matrixed,
.mq-editable-field .mq-selection .mq-matrixed {
  background: #39F !important; }

.mq-math-mode .mq-selection .mq-matrixed-container,
.mq-editable-field .mq-selection .mq-matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#3399FF') !important; }

.mq-math-mode .mq-selection.mq-blur,
.mq-editable-field .mq-selection.mq-blur,
.mq-math-mode .mq-selection.mq-blur .mq-non-leaf,
.mq-editable-field .mq-selection.mq-blur .mq-non-leaf,
.mq-math-mode .mq-selection.mq-blur .mq-scaled,
.mq-editable-field .mq-selection.mq-blur .mq-scaled,
.mq-math-mode .mq-selection.mq-blur .mq-matrixed,
.mq-editable-field .mq-selection.mq-blur .mq-matrixed {
  background: #D4D4D4 !important;
  color: black;
  border-color: black; }

.mq-math-mode .mq-selection.mq-blur .mq-matrixed-container,
.mq-editable-field .mq-selection.mq-blur .mq-matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#D4D4D4') !important; }

.mq-editable-field .mq-textarea,
.mq-math-mode .mq-textarea {
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text; }

.mq-editable-field .mq-textarea *,
.mq-math-mode .mq-textarea *,
.mq-editable-field .mq-selectable,
.mq-math-mode .mq-selectable {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  position: absolute;
  clip: rect(1em 1em 1em 1em);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  resize: none;
  width: 1px;
  height: 1px; }

.mq-math-mode .mq-matrixed {
  background: white;
  display: -moz-inline-box;
  display: inline-block; }

.mq-math-mode .mq-matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
  margin-top: -0.1em; }

.search-field {
  position: relative;
  width: 100%;
  height: 32px;
  padding-right: 0;
  border: 1px solid #cccccc;
  background: var(--ui-background);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: var(--font-family); }
  .search-field input:focus, .search-field button:focus {
    outline: none;
    box-shadow: 0 0 0 2px #4C9AFF; }
  .search-field label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }
  .search-field .search-text {
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0 64px 0 10px;
    line-height: 30px;
    color: var(--ui-text);
    font-family: var(--font-family);
    text-align: initial;
    border: 0;
    background: transparent;
    -webkit-appearance: none; }
    .lt-ie9 .search-field .search-text {
      padding-top: 5px; }
    .touch .search-field .search-text {
      line-height: normal;
      -webkit-user-modify: read-write-plaintext-only; }
    .search-field .search-text:placeholder-shown {
      text-align: left; }
    .search-field .search-text::-webkit-input-placeholder {
      font-style: italic;
      color: var(--ui-text-lighten-50);
      direction: ltr; }
    .search-field .search-text:-moz-placeholder {
      font-style: italic;
      color: var(--ui-text-lighten-50);
      direction: ltr; }
    .search-field .search-text::-moz-placeholder {
      font-style: italic;
      color: var(--ui-text-lighten-50);
      direction: ltr; }
    .search-field .search-text:-ms-input-placeholder {
      font-style: italic;
      color: var(--ui-text-lighten-50);
      direction: ltr; }
  .search-field .search-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    color: var(--accent);
    border: 0;
    background: transparent; }
    .search-field .search-button:hover {
      color: var(--ui-text-lighten-15); }
    .search-field .search-button:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      text-align: center;
      line-height: 30px; }
    .search-field .search-button span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
    .search-field .search-button.search {
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      background: var(--ui-background);
      border-left: 1px solid #cccccc; }
      .search-field .search-button.search:hover {
        border-left: 1px solid #b3b3b3; }
        .search-field .search-button.search:hover:before {
          content: '';
          position: absolute;
          top: -1px;
          right: -1px;
          bottom: -1px;
          left: -1px;
          border: 1px solid #b3b3b3;
          -moz-border-radius: 0 3px 3px 0;
          -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0; }
      @media screen and (hover: none), screen and (pointer: none) {
        .search-field .search-button.search:hover:before {
          content: none; } }
      .search-field .search-button.search:after {
        content: '\57'; }
    .search-field .search-button.clear {
      right: 32px;
      color: var(--ui-text-lighten-30);
      background: transparent; }
      .search-field .search-button.clear:hover {
        color: var(--ui-text-lighten-15); }
      .search-field .search-button.clear:after {
        content: '\61'; }

/* Filetype Icons */
.file-icon-small:before {
  content: '';
  position: relative;
  top: -1.5px;
  width: 9px;
  height: 11px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: url(../img/sass-ui-filetypes/file-types.png) top right no-repeat; }

.file-icon-small.icon-image:before, .file-icon-small.icon-jpg:before, .file-icon-small.icon-jpeg:before, .file-icon-small.icon-bmp:before, .file-icon-small.icon-gif:before, .file-icon-small.icon-tiff:before, .file-icon-small.icon-tif:before, .file-icon-small.icon-png:before {
  background-position: -72px top; }

.file-icon-small.icon-document:before, .file-icon-small.icon-doc:before, .file-icon-small.icon-docx:before, .file-icon-small.icon-pages:before, .file-icon-small.icon-odt:before, .file-icon-small.icon-sxw:before, .file-icon-small.icon-xml:before, .file-icon-small.icon-txt:before, .file-icon-small.icon-rtf:before, .file-icon-small.icon-html:before {
  background-position: 0 top; }

.file-icon-small.icon-spreadsheet:before, .file-icon-small.icon-xls:before, .file-icon-small.icon-xlsx:before, .file-icon-small.icon-ods:before, .file-icon-small.icon-sxc:before, .file-icon-small.icon-csv:before {
  background-position: -9px top; }

.file-icon-small.icon-pdf:before {
  background-position: -27px top; }

.file-icon-small.icon-presentation:before, .file-icon-small.icon-ppt:before, .file-icon-small.icon-pptx:before, .file-icon-small.icon-odp:before, .file-icon-small.icon-sxi:before {
  background-position: -18px top; }

.file-icon-small.icon-audio:before, .file-icon-small.icon-mp3:before, .file-icon-small.icon-wav:before, .file-icon-small.icon-aac:before, .file-icon-small.icon-flac:before {
  background-position: -54px top; }

.file-icon-small.icon-video:before, .file-icon-small.icon-mp4:before, .file-icon-small.icon-avi:before, .file-icon-small.icon-m4v:before, .file-icon-small.icon-3gp:before {
  background-position: -45px top; }

.file-icon-small.icon-flash:before, .file-icon-small.icon-swf:before {
  background-position: -36px top; }

.file-icon-small.icon-link:before {
  background-position: -81px top; }

.file-icon-small.icon-ibooks:before {
  background-position: -63px top; }

.file-icon:before {
  content: '\78';
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 23px;
  margin-top: -3px;
  color: #939393;
  font-family: mls-ui-icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  vertical-align: middle; }

.file-icon.icon-folder:before {
  content: '\7a';
  color: #939393; }

.file-icon.icon-folder.loading {
  background: url(../img/js-profile/loading/inlinie-loading-dark.gif) no-repeat center center; }
  .file-icon.icon-folder.loading:before {
    content: ''; }

.file-icon.icon-image:before, .file-icon.icon-jpg:before, .file-icon.icon-jpeg:before, .file-icon.icon-bmp:before, .file-icon.icon-gif:before, .file-icon.icon-tiff:before, .file-icon.icon-tif:before, .file-icon.icon-png:before {
  content: '\70';
  color: #0aafb2; }

.file-icon.icon-document:before, .file-icon.icon-doc:before, .file-icon.icon-docx:before, .file-icon.icon-pages:before, .file-icon.icon-page:before, .file-icon.icon-odt:before, .file-icon.icon-sxw:before, .file-icon.icon-xml:before, .file-icon.icon-txt:before, .file-icon.icon-rtf:before, .file-icon.icon-html:before {
  content: '\6d';
  color: #377ef0; }

.file-icon.icon-spreadsheet:before, .file-icon.icon-xls:before, .file-icon.icon-xlsx:before, .file-icon.icon-ods:before, .file-icon.icon-sxc:before, .file-icon.icon-csv:before {
  content: '\74';
  color: #29c01a; }

.file-icon.icon-pdf:before {
  content: '\72';
  color: #d73838; }

.file-icon.icon-presentation:before, .file-icon.icon-ppt:before, .file-icon.icon-pptx:before, .file-icon.icon-odp:before, .file-icon.icon-sxi:before {
  content: '\73';
  color: #ed743b; }

.file-icon.icon-audio:before, .file-icon.icon-mp3:before, .file-icon.icon-wav:before, .file-icon.icon-aac:before, .file-icon.icon-flac:before {
  content: '\6c';
  color: #00a0df; }

.file-icon.icon-video:before, .file-icon.icon-mp4:before, .file-icon.icon-avi:before, .file-icon.icon-m4v:before, .file-icon.icon-3gp:before {
  content: '\75';
  color: #5858cc; }

.file-icon.icon-flash:before, .file-icon.icon-swf:before {
  content: '\6e';
  color: #fe381a; }

.file-icon.icon-link:before {
  content: '\71';
  color: #732f94; }

.file-icon.icon-ibooks:before {
  content: '\6f';
  color: #fb870c; }

body {
  display: block !important;
  font-size: 16px;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #1F1F1F;
  background: #EEEEEE; }
  body input, body button, body textarea {
    font-size: 16px;
    font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    color: #1F1F1F; }
  body a:focus, body input:focus, body textarea:focus, body select:focus, body button:focus {
    outline: 3px solid #FFD530; }
  body a svg, body input svg, body button svg {
    pointer-events: none; }
  
  body > div#content,
  body > .assessment-container,
  body > .admin-panel,
  body .search-application,
  body > .workspace-application,
  body > .networks-container,
  body article.networks,
  body .profile-container,
  body .notifications-application,
  body .eula-application,
  body > [playlists],
  body > .dcf-container,
  body > .login-page, body article#main-content, body article#aole-v2, body .page-options, body .footer {
    opacity: 0;
    transition: 0.25s opacity; }
  
  body > div#content,
  body > .assessment-container,
  body > .admin-panel,
  body .search-application,
  body > .workspace-application,
  body > .networks-container,
  body article.networks,
  body .profile-container,
  body .notifications-application,
  body .eula-application,
  body > [playlists],
  body > .dcf-container,
  body > .login-page {
    position: relative;
    border-top: 1px solid #DDDDDD; }
  body > .dcf-container {
    background: #FFF; }
  body .eula-application {
    max-width: 960px;
    margin: 0 auto;
    display: block; }
  body article#main-content {
    min-height: 200px;
    background: white; }
    body article#main-content > .grid {
      padding: 40px 20px 0 20px; }
      body article#main-content > .grid:last-of-type {
        padding-bottom: 40px; }
      @media screen and (min-width: 1024px) {
        body article#main-content > .grid {
          padding: 40px 0 0 0; }
          body article#main-content > .grid:last-of-type {
            padding-bottom: 80px; } }
    body article#main-content > .tablayoutblock .tabpanel > .grid {
      padding: 40px 20px 40px 20px; }
      @media screen and (min-width: 1024px) {
        body article#main-content > .tablayoutblock .tabpanel > .grid {
          padding: 40px 0 80px 0; } }
      body article#main-content > .tablayoutblock .tabpanel > .grid + .grid {
        padding-top: 0; }
    body article#main-content .c-block {
      margin-bottom: 40px; }
      body article#main-content .c-block:last-child {
        margin-bottom: 0; }

.ms-head {
  padding: 20px;
  color: white;
  background: #323232; }
  @media screen and (min-width: 1024px) {
    .ms-head {
      padding: 0 20px; } }
  @media screen and (min-width: 1280px) {
    .ms-head {
      /*padding: 0;*/ } }
  @media screen and (min-width: 1024px) {
    .ms-head .grid {
      height: 82px;
      font-size: 0; }
      .ms-head .grid:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 2px;
        margin-left: -2px; } }
  .ms-head .wg-logo, .ms-head .ew-logo {
    display: block;
    margin-top: 10px; }
    .ms-head .wg-logo:first-child, .ms-head .ew-logo:first-child {
      margin-top: 0; }
    @media screen and (min-width: 375px) {
      .ms-head .wg-logo, .ms-head .ew-logo {
        display: inline-block;
        margin-top: 0;
        vertical-align: middle;
        text-align: left; } }
  .ms-head .wg-logo img {
    vertical-align: middle;
    height: 34px;
    width: 138px; }
  @media screen and (min-width: 375px) {
    .ms-head .ew-logo {
      margin-left: 10px; } }
  @media screen and (min-width: 667px) {
    .ms-head .ew-logo {
      margin-left: 32px; } }
  .ms-head .ew-logo img {
    vertical-align: middle;
    height: 35px;
    width: 166px; }
  .ms-head .ms-options {
    font-size: 0; }
    @media screen and (min-width: 1024px) {
      .ms-head .ms-options {
        display: inline-block;
        float: right;
        height: 82px; } }
    .ms-head .ms-options:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .ms-head .ms-options .lang-switch {
      position: absolute;
      top: 20px;
      right: 20px;
      display: inline-block;
      vertical-align: middle;
      height: 34px;
      padding: 0 20px;
      font-size: 1rem;
      letter-spacing: -0.02em;
      font-weight: bold;
      line-height: 34px;
      color: white;
      text-decoration: none;
      background: #1F1F1F;
      border: 0; }
      @media screen and (min-width: 375px) {
        .ms-head .ms-options .lang-switch {
          top: 75px; } }
      @media screen and (min-width: 480px) {
        .ms-head .ms-options .lang-switch {
          top: 20px; } }
      @media screen and (min-width: 1024px) {
        .ms-head .ms-options .lang-switch {
          position: relative;
          top: auto;
          right: auto;
          margin-right: 20px; } }
      .ms-head .ms-options .lang-switch:hover {
        background: #999999; }
    .ms-head .ms-options .search {
      padding-top: 20px;
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 375px) {
        .ms-head .ms-options .search {
          padding-top: 69px; } }
      @media screen and (min-width: 480px) {
        .ms-head .ms-options .search {
          padding-top: 15px; } }
      @media screen and (min-width: 1024px) {
        .ms-head .ms-options .search {
          padding-top: 0;
          width: auto; } }
      .ms-head .ms-options .search label {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
      .ms-head .ms-options .search > button {
        width: 34px;
        height: 34px;
        padding: 0;
        vertical-align: middle;
        color: white;
        border: 0;
        background: #AA1111; }
        .ms-head .ms-options .search > button:hover {
          background: #D81F1F; }
        .ms-head .ms-options .search > button img {
          position: relative;
          top: 1px; }
      .ms-head .ms-options .search > input {
        height: 34px;
        vertical-align: middle;
        font-size: 0.875rem;
        width: calc(100% - 34px);
        padding: 0 10px;
        border: 0;
        border-radius: 0; }
        @media screen and (min-width: 1024px) {
          .ms-head .ms-options .search > input {
            width: 302px; } }
        .ms-head .ms-options .search > input:focus {
          position: relative;
          z-index: 10; }

.hwb-head .options unauthenticated {
  display: inline-block; }

.hwb-head .options authenticated {
  display: none; }

.hwb-head {
  position: relative;
  z-index: 200;
  padding: 20px;
  background: white; }
  @media screen and (min-width: 768px) {
    .hwb-head {
      padding: 0 20px; } }
  @media screen and (min-width: 768px) {
    .hwb-head .grid {
      height: 76px;
      font-size: 0; }
      .hwb-head .grid:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 2px;
        margin-left: -2px; } }
  .hwb-head h1 {
    display: block;
    vertical-align: middle;
    text-align: left; }
    @media screen and (min-width: 667px) {
      .hwb-head h1 {
        display: inline-block;
        text-align: left; } }
    .hwb-head h1 a {
      display: inline-block; }
    .hwb-head h1 img {
      height: 34px; }
      @media screen and (min-width: 768px) {
        .hwb-head h1 img {
          width: 114px;
          height: unset; } }
  .hwb-head .options {
    padding-top: 10px;
    font-size: 0;
    text-align: left; }
    @media screen and (min-width: 667px) {
      .hwb-head .options {
        position: absolute;
        top: 20px;
        right: 20px;
        padding-top: 0;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .hwb-head .options {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        height: 76px;
        display: inline-block; } }
    @media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
      .hwb-head .options {
        position: inherit;
        padding-top: 5px;
        display: inline-block;
        top: auto;
        right: auto; } }
    .hwb-head .options:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .hwb-head .options li.option {
      display: inline-block;
      vertical-align: middle; }
      .hwb-head .options li.option > * {
        margin-right: 15px; }
      .hwb-head .options li.option:last-child > * {
        margin-right: 0; }
      .hwb-head .options li.option.profile > user {
        display: block; }
        .hwb-head .options li.option.profile > user a {
          display: block;
          font-size: 0;
          line-height: 32px;
          letter-spacing: -0.02em;
          font-weight: bold;
          color: #0360A6;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-decoration: none; }
          .hwb-head .options li.option.profile > user a:hover {
            color: #3B7DC5; }
          .hwb-head .options li.option.profile > user a > img {
            position: relative;
            top: -1px;
            width: 22px;
            height: 22px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 100%;
            background: #EEEEEE; }
            @media screen and (min-width: 667px) {
              .hwb-head .options li.option.profile > user a > img {
                margin-right: 8px; } }
          .hwb-head .options li.option.profile > user a > span {
            display: none;
            vertical-align: middle;
            max-width: 310px;
            height: 35px;
            border-radius: 10px;
            display: inline-block;
            overflow: hidden;
            font-size: 1rem;
            text-overflow: ellipsis; }
            @media screen and (min-width: 667px) {
              .hwb-head .options li.option.profile > user a > span {
                display: inline-block; } }
      .hwb-head .options li.option.notifications > .notifications-popup {
        position: relative;
        padding-right: 15px;
        border-right: 1px solid #E5E5E5; }
        .hwb-head .options li.option.notifications > .notifications-popup > button {
          position: relative;
          z-index: 10;
          display: block;
          padding: 0;
          color: #0360A6;
          border: none;
          background: transparent; }
          .hwb-head .options li.option.notifications > .notifications-popup > button:hover {
            color: #3B7DC5; }
          .hwb-head .options li.option.notifications > .notifications-popup > button [class^="ui-icon"] {
            font-size: 21px;
            line-height: 32px;
            text-align: center; }
          .hwb-head .options li.option.notifications > .notifications-popup > button strong {
            position: absolute;
            top: 50%;
            right: -10px;
            clip: auto;
            padding: 0;
            margin-top: -18px;
            display: none;
            width: auto;
            width: 18px;
            height: 18px;
            color: white;
            font-size: 0.6875rem;
            line-height: 18px;
            text-align: center;
            background: #ed002b;
            -moz-border-radius: 9px;
            -webkit-border-radius: 9px;
            border-radius: 9px;
            z-index: 1; }
            .hwb-head .options li.option.notifications > .notifications-popup > button strong span {
              position: absolute !important;
              clip: rect(1px 1px 1px 1px);
              clip: rect(1px, 1px, 1px, 1px);
              width: 0;
              height: 0;
              font-size: 0; }
          .hwb-head .options li.option.notifications > .notifications-popup > button.show-bubble strong {
            display: block; }
          .hwb-head .options li.option.notifications > .notifications-popup > button.open:before {
            content: '';
            position: absolute;
            top: calc(100% + 3px);
            width: 0;
            height: 0;
            border-style: solid;
            background: transparent; }
          .hwb-head .options li.option.notifications > .notifications-popup > button.open:before {
            right: calc(50% - 8px);
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #323232 transparent; }
        .hwb-head .options li.option.notifications > .notifications-popup > .popup {
          position: fixed;
          right: 5px;
          left: 5px;
          top: 276px;
          z-index: 0;
          display: none;
          margin-top: 10px;
          font-size: 0;
          text-align: left;
          background: #323232;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
          @media screen and (min-width: 667px) {
            .hwb-head .options li.option.notifications > .notifications-popup > .popup {
              top: 175px; } }
          @media screen and (min-width: 768px) {
            .hwb-head .options li.option.notifications > .notifications-popup > .popup {
              position: absolute;
              top: 100%;
              left: auto;
              right: -30px;
              width: 286px; } }
          .hwb-head .options li.option.notifications > .notifications-popup > .popup > .button-wrapper {
            position: absolute;
            top: 10px;
            right: 0;
            left: 0;
            z-index: 5;
            text-align: center;
            pointer-events: none; }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > .button-wrapper > button {
              padding: 2px 8px;
              font-family: var(--font-family);
              color: white;
              font-size: 0.8125rem;
              line-height: 1.125rem;
              background: var(--accent);
              border: none;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              border-radius: 10px;
              opacity: 0.95;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
              filter: alpha(opacity=95);
              -webkit-animation: new-notification-in;
              -moz-animation: new-notification-in;
              animation: new-notification-in;
              -webkit-animation-duration: 0.5s;
              -moz-animation-duration: 0.5s;
              animation-duration: 0.5s;
              pointer-events: all;
              -webkit-box-shadow: 0 2px 10px 0 black;
              -moz-box-shadow: 0 2px 10px 0 black;
              box-shadow: 0 2px 10px 0 black; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .button-wrapper > button > span:not([class^="ui-icon"]) {
                position: absolute !important;
                clip: rect(1px 1px 1px 1px);
                clip: rect(1px, 1px, 1px, 1px);
                width: 0;
                height: 0;
                font-size: 0; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .button-wrapper > button:hover, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .button-wrapper > button:active, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .button-wrapper > button:focus {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100); }
          .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list {
            height: 300px;
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch; }
            @media screen and (min-width: 667px) {
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list {
                height: 150px; } }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list {
                height: 300px; } }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list::-webkit-scrollbar {
              width: 14px;
              background: #323232; }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list::-webkit-scrollbar-button {
              display: block;
              width: 2px;
              height: 2px; }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list::-webkit-scrollbar-thumb {
              background: rgba(0, 0, 0, 0.5);
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              border-left: 4px solid #323232;
              border-right: 4px solid #323232; }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li.ui-state {
              padding: 20px 10px; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li.ui-state img {
                display: none; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li.ui-state > strong {
                color: white;
                font-size: 0.9375rem;
                line-height: 1.25rem; }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li {
              position: relative;
              padding: 5px;
              border-top: 1px solid rgba(255, 255, 255, 0.2); }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li:first-child {
                border-top: none; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a {
                position: relative;
                color: white;
                text-decoration: none;
                display: inline-block;
                padding: 5px 5px 5px 45px;
                min-height: 44px;
                max-width: 240px; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a:hover > .img-hold {
                  opacity: 0.8;
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                  filter: alpha(opacity=80); }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a:hover > span:not(.img-hold) {
                  text-decoration: underline; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.assignments:after {
                  background-image: url("../img/thinqi-platform-images/16/assignments.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.assignments:after {
                      background-image: url("../img/thinqi-platform-images/16/assignments_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.announcements:after {
                  background-image: url("../img/thinqi-platform-images/16/announcements.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.announcements:after {
                      background-image: url("../img/thinqi-platform-images/16/announcements_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.badges:after {
                  background-image: url("../img/thinqi-platform-images/16/rewards.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.badges:after {
                      background-image: url("../img/thinqi-platform-images/16/rewards_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.bookmarks:after {
                  background-image: url("../img/thinqi-platform-images/16/bookmarks.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.bookmarks:after {
                      background-image: url("../img/thinqi-platform-images/16/bookmarks_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.classes:after {
                  background-image: url("../img/thinqi-platform-images/16/classes.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.classes:after {
                      background-image: url("../img/thinqi-platform-images/16/classes_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.conversations:after {
                  background-image: url("../img/thinqi-platform-images/16/people.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.conversations:after {
                      background-image: url("../img/thinqi-platform-images/16/people_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.discussions:after {
                  background-image: url("../img/thinqi-platform-images/16/discussions.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.discussions:after {
                      background-image: url("../img/thinqi-platform-images/16/discussions_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.events:after {
                  background-image: url("../img/thinqi-platform-images/16/events.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.events:after {
                      background-image: url("../img/thinqi-platform-images/16/events_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.knowledgetree:after {
                  background-image: url("../img/thinqi-platform-images/16/knowledgetree.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.knowledgetree:after {
                      background-image: url("../img/thinqi-platform-images/16/knowledgetree_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.networks:after {
                  background-image: url("../img/thinqi-platform-images/16/networks.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.networks:after {
                      background-image: url("../img/thinqi-platform-images/16/networks_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.task:after {
                  background-image: url("../img/thinqi-platform-images/16/tasks.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.task:after {
                      background-image: url("../img/thinqi-platform-images/16/tasks_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.taskstate:after {
                  background-image: url("../img/thinqi-platform-images/16/tasks.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.taskstate:after {
                      background-image: url("../img/thinqi-platform-images/16/tasks_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.tasks:after {
                  background-image: url("../img/thinqi-platform-images/16/tasks.png"); }
                  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
                    .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.tasks:after {
                      background-image: url("../img/thinqi-platform-images/16/tasks_2x.png");
                      background-size: 16px; } }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > .icon {
                  position: absolute;
                  top: 20px;
                  left: 20px;
                  z-index: 5;
                  width: 24px;
                  height: 24px;
                  padding: 4px;
                  background-color: var(--header-dropdown);
                  border-radius: 50%; }
                  .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > .icon > img {
                    display: block;
                    width: 16px;
                    height: 16px; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > .img-hold {
                  position: absolute;
                  top: 5px;
                  left: 5px;
                  width: 32px;
                  height: 32px;
                  background-size: cover;
                  background-position: center;
                  background-repeat: no-repeat;
                  -moz-border-radius: 2px;
                  -webkit-border-radius: 2px;
                  border-radius: 2px; }
                  .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > .img-hold.profile {
                    -moz-border-radius: 20px;
                    -webkit-border-radius: 20px;
                    border-radius: 20px; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > strong, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > time {
                  position: relative;
                  top: -2px;
                  display: -moz-inline-stack;
                  display: inline-block;
                  zoom: 1;
                  *display: inline;
                  display: inline-block;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  font-size: 0.75rem;
                  line-height: 0.9375rem; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > strong {
                  margin-right: 8px; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > time {
                  font-style: italic;
                  font-weight: 300;
                  opacity: 0.8;
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                  filter: alpha(opacity=80); }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > span:not(.img-hold):not(.icon) {
                  display: inline-block;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  display: block;
                  font-size: 0.6875rem;
                  line-height: 1rem;
                  opacity: 0.8;
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                  filter: alpha(opacity=80); }
                  .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a > span:not(.img-hold):not(.icon) > strong {
                    font-weight: 600; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.assignments:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.announcements:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.badges:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.bookmarks:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.classes:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.conversations:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.discussions:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.events:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.knowledgetree:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.networks:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.task:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.taskstate:after, .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li > a.tasks:after {
                content: '';
                position: absolute;
                top: 20px;
                left: 20px;
                width: 24px;
                height: 24px;
                background-color: #323232;
                background-repeat: no-repeat;
                background-position: center;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%; }
              .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li .context-menu-wrapper {
                position: absolute;
                top: 3px;
                right: 3px; }
                .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li .context-menu-wrapper button.toggle {
                  color: white;
                  background: none;
                  border: none; }
                  .hwb-head .options li.option.notifications > .notifications-popup > .popup > .infinite-list > li .context-menu-wrapper button.toggle:before {
                    font-size: 11px;
                    font-weight: 600;
                    font-family: Arial, Helvetica, sans-serif;
                    line-height: 18px;
                    content: '…'; }
          .hwb-head .options li.option.notifications > .notifications-popup > .popup > a {
            position: relative;
            display: block;
            padding: 8px 10px;
            color: white;
            font-size: 0.75rem;
            line-height: 150%;
            text-align: center;
            text-decoration: underline;
            background: #3f3f3f; }
            .hwb-head .options li.option.notifications > .notifications-popup > .popup > a:hover, .hwb-head .options li.option.notifications > .notifications-popup > .popup > a:active, .hwb-head .options li.option.notifications > .notifications-popup > .popup > a:focus {
              text-decoration: none; }
      .hwb-head .options li.option.menu > hwb-appmenu {
        display: block;
        padding-right: 15px;
        border-right: 1px solid #E5E5E5; }
        .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button {
          position: relative;
          z-index: 10;
          display: block;
          padding: 0;
          font-size: 0;
          line-height: 32px;
          letter-spacing: -0.02em;
          font-weight: bold;
          color: #0360A6;
          text-decoration: none;
          border: none;
          background: transparent; }
          @media screen and (min-width: 768px) {
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button {
              z-index: 60; } }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button:before {
            content: '';
            width: 16px;
            height: 16px;
            display: inline-block;
            vertical-align: middle;
            background: #0360A6 url(../img/tools-menu.svg);
            background-size: 16px 16px; }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button:before {
                margin-right: 8px; } }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button:hover {
            color: #3B7DC5; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button:hover:before {
              background-color: #3B7DC5; }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button > span {
            font-size: 1rem;
            display: none;
            vertical-align: middle; }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button > span {
                display: inline-block; } }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button.open .arrow:after, .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button.open .arrow:before {
            content: '';
            position: absolute;
            top: calc(100% + 3px);
            width: 0;
            height: 0;
            border-style: solid;
            background: transparent;
            right: calc(50% + 16px);
            border-width: 0 8px 9px 8px;
            border-color: transparent transparent #fff transparent; }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list > button.open .arrow:before {
            top: calc(100% + 1px);
            border-color: transparent transparent #E5E5E5 transparent; }
        .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps {
          position: fixed;
          top: 0;
          bottom: 0;
          left: -100%;
          z-index: 50;
          right: 0;
          padding: 16px;
          width: 80%;
          text-align: left;
          background: #ffffff;
          -webkit-transition-property: left;
          -moz-transition-property: left;
          transition-property: left;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: linear;
          -moz-transition-timing-function: linear;
          transition-timing-function: linear;
          overflow-y: auto;
          overflow-x: hidden;
          -webkit-overflow-scrolling: touch; }
          @media screen and (min-width: 768px) {
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps {
              display: none;
              width: 600px;
              padding: 32px 0 20px 32px;
              overflow: visible; } }
          @media screen and (min-width: 1024px) {
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps {
              width: 800px; } }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.open {
            left: 0;
            -webkit-transition-duration: 0.25s;
            -moz-transition-duration: 0.25s;
            transition-duration: 0.25s;
            -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
            -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
            transition-timing-function: cubic-bezier(0, 0, 0, 1);
            -webkit-box-shadow: 20vw 0 0 rgba(40, 45, 51, 0.5);
            -moz-box-shadow: 20vw 0 0 rgba(40, 45, 51, 0.5);
            box-shadow: 20vw 0 0 rgba(40, 45, 51, 0.5); }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.open {
                position: absolute;
                top: 100%;
                right: -150px;
                bottom: auto;
                left: auto;
                margin-top: 10px;
                display: block;
                box-shadow: none;
                border: 2px solid #E5E5E5; } }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.open {
                right: 0;
                top: auto; } }
          @media screen and (min-width: 768px) {
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.col-1 ul {
              columns: 1;
              -webkit-columns: 1;
              -moz-columns: 1; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.col-2 ul, .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.col-3 ul {
              columns: 2;
              -webkit-columns: 2;
              -moz-columns: 2; } }
          @media screen and (min-width: 1024px) {
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list .application-list-apps.col-3 ul {
              columns: 3;
              -webkit-columns: 3;
              -moz-columns: 3; } }
        .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul {
          padding-top: 20px;
          font-size: 0; }
          @media screen and (min-width: 667px) {
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul {
              display: flex;
              flex-wrap: wrap; } }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li {
            position: relative;
            vertical-align: top;
            margin-bottom: 16px;
            min-height: 20px; }
            @media screen and (min-width: 667px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li {
                display: inline-flex;
                align-items: center;
                width: 50%;
                padding-right: 32px;
                min-height: 40px; } }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li {
                width: 33.333%;
                margin-bottom: 12px; } }
            @media screen and (min-width: 1024px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li {
                width: 25%; } }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li .bubble {
              position: absolute;
              left: 10px;
              top: 16px;
              min-width: 18px;
              height: 18px;
              display: inline-block;
              padding: 3px 2px;
              margin: 0;
              color: white;
              font-size: 9px;
              text-align: center;
              background: #ed002b;
              border: 2px solid white;
              border-radius: 100%; }
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li .bubble > span {
                position: absolute !important;
                clip: rect(1px 1px 1px 1px);
                clip: rect(1px, 1px, 1px, 1px);
                width: 0;
                height: 0;
                font-size: 0; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li a {
              display: block;
              width: 100%;
              color: #0360A6; }
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li a:hover {
                color: #3B7DC5; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li span.disabled {
              display: block;
              color: #B5B5B5; }
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li span.disabled img {
                opacity: .6; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li img {
              display: inline-block;
              vertical-align: middle;
              width: 20px;
              height: 20px; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li span.app-title {
              display: inline-block;
              margin-left: 12px;
              vertical-align: middle;
              max-width: calc(100% - 47px);
              font-size: 14px;
              font-weight: bold;
              line-height: 20px; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul li span.strapline {
              opacity: .8; }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul:not(.primary):before {
            content: "";
            top: -20px;
            position: relative;
            display: block;
            width: 100%;
            border-bottom: 1px solid #E5E5E5; }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul:not(.primary):before {
                width: calc(100% - 32px);
                border-bottom: 2px solid #E5E5E5; } }
          .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary {
            padding-top: 0; }
            .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li {
              width: 100%;
              min-height: 48px;
              margin-bottom: 4px; }
              @media screen and (min-width: 667px) {
                .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li {
                  width: 33.333%;
                  padding-right: 32px; } }
              @media screen and (min-width: 768px) {
                .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li {
                  padding-right: 32px;
                  margin-bottom: 16px; }
                  .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li:nth-child(7), .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li:nth-child(8), .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li:nth-child(9) {
                    margin-bottom: 14px; } }
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li .bubble {
                left: 16px;
                top: 12px;
                min-width: 22px;
                height: 22px;
                padding: 3px 2px;
                font-size: 11px; }
                @media screen and (min-width: 667px) {
                  .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li .bubble {
                    top: 20px; } }
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li img {
                width: 32px;
                height: 32px; }
              .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li span.app-title {
                margin-left: 8px;
                max-width: calc(100% - 70px);
                font-size: 16px;
                line-height: 24px; }
                @media screen and (min-width: 768px) {
                  .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li span.app-title {
                    margin-left: 12px;
                    font-size: 18px; }
                    .hwb-head .options li.option.menu > hwb-appmenu > .application-list ul.primary li span.app-title span.strapline {
                      display: block;
                      font-size: 80%; } }
      .hwb-head .options li.option.maintenance {
        position: relative; }
        .hwb-head .options li.option.maintenance > maintenance {
          display: inline-block;
          padding-right: 15px;
          border-right: 1px solid #E5E5E5; }
        .hwb-head .options li.option.maintenance .site-maintenance > button {
          position: relative;
          z-index: 10;
          display: block;
          padding: 0;
          font-size: 0;
          line-height: 32px;
          letter-spacing: -0.02em;
          font-weight: bold;
          color: #0360A6;
          text-decoration: none;
          border: none;
          background: transparent; }
          .hwb-head .options li.option.maintenance .site-maintenance > button:hover {
            color: #3B7DC5; }
            .hwb-head .options li.option.maintenance .site-maintenance > button:hover:before {
              background-color: #3B7DC5; }
          .hwb-head .options li.option.maintenance .site-maintenance > button > span {
            font-size: 1rem;
            display: none;
            vertical-align: middle; }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.maintenance .site-maintenance > button > span {
                display: inline-block; } }
          .hwb-head .options li.option.maintenance .site-maintenance > button [class^="ui-icon"] {
            font-size: 23px;
            display: inline-block; }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.maintenance .site-maintenance > button [class^="ui-icon"] {
                margin-right: 4px; } }
          .hwb-head .options li.option.maintenance .site-maintenance > button.open:before, .hwb-head .options li.option.maintenance .site-maintenance > button.open:after {
            content: '';
            position: absolute;
            top: 100%;
            z-index: 10;
            width: 0;
            height: 0;
            border-style: solid;
            background: transparent; }
          .hwb-head .options li.option.maintenance .site-maintenance > button.open:before {
            right: calc(50% - 8px);
            margin-top: -7px;
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #B5B5B5 transparent; }
          .hwb-head .options li.option.maintenance .site-maintenance > button.open:after {
            right: calc(50% - 7px);
            margin-top: -6px;
            border-width: 0 7px 7px 7px;
            border-color: transparent transparent white transparent; }
        .hwb-head .options li.option.maintenance .site-maintenance > .popup {
          position: absolute;
          z-index: 0;
          top: 100%;
          left: -15px;
          display: none;
          width: 350px;
          white-space: normal;
          background: white;
          border: 1px solid #B5B5B5;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          @media screen and (min-width: 667px) {
            .hwb-head .options li.option.maintenance .site-maintenance > .popup {
              width: 500px;
              margin-left: -250px; } }
          @media screen and (min-width: 1024px) {
            .hwb-head .options li.option.maintenance .site-maintenance > .popup {
              position: absolute;
              top: 100%;
              left: auto;
              right: -100px;
              width: 480px; } }
          .hwb-head .options li.option.maintenance .site-maintenance > .popup.open {
            display: block; }
          .hwb-head .options li.option.maintenance .site-maintenance > .popup .ui-typography {
            max-height: 350px;
            padding: 15px 15px 0 15px;
            font-size: 0.8125rem;
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch; }
            @media screen and (min-width: 667px) {
              .hwb-head .options li.option.maintenance .site-maintenance > .popup .ui-typography {
                max-height: 180px; } }
            @media screen and (min-width: 768px) {
              .hwb-head .options li.option.maintenance .site-maintenance > .popup .ui-typography {
                max-height: 400px;
                padding: 20px 20px 0 20px; } }

.breadcrumb {
  position: relative;
  padding: 0 20px 6px 20px;
  font-size: 0;
  background: white;
  z-index: 199; }
  @media screen and (min-width: 667px) {
    .breadcrumb {
      padding: 0 20px 16px 20px; } }
  @media screen and (min-width: 1024px) {
    .breadcrumb {
      padding: 0 0 16px 0; } }
  .breadcrumb li {
    position: relative;
    padding-bottom: 14px;
    padding-left: 15px;
    margin: 0;
    display: none;
    color: #666666;
    font-size: 0.875rem; }
    .breadcrumb li:nth-last-child(2) {
      display: inline-block; }
    @media screen and (min-width: 667px) {
      .breadcrumb li {
        margin: 3px 10px 0 0;
        padding-left: 0;
        display: inline-block;
        font-size: 1rem; } }
  .breadcrumb a {
    display: inline-block;
    color: #0360A6;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em; }
    .breadcrumb a:hover {
      color: #3B7DC5; }
    .breadcrumb a:focus {
      position: relative;
      z-index: 10; }
    .breadcrumb a svg {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 8px;
      height: 11px;
      display: inline-block;
      fill: #999999;
      transform: rotate(180deg); }
      @media screen and (min-width: 667px) {
        .breadcrumb a svg {
          position: relative;
          left: auto;
          top: auto;
          margin: 0 0 0 10px;
          transform: rotate(0); } }

.page-options {
  padding: 0 20px 15px;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 0;
  white-space: nowrap;
  background: #E5E5E5; }
  .page-options a:focus, .page-options button:focus {
    box-shadow: inset 0 0 0 3px #FFD530;
    outline: none; }
  .page-options > .grid > li {
    margin: 15px 20px 0 0;
    float: left;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    border: 1px solid #999999; }
    .page-options > .grid > li > .button {
      border-color: transparent; }
    .page-options > .grid > li:hover {
      background: #CCCCCC; }
    .page-options > .grid > li:last-child {
      margin-right: 0; }
    .page-options > .grid > li:first-child > .button {
      position: relative;
      z-index: 1;
      float: left; }
      .page-options > .grid > li:first-child > .button:hover {
        background: #CCCCCC; }
    .page-options > .grid > li:first-child .share-links {
      transition: margin 0.75s ease, opacity 0.75s ease;
      position: relative;
      margin-left: -600px;
      float: left;
      vertical-align: top;
      overflow: hidden;
      opacity: 0;
      z-index: 0;
      visibility: hidden; }
      .page-options > .grid > li:first-child .share-links li {
        vertical-align: top;
        float: left; }
        .page-options > .grid > li:first-child .share-links li .button {
          border-color: transparent; }
      .page-options > .grid > li:first-child .share-links.expanded {
        margin-left: 0;
        opacity: 1;
        visibility: visible; }
      .page-options > .grid > li:first-child .share-links:hover {
        border-color: transparent; }

.footer {
  padding: 0 20px 40px 20px; }
  @media screen and (min-width: 1024px) {
    .footer {
      padding: 0 0 40px 0; } }
  .footer .links {
    padding: 75px 0 61px 0;
    font-size: 0; }
    .footer .links ul {
      margin-bottom: 20px;
      padding-bottom: 11px;
      border-bottom: 2px solid #DDDDDD; }
      .footer .links ul:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .footer .links li {
      display: inline-block;
      margin-right: 25px;
      padding-bottom: 10px;
      font-size: 1rem;
      line-height: 100%; }
      @media screen and (min-width: 768px) {
        .footer .links li {
          padding-bottom: 14px; } }
    .footer .links a {
      color: #323232;
      text-decoration: none; }
      .footer .links a:hover {
        text-decoration: underline; }
    .footer .links .primary a {
      font-size: 1.125rem;
      font-weight: bold; }
  .footer .wg-footer {
    height: 76px; }
    .footer .wg-footer:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .footer .wg-footer a {
      display: inline-block;
      vertical-align: middle; }
      .footer .wg-footer a img {
        vertical-align: middle;
        height: 34px; }

.pagefooter {
  background-color: #ffffff; }
  .pagefooter > .grid {
    padding: 40px 0;
    border-top: 2px solid #E5E5E5; }
  .pagefooter li {
    padding-bottom: 45px;
    line-height: 125%; }
    .pagefooter li:last-child {
      padding-bottom: 0; }
  .pagefooter strong {
    display: block;
    margin-bottom: 14px;
    font-size: 1.3125rem;
    font-weight: bold;
    letter-spacing: -0.04em; }

@keyframes cookieWarningIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: scale(0.8, 0.8); }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: scale(1.05, 1.05); }
  80% {
    opacity: 0.98;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    transform: scale(0.98, 0.98); }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: scale(1, 1); } }

.notification-list {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  width: auto; }
  @media screen and (min-width: 768px) {
    .notification-list {
      right: auto;
      width: 335px; } }
  .notification-list > .cookie-warning {
    position: relative;
    margin-top: 5px;
    padding: 10px 20px 10px 10px;
    border: 0;
    color: #040000;
    font-size: 0.875rem;
    vertical-align: baseline;
    text-align: left;
    line-height: 100%;
    background: #d8feab;
    border: 2px solid #65a626;
    box-shadow: 0px 0px 10px #888;
    border-radius: 5px;
    animation: cookieWarningIn 0.3s linear; }
    @media screen and (min-width: 768px) {
      .notification-list > .cookie-warning {
        padding: 18px 40px 20px 46px;
        margin-top: 20px;
        background: #d8feab no-repeat 17px 18px url("data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE0LTA3LTEzVDExOjA3OjM3PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4yMTwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjE8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KhPa3MQAAAlNJREFUOBGdVD1oU1EUPufmJbFd/EFFJYjYtA46FUHUSaSDg3QQHUqjuCQ4dHEQOxRcirsINRFBo13sILqI0EFB6ODPIC6aBBVq1VYSFJKYpu9+npv4wnt5LwnmDu+d833f/bj33HMvU4eRTFOYBvaNMoXHiOkoGLtE+oPASxzCYtHKv1k4R+tB09kHXiOVig8nBZ/zcW0AoKdK0cKcmNtuymN6aX7vVhvRdwLG3KLuMVZRrhzMpFZ+OrqWqTHUiBYd4n//ULwjM/GxYaz+TWZbR1Y6GikcK0Zy1gb0MIA/QTrWWCMpneEan+T8yDQzbwoSEyObnsgvmbrdSRTycmBXAnUCJuPxWcMpc8oMNJIgMTQfcOOK1RF37o6Z+OrUjXiUUw/2nyQKLbpJXwy8B2FGKZ4E+IyPdwFM9mmLdGi8WQQX0x4yH5JVPALaCX+uocYtqdkJku7uOBiv07l8a8vJoZF7zJjsrKfDYsrmpnQeoIqcqnYEnEWp+xpomwLL1es6OOyhmaKe3J/8VtJfL/x4/4iU/ZWs1H7cv0XQTDxRpcin50FUv1hprfZMNZ8vXO9oAlQ9HOtfntyVyG27uXB5udrspeZz53m+HK00fc5me8zJLW3dltNv5Q5u/uZ9MNe51aCJ7NDOQaV6dILbwhsD63syiS/fDOq8UnT/fGG1Vq/vJqDilffMNtiuxhxDj6lJ7l78/P1DLL9Ztjzd08oINM2gnBu8dWH5q1vf2r4bNPHZh7GBLfXIcaXVKanhKIG2y78offiWyH5K5dpLee0Dd/UXkmPTtYudjo4AAAAASUVORK5CYII="); }
        .notification-list > .cookie-warning.profile, .notification-list > .cookie-warning.optin {
          padding: 22px 22px 22px 57px; }
        .notification-list > .cookie-warning.optin {
          background: #4380ed no-repeat 13px 13px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAAGHa02RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDBBRkZGRkJCNzY1MTFFNEEzMDlFM0NEREM2OTgzOEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDBBRkZGRkNCNzY1MTFFNEEzMDlFM0NEREM2OTgzOEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MEFGRkZGOUI3NjUxMUU0QTMwOUUzQ0REQzY5ODM4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MEFGRkZGQUI3NjUxMUU0QTMwOUUzQ0REQzY5ODM4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pppa05EAAAM9SURBVHjaYvj//z8DFFuCaCYGCHAGYncghsue/A8BXxhBAmAZBgZGEA0QQDABOGCCyqoCsRJIAKQCWclzkIFBQKwBNZQBIICQzUA1jIHhNRCLgczUB+IvUFthAMQWh7mTB2rcGSDuhrpb8T/MDiRs/x8B7GHiAAHEgKaoCJmP7Gt0wAhynAIQ70dyHIgOBOK3DGj2g8BMGBsWMsJglaje+g+LC5BEP5LR/2FhiuwgkOQPIGaHOQgm6A1VdAuIrUCCAAGE7k9YgHj9RwWXoOKWyGqRNQWhaZgPpTOA+CWaHFwzLI5+o7kAGWxAEuf8jyX8QIAFii/+xwReULWPofxnII4+koIpQPzzP25QhOF2IFZAU8SKJSCRNb5FT9nYEtBLaALGSPGwnMSAliyQcRc0TpHFxGCKAQIIWzzDsCQQ1+KRZ0AX0IEmhqVoYRAHFefEpXnhf+IANzbNyOADEPdB2dPR5Jajaz4GlQgDYm2o2ESomD6U7wbEm6BifjDN76ACokiumI4tLUPxe6hYACiqBKEB/wktLnGBz1DaDGTSJKhJf6AmO2AJpHtIqQ4GmJATCTOU3o/FNkUgfoghimZDFp4oAmXZMiR+Gyhtv0PyNwO0wL+HVFg1ArEGEMsCsSWSukD0qAKBTixJkREaJv/RowpbIvmFJK5EKJHgSp7PiU2e+DJGLKGMgS1L1uDLkgABhk8zLhyKlERB4B8QTwZiDlLMwSUhDMRH/lMOXkFTO4YdGC0LIOCE5iluBuqBECBei54rkDEbUgMIGfwA4jpopYberhBA0psDxB+x6AdVQXrYgtodWuDBwCJoRkB32DxonGID20CFAxY9PWjqemEW26BJPMCTKJLwxGc1Hn2H0dROh2Xxx2gSxVg0C4GqcjwWg4JYDou+KCxqLWGSqVgkYXL3yUzRuPTvhwU1Nh+DgDNU41QyLF0H1auKQ94SZKkNMHEfxpIF/iG1Nn4BMRuS3CEgXg1tugQBsROS3F+kSuc3ELNiMXsGrlSNDEqRgs0F2rRDj0dQag5A4sfjCY1ebCUXrnwMAteBOBhPynXDoxdnPmZAa8l+wePiu0BshdYfu00gzoMHTVk9YLUTAIX2E7cUenVeAAAAAElFTkSuQmCC"); }
        .notification-list > .cookie-warning.profile {
          background: #364a56 no-repeat 17px 20px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAA4yWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDgtMjBUMTc6MDQ6MTArMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wOC0yMFQxNzowMzozMCswMTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTUtMDgtMjBUMTc6MDQ6MTArMDE6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NzI0YTQ5MzAtZWIxMC1kZjQ0LWE3NjAtN2QwMDhiN2JhODlhPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjcyNGE0OTMwLWViMTAtZGY0NC1hNzYwLTdkMDA4YjdiYTg5YTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjcyNGE0OTMwLWViMTAtZGY0NC1hNzYwLTdkMDA4YjdiYTg5YTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NzI0YTQ5MzAtZWIxMC1kZjQ0LWE3NjAtN2QwMDhiN2JhODlhPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA4LTIwVDE3OjA0OjEwKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+NTwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjE8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjE8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pq7CTnAAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAbRJREFUeNqslU9rE0EYh5+ZJIT2IvpOYmwrOUkPeipetCcRD4LQfore+gEUPPcLCD0LPQqiF1E8KAgKVQ/1YryWWpudVvyTpGk3+3owi3ZJZreQH7yHd3nmgWFm3jUiwqhEUbtijF0AbgHXgAawB7wFXvbjzofZRvNo1FqTlba2W1amZAVYJz+r/bizPttoDsZKIx+dNZgtYI7iaSt6ueZqPv1gM8KDUwoB6gYTee9dVmoM5mtg4fV+3CkDl4DDMUzU2m799YkIqnpPx+ehiJCWqq4G2DURgSQZVDScdxnpRgg+Ou5VUdWbmp9Pqrqsqo8KsHfKwFKBw7gCPC54cEsWuJEDvd/v7ZfSAjZy+Kvl4UsJpTt/cT5JG+/99xz+nB0+vVAqmb6aw/+0wGsmm00LPJmw9Kntx51XkzQOkvi5HY6vtQDXy/Q/AuyD8/VGDxHBd70NXOYvqtr8r16MAw+Pf5dE5N/o897XC9yEUGacc7snRp9zrg1cALqnlMXAXCo8IR2Kv33+tXkGuFtQeF81mXbO7QR/J2l293amKqXqInAbWAAccAB8BJ4p+qbmaiN39WcAfrOKhjiKxt8AAAAASUVORK5CYII="); } }
    .notification-list > .cookie-warning.removing-item {
      transition: all 0.4s; }
    .notification-list > .cookie-warning > h1 {
      margin: 0 0 0 1px;
      color: #1d620f;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.5px; }
    .notification-list > .cookie-warning > p {
      margin: 3px 0 12px 1px;
      color: #000;
      letter-spacing: -0.25px;
      line-height: 130%; }
    .notification-list > .cookie-warning > .close {
      position: absolute;
      top: 2px;
      right: 2px;
      width: 16px;
      height: 16px;
      text-align: center;
      background: #1c252e no-repeat 3px 3px url("data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE0LTA3LTEzVDEyOjA3OjI2PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4K/3mrVgAAAHVJREFUGBmNkFsOgCAMBFFOatDE0xlviLNgESsfNlkeZdIuDTnniDY0BRfKoR3FwLIgxYEarDM6kWIV2CcK7HKCa4HBg1V6ILPlYK6lbbMyG/hrd9XU7tt6AOlz/QerT5IJKV7Gufdw0ng0cA21GTe/N1wGfgFenPGJshsurgAAAABJRU5ErkJggg==");
      border: none;
      border-radius: 3px; }
      @media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
        .notification-list > .cookie-warning > .close {
          background: #1c252e no-repeat 11px 3px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAADpmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE0LTA3LTEzVDEyOjA3OjI2PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4K/3mrVgAAAHVJREFUGBmNkFsOgCAMBFFOatDE0xlviLNgESsfNlkeZdIuDTnniDY0BRfKoR3FwLIgxYEarDM6kWIV2CcK7HKCa4HBg1V6ILPlYK6lbbMyG/hrd9XU7tt6AOlz/QerT5IJKV7Gufdw0ng0cA21GTe/N1wGfgFenPGJshsurgAAAABJRU5ErkJggg==");
          border: none;
          border-radius: 3px; } }
      .notification-list > .cookie-warning > .close:hover {
        background-color: #324252;
        cursor: pointer; }
      .notification-list > .cookie-warning > .close:active {
        background-color: #000; }
      .notification-list > .cookie-warning > .close > span {
        display: none; }
    .notification-list > .cookie-warning > .more {
      display: inline-block;
      padding: 8px 16px 8px 16px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 0px;
      background: #a80e1a;
      border: none;
      border-radius: 3px; }
      .notification-list > .cookie-warning > .more:hover {
        background: #c5001c; }
      .notification-list > .cookie-warning > .more:active {
        background: #800b15; }
    .notification-list > .cookie-warning.profile {
      padding: 12px 22px 10px 10px; }
    .notification-list > .cookie-warning.optin {
      padding: 12px 22px 10px 10px;
      background: #4380ed;
      box-shadow: 0 0 10px #3666be;
      border: 2px solid #3467b2; }
      .notification-list > .cookie-warning.optin > h1 {
        color: #fff;
        letter-spacing: 0; }
      .notification-list > .cookie-warning.optin > p {
        color: #fff;
        letter-spacing: 0; }
        .notification-list > .cookie-warning.optin > p > strong, .notification-list > .cookie-warning.optin > p > b {
          font-weight: bold; }
      .notification-list > .cookie-warning.optin > .more {
        background: #3666be; }
        .notification-list > .cookie-warning.optin > .more:hover, .notification-list > .cookie-warning.optin > .more:active, .notification-list > .cookie-warning.optin > .more:focus {
          background: #345594; }
    .notification-list > .cookie-warning.profile {
      background: #364a56;
      box-shadow: 0 0 10px #0a0d10;
      border: 2px solid #1d282f; }
      .notification-list > .cookie-warning.profile > h1 {
        color: #fff;
        letter-spacing: 0; }
      .notification-list > .cookie-warning.profile > p {
        color: #fff;
        letter-spacing: 0; }
        .notification-list > .cookie-warning.profile > p > strong, .notification-list > .cookie-warning.profile > p > b {
          font-weight: bold; }
      .notification-list > .cookie-warning.profile > .more {
        background: #27768e; }
        .notification-list > .cookie-warning.profile > .more:hover, .notification-list > .cookie-warning.profile > .more:active, .notification-list > .cookie-warning.profile > .more:focus {
          background: #12637a; }
      .notification-list > .cookie-warning.profile > .close:hover {
        background-color: #12637a; }

.hero-banner {
  padding: 20px;
  color: #1f1f1f;
  background: #f9d842; }
  @media screen and (min-width: 768px) {
    .hero-banner {
      padding: 33px 20px; } }
  @media screen and (min-width: 1024px) {
    .hero-banner {
      padding: 33px 0; } }
  .hero-banner a {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 0;
    color: #1f1f1f;
    font-weight: bold;
    letter-spacing: -0.02em;
    text-decoration: none; }
    .hero-banner a > svg {
      position: absolute;
      left: 0;
      top: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-top: -10px; }
    .hero-banner a > span {
      margin-left: 12px;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 24px;
      text-decoration: underline; }
      @media screen and (min-width: 768px) {
        .hero-banner a > span {
          font-size: 24px;
          line-height: 38px; } }
    .hero-banner a:hover > span {
      text-decoration: none; }
    .hero-banner a:focus {
      outline: 3px solid #aa1111;
      color: #1f1f1f; }

.pagehead {
  padding: 36px 20px;
  background: #0360A6; }
  @media screen and (min-width: 1024px) {
    .pagehead {
      padding: 45px 0; } }
  .pagehead.support {
    background: #3048e0; }
  .pagehead.default {
    background: #d9192b; }
  .pagehead h1 {
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: white;
    line-height: 125%;
    word-wrap: break-word; }
    @media screen and (min-width: 768px) {
      .pagehead h1 {
        font-size: 2.875rem; } }
  .pagehead ul {
    padding-top: 20px; }
  .pagehead li {
    display: inline-block;
    font-size: 0; }
    .pagehead li > ul {
      display: inline-block;
      padding-top: 0; }
    .pagehead li li {
      margin-right: 4px;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: bold;
      color: white;
      line-height: 125%; }
    .pagehead li strong {
      margin-right: 10px;
      color: #ffffcc;
      font-size: 1.1875rem;
      font-weight: bold;
      opacity: 0.75; }
    .pagehead li a {
      color: white; }
      .pagehead li a:hover {
        text-decoration: none; }
    .pagehead li:after {
      content: ','; }
    .pagehead li:last-child:after {
      display: none; }

.node-pagehead {
  padding: 0 20px; }
  @media screen and (min-width: 1024px) {
    .node-pagehead {
      padding: 0; } }
  .node-pagehead + .grid {
    padding-top: 35px !important; }
    @media screen and (min-width: 1024px) {
      .node-pagehead + .grid {
        padding-top: 25px !important; } }
  .node-pagehead > .grid {
    padding: 10px 0 10px 0;
    font-size: 0;
    border-bottom: 2px solid #00a198; }
    @media screen and (min-width: 1024px) {
      .node-pagehead > .grid {
        padding: 10px 0 6px 0; } }
    @media screen and (min-width: 768px) {
      .node-pagehead > .grid .col {
        float: none;
        display: inline-block;
        vertical-align: bottom; }
        .node-pagehead > .grid .col:last-child {
          float: none; } }
  .node-pagehead h1 {
    padding-bottom: 10px;
    font-size: 2.5rem;
    line-height: 125%;
    font-weight: bold;
    letter-spacing: -0.04em; }
    @media screen and (min-width: 768px) {
      .node-pagehead h1 {
        padding-bottom: 0;
        font-size: 2.875rem; } }
    .node-pagehead h1 em {
      display: block;
      margin-bottom: -1px;
      font-size: 0.875rem;
      text-transform: uppercase;
      line-height: 100%;
      font-weight: bold;
      color: #666666;
      letter-spacing: 1.5px; }
  .node-pagehead ul {
    padding-bottom: 8px; }
    .node-pagehead ul li {
      display: inline-block;
      font-size: 0; }
      .node-pagehead ul li strong {
        display: block;
        padding-bottom: 3px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 125%;
        letter-spacing: -0.04em; }
      .node-pagehead ul li > ul {
        display: inline-block;
        padding: 0; }
      .node-pagehead ul li li {
        padding-right: 5px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 125%;
        letter-spacing: -0.04em; }
        .node-pagehead ul li li:after {
          content: ','; }
        .node-pagehead ul li li:last-child {
          padding-right: 0; }
          .node-pagehead ul li li:last-child:after {
            display: none; }
      .node-pagehead ul li a {
        text-decoration: none;
        color: #00645e; }
        .node-pagehead ul li a:hover {
          text-decoration: underline;
          color: #00978e; }

.node-pageabstract {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 125%;
  font-weight: bold;
  letter-spacing: -0.04em; }

.node-pageinfo {
  padding: 15px 0 0 0;
  margin-top: 30px;
  display: inline-block;
  font-size: 1rem;
  border-top: 2px solid #E5E5E5; }
  @media screen and (min-width: 768px) {
    .node-pageinfo {
      padding: 5px 0 20px 0;
      display: block;
      margin-top: 0;
      border-top: none;
      border-bottom: 2px solid #E5E5E5; } }
  .node-pageinfo > li {
    display: none;
    padding-bottom: 13px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 125%; }
    .node-pageinfo > li:first-child {
      display: block; }
    @media screen and (min-width: 768px) {
      .node-pageinfo > li {
        display: block; } }
    .node-pageinfo > li time {
      color: #666666; }
    .node-pageinfo > li > ul {
      display: inline-block;
      padding: 0; }
      .node-pageinfo > li > ul > li {
        display: inline-block; }
        .node-pageinfo > li > ul > li:after {
          content: ','; }
        .node-pageinfo > li > ul > li:last-child {
          padding-right: 0; }
          .node-pageinfo > li > ul > li:last-child:after {
            display: none; }
        .node-pageinfo > li > ul > li a {
          text-decoration: none;
          color: #0360A6; }
          .node-pageinfo > li > ul > li a:hover {
            text-decoration: underline;
            color: #3B7DC5; }

.node-top-info {
  display: inline-block;
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .node-top-info {
      padding: 5px 0 10px 0; } }
  .node-top-info > li {
    display: none;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 125%; }
    .node-top-info > li:first-child {
      display: block; }
    @media screen and (min-width: 768px) {
      .node-top-info > li {
        display: block; } }
    .node-top-info > li > ul {
      display: inline-block;
      padding: 0; }
      .node-top-info > li > ul > li {
        display: inline-block; }
        .node-top-info > li > ul > li:after {
          content: ','; }
        .node-top-info > li > ul > li:last-child {
          padding-right: 0; }
          .node-top-info > li > ul > li:last-child:after {
            display: none; }
        .node-top-info > li > ul > li a {
          text-decoration: none;
          color: #00645e; }
          .node-top-info > li > ul > li a:hover {
            text-decoration: underline;
            color: #00978e; }

.pagehead-decorative {
  position: relative;
  padding: 0 20px;
  font-size: 0;
  background-image: -webkit-linear-gradient(left, var(--gradient, #00645e, #00645e));
  background-image: linear-gradient(to right, var(--gradient, #00645e, #00645e)); }
  @media screen and (min-width: 1024px) {
    .pagehead-decorative {
      padding: 0;
      min-height: 276px; } }
  .pagehead-decorative > img {
    font-size: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
    width: 100%; }
  .pagehead-decorative > .grid {
    position: relative;
    padding: 50px 0 70px 0; }
    .pagehead-decorative > .grid:after {
      content: '';
      display: none;
      position: absolute;
      right: 10px;
      top: 20px;
      z-index: 10;
      display: none;
      background-image: var(--img-url);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center; }
      @media screen and (min-width: 768px) {
        .pagehead-decorative > .grid:after {
          display: block;
          width: 353px;
          height: 250px; } }
      @media screen and (min-width: 1024px) {
        .pagehead-decorative > .grid:after {
          width: 423px;
          height: 300px; } }
      @media screen and (min-width: 1280px) {
        .pagehead-decorative > .grid:after {
          right: -40px; } }
  .pagehead-decorative.curriculum {
    background-image: -webkit-linear-gradient(left, var(--gradient, #2f9890, #2f9890));
    background-image: linear-gradient(to right, var(--gradient, #2f9890, #2f9890)); }
    .pagehead-decorative.curriculum > .grid:after {
      background-image: url("../img/pagehead-decorative-curriculum.png");
      background-position: top right; }
      @media screen and (min-width: 768px) {
        .pagehead-decorative.curriculum > .grid:after {
          display: block;
          width: 353px;
          height: 306px; } }
      @media screen and (min-width: 1024px) {
        .pagehead-decorative.curriculum > .grid:after {
          right: -10px; } }
      @media screen and (min-width: 1280px) {
        .pagehead-decorative.curriculum > .grid:after {
          width: 400px;
          height: 347px;
          right: -70px; } }
  .pagehead-decorative h1 {
    padding: 0 0 5px 0;
    margin-top: -10px;
    color: white;
    font-size: 3rem;
    line-height: 125%;
    font-weight: normal;
    font-weight: bold;
    letter-spacing: -0.2px; }
    @media screen and (min-width: 768px) {
      .pagehead-decorative h1 {
        max-width: 350px; } }
    @media screen and (min-width: 1024px) {
      .pagehead-decorative h1 {
        max-width: 600px; } }
  .pagehead-decorative h1 + p {
    font-size: 1.5rem;
    color: white;
    line-height: 130%;
    padding-bottom: 33px; }
    @media screen and (min-width: 768px) {
      .pagehead-decorative h1 + p {
        max-width: 350px; } }
    @media screen and (min-width: 1024px) {
      .pagehead-decorative h1 + p {
        max-width: 600px; } }
  .pagehead-decorative h2 {
    padding: 0 0 20px 0;
    color: white;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .pagehead-decorative h2 {
        max-width: 350px; } }
    @media screen and (min-width: 1024px) {
      .pagehead-decorative h2 {
        max-width: 400px; } }
  .pagehead-decorative.full {
    min-height: 250px; }
    .pagehead-decorative.full > .grid:after {
      display: none; }
    @media screen and (min-width: 768px) {
      .pagehead-decorative.full h1, .pagehead-decorative.full h2, .pagehead-decorative.full p {
        max-width: 100%; } }
    @media screen and (min-width: 1024px) {
      .pagehead-decorative.full h1, .pagehead-decorative.full h2, .pagehead-decorative.full p {
        max-width: 100%; } }
    .pagehead-decorative.full h1, .pagehead-decorative.full h2 {
      padding-bottom: 15px; }
  .pagehead-decorative button.head-download {
    padding: 13px 20px;
    font-size: 1rem;
    line-height: 1.4375rem;
    font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    color: white;
    letter-spacing: 0.5px;
    background: transparent;
    border: 1px solid white; }
    .pagehead-decorative button.head-download:hover, .pagehead-decorative button.head-download:active {
      background: rgba(0, 0, 0, 0.2); }
    .pagehead-decorative button.head-download > svg {
      position: relative;
      top: -2px;
      display: inline-block;
      vertical-align: middle;
      width: 17px;
      height: 21px;
      margin-right: 8px;
      fill: white; }
  .pagehead-decorative a.get-started {
    padding: 0 16px 0 24px;
    display: inline-block;
    margin-bottom: 30px;
    height: 62px;
    letter-spacing: -0.4px;
    font-size: 1.8125rem;
    color: white;
    text-decoration: none;
    line-height: 62px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
    .pagehead-decorative a.get-started > svg {
      position: relative;
      top: -2px;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      margin-left: 18px;
      fill: white; }
    .pagehead-decorative a.get-started:hover, .pagehead-decorative a.get-started:active {
      background: rgba(0, 0, 0, 0.6); }

.pagehead-decorative-v2 {
  position: relative;
  padding: 0 20px;
  font-size: 0;
  background: #129590; }
  @media screen and (min-width: 1024px) {
    .pagehead-decorative-v2 {
      padding: 0;
      min-height: 225px; } }
  @media screen and (min-width: 768px) {
    .pagehead-decorative-v2 {
      min-height: 265px; } }
  .pagehead-decorative-v2 > img {
    font-size: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
    width: 100%; }
  .pagehead-decorative-v2 > .grid {
    position: relative;
    padding: 44px 0 32px 0; }
    .pagehead-decorative-v2 > .grid:after {
      content: '';
      display: none;
      position: absolute;
      right: 10px;
      top: 20px;
      z-index: 10;
      display: none;
      background-image: var(--img-url);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center; }
      @media screen and (min-width: 768px) {
        .pagehead-decorative-v2 > .grid:after {
          display: block;
          width: 215px;
          height: 250px;
          top: 30px; } }
      @media screen and (min-width: 1024px) {
        .pagehead-decorative-v2 > .grid:after {
          width: 250px;
          height: 181px; } }
      @media screen and (min-width: 1280px) {
        .pagehead-decorative-v2 > .grid:after {
          right: -40px; } }
  .pagehead-decorative-v2.curriculum {
    min-height: auto; }
    .pagehead-decorative-v2.curriculum > .grid {
      padding: 46px 0 47px 0; }
      .pagehead-decorative-v2.curriculum > .grid > h1 {
        padding: 0;
        max-width: 100%; }
  .pagehead-decorative-v2 h1 {
    padding: 0 0 20px 0;
    color: white;
    font-size: 3rem;
    line-height: 55px;
    font-weight: normal;
    font-weight: bold;
    letter-spacing: -0.7px; }
    .pagehead-decorative-v2 h1 em {
      display: block;
      padding-bottom: 2px;
      text-transform: capitalize;
      font-size: 1.125rem;
      line-height: 1.3125rem;
      letter-spacing: 1.5px; }
    @media screen and (min-width: 768px) {
      .pagehead-decorative-v2 h1 {
        max-width: 60%; } }
    @media screen and (min-width: 1024px) {
      .pagehead-decorative-v2 h1 {
        max-width: 626px; } }
  .pagehead-decorative-v2 p {
    padding-bottom: 2px;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    line-height: 24px;
    letter-spacing: -0.3px; }
    @media screen and (min-width: 768px) {
      .pagehead-decorative-v2 p {
        max-width: 350px; } }
    @media screen and (min-width: 1024px) {
      .pagehead-decorative-v2 p {
        max-width: 626px; } }

.pagehead-text {
  padding: 0 20px 0 20px; }
  @media screen and (min-width: 1024px) {
    .pagehead-text {
      padding: 10px 0 10px 0; } }
  .pagehead-text h1 {
    font-family: "rockingham-demibold", Arial, sans-serif;
    font-size: 2.875rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .pagehead-text h1 {
        font-size: 3.125rem;
        line-height: 125%; } }
    .pagehead-text h1 em {
      display: block;
      margin-bottom: 5px;
      font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
      font-size: 0.9375rem;
      text-transform: uppercase;
      line-height: 100%;
      color: #666666;
      letter-spacing: 1.5px; }
      @media screen and (min-width: 768px) {
        .pagehead-text h1 em {
          margin-bottom: 0; } }

.zones-header {
  padding: 0 20px;
  background: var(--zone-head);
  opacity: 0; }
  @media screen and (min-width: 1024px) {
    .zones-header {
      padding: 0; } }
  .zones-header > .grid {
    position: relative; }
    @media screen and (min-width: 768px) {
      .zones-header > .grid:before, .zones-header > .grid:after {
        content: '';
        position: absolute; }
      .zones-header > .grid:after {
        right: 0;
        bottom: 17px;
        width: 68px;
        height: 68px;
        background-image: var(--zone-icon-url);
        background-color: white;
        background-size: 48px;
        background-position: center;
        background-repeat: no-repeat;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .zones-header > .grid:before {
        right: 36px;
        bottom: 17px;
        width: 0;
        height: 0;
        background-attachment: local;
        border-style: solid;
        border-width: 0 27px 52px 27px;
        border-color: transparent transparent #FFF transparent; } }
  .zones-header h1 {
    position: relative;
    padding: 18px 0 18px 0;
    font-family: "rockingham-demibold", Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 2.125rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: white;
    line-height: 125%;
    word-wrap: break-word; }
    @media screen and (min-width: 768px) {
      .zones-header h1 {
        padding: 30px 80px 18px 0;
        font-size: 2.75rem; } }
  .zones-header .site-tab-header {
    position: relative; }
    .zones-header .site-tab-header .tab-header-layout {
      position: relative; }
      .zones-header .site-tab-header .tab-header-layout > h3 {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
    .zones-header .site-tab-header .tabs {
      padding: 0 10px;
      text-align: left;
      border-top: solid 1px white; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        .zones-header .site-tab-header .tabs {
          text-align: left;
          padding: 0; } }
      @media screen and (min-width: 1020px) {
        .zones-header .site-tab-header .tabs {
          padding: 0; } }
      .zones-header .site-tab-header .tabs > li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        margin-left: -7px;
        margin-right: 10px;
        position: relative;
        /* Drop list */ }
        @media screen and (min-width: 768px) {
          .zones-header .site-tab-header .tabs > li {
            margin-right: 14px; }
            .zones-header .site-tab-header .tabs > li:first-child {
              margin-left: -14px; } }
        .zones-header .site-tab-header .tabs > li.active > a {
          color: white;
          text-decoration: none;
          border-bottom: #1F1F1F solid 3px; }
          .zones-header .site-tab-header .tabs > li.active > a:hover, .zones-header .site-tab-header .tabs > li.active > a:active, .zones-header .site-tab-header .tabs > li.active > a:focus {
            text-decoration: none; }
          .zones-header .site-tab-header .tabs > li.active > a.has-sub:after {
            border-color: white transparent transparent; }
        .zones-header .site-tab-header .tabs > li > a {
          display: block;
          height: 43px;
          padding: 0 7px;
          color: white;
          font-size: 18px;
          text-decoration: none;
          line-height: 43px; }
          @media screen and (min-width: 768px) {
            .zones-header .site-tab-header .tabs > li > a {
              padding: 0 14px; } }
          .zones-header .site-tab-header .tabs > li > a:hover, .zones-header .site-tab-header .tabs > li > a:active, .zones-header .site-tab-header .tabs > li > a:focus {
            border-bottom: #1F1F1F solid 3px;
            text-decoration: none; }
          .zones-header .site-tab-header .tabs > li > a.has-sub {
            padding-right: 8px; }
            .zones-header .site-tab-header .tabs > li > a.has-sub:after {
              content: '';
              display: -moz-inline-stack;
              display: inline-block;
              zoom: 1;
              *display: inline;
              width: 0;
              height: 0;
              margin-left: 6px;
              vertical-align: middle;
              border-style: solid;
              border-width: 4px 3px 0;
              border-color: white transparent transparent; }
        .zones-header .site-tab-header .tabs > li:hover.active a.has-sub, .zones-header .site-tab-header .tabs > li:active.active a.has-sub, .zones-header .site-tab-header .tabs > li:focus.active a.has-sub {
          text-decoration: none; }
        .zones-header .site-tab-header .tabs > li:hover > a.has-sub, .zones-header .site-tab-header .tabs > li:active > a.has-sub, .zones-header .site-tab-header .tabs > li:focus > a.has-sub {
          text-decoration: underline; }
        .zones-header .site-tab-header .tabs > li:hover ul, .zones-header .site-tab-header .tabs > li:active ul, .zones-header .site-tab-header .tabs > li:focus ul {
          display: block; }
        .zones-header .site-tab-header .tabs > li.hover > a.has-sub {
          text-decoration: underline; }
        .zones-header .site-tab-header .tabs > li.hover ul {
          display: block; }
        .zones-header .site-tab-header .tabs > li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 900;
          right: 0;
          width: 100%;
          min-width: 175px;
          white-space: nowrap;
          text-align: left;
          overflow: hidden;
          border-top: 1px solid grey;
          border-bottom: 1px solid #d2d2d2; }
          @media only screen and (min-width: 768px) {
            .zones-header .site-tab-header .tabs > li ul {
              right: auto;
              width: auto; } }
          .zones-header .site-tab-header .tabs > li ul li {
            border-top: 1px solid #d2d2d2;
            background-color: white;
            display: block;
            border-left: 1px solid #d2d2d2;
            border-right: 1px solid #d2d2d2; }
            .zones-header .site-tab-header .tabs > li ul li:first-child {
              border-top: 0; }
          .zones-header .site-tab-header .tabs > li ul a {
            display: inline-block;
            padding: 14px;
            margin-left: 4px;
            line-height: 15px;
            color: #666666;
            font-size: 0.875rem;
            text-decoration: none;
            text-align: center; }
            .zones-header .site-tab-header .tabs > li ul a:hover, .zones-header .site-tab-header .tabs > li ul a:active, .zones-header .site-tab-header .tabs > li ul a:focus {
              text-decoration: underline; }

.grid {
  width: 100%;
  margin: 0 auto;
  /* 1. 12 Column Grid 0px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */ }
  @media screen and (min-width: 1020px) {
    .grid {
      width: 960px; } }
  .grid.grid-fluid {
    width: 100%; }
  .grid .related h3 {
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .grid .row .col {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .grid {
      /* --- variables ---*/ }
      .grid .row {
        margin-left: -0px; }
        .grid .row:after {
          content: "";
          display: table;
          clear: both; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .grid .row.gutter_5 {
        margin-left: -5px; }
        .grid .row.gutter_5 > .col {
          border-left-width: 5px; }
      .grid .row.gutter_10 {
        margin-left: -10px; }
        .grid .row.gutter_10 > .col {
          border-left-width: 10px; }
      .grid .row.gutter_15 {
        margin-left: -15px; }
        .grid .row.gutter_15 > .col {
          border-left-width: 15px; }
      .grid .row.gutter_20 {
        margin-left: -20px; }
        .grid .row.gutter_20 > .col {
          border-left-width: 20px; }
      .grid .row.gutter_25 {
        margin-left: -25px; }
        .grid .row.gutter_25 > .col {
          border-left-width: 25px; }
      .grid .row.gutter_30 {
        margin-left: -30px; }
        .grid .row.gutter_30 > .col {
          border-left-width: 30px; }
      .grid .row.gutter_35 {
        margin-left: -35px; }
        .grid .row.gutter_35 > .col {
          border-left-width: 35px; }
      .grid .row.gutter_40 {
        margin-left: -40px; }
        .grid .row.gutter_40 > .col {
          border-left-width: 40px; } }
  @media screen and (min-width: 768px) {
      .grid .col {
        border-left-width: 0px;
        padding: 0 0%;
        border: 0px solid transparent;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-background-clip: padding-box !important;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important; }
        .grid .col:last-child {
          float: right; }
      .grid .row .col:first-child {
        margin-left: 0; }
      .grid .span_1 {
        width: 8.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_2 {
        width: 16.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_3 {
        width: 25%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_4 {
        width: 33.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_5 {
        width: 41.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_6 {
        width: 50%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_7 {
        width: 58.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_8 {
        width: 66.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_9 {
        width: 75%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_10 {
        width: 83.3333333333%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_11 {
        width: 91.6666666667%;
        border-left-width: 0;
        padding: 0 0%;
        margin-left: 0%; }
      .grid .span_12 {
        margin-left: 0;
        width: 100%; } }

.pagehead-apps {
  padding: 36px 20px;
  background: #d9192b; }
  @media screen and (min-width: 1024px) {
    .pagehead-apps {
      padding: 45px 0; } }
  .pagehead-apps.events {
    background: #f44336; }
  .pagehead-apps.news {
    background: #6848b7; }
  .pagehead-apps.resources {
    background: #00838f; }
  .pagehead-apps.zones {
    background: #c2185b; }
  .pagehead-apps > .grid {
    position: relative; }
  .pagehead-apps h1 {
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: white;
    line-height: 125%;
    word-wrap: break-word; }
    @media screen and (min-width: 768px) {
      .pagehead-apps h1 {
        font-size: 2.875rem; } }
  .pagehead-apps img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px; }
    @media screen and (min-width: 768px) {
      .pagehead-apps img {
        width: 70px;
        height: 70px;
        margin-top: -35px; } }

button.button, a.button {
  padding: 0 15px;
  display: inline-block;
  font-size: 1rem;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #0360A6;
  text-decoration: none;
  border: 1px #0360A6 solid;
  background: transparent; }
  button.button:hover, a.button:hover {
    color: #3B7DC5;
    border-color: #3B7DC5; }
  button.button > svg, a.button > svg {
    fill: #0360A6; }
  button.button.icon > svg, a.button.icon > svg {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 8px;
    max-height: 25px; }
  button.button.icon.after > svg, a.button.icon.after > svg {
    margin-right: 0;
    margin-left: 8px; }
  button.button.large, a.button.large {
    padding: 0 12px;
    line-height: 44px; }
  button.button.hero, a.button.hero {
    padding: 0 20px;
    line-height: 44px;
    font-size: 1.25rem; }
    button.button.hero.icon, a.button.hero.icon {
      padding-left: 15px; }
      button.button.hero.icon > svg, a.button.hero.icon > svg {
        margin-right: 15px; }
      button.button.hero.icon.after, a.button.hero.icon.after {
        padding-right: 15px; }
        button.button.hero.icon.after > svg, a.button.hero.icon.after > svg {
          margin-right: 0;
          margin-left: 15px; }
  button.button.solid, a.button.solid {
    color: white;
    background: #0360A6; }
    button.button.solid:hover, a.button.solid:hover {
      background: #3B7DC5; }
  button.button.dark, a.button.dark {
    color: #1F1F1F;
    border: 1px #999999 solid; }
    button.button.dark:hover, a.button.dark:hover {
      background: #CCCCCC; }
    button.button.dark.icon > svg, a.button.dark.icon > svg {
      fill: #1F1F1F; }
  button.button.framework, a.button.framework {
    color: white;
    border: 1px #00645e solid;
    background: #00645e; }
    button.button.framework:hover, a.button.framework:hover {
      background: #007e76;
      border: 1px #007e76 solid; }
    button.button.framework.icon > svg, a.button.framework.icon > svg {
      fill: white; }
