@charset "UTF-8";
/* 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: ":"; }

:root {
  --ui-background: #fff;
  --accent: #0360A6;
  --accent-contrast: white;
  --accent-hover: #03528d;
  --accent_rgb: 3, 96, 166;
  --accent-darken-5: #03528d;
  --accent-darken-10: #024374;
  --accent-darken-15: #02355b;
  --accent-darken-20: #012642;
  --accent-lighten-5: #036ebf;
  --accent-lighten-10: #047dd8;
  --accent-lighten-15: #048bf1;
  --accent-lighten-20: #1498fb;
  --brand: #c43337;
  --font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; }

.typography {
  position: relative;
  font-size: 18px;
  word-wrap: break-word; }
  .typography * {
    color: #1F1F1F; }
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-bottom: 0.5em;
    font-weight: bold;
    letter-spacing: -0.02em; }
    .typography h1.expressive-arts, .typography h1.humanities, .typography h1.health-well-being, .typography h1.science-technology, .typography h1.mathematics-numeracy, .typography h1.languages-literacy-communication, .typography h2.expressive-arts, .typography h2.humanities, .typography h2.health-well-being, .typography h2.science-technology, .typography h2.mathematics-numeracy, .typography h2.languages-literacy-communication, .typography h3.expressive-arts, .typography h3.humanities, .typography h3.health-well-being, .typography h3.science-technology, .typography h3.mathematics-numeracy, .typography h3.languages-literacy-communication, .typography h4.expressive-arts, .typography h4.humanities, .typography h4.health-well-being, .typography h4.science-technology, .typography h4.mathematics-numeracy, .typography h4.languages-literacy-communication, .typography h5.expressive-arts, .typography h5.humanities, .typography h5.health-well-being, .typography h5.science-technology, .typography h5.mathematics-numeracy, .typography h5.languages-literacy-communication, .typography h6.expressive-arts, .typography h6.humanities, .typography h6.health-well-being, .typography h6.science-technology, .typography h6.mathematics-numeracy, .typography h6.languages-literacy-communication {
      display: inline-block;
      padding: 8px 20px;
      margin-bottom: 1em;
      color: #FFF;
      font-size: 1.125rem;
      line-height: 1.5;
      letter-spacing: 0; }
    .typography h1.expressive-arts, .typography h2.expressive-arts, .typography h3.expressive-arts, .typography h4.expressive-arts, .typography h5.expressive-arts, .typography h6.expressive-arts {
      background-image: -webkit-linear-gradient(left, #eb7631, #de3f45);
      background-image: linear-gradient(to right, #eb7631, #de3f45); }
    .typography h1.humanities, .typography h2.humanities, .typography h3.humanities, .typography h4.humanities, .typography h5.humanities, .typography h6.humanities {
      background-image: -webkit-linear-gradient(left, #de3f45, #9c32c6);
      background-image: linear-gradient(to right, #de3f45, #9c32c6); }
    .typography h1.health-well-being, .typography h2.health-well-being, .typography h3.health-well-being, .typography h4.health-well-being, .typography h5.health-well-being, .typography h6.health-well-being {
      background-image: -webkit-linear-gradient(left, #9c32c6, #622acd);
      background-image: linear-gradient(to right, #9c32c6, #622acd); }
    .typography h1.science-technology, .typography h2.science-technology, .typography h3.science-technology, .typography h4.science-technology, .typography h5.science-technology, .typography h6.science-technology {
      background-image: -webkit-linear-gradient(left, #622acd, #1c54e7);
      background-image: linear-gradient(to right, #622acd, #1c54e7); }
    .typography h1.mathematics-numeracy, .typography h2.mathematics-numeracy, .typography h3.mathematics-numeracy, .typography h4.mathematics-numeracy, .typography h5.mathematics-numeracy, .typography h6.mathematics-numeracy {
      background-image: -webkit-linear-gradient(left, #1c54e7, #00b3a1);
      background-image: linear-gradient(to right, #1c54e7, #00b3a1); }
    .typography h1.languages-literacy-communication, .typography h2.languages-literacy-communication, .typography h3.languages-literacy-communication, .typography h4.languages-literacy-communication, .typography h5.languages-literacy-communication, .typography h6.languages-literacy-communication {
      background-image: -webkit-linear-gradient(left, #00b3a1, #babf42);
      background-image: linear-gradient(to right, #00b3a1, #babf42); }
  .typography h1 {
    font-size: 2.6em;
    line-height: 120%; }
  .typography h2 {
    font-size: 2em;
    line-height: 120%; }
  .typography h3 {
    font-size: 1.5em;
    line-height: 120%; }
  .typography h2.primary-strand, .typography h3.primary-strand {
    padding-bottom: 6px;
    color: var(--font, inherit);
    font-size: 1.3125rem;
    line-height: 1.625rem;
    border-bottom: 2px solid #E5E5E5; }
  .typography h2.sub-strand, .typography h3.sub-strand {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .typography h4 {
    font-size: 1.3em;
    line-height: 120%; }
  .typography h5 {
    font-size: 1.2em;
    line-height: 120%; }
  .typography h6 {
    font-size: 1em;
    line-height: 125%; }
  .typography p {
    margin-bottom: 1.5em;
    font-size: 1em;
    line-height: 150%;
    letter-spacing: normal; }
    .typography p.abstract {
      font-size: 1.25rem;
      line-height: 125%;
      font-weight: bold;
      letter-spacing: -0.04em; }
  .typography table {
    margin-bottom: 2em;
    font-size: 1em;
    line-height: 125%;
    letter-spacing: normal;
    text-align: left; }
    .typography table th, .typography table td {
      padding: 0.8em 1.5em 0.8em 0;
      border-bottom: 1px solid #E5E5E5; }
    .typography table th {
      padding-top: 0;
      font-weight: bold; }
  .typography hr {
    margin: 0 0 2.5rem 0;
    border: 0;
    border-top: 10px solid #E5E5E5; }
  .typography dfn {
    position: relative;
    color: #0360A6;
    border-bottom: 1px dashed #0360A6;
    cursor: help; }
    .typography dfn.glossary:focus:not(.notip):before, .typography dfn.glossary:hover:not(.notip):before {
      border-bottom-color: #0360A6; }
  .typography button.elaboration {
    padding: 0;
    color: var(--font, #0360A6);
    font-weight: bold;
    font-size: inherit;
    font-weight: inherit;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left;
    border: none;
    background: none; }
    .typography button.elaboration:hover {
      text-decoration: underline; }
    .typography button.elaboration + .callout-default {
      margin: 10px 0; }
  .typography address {
    margin-bottom: 1.5em;
    font-size: 1em;
    line-height: 150%;
    letter-spacing: normal; }
  .typography img {
    display: block;
    margin: 0 auto 1.5em auto;
    max-width: 100%;
    float: none !important; }
  .typography ul, .typography ol {
    margin-bottom: 1.5em;
    padding: 0 0 0 30px;
    font-size: 1.125rem;
    line-height: 1.625rem; }
    .typography ul li, .typography ol li {
      padding-bottom: 0.25em; }
      .typography ul li ol, .typography ol li ol {
        margin-top: 0.75em;
        margin-bottom: 0; }
        .typography ul li ol li, .typography ol li ol li {
          list-style: lower-alpha; }
        .typography ul li ol ol li, .typography ol li ol ol li {
          list-style: lower-roman; }
      .typography ul li ul, .typography ol li ul {
        margin-top: 0.75em;
        margin-bottom: 0; }
        .typography ul li ul li, .typography ol li ul li {
          list-style: circle; }
        .typography ul li ul ul li, .typography ol li ul ul li {
          list-style: square; }
      .typography ul li:last-child, .typography ol li:last-child {
        padding-bottom: 0; }
  .typography ul li {
    list-style: disc;
    display: list-item; }
  .typography ol {
    margin-left: 1px; }
    .typography ol li {
      list-style: decimal; }
  .typography a {
    font-weight: bold;
    color: #0360A6;
    text-decoration: none; }
    .typography a:hover {
      color: #3B7DC5;
      text-decoration: underline; }
    .typography a > strong, .typography a b {
      color: #0360A6; }
    .typography a:hover > strong, .typography a b {
      color: #3B7DC5;
      text-decoration: underline; }
  .typography em, .typography i {
    font-style: italic; }
  .typography strong, .typography b {
    font-weight: bold; }
  .typography u {
    text-decoration: underline; }
  .typography sub, .typography sup {
    position: relative;
    vertical-align: baseline; }
  .typography sub {
    top: 0.4em;
    font-size: 0.7em; }
  .typography sup {
    top: -0.7em;
    font-size: 0.7em; }
  .typography s, .typography strike, .typography del {
    text-decoration: line-through; }
  .typography mark {
    color: #1F1F1F;
    background: #FFD530; }
  .typography > *:last-child {
    margin-bottom: 0; }
  .typography .theme {
    color: var(--font, inherit);
    font-weight: bold; }

.modal-open body {
  position: relative;
  height: 100%;
  overflow: hidden !important; }

.modal-open.touch body, .modal-open.touchevents body {
  position: fixed;
  width: 100%; }

.hwb-modal {
  font-size: 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9900;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  font-family: var(--font-family);
  white-space: nowrap;
  background: rgba(40, 45, 51, 0.95);
  opacity: 1;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .hwb-modal {
      background: rgba(40, 45, 51, 0.95); } }

@-webkit-keyframes webKitFix {
  from {
    padding: 0px; }
  to {
    padding: 0px; } }
  .hwb-modal .screen-reader-offscreen {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .touch .hwb-modal, .touchevents .hwb-modal {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: webKitFix infinite 0.1s; }
  .hwb-modal .aria-description, .hwb-modal .ariaTitle, .hwb-modal .aria-title {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }
  .hwb-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0; }
  .hwb-modal .content {
    display: inline-block;
    padding: 10px;
    font-size: 0;
    vertical-align: middle;
    white-space: normal; }
    @media screen and (min-width: 1024px) {
      .hwb-modal .content {
        padding: 40px; } }
    .hwb-modal .content > div > img {
      max-width: 100%; }
  .hwb-modal .diagram-img {
    position: relative;
    display: inline-block;
    font-size: 0; }
    .hwb-modal .diagram-img > img {
      max-width: 100%; }
    .hwb-modal .diagram-img > button.close {
      position: absolute;
      top: 0;
      right: 0;
      width: 34px;
      height: 34px;
      padding: 0;
      background: #1F1F1F;
      border: 0; }
      .hwb-modal .diagram-img > button.close svg {
        width: 14px;
        display: inline-block;
        vertical-align: middle; }
        .hwb-modal .diagram-img > button.close svg path {
          fill: white; }
      .hwb-modal .diagram-img > button.close:hover {
        background: #0360A6; }
  @media screen and (min-width: 768px) {
    .hwb-modal.full-screen .modal-page {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none; } }
  @media screen and (min-width: 768px) {
    .hwb-modal.extra-large {
      padding: 10px; }
      .hwb-modal.extra-large .modal-page {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none; } }
  @media screen and (min-width: 1024px) {
    .hwb-modal.large .modal-page {
      width: 960px; } }
  @media screen and (min-width: 768px) {
    .hwb-modal.medium .modal-page {
      width: 740px; } }
  @media screen and (min-width: 768px) {
    .hwb-modal.small .modal-page {
      width: 540px; } }
  .hwb-modal .modal-page {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    z-index: 1002;
    width: 100%;
    height: auto;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 72px 32px 42px 32px;
    margin: 0;
    min-height: 100px;
    color: var(--ui-text);
    text-align: left;
    font-size: 18px;
    background: white; }
    @media screen and (min-width: 768px) {
      .hwb-modal .modal-page {
        width: 740px; } }
    .hwb-modal .modal-page > button.close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 34px;
      height: 34px;
      padding: 0;
      background: #1F1F1F;
      border: 0; }
      .hwb-modal .modal-page > button.close svg {
        width: 14px;
        display: inline-block;
        vertical-align: middle; }
        .hwb-modal .modal-page > button.close svg path {
          fill: white; }
      .hwb-modal .modal-page > button.close:hover {
        background: #0360A6; }

@media screen and (orientation: landscape) {
  .hwb-modal {
    width: 100% !important; } }

.video-container {
  position: relative;
  width: 100%;
  margin-top: 40px; }
  .video-container.c-block {
    margin-top: 0;
    background: #E5E5E5; }
  .video-container:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
  .video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-container > p {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

.rfl {
  position: relative;
  padding: 20px;
  background-color: white; }
  @media screen and (min-width: 768px) {
    .rfl {
      overflow-x: scroll; } }
  @media screen and (min-width: 1024px) {
    .rfl {
      padding: 20px 0;
      margin: 20px auto;
      width: 960px; } }
  .rfl .key {
    display: none;
    font-size: 15px;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .rfl .key {
        display: block; } }
    .rfl .key ul {
      padding: 10px 10px 0 10px;
      display: inline-block;
      text-align: left;
      color: #323232;
      border: 1px solid #DDDDDD; }
      .rfl .key ul li {
        margin-bottom: 10px; }
        .rfl .key ul li:before {
          content: '';
          position: relative;
          top: -1px;
          margin-right: 10px;
          display: inline-block;
          width: 40px;
          height: 10px;
          vertical-align: middle;
          background: red; }
        .rfl .key ul li.main-cog:before {
          background: #2e6fbf; }
        .rfl .key ul li.alt-cog:before {
          background: #88cbf1; }
        .rfl .key ul li.main-com:before {
          background: #e62b25; }
        .rfl .key ul li.alt-com:before {
          background: #ee87b8; }
  .rfl .rfl-label {
    position: absolute;
    top: 1165px;
    display: none;
    font-size: 18px;
    color: #009e91;
    font-weight: bold;
    letter-spacing: 2px; }
    @media screen and (min-width: 768px) {
      .rfl .rfl-label {
        display: block; } }
    [lang="cy"] .rfl .rfl-label {
      top: 1260px; }
    .rfl .rfl-label.one {
      left: 275px;
      transform: rotate(48deg);
      transform-origin: left top; }
      @media screen and (min-width: 1024px) {
        .rfl .rfl-label.one {
          left: 255px; } }
      [lang="cy"] .rfl .rfl-label.one {
        left: 270px; }
        @media screen and (min-width: 1024px) {
          [lang="cy"] .rfl .rfl-label.one {
            left: 250px; } }
    .rfl .rfl-label.two {
      left: 620px;
      top: 1155px;
      transform: rotate(-48deg);
      transform-origin: right top; }
      @media screen and (min-width: 1024px) {
        .rfl .rfl-label.two {
          left: 600px; } }
      [lang="cy"] .rfl .rfl-label.two {
        top: 1260px;
        left: 645px; }
        @media screen and (min-width: 1024px) {
          [lang="cy"] .rfl .rfl-label.two {
            left: 625px; } }
  .rfl > ul {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-auto-columns: 1fr;
    counter-reset: section; }
    @media screen and (min-width: 768px) {
      .rfl > ul {
        width: 960px; } }
    .rfl > ul li {
      margin: 12px 12px 20px 12px; }
      .rfl > ul li button {
        position: relative;
        z-index: 150;
        padding: 10px 30px;
        width: 100%;
        display: block;
        height: 100%;
        min-height: 56px;
        line-height: 16px;
        border: none;
        background: none;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        color: #1F1F1F;
        word-break: break-word;
        text-overflow: ellipsis;
        border-radius: 12px; }
        .rfl > ul li button:before {
          counter-increment: section;
          content: counter(section);
          width: 22px;
          height: 22px;
          line-height: 22px;
          position: absolute;
          bottom: 4px;
          right: 4px;
          font-size: 13px;
          font-weight: normal;
          color: white;
          text-align: center;
          border-radius: 50%; }
      .rfl > ul li.milestone button {
        border: #f68e23 2px solid;
        background-color: #fde8d3; }
        .rfl > ul li.milestone button:before {
          background-color: #f68e23; }
      .rfl > ul li.step button {
        border: #009e91 2px solid;
        background-color: #ccebe9; }
        .rfl > ul li.step button:before {
          background-color: #009e91; }
      .rfl > ul li span.arrow {
        display: none;
        position: absolute;
        right: calc(62.5% - 15px);
        left: calc(25% - 15px);
        top: 38px;
        z-index: 1;
        height: 10px;
        margin-top: -5px;
        background: #e62b25;
        transform: rotate(-30deg);
        transform-origin: right top; }
        .rfl > ul li span.arrow:after {
          position: absolute;
          left: -18px;
          top: 50%;
          content: '';
          width: 0;
          height: 0;
          margin-top: -15px;
          border-style: solid;
          border-width: 15px 20px 15px 0;
          border-color: transparent #e62b25 transparent transparent; }
      @media screen and (min-width: 768px) {
        .rfl > ul li {
          width: 216px;
          -ms-grid-column-span: 4; }
          .rfl > ul li:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
            grid-row: 1;
            grid-column: 7/11; }
            .rfl > ul li:nth-child(1) span.arrow {
              display: block;
              right: calc(62.5% - 15px);
              left: calc(25% - 15px); }
            .rfl > ul li:nth-child(1) span.arrow.two {
              display: block;
              left: calc(62.5% - 15px);
              right: calc(25% - 15px);
              background: #2e6fbf;
              transform: rotate(30deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(1) span.arrow.two:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #2e6fbf; }
          .rfl > ul li:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
            grid-row: 2;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(2) span.arrow {
              display: block;
              left: 12.5%;
              right: auto;
              top: 168px;
              margin-left: -5px;
              margin-top: 0;
              width: 20px;
              transform: rotate(-90deg);
              transform-origin: left top; }
          .rfl > ul li:nth-child(3) {
            -ms-grid-row: 2;
            -ms-grid-column: 13;
            grid-row: 2;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(3) span.arrow {
              display: block;
              right: 12.5%;
              left: auto;
              top: 158px;
              margin-right: -5px;
              margin-left: 0;
              margin-top: 0;
              width: 20px;
              background: #88cbf1;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(3) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
            .rfl > ul li:nth-child(3) span.arrow.two {
              right: 21%;
              top: 145px;
              width: 135px;
              margin-right: 0;
              background: #2e6fbf;
              transform: rotate(-65deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(3) span.arrow.two:after {
                border-color: transparent #2e6fbf transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(3) span.arrow.two {
                width: 158px; }
            .rfl > ul li:nth-child(3) span.arrow.three {
              right: calc(25% - 15px);
              top: 125px;
              width: 90px;
              margin-right: 0;
              transform: rotate(-30deg);
              transform-origin: right top; }
          .rfl > ul li:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 9;
            grid-row: 3;
            grid-column: 9/13; }
            .rfl > ul li:nth-child(4) span.arrow {
              display: block;
              right: calc(37.5% - 5px);
              left: auto;
              top: 260px;
              margin-top: 0;
              width: 20px;
              background: #88cbf1;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(4) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(4) span.arrow {
                top: 278px; }
          .rfl > ul li:nth-child(5) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
            grid-row: 3;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(5) span.arrow {
              display: block;
              left: 12.5%;
              right: auto;
              top: 270px;
              margin-left: -5px;
              margin-top: 0;
              width: 20px;
              background: #ee87b8;
              transform: rotate(-90deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(5) span.arrow:after {
                border-color: transparent #ee87b8 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(5) span.arrow {
                top: 288px; }
            .rfl > ul li:nth-child(5) span.arrow.two {
              left: calc(25% - 20px);
              top: 210px;
              right: auto;
              width: 265px;
              margin-left: 0;
              background: #e62b25;
              transform: rotate(15deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(5) span.arrow.two:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #e62b25; }
              [lang="cy"] .rfl > ul li:nth-child(5) span.arrow.two {
                top: 228px; }
          .rfl > ul li:nth-child(6) {
            -ms-grid-row: 3;
            -ms-grid-column: 13;
            grid-row: 3;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(6) span.arrow {
              display: block;
              right: calc(21.88% - 10px);
              top: 250px;
              left: auto;
              width: 220px;
              background: #88cbf1;
              transform: rotate(-65deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(6) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(6) span.arrow {
                width: 260px; }
          .rfl > ul li:nth-child(7) {
            -ms-grid-row: 4;
            -ms-grid-column: 1;
            grid-row: 4;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(7) span.arrow {
              display: block;
              right: auto;
              left: calc(25% - 23px);
              top: 320px;
              width: 20px;
              background: #ee87b8;
              transform: rotate(0); }
              .rfl > ul li:nth-child(7) span.arrow:after {
                left: auto;
                right: -16px;
                border-width: 15px 0 15px 16px;
                border-color: transparent transparent transparent #ee87b8; }
              [lang="cy"] .rfl > ul li:nth-child(7) span.arrow {
                top: 342px; }
          .rfl > ul li:nth-child(8) {
            -ms-grid-row: 4;
            -ms-grid-column: 5;
            grid-row: 4;
            grid-column: 5/9; }
            .rfl > ul li:nth-child(8) span.arrow {
              display: block;
              right: auto;
              left: calc(50% - 23px);
              top: 320px;
              width: 20px;
              background: #ee87b8;
              transform: rotate(0); }
              .rfl > ul li:nth-child(8) span.arrow:after {
                left: auto;
                right: -16px;
                border-width: 15px 0 15px 16px;
                border-color: transparent transparent transparent #ee87b8; }
              [lang="cy"] .rfl > ul li:nth-child(8) span.arrow {
                top: 342px; }
          .rfl > ul li:nth-child(9) {
            -ms-grid-row: 4;
            -ms-grid-column: 9;
            grid-row: 4;
            grid-column: 9/13; }
            .rfl > ul li:nth-child(9) span.arrow {
              display: block;
              top: 340px;
              right: calc(50% - 15px);
              left: auto;
              width: 125px;
              transform: rotate(-60deg); }
              [lang="cy"] .rfl > ul li:nth-child(9) span.arrow {
                top: 376px; }
            .rfl > ul li:nth-child(9) span.arrow.two {
              right: calc(46.875% - 5px);
              left: auto;
              top: 340px;
              margin-left: 0;
              margin-top: 0;
              width: 310px;
              background: #88cbf1;
              transform: rotate(-90deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(9) span.arrow.two:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(9) span.arrow.two {
                width: 348px; }
            .rfl > ul li:nth-child(9) span.arrow.three {
              right: calc(37.5% + 5px);
              left: auto;
              top: 340px;
              margin-left: 0;
              margin-top: 0;
              width: 105px;
              background: #2e6fbf;
              transform: rotate(-90deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(9) span.arrow.three:after {
                border-color: transparent #2e6fbf transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(9) span.arrow.three {
                width: 140px; }
            .rfl > ul li:nth-child(9) span.arrow.four {
              right: calc(25% - 50px);
              top: 320px;
              width: 70px;
              margin-left: 0;
              background: #88cbf1;
              transform: rotate(40deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(9) span.arrow.four:after {
                left: auto;
                right: -16px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #88cbf1; }
              [lang="cy"] .rfl > ul li:nth-child(9) span.arrow.four {
                top: 352px; }
          .rfl > ul li:nth-child(10) {
            -ms-grid-row: 5;
            -ms-grid-column: 13;
            grid-row: 5;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(10) span.arrow {
              display: block;
              right: 40px;
              top: 430px;
              left: auto;
              width: 415px;
              background: #88cbf1;
              transform: rotate(-40deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(10) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(10) span.arrow {
                width: 420px; }
          .rfl > ul li:nth-child(11) {
            -ms-grid-row: 6;
            -ms-grid-column: 5;
            grid-row: 6;
            grid-column: 5/9; }
            .rfl > ul li:nth-child(11) span.arrow {
              display: block;
              right: calc(75% - 25px);
              top: 500px;
              left: auto;
              width: 105px;
              transform: rotate(-40deg);
              transform-origin: right top; }
              [lang="cy"] .rfl > ul li:nth-child(11) span.arrow {
                top: 535px; }
            .rfl > ul li:nth-child(11) span.arrow.two {
              right: 68.75%;
              top: 550px;
              width: 130px;
              margin-left: 0;
              background: #ee87b8;
              transform: rotate(-58deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(11) span.arrow.two:after {
                border-color: transparent #ee87b8 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(11) span.arrow.two {
                top: 585px; }
          .rfl > ul li:nth-child(12) {
            -ms-grid-row: 6;
            -ms-grid-column: 10;
            grid-row: 6;
            grid-column: 10/14; }
            .rfl > ul li:nth-child(12) span.arrow {
              display: block;
              left: 68.75%;
              top: 550px;
              width: 130px;
              background: #2e6fbf;
              transform: rotate(55deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(12) span.arrow:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #2e6fbf; }
              [lang="cy"] .rfl > ul li:nth-child(12) span.arrow {
                top: 585px; }
          .rfl > ul li:nth-child(13) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
            grid-row: 7;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(13) span.arrow {
              display: block;
              left: 12.5%;
              right: auto;
              top: 642px;
              margin-left: -15px;
              margin-top: 0;
              width: 20px;
              transform: rotate(-90deg);
              transform-origin: center top; }
              [lang="cy"] .rfl > ul li:nth-child(13) span.arrow {
                top: 677px; }
          .rfl > ul li:nth-child(14) {
            -ms-grid-row: 8;
            -ms-grid-column: 7;
            grid-row: 8;
            grid-column: 7/11; }
            .rfl > ul li:nth-child(14) span.arrow {
              display: block;
              left: calc(28.125% - 20px);
              right: auto;
              top: 717px;
              margin-left: -10px;
              margin-top: 0;
              width: 192px;
              background: #88cbf1;
              transform: rotate(-90deg);
              transform-origin: right center; }
              .rfl > ul li:nth-child(14) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(14) span.arrow {
                top: 742px;
                width: 252px;
                left: calc(28.125% - 70px); }
            .rfl > ul li:nth-child(14) span.arrow.two {
              right: calc(43.75% + 5px);
              left: auto;
              top: 721px;
              width: 20px;
              transform-origin: right top;
              transform: rotate(-90deg); }
              [lang="cy"] .rfl > ul li:nth-child(14) span.arrow.two {
                top: 772px; }
          .rfl > ul li:nth-child(15) {
            -ms-grid-row: 8;
            -ms-grid-column: 1;
            grid-row: 8;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(15) span.arrow {
              display: block;
              left: 12.5%;
              right: auto;
              top: 730px;
              margin-left: -15px;
              margin-top: 0;
              width: 20px;
              transform: rotate(-90deg);
              transform-origin: center top; }
              [lang="cy"] .rfl > ul li:nth-child(15) span.arrow {
                top: 782px; }
            .rfl > ul li:nth-child(15) span.arrow.two {
              left: calc(25% - 20px);
              top: 710px;
              width: 265px;
              margin-left: 0;
              background: #ee87b8;
              transform: rotate(50deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(15) span.arrow.two:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #ee87b8; }
              [lang="cy"] .rfl > ul li:nth-child(15) span.arrow.two {
                top: 768px;
                width: 300px; }
          .rfl > ul li:nth-child(16) {
            -ms-grid-row: 8;
            -ms-grid-column: 13;
            grid-row: 8;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(16) span.arrow {
              display: block;
              right: calc(12.5% - 5px);
              left: auto;
              top: 730px;
              margin-left: 0;
              margin-top: 0;
              width: 20px;
              background: #2e6fbf;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(16) span.arrow:after {
                border-color: transparent #2e6fbf transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(16) span.arrow {
                top: 785px; }
          .rfl > ul li:nth-child(17) {
            -ms-grid-row: 9;
            -ms-grid-column: 1;
            grid-row: 9;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(17) span.arrow {
              display: block;
              left: 12.5%;
              right: auto;
              top: 800px;
              margin-left: 5px;
              margin-top: 0;
              width: 115px;
              background: #ee87b8;
              transform: rotate(90deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(17) span.arrow:after {
                right: -18px;
                left: auto;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #ee87b8; }
              [lang="cy"] .rfl > ul li:nth-child(17) span.arrow {
                top: 880px; }
            .rfl > ul li:nth-child(17) span.arrow.two {
              left: calc(25% - 20px);
              top: 800px;
              width: 190px;
              margin-left: 0;
              background: #e62b25;
              transform: rotate(43deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(17) span.arrow.two:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #e62b25; }
              [lang="cy"] .rfl > ul li:nth-child(17) span.arrow.two {
                top: 870px;
                width: 195px; }
          .rfl > ul li:nth-child(18) {
            -ms-grid-row: 9;
            -ms-grid-column: 9;
            grid-row: 9;
            grid-column: 9/13; }
            .rfl > ul li:nth-child(18) span.arrow {
              display: block;
              right: calc(43.75% - 5px);
              left: auto;
              top: 818px;
              margin-left: -10px;
              margin-top: 0;
              width: 20px;
              background: #88cbf1;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(18) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(18) span.arrow {
                top: 886px; }
          .rfl > ul li:nth-child(19) {
            -ms-grid-row: 9;
            -ms-grid-column: 13;
            grid-row: 9;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(19) span.arrow {
              display: block;
              right: calc(12.5% - 5px);
              left: auto;
              top: 818px;
              margin-left: 0;
              margin-top: 0;
              width: 20px;
              background: #2e6fbf;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(19) span.arrow:after {
                border-color: transparent #2e6fbf transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(19) span.arrow {
                top: 886px; }
          .rfl > ul li:nth-child(20) {
            -ms-grid-row: 10;
            -ms-grid-column: 9;
            grid-row: 10;
            grid-column: 9/13; }
            .rfl > ul li:nth-child(20) span.arrow {
              display: block;
              right: calc(43.75% - 5px);
              left: auto;
              top: 907px;
              margin-left: 0;
              margin-top: 0;
              width: 20px;
              background: #88cbf1;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(20) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(20) span.arrow {
                top: 990px; }
          .rfl > ul li:nth-child(21) {
            -ms-grid-row: 10;
            -ms-grid-column: 13;
            grid-row: 10;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(21) span.arrow {
              display: block;
              top: 880px;
              left: auto;
              right: calc(25% - 20px);
              width: 150px;
              background: #2e6fbf;
              transform: rotate(-25deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(21) span.arrow:after {
                border-color: transparent #2e6fbf transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(21) span.arrow {
                top: 980px; }
          .rfl > ul li:nth-child(22) {
            -ms-grid-row: 11;
            -ms-grid-column: 1;
            grid-row: 11;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(22) span.arrow {
              display: block;
              top: 965px;
              left: calc(25% - 20px);
              right: calc(62.5% + 8px);
              background: #ee87b8;
              transform: rotate(0deg); }
              .rfl > ul li:nth-child(22) span.arrow:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #ee87b8; }
              [lang="cy"] .rfl > ul li:nth-child(22) span.arrow {
                top: 1065px; }
          .rfl > ul li:nth-child(23) {
            -ms-grid-row: 11;
            -ms-grid-column: 7;
            grid-row: 11;
            grid-column: 7/11; }
            .rfl > ul li:nth-child(23) span.arrow {
              display: block;
              right: calc(43.75% - 5px);
              left: auto;
              top: 994px;
              margin-left: -10px;
              margin-top: 0;
              width: 20px;
              background: #2e6fbf;
              transform: rotate(-90deg);
              transform-origin: center top; }
              .rfl > ul li:nth-child(23) span.arrow:after {
                border-color: transparent #2e6fbf transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(23) span.arrow {
                top: 1094px; }
            .rfl > ul li:nth-child(23) span.arrow.two {
              display: block;
              left: calc(43.75% - 5px);
              right: auto;
              background: #e62b25; }
              .rfl > ul li:nth-child(23) span.arrow.two:after {
                border-color: transparent #e62b25 transparent transparent; }
            .rfl > ul li:nth-child(23) span.arrow.three {
              display: block;
              top: 977px;
              left: auto;
              right: calc(62.5% - 20px);
              width: 145px;
              background: #ee87b8;
              transform: rotate(-20deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(23) span.arrow.three:after {
                border-color: transparent #ee87b8 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(23) span.arrow.three {
                top: 1077px; }
            .rfl > ul li:nth-child(23) span.arrow.four {
              display: block;
              top: 960px;
              left: calc(62.5% - 20px);
              width: 140px;
              background: #88cbf1;
              transform: rotate(0deg); }
              .rfl > ul li:nth-child(23) span.arrow.four:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #88cbf1; }
              [lang="cy"] .rfl > ul li:nth-child(23) span.arrow.four {
                top: 1060px; }
          .rfl > ul li:nth-child(24) {
            -ms-grid-row: 11;
            -ms-grid-column: 13;
            grid-row: 11;
            grid-column: 13/17; }
            .rfl > ul li:nth-child(24) span.arrow {
              display: block;
              top: 980px;
              left: auto;
              right: calc(25% - 25px);
              width: 155px;
              background: #88cbf1;
              transform: rotate(-25deg);
              transform-origin: right top; }
              .rfl > ul li:nth-child(24) span.arrow:after {
                border-color: transparent #88cbf1 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(24) span.arrow {
                top: 1080px; }
          .rfl > ul li:nth-child(25) {
            -ms-grid-row: 12;
            -ms-grid-column: 1;
            grid-row: 12;
            grid-column: 1/5; }
            .rfl > ul li:nth-child(25) span.arrow {
              display: block;
              top: 1055px;
              left: calc(25% - 20px);
              right: calc(62.5% + 8px);
              background: #ee87b8;
              transform: rotate(0deg); }
              .rfl > ul li:nth-child(25) span.arrow:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #ee87b8; }
              [lang="cy"] .rfl > ul li:nth-child(25) span.arrow {
                top: 1155px; }
          .rfl > ul li:nth-child(26) {
            -ms-grid-row: 12;
            -ms-grid-column: 7;
            grid-row: 12;
            grid-column: 7/11; }
            .rfl > ul li:nth-child(26) span.arrow {
              display: block;
              top: 1060px;
              right: calc(62.5% - 20px);
              left: auto;
              width: 120px;
              background: #ee87b8;
              transform: rotate(-35deg); }
              .rfl > ul li:nth-child(26) span.arrow:after {
                border-color: transparent #ee87b8 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(26) span.arrow {
                top: 1160px; }
            .rfl > ul li:nth-child(26) span.arrow.three {
              display: block;
              top: 1060px;
              left: calc(62.5% - 20px);
              right: auto;
              width: 120px;
              background: #2e6fbf;
              transform: rotate(35deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(26) span.arrow.three:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #2e6fbf; }
              [lang="cy"] .rfl > ul li:nth-child(26) span.arrow.three {
                top: 1160px; }
            .rfl > ul li:nth-child(26) span.arrow.two {
              display: block;
              top: 1080px;
              right: calc(62.5% - 20px);
              left: auto;
              width: 120px;
              background: #e62b25;
              transform: rotate(-55deg); }
              .rfl > ul li:nth-child(26) span.arrow.two:after {
                border-color: transparent #e62b25 transparent transparent; }
              [lang="cy"] .rfl > ul li:nth-child(26) span.arrow.two {
                top: 1180px; }
            .rfl > ul li:nth-child(26) span.arrow.four {
              display: block;
              top: 1080px;
              left: calc(62.5% - 20px);
              right: auto;
              width: 120px;
              background: #88cbf1;
              transform: rotate(55deg);
              transform-origin: left top; }
              .rfl > ul li:nth-child(26) span.arrow.four:after {
                left: auto;
                right: -18px;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent #88cbf1; }
              [lang="cy"] .rfl > ul li:nth-child(26) span.arrow.four {
                top: 1180px; }
          .rfl > ul li:nth-child(27) {
            -ms-grid-row: 12;
            -ms-grid-column: 13;
            grid-row: 12;
            grid-column: 13/17; }
          .rfl > ul li:nth-child(28) {
            -ms-grid-row: 13;
            -ms-grid-column: 1;
            grid-row: 13;
            grid-column: 1/5; }
          .rfl > ul li:nth-child(29) {
            -ms-grid-row: 13;
            -ms-grid-column: 7;
            grid-row: 13;
            grid-column: 7/11; }
          .rfl > ul li:nth-child(30) {
            -ms-grid-row: 14;
            -ms-grid-column: 1;
            grid-row: 14;
            grid-column: 1/5; }
          .rfl > ul li:nth-child(31) {
            -ms-grid-row: 14;
            -ms-grid-column: 13;
            grid-row: 14;
            grid-column: 13/17; }
          .rfl > ul li:nth-child(32) {
            -ms-grid-row: 14;
            -ms-grid-column: 6;
            grid-row: 14;
            grid-column: 6/10; }
          .rfl > ul li:nth-child(33) {
            -ms-grid-row: 15;
            -ms-grid-column: 1;
            grid-row: 15;
            grid-column: 1/5; }
          .rfl > ul li:nth-child(34) {
            -ms-grid-row: 15;
            -ms-grid-column: 7;
            grid-row: 15;
            grid-column: 7/11; }
          .rfl > ul li:nth-child(35) {
            -ms-grid-row: 15;
            -ms-grid-column: 13;
            grid-row: 15;
            grid-column: 13/17; }
          .rfl > ul li:nth-child(36) {
            -ms-grid-row: 16;
            -ms-grid-column: 7;
            grid-row: 16;
            grid-column: 7/11; }
          .rfl > ul li:nth-child(37) {
            -ms-grid-row: 16;
            -ms-grid-column: 1;
            grid-row: 16;
            grid-column: 1/5; }
          .rfl > ul li:nth-child(38) {
            -ms-grid-row: 16;
            -ms-grid-column: 13;
            grid-row: 16;
            grid-column: 13/17; }
          .rfl > ul li:nth-child(39) {
            -ms-grid-row: 17;
            -ms-grid-column: 5;
            grid-row: 17;
            grid-column: 5/9; }
          .rfl > ul li:nth-child(40) {
            -ms-grid-row: 18;
            -ms-grid-column: 7;
            grid-row: 18;
            grid-column: 7/11; }
          .rfl > ul li:nth-child(41) {
            -ms-grid-row: 18;
            -ms-grid-column: 1;
            grid-row: 18;
            grid-column: 1/5; }
          .rfl > ul li:nth-child(42) {
            -ms-grid-row: 18;
            -ms-grid-column: 13;
            grid-row: 18;
            grid-column: 13/17; }
          .rfl > ul li:nth-child(43) {
            -ms-grid-row: 19;
            -ms-grid-column: 7;
            grid-row: 19;
            grid-column: 7/11; } }

.rfl-modal h1 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #1F1F1F; }

@media only screen and (min-device-width: 375px) and (orientation: portrait) {
  .rfl-modal .video-container {
    height: 400px;
    width: 275px; } }

@media only screen and (max-device-width: 320px) and (orientation: portrait) {
  .rfl-modal .video-container {
    height: 300px;
    width: 200px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .rfl-modal .video-container {
    height: 600px;
    width: 670px; } }

.zones-landing {
  background-color: white; }
  .zones-landing .zone-list > li {
    margin-bottom: 20px; }
    .zones-landing .zone-list > li:first-child {
      margin-top: 0; }
    .zones-landing .zone-list > li:last-child {
      padding-bottom: 30px;
      margin-bottom: 0; }
    .zones-landing .zone-list > li > a {
      position: relative;
      display: block;
      min-height: 160px;
      padding: 20px;
      color: #FFF;
      text-decoration: none;
      word-break: break-word;
      -ms-word-break: break-word;
      word-wrap: break-word;
      -ms-word-wrap: break-word; }
      .zones-landing .zone-list > li > a.creativity {
        background: #687a4d; }
        .zones-landing .zone-list > li > a.creativity:after {
          background-image: url("../img/icons/crea-icon.png"); }
      .zones-landing .zone-list > li > a.fpen {
        background: #297b9c; }
        .zones-landing .zone-list > li > a.fpen:after {
          background-image: url("../img/icons/fpen-icon.png"); }
      .zones-landing .zone-list > li > a.nnem {
        background: #234c74; }
        .zones-landing .zone-list > li > a.nnem:after {
          background-image: url("../img/icons/nnem-icon.png?v=2"); }
      .zones-landing .zone-list > li > a.nnem {
        background: #234c74; }
        .zones-landing .zone-list > li > a.nnem:after {
          background-image: url("../img/icons/nnem-icon.png"); }
      .zones-landing .zone-list > li > a.nnest {
        background: #d83b18; }
        .zones-landing .zone-list > li > a.nnest:after {
          background-image: url("../img/icons/nnest-icon.png"); }
      .zones-landing .zone-list > li > a.onlinesafety {
        background: #794d70; }
        .zones-landing .zone-list > li > a.onlinesafety:after {
          background-image: url("../img/Digital-Resilience-Icon.png"); }
      @media screen and (min-width: 768px) {
        .zones-landing .zone-list > li > a {
          padding: 30px;
          padding-right: 250px; }
          .zones-landing .zone-list > li > a:before, .zones-landing .zone-list > li > a:after {
            content: '';
            position: absolute;
            top: 50%; }
          .zones-landing .zone-list > li > a:after {
            right: 40px;
            width: 86px;
            height: 86px;
            margin-top: -43px;
            background-color: #FFF;
            background-size: 50px;
            background-position: center;
            background-repeat: no-repeat;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
          .zones-landing .zone-list > li > a:before {
            right: 80px;
            width: 0;
            height: 0;
            margin-top: -25px;
            border-style: solid;
            border-width: 0 38px 68px 38px;
            border-color: transparent transparent #FFF transparent; } }
      .zones-landing .zone-list > li > a:hover > strong {
        text-decoration: underline; }
      .zones-landing .zone-list > li > a > h2 {
        display: block;
        font-family: "rockingham-demibold", Arial, sans-serif;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0.5px; }
      .zones-landing .zone-list > li > a > p {
        display: block;
        margin-top: 20px;
        font-size: 16px;
        line-height: 150%;
        word-break: break-word;
        -ms-word-break: break-word;
        word-wrap: break-word;
        -ms-word-wrap: break-word; }
  .zones-landing .zones-intro-text {
    padding: 20px 0 16px;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 150%;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .zones-landing .zones-intro-text {
        padding: 20px 20px 18px; } }
    .zones-landing .zones-intro-text.margin-reset {
      padding-top: 0; }

.pagehead-home {
  padding: 30px 20px;
  color: white;
  background: #c43337; }
  @media screen and (min-width: 1024px) {
    .pagehead-home {
      padding: 30px 0; } }
  .pagehead-home h1 {
    margin-bottom: 10px;
    font-size: 2.125rem;
    line-height: 2.875rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .pagehead-home h1 {
        font-size: 2.375rem;
        line-height: 3.25rem; } }
  .pagehead-home p {
    font-size: 1.125rem;
    line-height: 1.625rem; }

.homepage .menu-app-home > p {
  padding: 0 0 40px 0; }
  .homepage .menu-app-home > p a {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    color: #0360A6;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .homepage .menu-app-home > p a {
        margin-top: 0; } }
    .homepage .menu-app-home > p a:hover {
      color: #3B7DC5; }

.homepage .menu-app-home ul {
  padding-top: 40px;
  font-size: 0;
  border-top: 2px solid #E5E5E5; }
  .homepage .menu-app-home ul li {
    position: relative;
    vertical-align: top;
    margin-bottom: 20px; }
    @media screen and (min-width: 667px) {
      .homepage .menu-app-home ul li {
        display: inline-block;
        width: 50%;
        padding-right: 32px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .homepage .menu-app-home ul li {
        width: 33.333%;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1024px) {
      .homepage .menu-app-home ul li {
        width: 25%; } }
    .homepage .menu-app-home ul li .bubble {
      position: absolute;
      top: 100%;
      left: 15px;
      min-width: 25px;
      height: 25px;
      display: inline-block;
      padding: 3px 4px;
      margin-top: -18px;
      color: white;
      font-size: 15px;
      text-align: center;
      background: #ed002b;
      border: 2px solid white;
      border-radius: 100%; }
      .homepage .menu-app-home 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; }
    .homepage .menu-app-home ul li a {
      display: block;
      color: #0360A6; }
      .homepage .menu-app-home ul li a:hover {
        color: #3B7DC5; }
    .homepage .menu-app-home ul li span.disabled {
      display: block;
      color: #B5B5B5; }
      .homepage .menu-app-home ul li span.disabled img {
        opacity: .6; }
    .homepage .menu-app-home ul li img {
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 32px; }
    .homepage .menu-app-home ul li span.app-title {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      max-width: calc(100% - 47px);
      font-size: 16px;
      font-weight: bold;
      line-height: 25px; }
    .homepage .menu-app-home ul li span.strapline {
      opacity: .8; }
  .homepage .menu-app-home ul.primary {
    padding-top: 20px;
    border-top: none; }
    .homepage .menu-app-home ul.primary li {
      width: 100%; }
      @media screen and (min-width: 667px) {
        .homepage .menu-app-home ul.primary li {
          width: 33.333%;
          padding-right: 20px;
          margin-bottom: 40px; } }
      @media screen and (min-width: 768px) {
        .homepage .menu-app-home ul.primary li {
          margin-bottom: 60px;
          padding-right: 48px; }
          .homepage .menu-app-home ul.primary li:nth-child(7), .homepage .menu-app-home ul.primary li:nth-child(8), .homepage .menu-app-home ul.primary li:nth-child(9) {
            margin-bottom: 40px; } }
      .homepage .menu-app-home ul.primary li .bubble {
        left: 30px;
        margin-top: -22px; }
      .homepage .menu-app-home ul.primary li img {
        width: 48px;
        height: 48px; }
      .homepage .menu-app-home ul.primary li span.app-title {
        margin-left: 10px;
        max-width: calc(100% - 70px);
        font-size: 18px;
        line-height: 22px; }
        @media screen and (min-width: 768px) {
          .homepage .menu-app-home ul.primary li span.app-title {
            margin-left: 20px;
            font-size: 22px;
            line-height: 28px; }
            .homepage .menu-app-home ul.primary li span.app-title span.strapline {
              display: block;
              font-size: 80%; } }

.homepage .tile-list {
  padding-top: 40px;
  margin-left: 0;
  border-top: 6px solid #E5E5E5;
  border-bottom: none; }

.homepage .news-list-home {
  padding: 50px 0;
  border-top: 6px solid #E5E5E5;
  border-bottom: 6px solid #E5E5E5; }
  .homepage .news-list-home li {
    position: relative;
    min-height: 80px;
    margin-bottom: 40px;
    padding-left: 105px; }
    @media screen and (min-width: 667px) {
      .homepage .news-list-home li {
        min-height: 150px;
        padding-left: 225px; } }
    .homepage .news-list-home li:last-child {
      margin-bottom: 0; }
  .homepage .news-list-home a {
    margin: 6px 0;
    display: inline-block;
    font-weight: bold;
    color: #0360A6;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 125%; }
    @media screen and (min-width: 667px) {
      .homepage .news-list-home a {
        font-size: 1.5rem; } }
    .homepage .news-list-home a:hover {
      color: #3B7DC5; }
  .homepage .news-list-home .date, .homepage .news-list-home .abstract {
    display: block; }
  .homepage .news-list-home .date {
    font-size: 0.875rem;
    line-height: 125%;
    color: #666666;
    margin-bottom: 14px; }
  .homepage .news-list-home .abstract {
    font-size: 1rem;
    line-height: 125%;
    color: #323232; }
  .homepage .news-list-home .img-hold {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #E5E5E5; }
    @media screen and (min-width: 667px) {
      .homepage .news-list-home .img-hold {
        width: 200px; } }
    .homepage .news-list-home .img-hold:after {
      content: '';
      display: block;
      padding-bottom: 75%; }

.homepage .call-to-action-home {
  padding-top: 40px; }
  .homepage .call-to-action-home h2 {
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    line-height: 120%;
    color: #1F1F1F; }
  .homepage .call-to-action-home a {
    display: inline-block;
    color: #0360A6;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.02em; }
    .homepage .call-to-action-home a:hover {
      color: #3B7DC5; }
    .homepage .call-to-action-home a > svg {
      position: relative;
      top: -2px;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
      .homepage .call-to-action-home a > svg path {
        fill: #0360A6; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@-webkit-keyframes rightToCenter {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes rightToCenter {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes rightToCenter {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes leftToCenter {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes leftToCenter {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes leftToCenter {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes centerToLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-33%, 0) scale(0.9, 0.9);
    -moz-transform: translate(-33%, 0) scale(0.9, 0.9);
    transform: translate(-33%, 0) scale(0.9, 0.9); } }

@-moz-keyframes centerToLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-33%, 0) scale(0.9, 0.9);
    -moz-transform: translate(-33%, 0) scale(0.9, 0.9);
    transform: translate(-33%, 0) scale(0.9, 0.9); } }

@keyframes centerToLeft {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-33%, 0) scale(0.9, 0.9);
    -moz-transform: translate(-33%, 0) scale(0.9, 0.9);
    transform: translate(-33%, 0) scale(0.9, 0.9); } }

@-webkit-keyframes centerToRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(33%, 0) scale(0.9, 0.9);
    -moz-transform: translate(33%, 0) scale(0.9, 0.9);
    transform: translate(33%, 0) scale(0.9, 0.9); } }

@-moz-keyframes centerToRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(33%, 0) scale(0.9, 0.9);
    -moz-transform: translate(33%, 0) scale(0.9, 0.9);
    transform: translate(33%, 0) scale(0.9, 0.9); } }

@keyframes centerToRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(33%, 0) scale(0.9, 0.9);
    -moz-transform: translate(33%, 0) scale(0.9, 0.9);
    transform: translate(33%, 0) scale(0.9, 0.9); } }

.ticker {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .ticker {
      margin-top: 20px; } }
  .ticker .item-list {
    display: block;
    padding: 0;
    margin-top: 0; }
    .ticker .item-list:after {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 75%; }
    .ticker .item-list.grid .item {
      padding: 0; }
    .ticker .item-list .item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 100%;
      float: none;
      white-space: normal;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transform: translateZ(0); }
      .ticker .item-list .item a {
        background: white; }
      .ticker .item-list .item .avatar:before {
        height: 75%; }
        @media screen and (min-width: 1020px) {
          .ticker .item-list .item .avatar:before {
            height: 80%; } }
      .ticker .item-list .item .avatar img {
        width: 100px;
        height: 100px;
        border: 4px solid white;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
        @media screen and (min-width: 480px) {
          .ticker .item-list .item .avatar img {
            width: 140px;
            height: 140px; } }
        @media screen and (min-width: 1020px) {
          .ticker .item-list .item .avatar img {
            width: 170px;
            height: 170px; } }
        .lt-ie9 .ticker .item-list .item .avatar img {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100); }
      .ticker .item-list .item .item-details {
        bottom: -100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
        .lt-ie9 .ticker .item-list .item .item-details {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100); }
      .ticker .item-list .item.show {
        z-index: 1; }
        .ticker .item-list .item.show .item-details {
          bottom: 0;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          transition: 0.6s cubic-bezier(0, 0, 0, 1) 0.4s; }
        .ticker .item-list .item.show .avatar img {
          transform: translate(0, 0);
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          transition: 0.6s cubic-bezier(0, 0, 0, 1) 0.8s; }
      .ticker .item-list .item.hide {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        z-index: 0; }
        .ticker .item-list .item.hide .item-details {
          transition: 0.6s cubic-bezier(0, 0, 0, 1) 1.6s; }
        .ticker .item-list .item.hide .avatar img {
          transform: translate(0, 12px);
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          transition: 0.6s cubic-bezier(0, 0, 0, 1) 0.4s; }
      .ticker .item-list .item.right {
        transform: translate(100%, 0); }
        .ticker .item-list .item.right.show {
          -webkit-animation: rightToCenter 0.8s cubic-bezier(0, 0, 0, 1) forwards;
          -moz-animation: rightToCenter 0.8s cubic-bezier(0, 0, 0, 1) forwards;
          animation: rightToCenter 0.8s cubic-bezier(0, 0, 0, 1) forwards; }
        .ticker .item-list .item.right.hide {
          -webkit-animation: centerToRight 1.6s ease-in-out forwards;
          -moz-animation: centerToRight 1.6s ease-in-out forwards;
          animation: centerToRight 1.6s ease-in-out forwards; }
      .ticker .item-list .item.left {
        transform: translate(-100%, 0); }
        .ticker .item-list .item.left.show {
          -webkit-animation: leftToCenter 0.8s cubic-bezier(0, 0, 0, 1) forwards;
          -moz-animation: leftToCenter 0.8s cubic-bezier(0, 0, 0, 1) forwards;
          animation: leftToCenter 0.8s cubic-bezier(0, 0, 0, 1) forwards; }
        .ticker .item-list .item.left.hide {
          -webkit-animation: centerToLeft 1.6s ease-in-out forwards;
          -moz-animation: centerToLeft 1.6s ease-in-out forwards;
          animation: centerToLeft 1.6s ease-in-out forwards; }
      .ticker .item-list .item .item-details {
        right: 60px; }
        .ticker .item-list .item .item-details .item-title {
          width: auto;
          padding: 0;
          font-size: 18px;
          line-height: 21px;
          white-space: normal;
          border: 14px solid transparent;
          border-bottom: 2px solid transparent;
          white-space: nowrap;
          overflow: ellipsis;
          overflow: hidden;
          /* For WebKit */ }
          @media screen and (min-width: 768px) {
            .ticker .item-list .item .item-details .item-title {
              border-top: 16px solid transparent;
              border-left: 18px solid transparent;
              border-right: 18px solid transparent;
              font-size: 26px;
              line-height: 34px; } }
          @media screen and (-webkit-min-device-pixel-ratio: 0) {
            .ticker .item-list .item .item-details .item-title {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              white-space: normal; } }
        .ticker .item-list .item .item-details .item-type {
          padding: 0;
          border-top: 0 solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          font-size: 12px;
          line-height: 24px;
          font-weight: 600; }
          @media screen and (min-width: 768px) {
            .ticker .item-list .item .item-details .item-type {
              border-left: 18px solid transparent;
              border-right: 18px solid transparent; } }
  .ticker .ticker-navigation button {
    padding: 0;
    position: absolute;
    bottom: 50%;
    z-index: 100;
    width: 40px;
    height: 40px;
    margin-bottom: -20px;
    color: #FFF;
    text-align: center;
    border: 0;
    background: #000;
    -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;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9); }
    .ticker .ticker-navigation button:hover, .ticker .ticker-navigation button:focus, .ticker .ticker-navigation button:active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .ticker .ticker-navigation button.next:after, .ticker .ticker-navigation button.prev:after {
      display: block;
      width: 40px;
      height: 40px;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: 40px;
      text-align: center; }
    .ticker .ticker-navigation button.next {
      right: 0;
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
      .ticker .ticker-navigation button.next:before, .ticker .ticker-navigation button.next:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -4px;
        background: white; }
      .ticker .ticker-navigation button.next:before {
        top: 17px;
        transform: rotate(45deg); }
      .ticker .ticker-navigation button.next:after {
        bottom: 16px;
        transform: rotate(-45deg); }
    .ticker .ticker-navigation button.prev {
      left: 0;
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
      .ticker .ticker-navigation button.prev:before, .ticker .ticker-navigation button.prev:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -6px;
        background: white; }
      .ticker .ticker-navigation button.prev:before {
        top: 17px;
        transform: rotate(-45deg); }
      .ticker .ticker-navigation button.prev:after {
        bottom: 16px;
        transform: rotate(45deg); }
    .ticker .ticker-navigation button.pause, .ticker .ticker-navigation button.play {
      bottom: 10px;
      right: 10px;
      margin: 0;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
      .ticker .ticker-navigation button.pause:after, .ticker .ticker-navigation button.play:after, .ticker .ticker-navigation button.pause:before, .ticker .ticker-navigation button.play:before {
        content: '';
        width: 4px;
        height: 13px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px 2px 2px 2px;
        background: #FFF; }
    .ticker .ticker-navigation button.play:after {
      content: none; }
    .ticker .ticker-navigation button.play:before {
      margin: 2px -3px 0 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 10px;
      border-color: transparent transparent transparent #FFF;
      background: transparent; }
    .ticker .ticker-navigation button span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
  .ticker:hover button, .ticker:active button, .ticker:focus button {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }
    .ticker:hover button:hover, .ticker:hover button:active, .ticker:hover button:focus, .ticker:active button:hover, .ticker:active button:active, .ticker:active button:focus, .ticker:focus button:hover, .ticker:focus button:active, .ticker:focus button:focus {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }

.featured-block {
  padding: 10px;
  padding-top: 1px;
  width: 100%;
  background: #f0f0f0;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden; }
  @media screen and (min-width: 1020px) {
    .featured-block {
      padding: 20px;
      padding-top: 0; } }
  .featured-block h3 {
    display: block;
    padding: 0;
    padding-top: 10px;
    color: #393939;
    font-family: var(--font-family);
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.25px; }
    @media screen and (min-width: 1020px) {
      .featured-block h3 {
        padding: 0;
        padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .featured-block .ticker-wrapper {
      margin-top: 20px; } }
  @media screen and (min-width: 768px) {
    .featured-block .ticker-wrapper {
      width: 48.5%; } }
  .featured-block .featured-grid {
    overflow: hidden; }
    .featured-block .featured-grid .item-list.grid {
      width: auto;
      padding: 0;
      margin-top: -10px; }
      @media screen and (min-width: 768px) {
        .featured-block .featured-grid .item-list.grid {
          margin-right: -15px; } }
      .featured-block .featured-grid .item-list.grid li {
        width: 50%; }

.item-list {
  margin-top: 12px;
  padding: 0 10px;
  font-size: 0;
  /* Loading Gradient */ }
  .item-list a {
    position: relative;
    display: block;
    text-decoration: none;
    border: 0; }
    .item-list a:hover, .item-list a:focus, .item-list a:active {
      border: 0; }
      .item-list a:hover .img-hold, .item-list a:focus .img-hold, .item-list a:active .img-hold {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90); }
      .item-list a:hover .item-details .item-title, .item-list a:focus .item-details .item-title, .item-list a:active .item-details .item-title {
        text-decoration: underline; }
  .item-list .avatar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    font-size: 0; }
    .item-list .avatar:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      height: 60%;
      vertical-align: middle; }
      @media screen and (min-width: 480px) {
        .item-list .avatar:before {
          height: 70%; } }
    .item-list .avatar img {
      position: relative;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 50px;
      height: 50px;
      vertical-align: middle;
      border: 2px solid white;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 480px) {
        .item-list .avatar img {
          width: 80px;
          height: 80px;
          border: 3px solid white; } }
  .item-list .img-hold {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-color: #e6e6e6;
    -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; }
    .item-list .img-hold:before {
      content: '';
      display: block;
      padding-bottom: 75%; }
    .lt-ie9 .item-list .img-hold {
      background-image: none !important; }
    .item-list .img-hold.focuspoint img, .lt-ie9 .item-list .img-hold.focuspoint img {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      display: block;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-height: none;
      max-width: none;
      margin: 0; }
      .item-list .img-hold.focuspoint img[src=""], .lt-ie9 .item-list .img-hold.focuspoint img[src=""] {
        display: none; }
    .item-list .img-hold img {
      display: none; }
      .lt-ie9 .item-list .img-hold img {
        position: absolute;
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        display: block;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: auto; }
  .item-list.grid {
    display: block;
    width: 100%;
    overflow: hidden; }
    .item-list.grid li {
      float: left;
      width: 100%;
      padding: 10px 5px 0 5px; }
      @media screen and (min-width: 480px) {
        .item-list.grid li {
          width: 50%;
          padding: 10px 5px 0 5px; } }
      @media screen and (min-width: 768px) {
        .item-list.grid li {
          width: 25%;
          padding: 30px 15px 0 15px; } }
      .item-list.grid li a {
        border: 0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border-bottom-left-radius: 0;
        overflow: hidden; }
      .item-list.grid li .img-hold {
        width: 100%; }
      .item-list.grid li img {
        width: 10px;
        height: 10px; }
      .item-list.grid li .item-details {
        position: absolute;
        right: 30px;
        bottom: 0;
        left: 0;
        display: block;
        background: #f0f0f0;
        background: rgba(240, 240, 240, 0.9); }
        .item-list.grid li .item-details .item-title {
          display: block;
          width: 100%;
          padding: 10px 14px;
          color: #393939;
          font-size: 18px;
          line-height: 21px;
          font-family: var(--font-family);
          font-weight: 700;
          display: inline-block;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          letter-spacing: -0.5px; }
        .item-list.grid li .item-details .item-type {
          display: block;
          padding: 0 14px 6px 14px;
          margin-top: -8px;
          color: #6c6c6c;
          font-size: 10px;
          line-height: 14px;
          white-space: normal;
          text-transform: uppercase;
          letter-spacing: 1px; }
  @media screen and (min-width: 480px) {
    .item-list.thumbnail {
      display: block;
      margin-left: -5px;
      font-size: 0;
      overflow: hidden; } }
  @media screen and (min-width: 480px) and (min-width: 1020px) {
    .item-list.thumbnail {
      margin-right: -5px; }
      .lt-ie9 .item-list.thumbnail {
        margin-right: 0; } }
  .item-list.thumbnail li {
    width: 100%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    vertical-align: top; }
    @media screen and (min-width: 480px) {
      .item-list.thumbnail li {
        width: 50%;
        padding: 15px 15px; } }
    @media screen and (min-width: 768px) {
      .item-list.thumbnail li {
        width: 25%; } }
    .item-list.thumbnail li .img-hold {
      border: 1px solid #e6e6e6;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden; }
    .item-list.thumbnail li img {
      width: 100%;
      height: 100%; }
    .item-list.thumbnail li .item-details {
      display: block; }
      .item-list.thumbnail li .item-details .item-title {
        display: block;
        margin: 10px 0;
        color: #292929;
        font-size: 16px;
        line-height: 21px;
        font-weight: 700;
        letter-spacing: -0.5px; }
        @media screen and (min-width: 480px) {
          .item-list.thumbnail li .item-details .item-title {
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
        .lt-ie9 .item-list.thumbnail li .item-details .item-title {
          word-wrap: normal; }
  .item-list.grid .layout-loading a, .item-list.thumbnail .layout-loading a {
    cursor: default; }
    .item-list.grid .layout-loading a .img-hold:after, .item-list.thumbnail .layout-loading a .img-hold:after {
      content: none; }
    .item-list.grid .layout-loading a:hover, .item-list.grid .layout-loading a:focus, .item-list.grid .layout-loading a:active, .item-list.thumbnail .layout-loading a:hover, .item-list.thumbnail .layout-loading a:focus, .item-list.thumbnail .layout-loading a:active {
      text-decoration: none; }
      .item-list.grid .layout-loading a:hover .img-hold, .item-list.grid .layout-loading a:focus .img-hold, .item-list.grid .layout-loading a:active .img-hold, .item-list.thumbnail .layout-loading a:hover .img-hold, .item-list.thumbnail .layout-loading a:focus .img-hold, .item-list.thumbnail .layout-loading a:active .img-hold {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
  .item-list.grid .layout-loading .item-details .item-title, .item-list.grid .layout-loading .item-details .item-details, .item-list.grid .layout-loading .item-details .item-type, .item-list.grid .layout-loading .item-details .date, .item-list.thumbnail .layout-loading .item-details .item-title, .item-list.thumbnail .layout-loading .item-details .item-details, .item-list.thumbnail .layout-loading .item-details .item-type, .item-list.thumbnail .layout-loading .item-details .date {
    color: #cccccc;
    text-decoration: none; }
  .lt-ie9 .item-list.grid .layout-loading .item-details, .lt-ie9 .item-list.thumbnail .layout-loading .item-details {
    filter: none; }
  .item-list.grid .layout-loading .item-details .item-title, .item-list.grid .layout-loading .item-details .item-type {
    color: #e6e6e6;
    background-color: #e6e6e6; }
  .item-list.grid .layout-loading .img-hold {
    position: relative; }
  .item-list.thumbnail .layout-loading .item-details {
    position: relative; }

.news-widget .no-results, .news-widget .error {
  position: relative;
  display: block;
  padding: 25px;
  font-family: var(--font-family);
  color: #525252;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: center;
  background: transparent; }
  @media screen and (min-width: 768px) {
    .news-widget .no-results, .news-widget .error {
      padding: 40px; } }

.news-widget .categories {
  display: block;
  margin-bottom: 10px;
  overflow: hidden; }
  .news-widget .categories > label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }
  .news-widget .categories > select {
    float: right;
    display: block;
    padding: 2px 0 2px 4px;
    font-family: var(--font-family);
    font-size: 0.8125rem;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .news-widget .categories > select:hover, .news-widget .categories > select:active, .news-widget .categories > select:focus {
      border: 1px solid #b3b3b3; }

.news-widget > .articles li {
  display: block;
  margin-top: 12px; }
  .news-widget > .articles li:first-child {
    margin-top: 0; }
  .news-widget > .articles li a {
    position: relative;
    display: block;
    min-height: 75px;
    padding: 10px 10px 0 110px;
    text-decoration: none; }
    @media screen and (min-width: 480px) {
      .news-widget > .articles li a {
        padding: 10px 10px 0 120px; } }
    .news-widget > .articles li a:hover .img-hold, .news-widget > .articles li a:active .img-hold, .news-widget > .articles li a:focus .img-hold {
      opacity: 0.85;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
      filter: alpha(opacity=85); }
    .news-widget > .articles li a:hover .title, .news-widget > .articles li a:active .title, .news-widget > .articles li a:focus .title {
      text-decoration: underline;
      text-align: initial; }
  .news-widget > .articles li .img-hold {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e6e6e6;
    -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; }
    .news-widget > .articles li .img-hold:before {
      content: '';
      display: block;
      padding-bottom: 75%; }
    .lt-ie9 .news-widget > .articles li .img-hold {
      background: none; }
    .news-widget > .articles li .img-hold img {
      display: none; }
      .lt-ie9 .news-widget > .articles li .img-hold img {
        position: absolute;
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        display: block;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: auto; }
  .news-widget > .articles li .title {
    font-family: var(--font-family);
    color: #1F1F1F;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.25px;
    text-align: initial;
    position: relative;
    z-index: 0;
    display: block;
    max-height: 40px;
    overflow: hidden;
    /* Webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .news-widget > .articles li .title:after {
      content: '';
      position: absolute;
      top: 20px;
      right: 0;
      height: 20px;
      width: 60px;
      text-align: right;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear, to right, rgba(255, 255, 255, 0) 0%, white 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%); }
      .lt-ie10 .news-widget > .articles li .title:after {
        /* Hacking a gradient for IE9 using box shadow */
        box-shadow: inset -80px 0px 60px -60px #FFF;
        background: transparent; }
      .lt-ie9 .news-widget > .articles li .title:after {
        content: '░░▒▒▓▓██';
        box-shadow: none;
        color: #FFF;
        text-decoration: none; }
  .news-widget > .articles li .date {
    display: block;
    margin-top: 6px;
    font-family: var(--font-family);
    color: #787878;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: -0.25px; }
  .news-widget > .articles li .abstract {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }

.zone-homepage {
  position: relative;
  background: white; }
  .zone-homepage .item-list-heading {
    position: relative;
    padding: 0 140px 6px 10px;
    margin-top: 32px;
    border-bottom: 1px solid #CCCCCC; }
    @media screen and (min-width: 1020px) {
      .zone-homepage .item-list-heading {
        padding: 0 140px 6px 0;
        margin-left: 20px;
        margin-right: 20px; } }
    .zone-homepage .item-list-heading > h3 {
      display: block;
      padding-top: 2px;
      color: #393939;
      font-family: var(--font-family);
      font-size: 17px;
      line-height: 26px;
      letter-spacing: -0.5px;
      font-weight: 600; }
      @media screen and (min-width: 480px) {
        .zone-homepage .item-list-heading > h3 {
          padding-top: 6px; } }
    .zone-homepage .item-list-heading .more-button {
      position: absolute;
      top: 0;
      right: 10px;
      display: block;
      padding: 8px 12px;
      font-family: var(--font-family);
      color: #616161;
      font-size: 10px;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      background: #f0f0f0;
      -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;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
      @media screen and (min-width: 1020px) {
        .zone-homepage .item-list-heading .more-button {
          right: 0; } }
      .zone-homepage .item-list-heading .more-button:hover, .zone-homepage .item-list-heading .more-button:focus, .zone-homepage .item-list-heading .more-button:active {
        background: #e6e6e6; }
  .zone-homepage .content .no-results, .zone-homepage .content .error {
    position: relative;
    display: block;
    padding: 25px;
    font-family: var(--font-family);
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background: transparent; }
    @media screen and (min-width: 768px) {
      .zone-homepage .content .no-results, .zone-homepage .content .error {
        padding: 50px; } }
  .zone-homepage:first-child .tile-list {
    padding-top: 0; }
  .lt-ie9 .zone-homepage .grid-fixed.ui-grid {
    width: 100%; }
  .zone-homepage .site-link {
    position: absolute;
    top: 8px;
    right: 20px; }
    @media screen and (min-width: 1020px) {
      .zone-homepage .site-link {
        top: 12px; } }
    .zone-homepage .site-link:hover img, .zone-homepage .site-link:active img, .zone-homepage .site-link:focus img {
      opacity: 0.85;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
      filter: alpha(opacity=85); }
    .zone-homepage .site-link > span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
  .zone-homepage .ext-link {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-height: 70px;
    margin: 20px 10px 0 10px;
    padding-left: 86px;
    color: #0a2553;
    text-decoration: none; }
    @media screen and (min-width: 1020px) {
      .zone-homepage .ext-link {
        margin: 20px 20px 0 20px; } }
    .zone-homepage .ext-link:hover, .zone-homepage .ext-link:active, .zone-homepage .ext-link:focus {
      text-decoration: underline; }
    .zone-homepage .ext-link > img {
      position: absolute;
      top: 0;
      left: 0;
      height: 70px;
      width: 70px; }
    .zone-homepage .ext-link > .logo {
      display: block;
      margin-top: 20px;
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase; }
      .zone-homepage .ext-link > .logo > strong {
        font-weight: 600; }
  .zone-homepage .tile-list {
    padding-top: 40px;
    margin-left: 0;
    border-top: none;
    border-bottom: none; }
  @media screen and (min-width: 768px) {
    .zone-homepage .col.twitter-wrapper {
      padding-left: 30px;
      padding-right: 10px; } }
  @media screen and (min-width: 1020px) {
    .zone-homepage .col.twitter-wrapper {
      padding-right: 20px; } }
  .zone-homepage .col.twitter-wrapper .twitter-hold {
    min-height: 400px;
    padding: 24px 10px 10px 10px;
    margin-top: 32px;
    background: whitesmoke url("../img/sass-ui-loading/inline-loading-dark.gif") no-repeat center center;
    /* Remove loading gif on IE8 as Twitter widget is not supported */ }
    @media screen and (min-width: 768px) {
      .zone-homepage .col.twitter-wrapper .twitter-hold {
        padding: 24px 20px 20px 20px; } }
    .lt-ie9 .zone-homepage .col.twitter-wrapper .twitter-hold {
      background-image: none; }
    .zone-homepage .col.twitter-wrapper .twitter-hold h3 {
      display: block;
      margin-bottom: 10px;
      padding: 0 10px;
      font-family: var(--font-family);
      color: #1F1F1F;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: -0.25px; }
      .zone-homepage .col.twitter-wrapper .twitter-hold h3 a {
        color: #0360A6; }
    .zone-homepage .col.twitter-wrapper .twitter-hold p {
      display: block;
      padding: 10px 0;
      font-family: var(--font-family);
      font-size: 13px;
      line-height: 16px; }
    .zone-homepage .col.twitter-wrapper .twitter-hold .twitter-timeline > span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
    .zone-homepage .col.twitter-wrapper .twitter-hold iframe {
      background: whitesmoke; }
  .zone-homepage .col .news-container {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; }
    .zone-homepage .col .news-container:before {
      content: '';
      display: none; }
    @media screen and (min-width: 1020px) {
      .zone-homepage .col .news-container {
        padding: 0 0 0 20px; }
        .zone-homepage .col .news-container .categories {
          padding: 0 20px; } }

.button-box-container {
  padding: 0 10px 30px 10px;
  margin-top: 32px;
  border-top: 1px solid #CCCCCC; }
  @media screen and (min-width: 1020px) {
    .button-box-container {
      padding: 0 0 30px 0;
      margin-left: 20px;
      margin-right: 20px; } }
  .button-box-container > h3 {
    display: block;
    padding-top: 26px;
    font-family: var(--font-family);
    color: #393939;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-weight: 600; }
    .button-box-container > h3 > img {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-top: -4px;
      margin-left: 6px;
      vertical-align: middle; }
  .button-box-container > p {
    position: relative;
    display: block;
    padding-right: 120px;
    margin-top: 10px;
    font-family: var(--font-family);
    color: #1F1F1F;
    font-size: 15px;
    line-height: 18px; }
    .button-box-container > p > a {
      position: absolute;
      top: -8px;
      right: 0;
      padding: 8px 20px;
      color: white;
      font-size: 13px;
      line-height: 16px;
      text-decoration: none;
      background: #c43337; }
      .button-box-container > p > a:hover, .button-box-container > p > a:active, .button-box-container > p > a:focus {
        background: #9c282c; }

.events h4 {
  display: block;
  margin-bottom: 20px;
  color: #6c6c6c;
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }

.events .col {
  margin-top: 26px;
  padding: 0 10px; }
  .lt-ie9 .events .col {
    padding: 0 10px; }
  @media screen and (min-width: 768px) {
    .events .col.span_7 {
      padding-left: 10px; }
    .events .col.span_5 {
      padding-left: 60px;
      border-left: 1px solid #dbdbdb; } }
  @media screen and (min-width: 1020px) {
    .events .col {
      padding: 0; }
      .events .col.span_7 {
        padding-left: 20px; }
      .lt-ie9 .events .col {
        padding: 0; } }

.events .event-list {
  overflow: hidden;
  margin-top: -12px; }
  @media screen and (min-width: 768px) {
    .events .event-list {
      margin-top: 0; } }
  .events .event-list li {
    display: block;
    margin-top: 12px; }
    @media screen and (min-width: 480px) {
      .events .event-list li {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .events .event-list li {
        float: none;
        width: auto; }
        .events .event-list li:first-child {
          margin-top: 0; } }
    .events .event-list li.loading {
      cursor: default; }
      .events .event-list li.loading .date, .events .event-list li.loading .date .day, .events .event-list li.loading .title, .events .event-list li.loading .details, .events .event-list li.loading .description {
        color: #e0e0e0 !important;
        text-decoration: none; }
      .events .event-list li.loading .date, .events .event-list li.loading .date .day {
        color: #cccccc !important; }
      .events .event-list li.loading .img-hold {
        background: #ebebeb; }
      .events .event-list li.loading a {
        cursor: default; }

.events .event {
  position: relative;
  display: block;
  min-height: 62px;
  padding: 14px 20px 0 82px;
  font-family: var(--font-family);
  text-decoration: none; }
  .events .event:hover .img-hold, .events .event:active .img-hold, .events .event:focus .img-hold {
    background: #f0f0f0; }
  .events .event:hover .title, .events .event:active .title, .events .event:focus .title {
    text-decoration: underline; }
  .events .event:hover .description, .events .event:active .description, .events .event:focus .description {
    color: #393939; }
  .events .event.loading {
    cursor: default; }
    .events .event.loading .date, .events .event.loading .date .day, .events .event.loading .title, .events .event.loading .details, .events .event.loading .description {
      color: #e0e0e0 !important;
      text-decoration: none; }
    .events .event.loading .date, .events .event.loading .date .day {
      color: #cccccc !important; }
    .events .event.loading .img-hold {
      background: #ebebeb; }
  .events .event .title, .events .event .details, .events .event .description {
    width: 100%; }
  .events .event .img-hold {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 62px;
    font-size: 0;
    text-align: center;
    background: #ebebeb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -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; }
    .events .event .img-hold:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      height: 100%;
      vertical-align: middle; }
    .events .event .img-hold .date {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      color: #787878;
      font-size: 13px;
      letter-spacing: -0.5px; }
      .events .event .img-hold .date .day {
        display: block;
        margin-bottom: 2px;
        color: #1F1F1F;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -1.5px; }
  .events .event .title {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 4px;
    font-family: var(--font-family);
    color: #393939;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px; }
  .events .event .details {
    display: block;
    font-size: 13px;
    color: #616161;
    line-height: 14px;
    letter-spacing: -0.25px; }
  .events .event .description {
    font-size: 15px;
    color: #6c6c6c;
    line-height: 24px;
    letter-spacing: -0.25px; }
  .events .event.large {
    max-width: 520px;
    min-height: 168px;
    padding: 0; }
    @media screen and (min-width: 480px) {
      .events .event.large {
        padding: 20px 20px 0 198px; } }
    .events .event.large .img-hold {
      position: relative;
      width: 168px;
      height: 168px;
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        .events .event.large .img-hold {
          position: absolute;
          margin: 0; } }
      .events .event.large .img-hold .date {
        font-size: 21px; }
        .events .event.large .img-hold .date .day {
          font-size: 57px;
          letter-spacing: -2px; }
    .events .event.large .title {
      font-size: 23px;
      font-weight: 700;
      letter-spacing: -1px; }
    .events .event.large .details {
      margin-bottom: 8px;
      font-size: 14px;
      color: #393939;
      font-weight: 600; }

.partners-page {
  background: white; }
  .partners-page > .back-to-header {
    position: relative;
    display: inline-block;
    margin: 10px 35px 0 35px;
    padding: 0;
    color: #525252;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 0;
    /*Remving default ui-type link styling*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }
    .partners-page > .back-to-header:hover, .partners-page > .back-to-header:active, .partners-page > .back-to-header:focus {
      color: #525252;
      text-decoration: none;
      border-bottom: 0; }
      .partners-page > .back-to-header:hover > span, .partners-page > .back-to-header:active > span, .partners-page > .back-to-header:focus > span {
        text-decoration: underline; }
    .partners-page > .back-to-header svg {
      position: relative;
      top: 2px;
      height: 13px;
      width: 13px;
      margin-right: 6px;
      fill: var(--accent, #0360A6); }
  .partners-page > h2 {
    display: block;
    padding: 35px;
    color: #393939;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.25px;
    border-bottom: 1px solid #cccccc; }
    @media screen and (min-width: 768px) {
      .partners-page > h2 {
        font-size: 32px; } }
  .partners-page > p {
    padding: 0 35px;
    margin: 20px 0;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 150%; }
    .partners-page > p > a {
      color: var(--accent, #0360A6);
      text-decoration: underline; }
      .partners-page > p > a:hover, .partners-page > p > a:active, .partners-page > p > a:focus {
        text-decoration: none; }
  .partners-page > nav {
    position: relative;
    border-bottom: 1px solid #cccccc; }
    @media screen and (min-width: 768px) {
      .partners-page > nav {
        padding: 10px 35px 20px 35px;
        padding-right: 110px;
        white-space: normal; } }
    @media screen and (min-width: 768px) {
      .partners-page > nav.open {
        padding: 10px 35px 20px 35px;
        padding-right: 110px; } }
    .partners-page > nav.open ul {
      height: auto;
      min-height: 82px; }
      .partners-page > nav.open ul + .more:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #b3b3b3 transparent; }
        .lt-ie9 .partners-page > nav.open ul + .more:after {
          content: ' '; }
    @media screen and (max-width: 767px) {
      .partners-page > nav:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 75%);
        background: linear, to right, rgba(255, 255, 255, 0) 0%, white 75%;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        pointer-events: none; } }
    .partners-page > nav ul {
      padding: 10px 20px 10px 20px;
      font-size: 0;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      @media screen and (min-width: 768px) {
        .partners-page > nav ul {
          height: 42px;
          padding-left: 5px;
          padding-bottom: 0;
          padding-top: 0;
          white-space: normal;
          overflow: hidden; } }
      .partners-page > nav ul li {
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        vertical-align: top; }
        @media screen and (min-width: 768px) {
          .partners-page > nav ul li {
            margin-right: 20px; } }
        .partners-page > nav ul li button {
          display: block;
          height: 28px;
          padding: 0 16px;
          font-family: var(--font-family);
          color: #1F1F1F;
          font-size: 13px;
          line-height: 26px;
          text-align: center;
          border: 1px solid #CCCCCC;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px;
          background: transparent; }
          .partners-page > nav ul li button.all {
            border-color: #26c65c; }
            .partners-page > nav ul li button.all:hover, .partners-page > nav ul li button.all:focus, .partners-page > nav ul li button.all:active {
              background: rgba(38, 198, 92, 0.1); }
            .partners-page > nav ul li button.all.selected {
              color: white;
              background: #26c65c; }
          .partners-page > nav ul li button.dance {
            border-color: #8d2a24; }
            .partners-page > nav ul li button.dance:hover, .partners-page > nav ul li button.dance:focus, .partners-page > nav ul li button.dance:active {
              background: rgba(141, 42, 36, 0.1); }
            .partners-page > nav ul li button.dance.selected {
              color: white;
              background: #8d2a24; }
          .partners-page > nav ul li button.combined-arts {
            border-color: #4592a2; }
            .partners-page > nav ul li button.combined-arts:hover, .partners-page > nav ul li button.combined-arts:focus, .partners-page > nav ul li button.combined-arts:active {
              background: rgba(69, 146, 162, 0.1); }
            .partners-page > nav ul li button.combined-arts.selected {
              color: white;
              background: #4592a2; }
          .partners-page > nav ul li button.digital {
            border-color: #de7031; }
            .partners-page > nav ul li button.digital:hover, .partners-page > nav ul li button.digital:focus, .partners-page > nav ul li button.digital:active {
              background: rgba(222, 112, 49, 0.1); }
            .partners-page > nav ul li button.digital.selected {
              color: white;
              background: #de7031; }
          .partners-page > nav ul li button.film {
            border-color: #c62c60; }
            .partners-page > nav ul li button.film:hover, .partners-page > nav ul li button.film:focus, .partners-page > nav ul li button.film:active {
              background: rgba(198, 44, 96, 0.1); }
            .partners-page > nav ul li button.film.selected {
              color: white;
              background: #c62c60; }
          .partners-page > nav ul li button.heritage {
            border-color: #936c2b; }
            .partners-page > nav ul li button.heritage:hover, .partners-page > nav ul li button.heritage:focus, .partners-page > nav ul li button.heritage:active {
              background: rgba(147, 108, 43, 0.1); }
            .partners-page > nav ul li button.heritage.selected {
              color: white;
              background: #936c2b; }
          .partners-page > nav ul li button.literature {
            border-color: #c43a2d; }
            .partners-page > nav ul li button.literature:hover, .partners-page > nav ul li button.literature:focus, .partners-page > nav ul li button.literature:active {
              background: rgba(196, 58, 45, 0.1); }
            .partners-page > nav ul li button.literature.selected {
              color: white;
              background: #c43a2d; }
          .partners-page > nav ul li button.culture {
            border-color: #8632e0; }
            .partners-page > nav ul li button.culture:hover, .partners-page > nav ul li button.culture:focus, .partners-page > nav ul li button.culture:active {
              background: rgba(134, 50, 224, 0.1); }
            .partners-page > nav ul li button.culture.selected {
              color: white;
              background: #8632e0; }
          .partners-page > nav ul li button.craft {
            border-color: #339e68; }
            .partners-page > nav ul li button.craft:hover, .partners-page > nav ul li button.craft:focus, .partners-page > nav ul li button.craft:active {
              background: rgba(51, 158, 104, 0.1); }
            .partners-page > nav ul li button.craft.selected {
              color: white;
              background: #339e68; }
          .partners-page > nav ul li button.drama {
            border-color: #8d2a24; }
            .partners-page > nav ul li button.drama:hover, .partners-page > nav ul li button.drama:focus, .partners-page > nav ul li button.drama:active {
              background: rgba(141, 42, 36, 0.1); }
            .partners-page > nav ul li button.drama.selected {
              color: white;
              background: #8d2a24; }
          .partners-page > nav ul li button.music {
            border-color: #2a29cf; }
            .partners-page > nav ul li button.music:hover, .partners-page > nav ul li button.music:focus, .partners-page > nav ul li button.music:active {
              background: rgba(42, 41, 207, 0.1); }
            .partners-page > nav ul li button.music.selected {
              color: white;
              background: #2a29cf; }
          .partners-page > nav ul li button.visual-arts {
            border-color: #b631e2; }
            .partners-page > nav ul li button.visual-arts:hover, .partners-page > nav ul li button.visual-arts:focus, .partners-page > nav ul li button.visual-arts:active {
              background: rgba(182, 49, 226, 0.1); }
            .partners-page > nav ul li button.visual-arts.selected {
              color: white;
              background: #b631e2; }
          .partners-page > nav ul li button.tbc {
            border-color: #8f8f8f; }
            .partners-page > nav ul li button.tbc:hover, .partners-page > nav ul li button.tbc:focus, .partners-page > nav ul li button.tbc:active {
              background: rgba(143, 143, 143, 0.1); }
            .partners-page > nav ul li button.tbc.selected {
              color: white;
              background: #8f8f8f; }
    .partners-page > nav > .more {
      position: absolute;
      top: 24px;
      right: 20px;
      display: none;
      padding: 0;
      margin: 0;
      color: var(--accent, #0360A6);
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
      text-decoration: none;
      background: transparent;
      border: 0; }
      .partners-page > nav > .more:hover, .partners-page > nav > .more:active, .partners-page > nav > .more:focus {
        text-decoration: underline; }
      .partners-page > nav > .more:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: 6px;
        vertical-align: middle;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #b3b3b3 transparent transparent transparent; }
      @media screen and (min-width: 768px) {
        .partners-page > nav > .more {
          display: block; } }
  .partners-page > .blocks {
    width: 100%;
    padding: 10px;
    font-size: 0;
    background: #e6e6e6;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .partners-page > .blocks {
        padding: 10px 20px; } }
    .partners-page > .blocks .partner-block {
      padding: 10px; }
      @media screen and (min-width: 480px) {
        .partners-page > .blocks .partner-block {
          display: inline-block;
          width: 50%;
          vertical-align: top; } }
      @media screen and (min-width: 768px) {
        .partners-page > .blocks .partner-block {
          width: 33.3333%; } }
      .lt-ie9 .partners-page > .blocks .partner-block {
        display: inline-block;
        vertical-align: top; }
      .partners-page > .blocks .partner-block .info {
        background: white;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .partners-page > .blocks .partner-block .info.dance .title {
          border-bottom-color: #8d2a24; }
        .partners-page > .blocks .partner-block .info.combined-arts .title {
          border-bottom-color: #4592a2; }
        .partners-page > .blocks .partner-block .info.digital .title {
          border-bottom-color: #de7031; }
        .partners-page > .blocks .partner-block .info.film .title {
          border-bottom-color: #c62c60; }
        .partners-page > .blocks .partner-block .info.heritage .title {
          border-bottom-color: #936c2b; }
        .partners-page > .blocks .partner-block .info.literature .title {
          border-bottom-color: #c43a2d; }
        .partners-page > .blocks .partner-block .info.culture .title {
          border-bottom-color: #8632e0; }
        .partners-page > .blocks .partner-block .info.craft .title {
          border-bottom-color: #339e68; }
        .partners-page > .blocks .partner-block .info.drama .title {
          border-bottom-color: #8d2a24; }
        .partners-page > .blocks .partner-block .info.music .title {
          border-bottom-color: #2a29cf; }
        .partners-page > .blocks .partner-block .info.visual-arts .title {
          border-bottom-color: #b631e2; }
        .partners-page > .blocks .partner-block .info.tbc .title {
          border-bottom-color: #8f8f8f; }
        .partners-page > .blocks .partner-block .info .title {
          display: block;
          padding: 15px 20px 12px 20px;
          color: #2c2c2c;
          font-size: 16px;
          font-weight: 600;
          border-bottom: 2px solid #CCCCCC; }
        .partners-page > .blocks .partner-block .info .detail {
          position: relative;
          display: inline-block;
          height: 204px;
          color: #1F1F1F;
          font-size: 12px;
          line-height: 18px;
          border-width: 20px;
          border-style: solid;
          border-color: white;
          overflow: hidden; }
          .lt-ie9 .partners-page > .blocks .partner-block .info .detail {
            border-bottom-width: 8px;
            height: 194px; }
          .partners-page > .blocks .partner-block .info .detail:after {
            content: '';
            position: absolute;
            bottom: 16px;
            right: 0;
            left: 0;
            display: block;
            height: 24px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white), color-stop(100%, white));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
            background: linear, to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
          .partners-page > .blocks .partner-block .info .detail.expanded {
            height: auto;
            padding-bottom: 18px; }
            .partners-page > .blocks .partner-block .info .detail.expanded:after {
              display: none; }
          .partners-page > .blocks .partner-block .info .detail .show-text {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            display: block;
            width: 100%;
            color: var(--accent, #0360A6);
            font-size: 13px;
            line-height: 16px;
            font-weight: 600;
            text-align: right;
            border: 0;
            background: white; }
            .partners-page > .blocks .partner-block .info .detail .show-text:hover, .partners-page > .blocks .partner-block .info .detail .show-text:focus, .partners-page > .blocks .partner-block .info .detail .show-text:active {
              color: #060606; }
          .partners-page > .blocks .partner-block .info .detail img {
            float: right;
            max-width: 170px;
            margin: 0 0 10px 10px;
            border: 1px solid #CCCCCC;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px; }
          .partners-page > .blocks .partner-block .info .detail p {
            margin-top: 16px; }
            .partners-page > .blocks .partner-block .info .detail p:first-of-type {
              margin-top: 0; }
            .lt-ie9 .partners-page > .blocks .partner-block .info .detail p {
              margin-top: 0;
              margin-bottom: 16px; }
          .partners-page > .blocks .partner-block .info .detail ul {
            margin-top: 10px; }
            .partners-page > .blocks .partner-block .info .detail ul li {
              margin-top: 6px;
              margin-left: 15px;
              list-style-type: disc; }
              .partners-page > .blocks .partner-block .info .detail ul li:first-child {
                margin-top: 0; }
        .partners-page > .blocks .partner-block .info .show-more {
          display: block;
          width: 100%;
          margin: 0;
          padding: 16px 20px;
          color: var(--accent, #0360A6);
          font-size: 12px;
          font-weight: 600;
          text-align: left;
          background: transparent;
          border: 0;
          border-top: 1px solid #CCCCCC; }
          .partners-page > .blocks .partner-block .info .show-more:hover, .partners-page > .blocks .partner-block .info .show-more:focus, .partners-page > .blocks .partner-block .info .show-more:active {
            color: #393939; }
          .partners-page > .blocks .partner-block .info .show-more.open + .contact {
            display: block; }
        .partners-page > .blocks .partner-block .info .resource-link {
          position: relative;
          display: block;
          padding: 16px 20px;
          color: var(--accent, #0360A6);
          font-size: 12px;
          line-height: 14px;
          font-weight: 600; }
          .partners-page > .blocks .partner-block .info .resource-link:before {
            content: '';
            position: absolute;
            top: 0;
            left: 20px;
            right: 20px;
            height: 1px;
            background: #dbdbdb; }
        .partners-page > .blocks .partner-block .info .contact {
          position: relative;
          display: none;
          padding: 20px;
          border-top: 1px solid #CCCCCC; }
          .partners-page > .blocks .partner-block .info .contact:before, .partners-page > .blocks .partner-block .info .contact:after {
            content: '';
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            border: solid transparent; }
          .partners-page > .blocks .partner-block .info .contact:after {
            right: 11px;
            border-top-color: white;
            border-width: 10px; }
          .partners-page > .blocks .partner-block .info .contact:before {
            right: 10px;
            border-top-color: #b3b3b3;
            border-width: 11px; }
          .partners-page > .blocks .partner-block .info .contact > span {
            display: block;
            margin-top: 12px;
            color: #1F1F1F;
            font-size: 14px;
            line-height: 15px;
            font-weight: 600;
            letter-spacing: -0.25px; }
            .partners-page > .blocks .partner-block .info .contact > span:first-child {
              margin-top: 0; }
            .partners-page > .blocks .partner-block .info .contact > span a {
              display: inline-block;
              max-width: 100%;
              color: var(--accent, #0360A6);
              font-weight: 400;
              text-decoration: underline;
              word-wrap: break-word;
              word-break: break-all; }
              .partners-page > .blocks .partner-block .info .contact > span a:hover, .partners-page > .blocks .partner-block .info .contact > span a:focus, .partners-page > .blocks .partner-block .info .contact > span a:active {
                text-decoration: none; }
          .partners-page > .blocks .partner-block .info .contact address {
            display: block;
            margin-top: 20px;
            color: #393939;
            font-size: 12px;
            line-height: 18px; }
            .partners-page > .blocks .partner-block .info .contact address strong {
              font-weight: 600; }
          .partners-page > .blocks .partner-block .info .contact .google-maps {
            position: relative;
            display: block;
            margin-top: 10px;
            padding-right: 30px;
            color: var(--accent, #0360A6);
            font-size: 12px;
            font-weight: 600;
            line-height: 18px;
            text-decoration: none; }
            .partners-page > .blocks .partner-block .info .contact .google-maps:after {
              content: '\a3';
              position: absolute;
              top: -1px;
              right: 0;
              font-family: mls-ui-icons;
              font-weight: normal;
              font-style: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #CCCCCC;
              font-size: 18px;
              text-decoration: none; }

.login-page {
  position: relative;
  background: #FFF; }
  .login-page .ui-login {
    padding: 30px 20px 0 20px;
    background: var(--ui-background); }
    @media screen and (min-width: 768px) {
      .login-page .ui-login {
        padding: 40px 40px 0 40px; } }
    .login-page .ui-login .field {
      padding: 20px 0 0 0;
      text-align: left;
      font-family: var(--font-family); }
      @media screen and (min-width: 768px) {
        .login-page .ui-login .field {
          padding: 30px 0 0 0; } }
      .login-page .ui-login .field:first-child {
        padding: 0; }
      .login-page .ui-login .field .validation-error {
        padding: 0 0 15px 0;
        color: #e00000;
        font-size: 14px;
        line-height: 140%;
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          .login-page .ui-login .field .validation-error {
            padding: 0 0 20px 0; } }
      .login-page .ui-login .field label {
        display: block;
        padding-bottom: 10px;
        font-size: 16px;
        color: #525252;
        font-weight: 600; }
      .login-page .ui-login .field > input#alias,
      .login-page .ui-login .field > input[type="password"], .login-page .ui-login .field p.filename, .login-page .ui-login .field textarea {
        padding: 12px 16px;
        width: 100%;
        resize: none;
        font-size: 15px;
        color: #525252;
        font-family: var(--font-family);
        background: #f4f4f4;
        border: 1px solid #cccccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .login-page .ui-login .field > input#alias:disabled, .login-page .ui-login .field > input#alias.disabled,
        .login-page .ui-login .field > input[type="password"]:disabled,
        .login-page .ui-login .field > input[type="password"].disabled, .login-page .ui-login .field p.filename:disabled, .login-page .ui-login .field p.filename.disabled, .login-page .ui-login .field textarea:disabled, .login-page .ui-login .field textarea.disabled {
          font-style: italic;
          color: #9f9f9f; }
      .login-page .ui-login .field a {
        font-weight: normal;
        color: var(--accent-darken-20); }
        .login-page .ui-login .field a:hover, .login-page .ui-login .field a:focus, .login-page .ui-login .field a:active {
          text-decoration: none; }
      .login-page .ui-login .field.field-remember {
        display: block;
        padding: 20px 0 10px 0;
        text-align: left; }
        .login-page .ui-login .field.field-remember label {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          padding: 0;
          font-size: 14px;
          color: #525252;
          font-weight: 600;
          vertical-align: middle; }
          .login-page .ui-login .field.field-remember label:hover {
            text-decoration: underline; }
          .login-page .ui-login .field.field-remember label a {
            margin-left: 4px; }
        .login-page .ui-login .field.field-remember input {
          position: relative;
          top: 1px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: auto;
          vertical-align: middle; }
          .lt-ie9 .login-page .ui-login .field.field-remember input:focus, .lt-ie9 .login-page .ui-login .field.field-remember input:active {
            outline: 1px solid var(--accent); }
          .login-page .ui-login .field.field-remember input:focus + label, .login-page .ui-login .field.field-remember input:active + label {
            text-decoration: underline; }
        .login-page .ui-login .field.field-remember.field-terms {
          padding: 15px 0; }
    .login-page .ui-login .field-submit {
      padding: 0 0 30px 0; }
      @media screen and (min-width: 768px) {
        .login-page .ui-login .field-submit {
          padding: 0 0 40px 0; } }
      .login-page .ui-login .field-submit .submit-button {
        height: 40px;
        padding: 0 20px;
        margin: 0;
        width: 100%;
        line-height: 40px;
        font-family: var(--font-family);
        font-size: 15px;
        color: var(--accent-contrast);
        border: 0;
        background: var(--accent);
        -webkit-box-shadow: 0 2px 0 var(--accent-hover);
        -moz-box-shadow: 0 2px 0 var(--accent-hover);
        box-shadow: 0 2px 0 var(--accent-hover);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .login-page .ui-login .field-submit .submit-button:hover, .login-page .ui-login .field-submit .submit-button:active, .login-page .ui-login .field-submit .submit-button:focus {
          background: var(--accent-hover); }
        .login-page .ui-login .field-submit .submit-button.disabled {
          background: rgba(var(--accent_rgb), 0.3);
          -webkit-box-shadow: 0 2px 0 rgba(var(--accent_rgb), 0.5);
          -moz-box-shadow: 0 2px 0 rgba(var(--accent_rgb), 0.5);
          box-shadow: 0 2px 0 rgba(var(--accent_rgb), 0.5);
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          .login-page .ui-login .field-submit .submit-button.disabled:hover, .login-page .ui-login .field-submit .submit-button.disabled:active, .login-page .ui-login .field-submit .submit-button.disabled:focus {
            background: rgba(var(--accent_rgb), 0.3);
            cursor: not-allowed; }
  @media screen and (min-width: 768px) {
    .login-page:before {
      content: '';
      position: absolute;
      top: 60px;
      left: 50%;
      bottom: 0;
      width: 1px;
      background: #DBDBDB; } }
  .login-page .title {
    text-align: center;
    font-size: 17px;
    color: #393939;
    line-height: 60px;
    border-bottom: 1px solid #DBDBDB; }
    .login-page .title span {
      font-weight: bold;
      color: #326A9A; }
  .login-page .login-page-fields, .login-page .login-text {
    padding: 20px 30px 20px 30px; }
    @media screen and (min-width: 768px) {
      .login-page .login-page-fields, .login-page .login-text {
        padding: 35px 60px 40px 60px; } }
  .login-page .ui-login {
    padding: 0; }
    .login-page .ui-login .field.field-remember input {
      top: -1px;
      margin-right: 4px; }
    .login-page .ui-login .field label {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0; }
  .login-page .login-page-fields p a {
    color: #0360A6;
    font-weight: bold; }
    .login-page .login-page-fields p a:hover, .login-page .login-page-fields p a:active, .login-page .login-page-fields p a:focus {
      text-decoration: none; }
    .login-page .login-page-fields p a:focus {
      outline: auto; }
  .login-page .field-submit {
    padding: 0;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .login-page .field-submit {
        margin-top: 30px; } }
  .login-page .ui-typography * {
    letter-spacing: 0; }
  .login-page .ui-typography h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0; }
  .login-page .ui-typography p {
    line-height: 160%; }

.abstract-text {
  color: #666666;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px; }

[dol] {
  display: initial !important; }

[dol-print] {
  display: none !important; }

#aole-v2 > .aole-v2-content {
  background: white; }
  @media screen and (max-width: 768px) {
    #aole-v2 > .aole-v2-content {
      padding: 0px 20px 40px 20px; } }
  #aole-v2 > .aole-v2-content > .grid .related h3 {
    color: #666666;
    font-weight: bold;
    letter-spacing: 1.12px;
    line-height: 20px; }
  #aole-v2 > .aole-v2-content > .grid .related li {
    margin-top: 10px;
    min-height: 26px;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: normal;
    vertical-align: middle; }
    #aole-v2 > .aole-v2-content > .grid .related li a {
      color: #0360A6;
      text-decoration: none;
      font-weight: bold; }
      #aole-v2 > .aole-v2-content > .grid .related li a:hover {
        text-decoration: underline;
        color: #3B7DC5; }
  #aole-v2 > .aole-v2-content > .grid.typography {
    margin-bottom: 25px; }
  #aole-v2 > .aole-v2-content > nav.grid {
    padding: 32px 0 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #0360A6;
    max-width: 959px; }
    #aole-v2 > .aole-v2-content > nav.grid h2 {
      font-size: 1.125rem;
      line-height: 2.125rem;
      font-weight: 600;
      margin-bottom: 10px; }
    #aole-v2 > .aole-v2-content > nav.grid ol {
      list-style: decimal;
      list-style-position: inside;
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
      @media screen and (min-width: 768px) {
        #aole-v2 > .aole-v2-content > nav.grid ol {
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; } }
      #aole-v2 > .aole-v2-content > nav.grid ol li {
        margin: 0 0 10px 25px;
        min-height: 26px;
        padding-left: 5px;
        font-size: 1.125rem;
        line-height: 1.625rem;
        letter-spacing: normal;
        vertical-align: middle;
        display: list-item;
        list-style-position: outside; }
        #aole-v2 > .aole-v2-content > nav.grid ol li a {
          color: #0360A6;
          text-decoration: none;
          font-weight: bold; }
          #aole-v2 > .aole-v2-content > nav.grid ol li a:hover {
            text-decoration: underline;
            color: #3B7DC5; }
    @media screen and (max-width: 414px) {
      #aole-v2 > .aole-v2-content > nav.grid {
        padding-left: 15px;
        padding-right: 15px; } }
  @media screen and (max-width: 414px) {
    #aole-v2 > .aole-v2-content > .grid {
      padding-left: 15px;
      padding-right: 15px; } }
  #aole-v2 > .aole-v2-content > .grid > h2 {
    margin-bottom: 46px; }
  #aole-v2 > .aole-v2-content > .tab-next-prev {
    padding: 65px 0; }
    #aole-v2 > .aole-v2-content > .tab-next-prev p {
      padding-top: 8px;
      margin: 0 30px;
      font-size: 1rem;
      line-height: 1.375rem; }
    @media screen and (max-width: 414px) {
      #aole-v2 > .aole-v2-content > .tab-next-prev {
        padding-left: 15px;
        padding-right: 15px; } }
  #aole-v2 > .aole-v2-content > .explore-links .tile-list {
    border-bottom: 0; }
    #aole-v2 > .aole-v2-content > .explore-links .tile-list h2 {
      margin: 0; }

.glossary-container {
  padding: 20px 0; }
  .glossary-container p {
    position: relative; }
  .glossary-container gloss {
    display: inline;
    position: relative;
    line-height: 18px;
    color: red;
    border-bottom: dashed 1px red; }
    .glossary-container gloss:hover {
      color: #0360A6;
      border-bottom-color: #0360A6; }
  .glossary-container .gloss-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: block;
    width: 512px;
    padding: 15px;
    margin-top: 25px;
    color: #fff;
    border: none;
    background-color: red; }
  .glossary-container .gloss-content.gc-right {
    left: unset;
    right: 0; }
    .glossary-container .gloss-content.gc-right > .gloss-pointer {
      left: unset;
      right: 20px; }
  .glossary-container .gloss-content.gc-center {
    left: 192px; }
    .glossary-container .gloss-content.gc-center > .gloss-pointer {
      left: 206px; }
  .glossary-container .gloss-content[id^="gc"] {
    visibility: hidden; }
  .glossary-container gloss[id="g-01"]:hover ~ .gloss-content[id="gc-01"] {
    visibility: visible; }
  .glossary-container gloss[id="g-02"]:hover ~ .gloss-content[id="gc-02"] {
    visibility: visible; }
  .glossary-container gloss[id="g-03"]:hover ~ .gloss-content[id="gc-03"] {
    visibility: visible; }
  .glossary-container gloss[id="g-04"]:hover ~ .gloss-content[id="gc-04"] {
    visibility: visible; }
  .glossary-container .gloss-content > .gloss-pointer, .glossary-container .gloss-content[gloss-pointer="true"] {
    content: "";
    position: absolute;
    top: -25px;
    left: 20px;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent red transparent;
    z-index: 999; }
  .glossary-container gloss:hover .gloss-content {
    visibility: visible; }
  @media screen and (min-width: 320px) and (max-width: 414px) {
    .glossary-container .gloss-content {
      position: absolute;
      left: 0;
      width: 100%;
      display: inline-block; }
    .glossary-container .gloss-content.gc-right {
      left: 0; }
    .glossary-container .gloss-content.gc-center {
      left: 0; } }

.curriculum-landing .explore-links {
  padding-bottom: 25px;
  border-bottom: 2px solid #E5E5E5; }

.explore-links > .grid {
  padding-bottom: 40px;
  border-bottom: 2px solid #E5E5E5; }
  .explore-links > .grid:last-child {
    padding-bottom: 0;
    border-bottom: none; }

@media screen and (max-width: 768px) {
  .explore-links:not(.c-block) {
    padding: 0 20px; } }

.explore-links:not(.c-block) > .grid {
  padding: 50px 0 0 0;
  border-bottom: 0;
  border-top: 10px solid #E5E5E5; }
  .explore-links:not(.c-block) > .grid h2 {
    padding: 0;
    margin: 0 0 31px 0 !important;
    font-size: 2.25rem;
    line-height: 26px;
    color: #1f1f1f; }

.explore-links h2 {
  margin-bottom: 0.5em;
  font-size: 1.9375rem;
  line-height: 120%;
  font-weight: bold; }

.explore-links .typography {
  font-size: 16px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .explore-links .typography {
      margin-bottom: 0; } }

.explore-links .links-list {
  overflow: hidden; }
  @media screen and (min-width: 667px) {
    .explore-links .links-list .col:last-child {
      float: left; } }
  @media screen and (min-width: 667px) and (max-width: 768px) {
    .explore-links .links-list .col {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .explore-links .links-list {
      margin-left: -15px; }
      .explore-links .links-list .col {
        border-left-width: 15px;
        padding-left: 15px; } }
  .explore-links .links-list a {
    position: relative;
    margin-bottom: 15px;
    display: block;
    color: white;
    font-size: 1.3125rem;
    line-height: 125%;
    background-image: -webkit-linear-gradient(left, #1F446D, #1F446D);
    background-image: linear-gradient(to right, #1F446D, #1F446D); }
    .explore-links .links-list a.expressive-arts {
      background-image: -webkit-linear-gradient(left, #eb7631, #de3f45);
      background-image: linear-gradient(to right, #eb7631, #de3f45); }
    .explore-links .links-list a.humanities {
      background-image: -webkit-linear-gradient(left, #de3f45, #9c32c6);
      background-image: linear-gradient(to right, #de3f45, #9c32c6); }
    .explore-links .links-list a.health-well-being {
      background-image: -webkit-linear-gradient(left, #9c32c6, #622acd);
      background-image: linear-gradient(to right, #9c32c6, #622acd); }
    .explore-links .links-list a.science-technology {
      background-image: -webkit-linear-gradient(left, #622acd, #1c54e7);
      background-image: linear-gradient(to right, #622acd, #1c54e7); }
    .explore-links .links-list a.mathematics-numeracy {
      background-image: -webkit-linear-gradient(left, #1c54e7, #00b3a1);
      background-image: linear-gradient(to right, #1c54e7, #00b3a1); }
    .explore-links .links-list a.languages-literacy-communication {
      background-image: -webkit-linear-gradient(left, #00b3a1, #babf42);
      background-image: linear-gradient(to right, #00b3a1, #babf42); }
    .explore-links .links-list a:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 91%; }
    .explore-links .links-list a .title {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 25px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .explore-links .links-list a:hover .title {
      text-decoration: underline; }

.anchor-list {
  padding: 10px 0 10px 20px;
  margin-bottom: 12px;
  border-left: 3px solid #0360A6;
  font-size: 0; }
  .anchor-list h2, .anchor-list li {
    padding-bottom: 12px;
    line-height: 125%;
    font-weight: bold;
    word-wrap: break-word; }
  .anchor-list h2 {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #999999; }
  .anchor-list li.expanded > ul {
    display: block; }
  .anchor-list li.expanded > [expand-collapse] > svg {
    transform: rotate(0); }
  .anchor-list li:last-child {
    padding-bottom: 0; }
  .anchor-list li a {
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: bold;
    color: #0360A6;
    text-decoration: none;
    word-wrap: break-word; }
    .anchor-list li a:hover {
      color: #3B7DC5;
      text-decoration: underline; }
    .anchor-list li a.selected {
      color: #323232; }
  .anchor-list li > ul {
    padding: 10px 0 0 20px;
    display: none; }
  .anchor-list li > [expand-collapse] {
    display: inline-block;
    padding: 1px 6px;
    margin-left: 4px;
    vertical-align: top;
    height: 17px;
    width: 22px;
    border: none;
    background: none; }
    .anchor-list li > [expand-collapse]:hover > svg {
      fill: #3B7DC5; }
    .anchor-list li > [expand-collapse] > svg {
      width: 12px;
      transform: rotate(180deg);
      fill: #0360A6; }

.topic-card > ul {
  font-size: 0; }
  .topic-card > ul > li {
    margin-bottom: 20px;
    min-height: 62px; }
    @media screen and (min-width: 667px) {
      .topic-card > ul > li {
        min-height: 112px; } }
    .topic-card > ul > li:last-child {
      margin-bottom: 0; }
    .topic-card > ul > li > div {
      display: block;
      vertical-align: top;
      margin-left: 90px;
      color: #666666; }
      @media screen and (min-width: 667px) {
        .topic-card > ul > li > div {
          margin-left: 158px; } }
      .topic-card > ul > li > div .description {
        display: block;
        margin-bottom: 3px;
        font-size: 1rem;
        color: #1F1F1F;
        line-height: 155%; }
      .topic-card > ul > li > div time {
        display: inline-block;
        margin-right: 20px;
        font-size: 0.9375rem;
        line-height: 150%; }
      .topic-card > ul > li > div ul {
        display: inline-block;
        font-size: 0; }
        .topic-card > ul > li > div ul li {
          display: inline-block;
          margin-right: 5px;
          font-size: 0.9375rem;
          line-height: 150%; }
          .topic-card > ul > li > div ul li:after {
            content: ','; }
          .topic-card > ul > li > div ul li:last-child:after {
            display: none; }
    @media screen and (min-width: 667px) {
      .curriculum-landing .topic-card > ul > li {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding-left: 40px; }
        .curriculum-landing .topic-card > ul > li:nth-child(odd) {
          margin-left: -40px; } }
    .topic-card > ul > li a {
      position: relative;
      display: inline-block;
      margin-left: 90px;
      font-size: 1.25rem;
      color: #0360A6;
      font-weight: bold;
      letter-spacing: -0.02em;
      line-height: 126%;
      text-decoration: none; }
      @media screen and (min-width: 667px) {
        .topic-card > ul > li a {
          margin-left: 158px;
          font-size: 1.375rem; } }
      .topic-card > ul > li a .img-hold {
        float: right;
        position: absolute;
        left: -90px;
        top: 0;
        display: inline-block;
        vertical-align: top;
        width: 80px;
        border: 2px solid #E5E5E5;
        background: no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
        @media screen and (min-width: 667px) {
          .topic-card > ul > li a .img-hold {
            width: 148px;
            left: -158px; } }
        .topic-card > ul > li a .img-hold:after {
          content: '';
          padding-top: 75%;
          display: block; }
      .topic-card > ul > li a:hover {
        color: #3B7DC5; }

@media screen and (min-width: 667px) {
  .grid-topic > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 40px; }
    .grid-topic > ul > li:nth-child(odd) {
      margin-left: -40px; }
    .grid-topic > ul > li > div ul li {
      display: inline-block;
      font-size: 0.9375rem;
      line-height: 150%;
      margin-right: 5px; }
  .grid-topic a {
    margin-left: 158px; } }
  @media screen and (min-width: 667px) and (min-width: 667px) {
    .grid-topic a {
      margin-left: 158px; } }

@media screen and (min-width: 667px) {
    .grid-topic a .img-hold {
      left: -158px;
      vertical-align: top;
      width: 148px; } }

.doc-download > ul > li {
  position: relative;
  min-height: 112px;
  padding-left: 100px;
  margin-bottom: 20px;
  font-size: 0;
  color: #666666;
  text-decoration: none; }
  .doc-download > ul > li:last-child {
    margin-bottom: 0; }
  .doc-download > ul > li .img-hold {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 80px;
    height: 112px;
    border: 2px solid #E5E5E5;
    background: no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .doc-download > ul > li > div {
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .doc-download > ul > li > div {
        padding: 5px 0 0 0; } }
    .doc-download > ul > li > div > a {
      display: block;
      margin-bottom: 5px;
      word-break: break-word;
      overflow-wrap: break-word;
      text-decoration: none;
      font-size: 1.25rem;
      color: #0360A6;
      font-weight: bold;
      letter-spacing: -0.02em;
      line-height: 125%; }
      @media screen and (min-width: 667px) {
        .doc-download > ul > li > div > a {
          font-size: 1.625rem; } }
      .doc-download > ul > li > div > a:hover {
        color: #3B7DC5; }
      .doc-download > ul > li > div > a[href$=".doc"] + span.type {
        background: #366ad0; }
      .doc-download > ul > li > div > a[href$=".docx"] + span.type {
        background: #366ad0; }
      .doc-download > ul > li > div > a[href$=".odt"] + span.type {
        background: #366ad0; }
      .doc-download > ul > li > div > a[href$=".xls"] + span.type {
        background: #048400; }
      .doc-download > ul > li > div > a[href$=".xlsx"] + span.type {
        background: #048400; }
      .doc-download > ul > li > div > a[href$=".ods"] + span.type {
        background: #048400; }
      .doc-download > ul > li > div > a[href$=".csv"] + span.type {
        background: #048400; }
      .doc-download > ul > li > div > a[href$=".ppt"] + span.type {
        background: #d04626; }
      .doc-download > ul > li > div > a[href$=".pptx"] + span.type {
        background: #d04626; }
      .doc-download > ul > li > div > a[href$=".odp"] + span.type {
        background: #d04626; }
      .doc-download > ul > li > div > a[href$=".pdf"] + span.type {
        background: #bd0926; }
      .doc-download > ul > li > div > a[href$=".html"] + span.type {
        background: #2796D0; }
      .doc-download > ul > li > div > a[href$=".zip"] + span.type {
        background: #4b4b4d; }
      .doc-download > ul > li > div > a[href$=".rtf"] + span.type {
        background: #0069FA; }
      .doc-download > ul > li > div > a[href$=".odf"] + span.type {
        background: #000000; }
    .doc-download > ul > li > div span {
      vertical-align: middle;
      display: inline-block;
      line-height: 22px;
      font-weight: bold; }
      .doc-download > ul > li > div span.type {
        padding: 0 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 0.625rem;
        line-height: 22px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: white;
        background: #999999; }
      .doc-download > ul > li > div span.size {
        margin-bottom: 10px;
        font-size: 0.9375rem;
        font-weight: bold;
        color: #1F1F1F;
        text-transform: uppercase; }
      .doc-download > ul > li > div span.note {
        display: block;
        font-weight: normal;
        font-size: 0.875rem; }
        .doc-download > ul > li > div span.note button {
          color: #0360A6;
          text-decoration: none;
          font-weight: bold;
          border: none;
          background: none; }
          .doc-download > ul > li > div span.note button:hover {
            color: #3B7DC5; }
      .doc-download > ul > li > div span.request {
        margin-bottom: 10px;
        padding-top: 10px;
        color: #1F1F1F;
        display: none;
        font-weight: normal;
        font-size: 1.125rem;
        line-height: 150%;
        letter-spacing: normal; }
        .doc-download > ul > li > div span.request.expanded {
          display: block; }
        .doc-download > ul > li > div span.request > a {
          color: #0360A6;
          text-decoration: none;
          font-weight: bold; }
          .doc-download > ul > li > div span.request > a:hover {
            color: #3B7DC5; }

.doc-download-list {
  padding-bottom: 40px; }
  .doc-download-list:last-child {
    padding-bottom: 0; }
  .doc-download-list > h2 {
    margin-bottom: 30px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    line-height: 100%;
    color: #323232;
    letter-spacing: 1.5px; }
  @media screen and (min-width: 667px) {
    .doc-download-list .doc-download > ul > li > div > a {
      font-size: 1.5rem; } }

.tile-list {
  font-size: 0;
  border-bottom: 2px solid #E5E5E5; }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .tile-list {
      margin-left: -20px; } }
  .tile-list li {
    margin-bottom: 40px; }
    .tile-list li.col {
      float: none;
      display: block;
      vertical-align: top; }
      .tile-list li.col:last-child {
        float: none; }
      @media screen and (min-width: 768px) {
        .tile-list li.col {
          display: inline-block; } }
      @media screen and (max-width: 768px) and (orientation: landscape) {
        .tile-list li.col {
          width: 50%;
          display: inline-block;
          border-left: 20px solid transparent; } }
  .tile-list a {
    display: block;
    margin-bottom: 10px;
    font-size: 1.375rem;
    color: #0360A6;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 125%;
    text-decoration: none; }
    .tile-list a:hover {
      color: #3B7DC5;
      text-decoration: underline; }
    .tile-list a img {
      width: 100%;
      margin-bottom: 10px; }
    .tile-list a .title {
      display: block;
      word-wrap: break-word; }
  .tile-list p.description {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #666666;
    font-weight: 400;
    word-break: break-word; }
  .tile-list h2 {
    display: inline-block;
    font-size: 2.0625rem;
    font-weight: bold;
    padding-bottom: 20px;
    word-wrap: break-word;
    max-width: 100%; }

.diagram {
  position: relative; }
  .diagram > button {
    padding: 0;
    display: inline-block;
    max-width: 100%;
    font-size: 0;
    background: transparent;
    border: none; }
    .diagram > button img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }

.launch-link a {
  line-height: 30px;
  padding: 7px 14px 7px 18px;
  font-size: 1.25rem;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-break: break-all;
  background: #019e1e;
  border: 1px #019e1e solid;
  color: white;
  font-family: Arial, sans-serif; }
  .launch-link a:hover {
    background: #01b723;
    border: 1px #01b723 solid;
    color: white; }
  .launch-link a.icon > svg {
    fill: white;
    margin-right: 15px; }
  .launch-link a.icon.after {
    padding-right: 15px; }
    .launch-link a.icon.after > svg {
      margin-right: 0;
      margin-left: 15px; }

.accordion > .list-controls > li > h2 > button, .accordion > .list-controls > li > button,
.accordion > .accordion-list > li > h2 > button,
.accordion > .accordion-list > li > button {
  padding: 0;
  font-size: 1.25rem;
  line-height: 125%;
  color: #0360A6;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: left;
  border: none;
  background: transparent; }
  @media screen and (min-width: 667px) {
    .accordion > .list-controls > li > h2 > button, .accordion > .list-controls > li > button,
    .accordion > .accordion-list > li > h2 > button,
    .accordion > .accordion-list > li > button {
      font-size: 1.5rem; } }
  .accordion > .list-controls > li > h2 > button:hover, .accordion > .list-controls > li > button:hover,
  .accordion > .accordion-list > li > h2 > button:hover,
  .accordion > .accordion-list > li > button:hover {
    color: #3B7DC5; }

.accordion > .list-controls {
  padding-bottom: 10px;
  font-size: 0;
  text-align: right; }
  .accordion > .list-controls > li {
    display: inline-block;
    margin-left: 15px; }
    .accordion > .list-controls > li > button {
      font-size: 16px;
      line-height: 14px; }
      .accordion > .list-controls > li > button > svg {
        position: relative;
        top: -1px;
        max-height: 25px;
        width: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        fill: #3B7DC5; }
      .accordion > .list-controls > li > button.expand > svg {
        transform: rotate(180deg); }
      .accordion > .list-controls > li > button.disabled {
        color: #737373; }
        .accordion > .list-controls > li > button.disabled > svg {
          fill: #737373; }
        .accordion > .list-controls > li > button.disabled:hover {
          color: #737373;
          cursor: default;
          text-decoration: none; }
        .accordion > .list-controls > li > button.disabled:focus {
          outline: 0; }

.accordion > .accordion-list > li {
  border-top: 1px solid #E5E5E5; }
  .accordion > .accordion-list > li > h2 > button {
    position: relative;
    display: block;
    width: 100%;
    z-index: 300;
    padding: 15px 0 15px 40px; }
    .accordion > .accordion-list > li > h2 > button > svg {
      position: absolute;
      top: 15px;
      left: 8px;
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      margin-right: 15px;
      max-height: 25px;
      fill: #1F1F1F; }
      @media screen and (min-width: 667px) {
        .accordion > .accordion-list > li > h2 > button > svg {
          top: 17px; } }
    .accordion > .accordion-list > li > h2 > button.item-open + .accordion-content {
      margin: 0 0 40px 0;
      padding-top: 10px; }
    .accordion > .accordion-list > li > h2 > button.item-open > svg {
      transform: rotate(90deg); }
  .accordion > .accordion-list > li > .accordion-content {
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: max-height, margin; }
    .accordion > .accordion-list > li > .accordion-content > .c-block {
      margin-bottom: 40px; }
      .accordion > .accordion-list > li > .accordion-content > .c-block:last-child {
        margin-bottom: 0; }
      .accordion > .accordion-list > li > .accordion-content > .c-block.accordion > .list-controls {
        display: none; }
      .accordion > .accordion-list > li > .accordion-content > .c-block.accordion > .accordion-list > li {
        border-top: none; }
        .accordion > .accordion-list > li > .accordion-content > .c-block.accordion > .accordion-list > li > button {
          width: auto;
          padding: 6px 36px 6px 0;
          font-size: 1.25rem; }
          .accordion > .accordion-list > li > .accordion-content > .c-block.accordion > .accordion-list > li > button.item-open + .accordion-content {
            margin: 15px 0 20px 0;
            padding-top: 0; }
          .accordion > .accordion-list > li > .accordion-content > .c-block.accordion > .accordion-list > li > button > svg {
            top: 11px;
            right: 0;
            left: auto;
            width: 10px;
            fill: #0360A6; }

.tablayoutblock.fixed > .closed-style > .tablist, .tablayoutblock.fixed > .closed-style > .grid > .tablist, .tablayoutblock.fixed > .open-style > .tablist, .tablayoutblock.fixed > .open-style > .grid > .tablist {
  position: fixed;
  top: 0;
  z-index: 10;
  background: white; }

.tablayoutblock.fixed > .closed-style {
  padding-top: 45px; }
  .tablayoutblock.fixed > .closed-style > .tablist, .tablayoutblock.fixed > .closed-style > .grid > .tablist {
    box-shadow: inset 0 -1px 0 0 var(--background-border, #1F1F1F); }

.tablayoutblock.fixed > .open-style {
  padding-top: 49px; }

.tablayoutblock > .closed-style, .tablayoutblock > .open-style {
  position: relative;
  font-size: 14px;
  line-height: 24px; }
  .tablayoutblock > .closed-style > .tablist, .tablayoutblock > .closed-style > .grid > .tablist, .tablayoutblock > .open-style > .tablist, .tablayoutblock > .open-style > .grid > .tablist {
    display: flex;
    overflow-x: auto; }
    .tablayoutblock > .closed-style > .tablist > li:first-child, .tablayoutblock > .closed-style > .grid > .tablist > li:first-child, .tablayoutblock > .open-style > .tablist > li:first-child, .tablayoutblock > .open-style > .grid > .tablist > li:first-child {
      margin-left: 0; }
    .tablayoutblock > .closed-style > .tablist > li > a, .tablayoutblock > .closed-style > .grid > .tablist > li > a, .tablayoutblock > .open-style > .tablist > li > a, .tablayoutblock > .open-style > .grid > .tablist > li > a {
      padding: 10px 15px;
      font-weight: bold;
      color: #0360A6;
      font-size: 1.125rem;
      white-space: nowrap; }
  .tablayoutblock > .closed-style > .tabpanel, .tablayoutblock > .open-style > .tabpanel {
    padding-top: 30px; }
    .tablayoutblock > .closed-style > .tabpanel > p, .tablayoutblock > .open-style > .tabpanel > p {
      margin-bottom: 30px;
      text-align: left;
      font-weight: bold;
      color: #1F1F1F;
      font-size: 1.5rem; }

.tablayoutblock > .closed-style > .tablist > li, .tablayoutblock > .closed-style > .grid > .tablist > li {
  position: relative;
  margin-left: 10px; }
  .tablayoutblock > .closed-style > .tablist > li > a, .tablayoutblock > .closed-style > .grid > .tablist > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #EEEEEE; }
    .tablayoutblock > .closed-style > .tablist > li > a:after, .tablayoutblock > .closed-style > .grid > .tablist > li > a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 2px solid white;
      pointer-events: none; }
    .tablayoutblock > .closed-style > .tablist > li > a:hover, .tablayoutblock > .closed-style > .tablist > li > a.active, .tablayoutblock > .closed-style > .grid > .tablist > li > a:hover, .tablayoutblock > .closed-style > .grid > .tablist > li > a.active {
      height: 45px;
      font-weight: 600;
      color: #1F1F1F;
      background: var(--background, #F1F1F1); }
      .tablayoutblock > .closed-style > .tablist > li > a:hover:after, .tablayoutblock > .closed-style > .tablist > li > a.active:after, .tablayoutblock > .closed-style > .grid > .tablist > li > a:hover:after, .tablayoutblock > .closed-style > .grid > .tablist > li > a.active:after {
        border: 1px solid var(--background-border, #1F1F1F);
        border-bottom: none; }

.tablayoutblock > .closed-style > .tabpanel {
  margin-top: -1px;
  padding: 30px;
  background-color: var(--background, #F1F1F1);
  border: solid 1px var(--background-border, #1F1F1F); }

.tablayoutblock > .open-style > .tablist, .tablayoutblock > .open-style > .grid > .tablist {
  border-bottom: 1px solid #B5B5B5; }
  .tablayoutblock > .open-style > .tablist > li, .tablayoutblock > .open-style > .grid > .tablist > li {
    margin-left: 15px; }
    .tablayoutblock > .open-style > .tablist > li:first-child a:focus, .tablayoutblock > .open-style > .grid > .tablist > li:first-child a:focus {
      box-shadow: inset 3px 3px 0 #FFD530; }
    .tablayoutblock > .open-style > .tablist > li > a, .tablayoutblock > .open-style > .grid > .tablist > li > a {
      display: block;
      text-align: center;
      text-decoration: none;
      background-color: white; }
      .tablayoutblock > .open-style > .tablist > li > a:hover, .tablayoutblock > .open-style > .grid > .tablist > li > a:hover {
        border-bottom: 4px solid #1F1F1F; }
      .tablayoutblock > .open-style > .tablist > li > a.active, .tablayoutblock > .open-style > .grid > .tablist > li > a.active {
        border-bottom: 4px solid #323232; }
      .tablayoutblock > .open-style > .tablist > li > a:focus, .tablayoutblock > .open-style > .grid > .tablist > li > a:focus {
        box-shadow: inset 0 3px 0 #FFD530; }

.tablayoutblock > .open-style > .tabpanel {
  background-color: white; }

.tablayoutblock:not(.c-block) > .open-style > .tablist, .tablayoutblock:not(.c-block) > .open-style > .grid > .tablist {
  border-bottom: 0;
  padding: 5px 5px 0 5px; }
  .tablayoutblock:not(.c-block) > .open-style > .tablist > li > a, .tablayoutblock:not(.c-block) > .open-style > .grid > .tablist > li > a {
    padding: 7px 15px;
    line-height: 125%; }

.tablayoutblock:not(.c-block) > .open-style > .tabpanel {
  padding-top: 0; }

.tab-next-prev {
  padding: 0 20px 50px 20px;
  font-size: 0; }
  @media screen and (min-width: 1024px) {
    .tab-next-prev {
      padding: 0 0 100px 0; } }
  .tab-next-prev li {
    display: inline-block;
    width: 50%;
    padding: 5px 0 0 0;
    vertical-align: top;
    text-align: right; }
    .tab-next-prev li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #0360A6; }
      .tab-next-prev li a .title {
        display: inline-block;
        vertical-align: middle;
        padding-right: 30px;
        font-size: 1.625rem;
        line-height: 1.9375rem;
        font-weight: bold; }
        @media screen and (min-width: 667px) {
          .tab-next-prev li a .title {
            font-size: 1.625rem;
            padding-right: 30px; } }
      .tab-next-prev li a > svg {
        position: absolute;
        right: 0;
        top: 5px;
        vertical-align: middle;
        display: inline-block;
        vertical-align: middle;
        width: 12px; }
        @media screen and (min-width: 667px) {
          .tab-next-prev li a > svg {
            width: 15px; } }
        .tab-next-prev li a > svg polygon {
          fill: #0360A6; }
      .tab-next-prev li a:hover {
        color: #3B7DC5;
        text-decoration: underline; }
        .tab-next-prev li a:hover > svg polygon {
          fill: #3B7DC5; }
    .tab-next-prev li:first-child {
      text-align: left; }
      .tab-next-prev li:first-child a .title {
        padding: 0 0 0 30px; }
        @media screen and (min-width: 667px) {
          .tab-next-prev li:first-child a .title {
            padding: 0 0 0 30px; } }
      .tab-next-prev li:first-child a > svg {
        left: 0;
        right: auto;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        transform: scaleX(-1); }

.prev-next {
  margin-top: 70px;
  margin-bottom: 66px; }
  .prev-next .prev-next-list {
    display: flex;
    justify-content: space-between; }
    .prev-next .prev-next-list .prev-next-list-item {
      width: 50%; }
      .prev-next .prev-next-list .prev-next-list-item .item-link-prev, .prev-next .prev-next-list .prev-next-list-item .item-link-next {
        display: flex;
        align-items: center;
        font-size: 27px;
        color: #0360A6;
        font-weight: bold;
        text-decoration: none; }
        .prev-next .prev-next-list .prev-next-list-item .item-link-prev:hover, .prev-next .prev-next-list .prev-next-list-item .item-link-next:hover {
          color: #3B7DC5;
          text-decoration: underline; }
          .prev-next .prev-next-list .prev-next-list-item .item-link-prev:hover > svg polygon, .prev-next .prev-next-list .prev-next-list-item .item-link-next:hover > svg polygon {
            fill: #3B7DC5; }
      .prev-next .prev-next-list .prev-next-list-item .item-link-next {
        justify-content: flex-end; }
      .prev-next .prev-next-list .prev-next-list-item .svg-prev, .prev-next .prev-next-list .prev-next-list-item .svg-next {
        width: 17px;
        height: 26px; }
        .prev-next .prev-next-list .prev-next-list-item .svg-prev polygon, .prev-next .prev-next-list .prev-next-list-item .svg-next polygon {
          fill: #0360A6; }
        @media screen and (min-width: 320px) and (max-width: 414px) {
          .prev-next .prev-next-list .prev-next-list-item .svg-prev, .prev-next .prev-next-list .prev-next-list-item .svg-next {
            width: 14px;
            height: auto; } }
      .prev-next .prev-next-list .prev-next-list-item .svg-prev {
        margin-right: 12px;
        transform: scaleX(-1); }
      .prev-next .prev-next-list .prev-next-list-item .svg-next {
        margin-left: 12px; }
      .prev-next .prev-next-list .prev-next-list-item .prev-p {
        margin-top: 13px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 16px;
        line-height: 22px;
        color: #1F1F1F;
        text-align: left; }
        @media screen and (min-width: 320px) and (max-width: 414px) {
          .prev-next .prev-next-list .prev-next-list-item .prev-p {
            margin-left: 0;
            font-size: 14px; } }
      .prev-next .prev-next-list .prev-next-list-item .next-p {
        margin-top: 13px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 16px;
        line-height: 22px;
        color: #1F1F1F;
        text-align: right; }
        @media screen and (min-width: 320px) and (max-width: 414px) {
          .prev-next .prev-next-list .prev-next-list-item .next-p {
            margin-right: 0;
            font-size: 14px; } }

.callout-default, .callout-info, .callout-warning, .callout-positive {
  position: relative;
  padding: 20px 30px;
  min-height: 57px;
  font-size: 1.125rem; }
  .callout-default .vis-hidden, .callout-info .vis-hidden, .callout-warning .vis-hidden, .callout-positive .vis-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }
  .callout-default > svg, .callout-info > svg, .callout-warning > svg, .callout-positive > svg {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 26px;
    width: 26px; }

.callout-info, .callout-warning {
  padding-left: 55px; }

.callout-default, .callout-info {
  background-color: #EEEEEE;
  border-left: solid 0.625rem #0360A6; }

.callout-info svg {
  fill: #0360A6; }

.callout-warning {
  background-color: #FFE4E5;
  border-left: solid 10px #AA1111; }
  .callout-warning svg {
    fill: #AA1111; }

.callout-positive {
  background-color: #CDF7D4;
  border-left: solid 10px #019E1E; }

.subtopic-accordion > .main-title h2 {
  font-family: Arial;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding: 10px 0px; }

.subtopic-accordion > .subtopic-list-controls > li > h2 > button, .subtopic-accordion > .subtopic-list-controls > li > button,
.subtopic-accordion > .subtopic-accordion-list > li > h2 > button,
.subtopic-accordion > .subtopic-accordion-list > li > button {
  padding: 0;
  font-size: 1.25rem;
  line-height: 125%;
  color: #0360A6;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: left;
  border: none;
  background: transparent;
  word-wrap: break-word; }
  @media screen and (min-width: 667px) {
    .subtopic-accordion > .subtopic-list-controls > li > h2 > button, .subtopic-accordion > .subtopic-list-controls > li > button,
    .subtopic-accordion > .subtopic-accordion-list > li > h2 > button,
    .subtopic-accordion > .subtopic-accordion-list > li > button {
      font-size: 1.875rem; } }

.subtopic-accordion > .subtopic-list-controls {
  padding-bottom: 10px;
  font-size: 0;
  text-align: right; }
  .subtopic-accordion > .subtopic-list-controls > li {
    display: inline-block;
    margin-left: 15px; }
    .subtopic-accordion > .subtopic-list-controls > li > button {
      font-size: 16px; }
      .subtopic-accordion > .subtopic-list-controls > li > button > svg {
        position: relative;
        top: -1px;
        max-height: 25px;
        width: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        fill: #3B7DC5; }
      .subtopic-accordion > .subtopic-list-controls > li > button.expand > svg {
        transform: rotate(180deg); }
      .subtopic-accordion > .subtopic-list-controls > li > button.disabled {
        color: #737373; }
        .subtopic-accordion > .subtopic-list-controls > li > button.disabled > svg {
          fill: #737373; }
        .subtopic-accordion > .subtopic-list-controls > li > button.disabled:hover {
          color: #737373;
          cursor: default;
          text-decoration: none; }
        .subtopic-accordion > .subtopic-list-controls > li > button.disabled:focus {
          outline: 0; }

.subtopic-accordion .subtopic-accordion-list > li {
  border-top: 1px solid #E5E5E5; }
  .subtopic-accordion .subtopic-accordion-list > li > h2 > button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 40px 0 0;
    margin: 15px 0; }
    .subtopic-accordion .subtopic-accordion-list > li > h2 > button > svg {
      position: absolute;
      top: 0;
      right: 15px;
      vertical-align: middle;
      width: 18px;
      max-height: 25px;
      fill: #1F1F1F; }
      @media screen and (min-width: 667px) {
        .subtopic-accordion .subtopic-accordion-list > li > h2 > button > svg {
          top: 6px; } }
      .subtopic-accordion .subtopic-accordion-list > li > h2 > button > svg.svgMinus {
        display: none; }
    .subtopic-accordion .subtopic-accordion-list > li > h2 > button.item-open > .svgExpand {
      display: none; }
    .subtopic-accordion .subtopic-accordion-list > li > h2 > button.item-open > .svgMinus {
      display: block; }
    .subtopic-accordion .subtopic-accordion-list > li > h2 > button.item-open + .subtopic-accordion-content {
      margin: 15px 0 40px 0; }
  .subtopic-accordion .subtopic-accordion-list > li > .subtopic-accordion-content {
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: max-height, margin; }
    .subtopic-accordion .subtopic-accordion-list > li > .subtopic-accordion-content > .c-block {
      margin-bottom: 40px;
      /*&.typography:first-child{
						margin-top: -15px; 
					}*/ }
      .subtopic-accordion .subtopic-accordion-list > li > .subtopic-accordion-content > .c-block:last-child {
        margin-bottom: 0; }

.contact-block h2 {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  color: #c43337;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.contact-block .typography * {
  color: #323232; }

.contact-block .typography a {
  font-weight: normal;
  color: #0360A6; }
  .contact-block .typography a:hover {
    color: #3B7DC5; }

.contact-block .typography p + address {
  margin-top: -15px; }

.contact-block .launch-link a.icon.after {
  padding-right: 48px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .contact-block .launch-link a.icon.after svg {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 24px;
    margin-top: -12px; }

.highlight {
  padding: 25px;
  background-color: #EEEEEE; }
  .highlight.theme {
    background-color: var(--block, #EEEEEE); }

.show-more-block {
  display: flex;
  align-items: flex-end; }
  .show-more-block.expanded {
    flex-wrap: wrap; }
    .show-more-block.expanded > div {
      height: auto;
      -webkit-line-clamp: unset;
      overflow: visible; }
    .show-more-block.expanded > button {
      padding-left: 0;
      margin-left: auto; }
      .show-more-block.expanded > button > svg {
        transform: rotate(360deg); }
  .show-more-block > div {
    display: -webkit-box;
    height: 3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .show-more-block > div > p:last-child {
      margin-bottom: 0; }
  .show-more-block > button {
    padding: 0;
    padding-left: 8px;
    font-size: inherit;
    line-height: 150%;
    white-space: nowrap;
    border: 0;
    background: none; }
    .show-more-block > button > span, .show-more-block > button > svg {
      display: inline-block; }
    .show-more-block > button > span {
      font-size: inherit;
      color: #0360A6;
      font-weight: 600; }
    .show-more-block > button > svg {
      position: relative;
      top: -1px;
      max-height: 25px;
      width: 11px;
      vertical-align: middle;
      margin-left: 2px;
      fill: #0360A6;
      transform: rotate(180deg); }

.survey-embed {
  position: relative;
  width: 100%;
  font-size: 0; }
  @media screen and (max-width: 480px) {
    .survey-embed {
      height: 400px !important;
      overflow-y: auto;
      border: 1px solid #B5B5B5; } }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .survey-embed {
      height: 270px !important;
      overflow-y: auto;
      border: 1px solid #B5B5B5; } }
  .survey-embed > div, .survey-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    font-size: 0; }
  .survey-embed script[id^='ss-embed'] + div {
    display: none; }

.pioneers > h2 {
  margin-bottom: 20px;
  color: #1F1F1F;
  font-size: 1.75rem;
  font-weight: bold; }

.pioneers > .items {
  position: relative; }
  @media screen and (min-width: 768px) {
    .pioneers > .items {
      height: 310px; } }
  .pioneers > .items > .item {
    display: flex;
    margin-top: 10px;
    font-size: 0; }
    .pioneers > .items > .item:first-child {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .pioneers > .items > .item:nth-child(even) {
        flex-direction: row-reverse; }
        .pioneers > .items > .item:nth-child(even) > button {
          margin-right: 0;
          margin-left: 30px; }
          .pioneers > .items > .item:nth-child(even) > button:before {
            right: auto;
            left: -30px;
            border-width: 25px 0 25px 20px;
            border-color: transparent transparent transparent #2f9890; } }
    .pioneers > .items > .item:nth-child(1n+7) {
      display: none; }
    @media screen and (min-width: 768px) {
      .pioneers > .items > .item {
        position: absolute;
        display: block;
        margin-top: 0; }
        .pioneers > .items > .item.expanded > .popup {
          display: block; }
        .pioneers > .items > .item.expanded.left > .popup {
          left: 0;
          margin-left: 0; }
        .pioneers > .items > .item.expanded.right > .popup {
          left: auto;
          right: 0;
          margin-left: 0; }
        .pioneers > .items > .item:nth-child(1), .pioneers > .items > .item:nth-child(2), .pioneers > .items > .item:nth-child(3), .pioneers > .items > .item:nth-child(4), .pioneers > .items > .item:nth-child(5), .pioneers > .items > .item:nth-child(6) {
          width: 12.5%; }
        .pioneers > .items > .item:nth-child(1n+7) {
          display: block; }
        .pioneers > .items > .item:nth-child(1) {
          top: 15%;
          left: 7%; }
        .pioneers > .items > .item:nth-child(2) {
          top: 58%;
          left: 21%; }
        .pioneers > .items > .item:nth-child(3) {
          top: 6%;
          left: 32%; }
        .pioneers > .items > .item:nth-child(4) {
          top: 36%;
          left: 50%; }
        .pioneers > .items > .item:nth-child(5) {
          top: 58%;
          left: 69%; }
        .pioneers > .items > .item:nth-child(6) {
          top: 0;
          left: 75%; }
        .pioneers > .items > .item:nth-child(7) {
          top: 10%;
          left: 0;
          width: 5.83%; }
        .pioneers > .items > .item:nth-child(8) {
          top: 48%;
          left: 1%;
          width: 2.92%; }
        .pioneers > .items > .item:nth-child(9) {
          top: 66%;
          left: 3%;
          width: 5.2%; }
        .pioneers > .items > .item:nth-child(10) {
          top: 83%;
          left: 12%;
          width: 2.92%; }
        .pioneers > .items > .item:nth-child(11) {
          top: 58%;
          left: 14%;
          width: 5%; }
        .pioneers > .items > .item:nth-child(12) {
          top: 6%;
          left: 19%;
          width: 3.75%; }
        .pioneers > .items > .item:nth-child(13) {
          top: 30%;
          left: 24%;
          width: 4.8%; }
        .pioneers > .items > .item:nth-child(14) {
          top: 56%;
          left: 36%;
          width: 6.66%; }
        .pioneers > .items > .item:nth-child(15) {
          top: 90%;
          left: 37%;
          width: 2.7%; }
        .pioneers > .items > .item:nth-child(16) {
          top: 42%;
          left: 44%;
          width: 4.375%; }
        .pioneers > .items > .item:nth-child(17) {
          top: 12%;
          left: 49%;
          width: 5.625%; }
        .pioneers > .items > .item:nth-child(18) {
          top: 78%;
          left: 46%;
          width: 44px; }
        .pioneers > .items > .item:nth-child(19) {
          top: 80%;
          left: 59%;
          width: 44px; }
        .pioneers > .items > .item:nth-child(20) {
          top: 80%;
          left: 59%;
          width: 44px; }
        .pioneers > .items > .item:nth-child(21) {
          top: 6%;
          left: 61%;
          width: 90px; }
        .pioneers > .items > .item:nth-child(22) {
          top: 42%;
          left: 66%;
          width: 5.625%; }
        .pioneers > .items > .item:nth-child(23) {
          top: 44%;
          left: 83%;
          width: 7.5%; }
        .pioneers > .items > .item:nth-child(24) {
          top: 82%;
          left: 85%;
          width: 3.75%; }
        .pioneers > .items > .item:nth-child(25) {
          top: 7%;
          left: 92%;
          width: 3.33%; }
        .pioneers > .items > .item:nth-child(26) {
          top: 30%;
          left: 93%;
          width: 5%; }
        .pioneers > .items > .item:nth-child(27) {
          top: 64%;
          left: 92%;
          width: 6.875%; } }
    .pioneers > .items > .item > button > img, .pioneers > .items > .item > img {
      display: block;
      width: 100%;
      border-radius: 50%; }
    .pioneers > .items > .item > button {
      position: relative;
      padding: 0;
      width: 100px;
      min-width: 100px;
      margin-right: 30px;
      border: none;
      background: none; }
      .pioneers > .items > .item > button[aria-expanded="true"] {
        z-index: 5; }
      @media screen and (min-width: 768px) {
        .pioneers > .items > .item > button[aria-expanded="false"]:before {
          display: none; } }
      .pioneers > .items > .item > button:before {
        content: '';
        position: absolute;
        top: 50%;
        right: -30px;
        width: 0;
        height: 0;
        margin-top: -25px;
        border-style: solid;
        border-width: 25px 20px 25px 0;
        border-color: transparent #2f9890 transparent transparent;
        cursor: default; }
        @media screen and (min-width: 768px) {
          .pioneers > .items > .item > button:before {
            top: 100%;
            left: 50%;
            margin-left: -25px;
            margin-top: 0;
            border-width: 0 25px 25px 25px;
            border-color: transparent transparent #2f9890 transparent; } }
      .pioneers > .items > .item > button:hover {
        opacity: 0.7; }
      @media screen and (min-width: 768px) {
        .pioneers > .items > .item > button {
          width: 100%;
          min-width: auto;
          margin-right: 0; } }
      .pioneers > .items > .item > button > img {
        border: 2px solid #0360A6; }
    .pioneers > .items > .item > .popup {
      position: relative;
      z-index: 5;
      flex: 1;
      padding: 20px;
      color: #FFF;
      font-size: 1.125rem;
      line-height: 1.625rem;
      font-weight: bold;
      background: #2f9890; }
      @media screen and (min-width: 768px) {
        .pioneers > .items > .item > .popup {
          position: absolute;
          top: 100%;
          left: 50%;
          display: none;
          width: 400px;
          margin-left: -200px;
          margin-top: 25px; } }
      .pioneers > .items > .item > .popup > blockquote > cite, .pioneers > .items > .item > .popup > cite {
        display: block;
        margin-top: 10px;
        color: #F1F1F1;
        font-size: 1rem; }
      .pioneers > .items > .item > .popup > .iframe-wrapper {
        position: relative;
        width: 100%; }
        .pioneers > .items > .item > .popup > .iframe-wrapper:before {
          content: '';
          display: block;
          width: 100%;
          padding-bottom: 56.25%; }
        .pioneers > .items > .item > .popup > .iframe-wrapper > *:not(iframe) {
          display: none; }
        .pioneers > .items > .item > .popup > .iframe-wrapper > iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important; }
        .pioneers > .items > .item > .popup > .iframe-wrapper + blockquote {
          margin-top: 10px; }
      .pioneers > .items > .item > .popup > blockquote > p:before, .pioneers > .items > .item > .popup > blockquote > p:after {
        display: inline-block;
        font-weight: normal;
        transform: translateY(0.65em) scale(2.5); }
      .pioneers > .items > .item > .popup > blockquote > p:before {
        content: '\201c';
        margin-right: 8px; }
      .pioneers > .items > .item > .popup > blockquote > p:after {
        content: '\201d';
        margin-left: 8px; }

.organize-toggle > h2 {
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.organize-toggle > ul > li {
  display: inline-block;
  margin-top: 14px;
  margin-right: 14px;
  vertical-align: top; }

.story > h2 {
  margin-bottom: 35px;
  font-size: 2.1875rem;
  line-height: 105%;
  color: #323232;
  font-weight: bold;
  letter-spacing: -0.02em; }

@media screen and (min-width: 1024px) {
  .story ul {
    padding-bottom: 20px; } }

.story ul li.story {
  padding: 20px 30px 25px 30px;
  display: block;
  background: #EEEEEE; }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .story ul li.story.col {
      margin-bottom: 0 !important; } }
  .story ul li.story > h3 {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.75rem;
    line-height: 105%;
    font-weight: bold;
    color: #00645e; }
    @media screen and (min-width: 1024px) {
      .story ul li.story > h3 {
        font-size: 3.375rem; } }
  .story ul li.story > div.story-text {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #666666;
    font-weight: bold; }
    @media screen and (min-width: 1024px) {
      .story ul li.story > div.story-text {
        font-size: 1.3125rem;
        line-height: 1.75rem; } }
    .story ul li.story > div.story-text a {
      color: #0360A6;
      text-decoration: none; }
      .story ul li.story > div.story-text a:hover {
        color: #3B7DC5;
        text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .story ul li.story.col:last-child {
      margin-bottom: 0; } }

.timeline > h2 {
  margin-bottom: 30px;
  color: #1F1F1F;
  font-size: 2.1875rem;
  line-height: 125%;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .timeline > ol {
    display: flex; } }

.timeline > ol > li {
  position: relative;
  margin-top: 30px;
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .timeline > ol > li {
      margin-top: 0; }
      .timeline > ol > li:first-child:before {
        display: none; }
      .timeline > ol > li:last-child {
        padding-right: 0; }
        .timeline > ol > li:last-child:after {
          display: none; }
      .timeline > ol > li:not(.separator) {
        width: 150px; }
        .timeline > ol > li:not(.separator):before, .timeline > ol > li:not(.separator):after {
          content: '';
          position: absolute;
          top: 70px;
          width: 10px;
          height: 10px;
          background: #00978e;
          border-radius: 50%; }
        .timeline > ol > li:not(.separator):before {
          left: -24px; }
        .timeline > ol > li:not(.separator):after {
          right: -24px; }
      .timeline > ol > li.separator {
        width: 10px;
        height: 10px;
        margin: 70px auto 0 auto;
        background: #00978e;
        border-radius: 50%; } }
  .timeline > ol > li:first-child {
    margin-top: 0; }
  .timeline > ol > li > .date {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 35px 0;
    color: #00645e;
    font-size: 3rem;
    line-height: 5rem;
    letter-spacing: -1px;
    background: #E5E5E5;
    border-radius: 50%; }
    .timeline > ol > li > .date > span {
      position: relative;
      top: -15px;
      display: block;
      color: #666666;
      font-size: 1.875rem;
      line-height: 2rem; }
  .timeline > ol > li > span {
    display: block;
    margin-top: 20px;
    color: #323232;
    font-size: 1.125rem;
    line-height: 1.3125rem; }

.text-image-block .image-left {
  display: flex; }
  .text-image-block .image-left img {
    margin-right: 1.5em;
    position: relative; }

.text-image-block .image-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: flex; }
  .text-image-block .image-right img {
    margin-left: 1.5em;
    position: relative; }

.text-image-block img {
  min-width: 200px;
  align-self: flex-start;
  width: 200px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .text-image-block .image-left, .text-image-block .image-right {
    display: inline-block; }
    .text-image-block .image-left img, .text-image-block .image-right img {
      display: block;
      padding-bottom: 10px; } }

.c-block.mini-ticker {
  position: relative;
  padding: 15px;
  background: white; }
  @media screen and (min-width: 768px) {
    .c-block.mini-ticker {
      padding: 20px; } }
  .c-block.mini-ticker h3 {
    position: relative;
    padding: 20px 0;
    margin-top: 10px;
    color: var(--ui-text-lighten-10);
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif; }
    @media screen and (min-width: 768px) {
      .c-block.mini-ticker h3 {
        padding: 15px 0; } }
    .c-block.mini-ticker h3:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 10px;
      width: 16px;
      height: 16px; }
    .c-block.mini-ticker h3 a {
      margin-left: 2px;
      padding: 0 2px;
      color: var(--accent);
      font-size: 0.75rem;
      line-height: 0.8125rem;
      text-decoration: underline;
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0; }
      .c-block.mini-ticker h3 a:hover {
        text-decoration: none; }
      .c-block.mini-ticker h3 a:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
  .c-block.mini-ticker .ui-state {
    position: relative;
    padding: 40px 80px 40px 20px;
    color: var(--ui-text-lighten-20);
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .c-block.mini-ticker .ui-state {
        padding: 40px 80px 40px 0; } }
    .c-block.mini-ticker .ui-state picture {
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0; }
      .c-block.mini-ticker .ui-state picture:before, .c-block.mini-ticker .ui-state picture img {
        display: inline-block;
        vertical-align: middle; }
      .c-block.mini-ticker .ui-state picture:before {
        content: '';
        height: 100%; }
      @media screen and (min-width: 768px) {
        .c-block.mini-ticker .ui-state picture {
          right: 0; } }
      .c-block.mini-ticker .ui-state picture img {
        margin: 0; }
    .c-block.mini-ticker .ui-state strong {
      font-weight: 400; }
  .c-block.mini-ticker .slide-nav > li {
    position: absolute;
    top: 62%;
    z-index: 10;
    margin-top: -20px; }
    .c-block.mini-ticker .slide-nav > li > button {
      padding: 16px 16px;
      margin: 0;
      background: #999999;
      border: 0;
      z-index: 10; }
      .c-block.mini-ticker .slide-nav > li > button:hover {
        background-color: #323232; }
      .c-block.mini-ticker .slide-nav > li > button:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .c-block.mini-ticker .slide-nav > li > button:after {
        content: none; }
      .c-block.mini-ticker .slide-nav > li > button > span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
      .c-block.mini-ticker .slide-nav > li > button[disabled] {
        cursor: default; }
        .c-block.mini-ticker .slide-nav > li > button[disabled]:after {
          color: var(--ui-text-lighten-20); }
    .c-block.mini-ticker .slide-nav > li.slide-nav-prev {
      left: -25px; }
      .c-block.mini-ticker .slide-nav > li.slide-nav-prev:before, .c-block.mini-ticker .slide-nav > li.slide-nav-prev:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        margin-left: -6px;
        background: white; }
      .c-block.mini-ticker .slide-nav > li.slide-nav-prev:before {
        top: 12px;
        transform: rotate(-45deg); }
      .c-block.mini-ticker .slide-nav > li.slide-nav-prev:after {
        bottom: 13px;
        transform: rotate(45deg); }
    .c-block.mini-ticker .slide-nav > li.slide-nav-next {
      right: -25px; }
      .c-block.mini-ticker .slide-nav > li.slide-nav-next:before, .c-block.mini-ticker .slide-nav > li.slide-nav-next:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 10px;
        height: 2px;
        margin-top: -2px;
        margin-left: -4px;
        background: white; }
      .c-block.mini-ticker .slide-nav > li.slide-nav-next:before {
        top: 12px;
        transform: rotate(45deg); }
      .c-block.mini-ticker .slide-nav > li.slide-nav-next:after {
        bottom: 13px;
        transform: rotate(-45deg); }
  .c-block.mini-ticker .item-container {
    width: 100%;
    background: #EEEEEE;
    padding-bottom: 20px;
    overflow: hidden; }
    .c-block.mini-ticker .item-container .swiper-wrapper {
      position: relative;
      height: auto !important;
      background-color: #EEEEEE;
      white-space: nowrap; }
      .c-block.mini-ticker .item-container .swiper-wrapper:before, .c-block.mini-ticker .item-container .swiper-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 5;
        width: 10px;
        background: #EEEEEE; }
      .c-block.mini-ticker .item-container .swiper-wrapper:before {
        left: 0; }
      .c-block.mini-ticker .item-container .swiper-wrapper:after {
        right: 0; }
      .c-block.mini-ticker .item-container .swiper-wrapper > li {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 100%;
        vertical-align: top;
        height: auto !important;
        margin-top: 5px;
        white-space: normal;
        background-color: #EEEEEE; }
        .c-block.mini-ticker .item-container .swiper-wrapper > li:before {
          content: '';
          display: block;
          padding-top: 75%; }
        .c-block.mini-ticker .item-container .swiper-wrapper > li a {
          position: absolute;
          top: 5px;
          right: 5px;
          bottom: 5px;
          left: 5px;
          text-decoration: none; }
          .c-block.mini-ticker .item-container .swiper-wrapper > li a:hover > .img-hold {
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90); }
          .c-block.mini-ticker .item-container .swiper-wrapper > li a:focus {
            outline: none;
            box-shadow: 0 0 0 2px #4C9AFF; }
          .c-block.mini-ticker .item-container .swiper-wrapper > li a > .img-hold {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -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;
            background-color: #EEEEEE;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            z-index: 0; }
            .c-block.mini-ticker .item-container .swiper-wrapper > li a > .img-hold > img {
              display: none; }
              .lt-ie9 .c-block.mini-ticker .item-container .swiper-wrapper > li a > .img-hold > img {
                position: absolute;
                top: -9999px;
                right: -9999px;
                bottom: -9999px;
                left: -9999px;
                display: block;
                min-width: 100%;
                min-height: 100%;
                margin: auto; }
          .c-block.mini-ticker .item-container .swiper-wrapper > li a > .description {
            top: 142px;
            padding-top: 12px;
            padding-left: 12px;
            padding-right: 8px;
            width: 175px;
            z-index: 99;
            color: #323232;
            font-size: 12px;
            color: #EEEEEE;
            line-height: 130%;
            text-decoration: none; }
            .c-block.mini-ticker .item-container .swiper-wrapper > li a > .description h2 {
              position: relative;
              top: 112px;
              padding-top: 5px;
              width: 175px;
              padding-left: 5px;
              display: block;
              padding-bottom: 8px;
              white-space: nowrap;
              color: #323232;
              font-weight: bold;
              overflow: hidden;
              background: #EEEEEE;
              text-overflow: ellipsis;
              z-index: 10; }
            @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
              .c-block.mini-ticker .item-container .swiper-wrapper > li a > .description h2 {
                top: 18px;
                font-size: 0.5625rem; } }
            @media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
              .c-block.mini-ticker .item-container .swiper-wrapper > li a > .description h2 {
                font-size: 0.5625rem; } }
            .c-block.mini-ticker .item-container .swiper-wrapper > li a > .description:hover {
              position: absolute;
              top: 25px;
              padding: 0;
              min-height: 150px;
              width: 175px;
              background: #EEEEEE;
              z-index: 99;
              color: #323232;
              border-top: 5px solid var(--accent, #3b510d); }
              .c-block.mini-ticker .item-container .swiper-wrapper > li a > .description:hover h2 {
                top: 0px;
                left: 2px;
                position: relative;
                width: 175px;
                padding-left: 0;
                background-color: #EEEEEE; }

.dol, .description {
  position: relative;
  margin-top: 9px;
  font-size: 18px;
  word-wrap: break-word; }
  .dol *, .description * {
    color: #1F1F1F; }
  .dol h2, .description h2 {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 1.4375rem;
    line-height: 120%; }
  .dol p, .description p {
    margin-bottom: 1.5em;
    font-size: 1em;
    line-height: 150%;
    letter-spacing: normal; }
  .dol a, .description a {
    font-weight: bold;
    color: #0360A6;
    text-decoration: none; }
    .dol a:hover, .description a:hover {
      color: #3B7DC5;
      text-decoration: underline; }
  .dol em, .dol i, .description em, .description i {
    font-style: italic; }
  .dol strong, .dol b, .description strong, .description b {
    font-weight: bold; }
  .dol u, .description u {
    text-decoration: underline; }
  .dol [description], .description [description] {
    background: #fff;
    margin-bottom: 0; }
    .dol [description].placeholder, .description [description].placeholder {
      font-size: 0;
      margin: 0;
      line-height: 0;
      padding: 0;
      border: none; }
    .dol [description] p, .description [description] p {
      margin-bottom: 0;
      padding-bottom: 1.5em; }
  .dol [launch-item], .description [launch-item] {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    color: #0360A6;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: bold;
    text-align: left;
    border: none;
    background: none; }
    .dol [launch-item]:hover, .description [launch-item]:hover {
      color: #3B7DC5; }
    .dol [launch-item].only-child, .description [launch-item].only-child {
      margin-top: 0; }
  .dol [steps] th, .description [steps] th {
    background: #fff; }
  .dol [steps] .placeholder, .description [steps] .placeholder {
    font-size: 0;
    margin: 0;
    line-height: 0;
    padding: 0;
    border: none; }
  .dol [dols] > table > tbody > tr, .description [dols] > table > tbody > tr {
    margin-bottom: 0; }
    .dol [dols] > table > tbody > tr > td, .description [dols] > table > tbody > tr > td {
      padding-bottom: 0;
      border-bottom: 0px; }
  .dol [dols] table, .description [dols] table {
    margin-bottom: 0; }
    .dol [dols] table td ul, .dol [dols] table td ol, .description [dols] table td ul, .description [dols] table td ol {
      margin-bottom: 1.5em;
      font-size: 1em;
      line-height: 150%;
      letter-spacing: normal; }
    .dol [dols] table td p:last-child, .dol [dols] table td ul:last-child, .dol [dols] table td ol:last-child, .description [dols] table td p:last-child, .description [dols] table td ul:last-child, .description [dols] table td ol:last-child {
      margin-bottom: 0; }
  .dol [strand-table], .description [strand-table] {
    width: 100%; }
  .dol [strand-table] tbody > tr:last-child, .description [strand-table] tbody > tr:last-child {
    margin-bottom: 0px; }
    .dol [strand-table] tbody > tr:last-child td, .description [strand-table] tbody > tr:last-child td {
      border-bottom: 0px; }
  .dol [strands] th, .description [strands] th {
    background-color: #EFEFEF;
    padding: 21px 0px 17px 15px; }
    .dol [strands] th > span, .description [strands] th > span {
      color: #215B57;
      font-size: 21px;
      font-weight: bold;
      line-height: 26px; }
  .dol [content] > [controls], .description [content] > [controls] {
    position: relative;
    top: 4px; }
    .dol [content] > [controls].fixed, .description [content] > [controls].fixed {
      position: fixed;
      top: 0; }
    .dol [content] > [controls] > li > button, .description [content] > [controls] > li > button {
      position: absolute;
      top: 0;
      z-index: 15;
      width: 60px;
      height: 60px;
      padding: 0;
      background: #0360A6;
      border: none; }
      @media screen and (min-width: 768px) {
        .dol [content] > [controls] > li > button, .description [content] > [controls] > li > button {
          background: #0360A6; } }
      @media screen and (max-width: 767px) {
        .dol [content] > [controls] > li > button, .description [content] > [controls] > li > button {
          width: 40px;
          height: 40px;
          top: 9px; } }
      .dol [content] > [controls] > li > button:after, .description [content] > [controls] > li > button:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        margin-top: -9px;
        margin-left: -8px;
        border-style: solid; }
        @media screen and (min-width: 768px) {
          .dol [content] > [controls] > li > button:after, .description [content] > [controls] > li > button:after {
            margin-top: -15px;
            margin-left: -11px; } }
      .dol [content] > [controls] > li > button > span, .description [content] > [controls] > li > button > span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
    .dol [content] > [controls] > li > button[prev], .description [content] > [controls] > li > button[prev] {
      left: 0; }
      @media screen and (min-width: 768px) {
        .dol [content] > [controls] > li > button[prev], .description [content] > [controls] > li > button[prev] {
          left: -81px; } }
      .dol [content] > [controls] > li > button[prev]:after, .description [content] > [controls] > li > button[prev]:after {
        border-width: 9px 16px 9px 0;
        border-color: transparent white transparent transparent; }
        @media screen and (min-width: 768px) {
          .dol [content] > [controls] > li > button[prev]:after, .description [content] > [controls] > li > button[prev]:after {
            border-width: 15px 24px 15px 0; } }
    .dol [content] > [controls] > li > button[next], .description [content] > [controls] > li > button[next] {
      right: 0; }
      @media screen and (min-width: 768px) {
        .dol [content] > [controls] > li > button[next], .description [content] > [controls] > li > button[next] {
          right: -81px; } }
      .dol [content] > [controls] > li > button[next]:after, .description [content] > [controls] > li > button[next]:after {
        border-width: 9px 0 9px 16px;
        border-color: transparent transparent transparent white; }
        @media screen and (min-width: 768px) {
          .dol [content] > [controls] > li > button[next]:after, .description [content] > [controls] > li > button[next]:after {
            border-width: 15px 0 15px 24px; } }
  .dol > .statement-list > li, .description > .statement-list > li {
    padding: 11px 0;
    background: #fff;
    position: relative; }
    .dol > .statement-list > li > h2 > button, .description > .statement-list > li > h2 > button {
      background: #fff; }
      .dol > .statement-list > li > h2 > button.open + .dol-content, .description > .statement-list > li > h2 > button.open + .dol-content {
        margin: 0 0 40px 0;
        padding-top: 10px; }
      .dol > .statement-list > li > h2 > button.open > svg, .description > .statement-list > li > h2 > button.open > svg {
        transform: rotate(90deg); }
    .dol > .statement-list > li > .dol-content-wrapper, .description > .statement-list > li > .dol-content-wrapper {
      margin: 0;
      padding: 12px 0 0 0;
      background-color: #ffffff; }
    .dol > .statement-list > li > .dol-content, .description > .statement-list > li > .dol-content {
      overflow: hidden;
      transition-duration: 0.5s;
      transition-property: max-height, margin; }
      .dol > .statement-list > li > .dol-content > .c-block, .description > .statement-list > li > .dol-content > .c-block {
        margin-bottom: 40px; }
        .dol > .statement-list > li > .dol-content > .c-block:last-child, .description > .statement-list > li > .dol-content > .c-block:last-child {
          margin-bottom: 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .dol > .statement-list > li > .dol-content .nav-control, .description > .statement-list > li > .dol-content .nav-control {
          width: 80%;
          margin: 0 auto; } }
      .dol > .statement-list > li > .dol-content .main-table, .description > .statement-list > li > .dol-content .main-table {
        width: 100%; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .dol > .statement-list > li > .dol-content .main-table, .description > .statement-list > li > .dol-content .main-table {
            width: 80%;
            margin: 0 auto; } }
        .dol > .statement-list > li > .dol-content .main-table > tbody > tr > td, .description > .statement-list > li > .dol-content .main-table > tbody > tr > td {
          padding: 1.5em 0 0; }
          .dol > .statement-list > li > .dol-content .main-table > tbody > tr > td.no-table, .description > .statement-list > li > .dol-content .main-table > tbody > tr > td.no-table {
            padding: 1.5em 1.5em 0.8em 0; }
      .dol > .statement-list > li > .dol-content .main-table th, .description > .statement-list > li > .dol-content .main-table th {
        padding: 19px 0;
        font-size: 23px;
        text-align: left;
        border-width: 2px; }
        @media screen and (min-width: 320px) and (max-width: 1024px) {
          .dol > .statement-list > li > .dol-content .main-table th, .description > .statement-list > li > .dol-content .main-table th {
            text-align: center;
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .dol > .statement-list > li > .dol-content .main-table th, .description > .statement-list > li > .dol-content .main-table th {
            padding: 20px 0 11px; } }
      .dol > .statement-list > li > .dol-content .main-table .placeholder th, .description > .statement-list > li > .dol-content .main-table .placeholder th {
        font-size: 0;
        margin: 0;
        line-height: 0;
        padding: 0;
        border: none; }
      .dol > .statement-list > li > .dol-content .main-table td, .description > .statement-list > li > .dol-content .main-table td {
        font-size: 1rem; }
        @media screen and (max-width: 767px) {
          .dol > .statement-list > li > .dol-content .main-table td, .description > .statement-list > li > .dol-content .main-table td {
            padding: 0.8em 0; } }
      .dol > .statement-list > li > .dol-content .strand-table th, .description > .statement-list > li > .dol-content .strand-table th {
        padding: 20px 5px 20px 15px;
        font-size: 1.3125rem;
        border: none; }
      .dol > .statement-list > li > .dol-content .strand-table p, .description > .statement-list > li > .dol-content .strand-table p {
        font-size: 1rem; }

.materials-modal {
  position: relative;
  width: 100%;
  min-height: 400px;
  text-align: left;
  background: white; }
  @media screen and (min-width: 768px) {
    .materials-modal {
      width: 650px; } }
  .materials-modal.classroom-tasks > header {
    background: #183555; }
    .materials-modal.classroom-tasks > header > h1 > span {
      display: block;
      padding: 0;
      color: white; }
      .materials-modal.classroom-tasks > header > h1 > span:before, .materials-modal.classroom-tasks > header > h1 > span:after {
        content: none; }
    .materials-modal.classroom-tasks > header > .close {
      border: none;
      border-right: 30px solid #1F446D;
      background: none; }
      .materials-modal.classroom-tasks > header > .close:hover {
        border-right-color: #265385; }
  .materials-modal > header {
    padding: 20px 50px 20px 10px;
    background: #2e3f0a; }
    @media screen and (min-width: 768px) {
      .materials-modal > header {
        padding: 30px 120px 30px 30px; } }
    .materials-modal > header > img {
      position: absolute;
      top: 16px;
      left: 10px; }
      @media screen and (min-width: 768px) {
        .materials-modal > header > img {
          top: 26px;
          left: 30px; } }
      .materials-modal > header > img + h1 {
        margin-left: 28px; }
        @media screen and (min-width: 768px) {
          .materials-modal > header > img + h1 {
            margin-left: 35px; } }
    .materials-modal > header > h1 {
      color: white;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media screen and (min-width: 768px) {
        .materials-modal > header > h1 {
          font-size: 1rem;
          letter-spacing: 3px; } }
      .materials-modal > header > h1 > span {
        position: relative;
        padding-left: 30px;
        color: #d6f0a0;
        font-weight: bold; }
        .materials-modal > header > h1 > span:before, .materials-modal > header > h1 > span:after {
          content: '';
          position: absolute;
          left: 10px;
          width: 8px;
          height: 3px;
          background: #CDF7D4; }
        .materials-modal > header > h1 > span:before {
          top: 5px;
          transform: rotate(45deg); }
        .materials-modal > header > h1 > span:after {
          top: 9px;
          transform: rotate(-45deg); }
    .materials-modal > header > .close {
      position: absolute;
      top: 15px;
      right: 10px;
      padding: 5px 14px 5px 0;
      min-height: 28px;
      border: none;
      border-right: 30px solid #2c5a42;
      background: none; }
      @media screen and (min-width: 768px) {
        .materials-modal > header > .close {
          top: 25px;
          right: 20px; } }
      .materials-modal > header > .close:hover {
        border-right-color: #366f51; }
      .materials-modal > header > .close:before, .materials-modal > header > .close:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -24px;
        width: 19px;
        height: 4px;
        margin-top: -2px;
        background: white; }
      .materials-modal > header > .close:before {
        transform: rotate(45deg); }
      .materials-modal > header > .close:after {
        transform: rotate(-45deg); }
      .materials-modal > header > .close > span {
        display: none;
        color: white;
        font-size: 0.8125rem;
        line-height: 0.9375rem; }
        @media screen and (min-width: 768px) {
          .materials-modal > header > .close > span {
            display: inline; } }
  .materials-modal > .intro {
    position: relative;
    padding: 20px 25px;
    color: #323232;
    font-size: 1rem;
    font-weight: bold;
    background: #DDDDDD; }
    .materials-modal > .intro > em {
      font-style: italic; }
    .materials-modal > .intro > span {
      display: block;
      margin-bottom: 6px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .materials-modal > .intro:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 15px 0 15px;
      border-color: #DDDDDD transparent transparent transparent; }
  .materials-modal > ul {
    margin-top: 10px; }
    .materials-modal > ul > li {
      overflow: hidden;
      position: relative;
      padding: 20px 25px;
      border-top: 1px solid #FEA8A9; }
      .materials-modal > ul > li:first-child {
        border-top: none; }
      .materials-modal > ul > li > a, .materials-modal > ul > li strong.title {
        margin: 0;
        color: #323232;
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: bold; }
      .materials-modal > ul > li > a > em, .materials-modal > ul > li strong.title > em, .materials-modal > ul > li > em {
        display: block;
        margin-bottom: 8px;
        color: #323232;
        font-size: 0.8125rem;
        line-height: 0.9375rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: bold; }
      .materials-modal > ul > li > a {
        position: relative;
        color: #0360A6;
        text-decoration: none; }
        .materials-modal > ul > li > a:hover {
          color: #3B7DC5; }
          .materials-modal > ul > li > a:hover[target="_blank"]:before, .materials-modal > ul > li > a:hover[target="_blank"]:after {
            border-color: #3B7DC5; }
        .materials-modal > ul > li > a[target="_blank"] {
          padding-right: 20px; }
          .materials-modal > ul > li > a[target="_blank"]:before, .materials-modal > ul > li > a[target="_blank"]:after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background: white;
            border: 2px solid #0360A6; }
          .materials-modal > ul > li > a[target="_blank"]:before {
            top: 0;
            right: 0; }
          .materials-modal > ul > li > a[target="_blank"]:after {
            top: -4px;
            right: -4px; }
      .materials-modal > ul > li > strong {
        display: block;
        margin-top: 6px;
        margin-bottom: 10px;
        color: #323232;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: bold; }
      .materials-modal > ul > li > span.activity-type {
        float: right;
        padding: 0 8px;
        color: #FFF5CE;
        font-size: 0.6875rem;
        line-height: 1.375rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: -0.15px;
        background: #265385; }
      .materials-modal > ul > li > span.supporting {
        position: relative;
        padding-right: 14px;
        color: #666666;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: bold;
        font-style: italic; }
        .materials-modal > ul > li > span.supporting:before, .materials-modal > ul > li > span.supporting:after {
          content: '';
          position: absolute;
          right: 0;
          width: 7px;
          height: 3px;
          background: #999999; }
        .materials-modal > ul > li > span.supporting:before {
          top: 5px;
          transform: rotate(45deg); }
        .materials-modal > ul > li > span.supporting:after {
          bottom: 5px;
          transform: rotate(-45deg); }
      .materials-modal > ul > li > span.exemplification {
        display: block;
        margin-top: 6px;
        color: #666666;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: bold;
        font-style: italic; }
      .materials-modal > ul > li > ul {
        display: inline; }
        .materials-modal > ul > li > ul > li {
          display: inline;
          padding-left: 10px;
          color: #1F446D;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: bold; }

.materials-modal.v2 > header {
  background: #129590; }
  .materials-modal.v2 > header > h1 {
    text-transform: none;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.625rem;
    letter-spacing: 1.5px; }

.materials-modal.v2 > .intro em {
  font-style: italic; }

.materials-modal.v2 > .intro span {
  display: block;
  margin-bottom: 6px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px; }

.materials-modal.v2 > ul > li {
  border-top: none;
  padding-bottom: 0; }
  .materials-modal.v2 > ul > li:last-child {
    padding-bottom: 25px; }

[lnf-dcf] .typography h3 {
  padding-top: 20px;
  margin-bottom: 20px; }

[lnf-dcf] > ul.options {
  display: flex;
  justify-content: center;
  font-size: 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    [lnf-dcf] > ul.options {
      display: block;
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    [lnf-dcf] > ul.options > li {
      display: inline-block;
      margin-right: 10px; } }
  [lnf-dcf] > ul.options > li > button {
    position: relative;
    width: 100%;
    padding: 10px 36px 10px 15px;
    color: white;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: bold;
    border: none;
    background: #0360A6; }
    @media screen and (min-width: 768px) {
      [lnf-dcf] > ul.options > li > button {
        padding: 20px 50px 20px 15px;
        margin-right: 15px;
        font-size: 1rem;
        line-height: 1.25rem; } }
    [lnf-dcf] > ul.options > li > button > svg {
      position: absolute;
      top: 11px;
      right: 10px;
      width: 20px;
      fill: white;
      height: 16px; }
      @media screen and (min-width: 768px) {
        [lnf-dcf] > ul.options > li > button > svg {
          top: 19px;
          right: 15px;
          height: 22px; } }

[lnf-dcf] .filters {
  position: relative;
  padding: 20px;
  background: #E5E5E5;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    [lnf-dcf] .filters {
      padding: 30px; } }
  [lnf-dcf] .filters.collapsed {
    display: none; }
  [lnf-dcf] .filters > h3 {
    max-width: 700px;
    color: #1F1F1F;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      [lnf-dcf] .filters > h3 {
        font-size: 1.375rem;
        line-height: 1.625rem;
        word-break: normal; } }
    @media screen and (min-device-width: 320px) and (max-device-width: 812px) {
      [lnf-dcf] .filters > h3 {
        margin-right: 35%; } }
  [lnf-dcf] .filters > [close] {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 10px 25px;
    color: white;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    background: #1F1F1F;
    border: none; }
    [lnf-dcf] .filters > [close]:hover {
      background: #6c6c6c; }
  [lnf-dcf] .filters > p {
    margin-bottom: 10px;
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
  [lnf-dcf] .filters > div[filters] > ul {
    margin-top: 20px; }
    [lnf-dcf] .filters > div[filters] > ul + p {
      margin-top: 20px; }
  [lnf-dcf] .filters > div[filters], [lnf-dcf] .filters > div[filters] .list {
    font-size: 0; }
    [lnf-dcf] .filters > div[filters] > p, [lnf-dcf] .filters > div[filters] > li p, [lnf-dcf] .filters > div[filters] > div p, [lnf-dcf] .filters > div[filters] .list > p, [lnf-dcf] .filters > div[filters] .list > li p, [lnf-dcf] .filters > div[filters] .list > div p {
      color: #666666;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
    [lnf-dcf] .filters > div[filters] > li p, [lnf-dcf] .filters > div[filters] > div p, [lnf-dcf] .filters > div[filters] .list > li p, [lnf-dcf] .filters > div[filters] .list > div p {
      margin-top: 20px; }
    [lnf-dcf] .filters > div[filters] > li.hide-items > p:first-child, [lnf-dcf] .filters > div[filters] > div.hide-items > p:first-child, [lnf-dcf] .filters > div[filters] .list > li.hide-items > p:first-child, [lnf-dcf] .filters > div[filters] .list > div.hide-items > p:first-child {
      display: none; }
      [lnf-dcf] .filters > div[filters] > li.hide-items > p:first-child + .items, [lnf-dcf] .filters > div[filters] > div.hide-items > p:first-child + .items, [lnf-dcf] .filters > div[filters] .list > li.hide-items > p:first-child + .items, [lnf-dcf] .filters > div[filters] .list > div.hide-items > p:first-child + .items {
        display: none; }
    [lnf-dcf] .filters > div[filters] > li.selectable, [lnf-dcf] .filters > div[filters] > div.selectable, [lnf-dcf] .filters > div[filters] .list > li.selectable, [lnf-dcf] .filters > div[filters] .list > div.selectable {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px; }
    [lnf-dcf] .filters > div[filters] > li.strand, [lnf-dcf] .filters > div[filters] > div.strand, [lnf-dcf] .filters > div[filters] .list > li.strand, [lnf-dcf] .filters > div[filters] .list > div.strand {
      margin-top: 20px;
      display: block; }
      [lnf-dcf] .filters > div[filters] > li.strand > span, [lnf-dcf] .filters > div[filters] > li.strand > label, [lnf-dcf] .filters > div[filters] > div.strand > span, [lnf-dcf] .filters > div[filters] > div.strand > label, [lnf-dcf] .filters > div[filters] .list > li.strand > span, [lnf-dcf] .filters > div[filters] .list > li.strand > label, [lnf-dcf] .filters > div[filters] .list > div.strand > span, [lnf-dcf] .filters > div[filters] .list > div.strand > label {
        color: #1F1F1F;
        font-size: 0.875rem;
        line-height: 1.0625rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px; }
    [lnf-dcf] .filters > div[filters] > li.element, [lnf-dcf] .filters > div[filters] > div.element, [lnf-dcf] .filters > div[filters] .list > li.element, [lnf-dcf] .filters > div[filters] .list > div.element {
      padding: 20px 20px 10px 20px;
      margin-top: 10px;
      background: #CCCCCC; }
      [lnf-dcf] .filters > div[filters] > li.element.selectable, [lnf-dcf] .filters > div[filters] > div.element.selectable, [lnf-dcf] .filters > div[filters] .list > li.element.selectable, [lnf-dcf] .filters > div[filters] .list > div.element.selectable {
        padding: 0;
        margin-bottom: 0;
        background: none; }
        [lnf-dcf] .filters > div[filters] > li.element.selectable > label, [lnf-dcf] .filters > div[filters] > div.element.selectable > label, [lnf-dcf] .filters > div[filters] .list > li.element.selectable > label, [lnf-dcf] .filters > div[filters] .list > div.element.selectable > label {
          padding: 20px; }
      [lnf-dcf] .filters > div[filters] > li.element > span, [lnf-dcf] .filters > div[filters] > div.element > span, [lnf-dcf] .filters > div[filters] .list > li.element > span, [lnf-dcf] .filters > div[filters] .list > div.element > span {
        display: block;
        color: #1F1F1F;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          [lnf-dcf] .filters > div[filters] > li.element > span, [lnf-dcf] .filters > div[filters] > div.element > span, [lnf-dcf] .filters > div[filters] .list > li.element > span, [lnf-dcf] .filters > div[filters] .list > div.element > span {
            font-size: 1.125rem;
            line-height: 1.3125rem; } }
      [lnf-dcf] .filters > div[filters] > li.element > label, [lnf-dcf] .filters > div[filters] > div.element > label, [lnf-dcf] .filters > div[filters] .list > li.element > label, [lnf-dcf] .filters > div[filters] .list > div.element > label {
        padding: 20px 0; }
      [lnf-dcf] .filters > div[filters] > li.element > .inner-items, [lnf-dcf] .filters > div[filters] > div.element > .inner-items, [lnf-dcf] .filters > div[filters] .list > li.element > .inner-items, [lnf-dcf] .filters > div[filters] .list > div.element > .inner-items {
        margin-top: 10px; }
    [lnf-dcf] .filters > div[filters] > li.aspect > label, [lnf-dcf] .filters > div[filters] > div.aspect > label, [lnf-dcf] .filters > div[filters] .list > li.aspect > label, [lnf-dcf] .filters > div[filters] .list > div.aspect > label {
      padding: 10px 10px 10px 0; }
    [lnf-dcf] .filters > div[filters] > li.component > label, [lnf-dcf] .filters > div[filters] > li.element > label, [lnf-dcf] .filters > div[filters] > div.component > label, [lnf-dcf] .filters > div[filters] > div.element > label, [lnf-dcf] .filters > div[filters] .list > li.component > label, [lnf-dcf] .filters > div[filters] .list > li.element > label, [lnf-dcf] .filters > div[filters] .list > div.component > label, [lnf-dcf] .filters > div[filters] .list > div.element > label {
      display: block;
      padding: 12px;
      background: #CCCCCC; }
      @media screen and (min-width: 768px) {
        [lnf-dcf] .filters > div[filters] > li.component > label, [lnf-dcf] .filters > div[filters] > li.element > label, [lnf-dcf] .filters > div[filters] > div.component > label, [lnf-dcf] .filters > div[filters] > div.element > label, [lnf-dcf] .filters > div[filters] .list > li.component > label, [lnf-dcf] .filters > div[filters] .list > li.element > label, [lnf-dcf] .filters > div[filters] .list > div.component > label, [lnf-dcf] .filters > div[filters] .list > div.element > label {
          padding: 20px; } }
    [lnf-dcf] .filters > div[filters] > li > label, [lnf-dcf] .filters > div[filters] > div > label, [lnf-dcf] .filters > div[filters] .list > li > label, [lnf-dcf] .filters > div[filters] .list > div > label {
      white-space: nowrap; }
      [lnf-dcf] .filters > div[filters] > li > label > input, [lnf-dcf] .filters > div[filters] > li > label > span, [lnf-dcf] .filters > div[filters] > div > label > input, [lnf-dcf] .filters > div[filters] > div > label > span, [lnf-dcf] .filters > div[filters] .list > li > label > input, [lnf-dcf] .filters > div[filters] .list > li > label > span, [lnf-dcf] .filters > div[filters] .list > div > label > input, [lnf-dcf] .filters > div[filters] .list > div > label > span {
        display: inline-block;
        vertical-align: top; }
      [lnf-dcf] .filters > div[filters] > li > label > input, [lnf-dcf] .filters > div[filters] > div > label > input, [lnf-dcf] .filters > div[filters] .list > li > label > input, [lnf-dcf] .filters > div[filters] .list > div > label > input {
        position: relative;
        top: -1px;
        margin-right: 6px;
        height: 22px;
        width: 22px;
        vertical-align: baseline; }
      [lnf-dcf] .filters > div[filters] > li > label > span, [lnf-dcf] .filters > div[filters] > div > label > span, [lnf-dcf] .filters > div[filters] .list > li > label > span, [lnf-dcf] .filters > div[filters] .list > div > label > span {
        color: #1F1F1F;
        font-size: 1rem;
        line-height: 1.1875rem;
        white-space: normal;
        word-wrap: break-word;
        -ms-word-wrap: break-word; }
    [lnf-dcf] .filters > div[filters] > li .description, [lnf-dcf] .filters > div[filters] > div .description, [lnf-dcf] .filters > div[filters] .list > li .description, [lnf-dcf] .filters > div[filters] .list > div .description {
      color: #1F1F1F;
      text-transform: none;
      margin-top: 10px;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: bold; }
      [lnf-dcf] .filters > div[filters] > li .description *, [lnf-dcf] .filters > div[filters] > div .description *, [lnf-dcf] .filters > div[filters] .list > li .description *, [lnf-dcf] .filters > div[filters] .list > div .description * {
        text-transform: none;
        color: #1F1F1F;
        letter-spacing: normal; }
      [lnf-dcf] .filters > div[filters] > li .description h2, [lnf-dcf] .filters > div[filters] > div .description h2, [lnf-dcf] .filters > div[filters] .list > li .description h2, [lnf-dcf] .filters > div[filters] .list > div .description h2 {
        letter-spacing: -0.02em;
        font-size: 1.4375rem;
        line-height: 120%; }
  [lnf-dcf] .filters > ul.filter-options {
    margin-top: 30px;
    text-align: center; }
    [lnf-dcf] .filters > ul.filter-options > li {
      display: inline-block;
      margin: 0 10px 20px 10px;
      margin-bottom: 20px; }
      [lnf-dcf] .filters > ul.filter-options > li > button {
        padding: 20px;
        color: white;
        font-size: 1.125rem;
        line-height: 1.3125rem;
        font-weight: bold;
        background: #0360A6;
        border: none; }
        [lnf-dcf] .filters > ul.filter-options > li > button:disabled {
          background: rgba(3, 96, 166, 0.3);
          cursor: default; }
        [lnf-dcf] .filters > ul.filter-options > li > button[show-elements] > svg {
          transform: rotate(90deg); }
        [lnf-dcf] .filters > ul.filter-options > li > button > svg {
          display: inline-block;
          height: 19px;
          margin-left: 8px;
          margin-top: -2px;
          width: 15px;
          vertical-align: middle;
          fill: white; }


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, body .zones-header {
  opacity: 1; }

body .iframely-responsive {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

body .iframely-responsive > * {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  background: #FFF; }

body > main {
  position: relative; }

body .more-websites .share-resources > .logo,
body .more-websites .share-network > .logo {
  background-position: center;
  background-repeat: no-repeat; }
  body .more-websites .share-resources > .logo > img,
  body .more-websites .share-network > .logo > img {
    opacity: 0; }

body .more-websites .share-resources > .logo {
  background-image: url("../img/js-hwb-cms/storyboard/share-logo-resources.png"); }

body .more-websites .share-network > .logo {
  background-image: url("../img/js-hwb-cms/storyboard/share-logo-network.png"); }

body .dfn-tooltip {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 26px 30px;
  margin-top: 46px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  white-space: pre-line;
  background: #323232;
  cursor: auto;
  top: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    body .dfn-tooltip {
      width: 384px; } }
  @media screen and (min-width: 1024px) {
    body .dfn-tooltip {
      width: 512px; } }
  body .dfn-tooltip .visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }
  body .dfn-tooltip h1, body .dfn-tooltip h2, body .dfn-tooltip h3, body .dfn-tooltip h4, body .dfn-tooltip p, body .dfn-tooltip p *, body .dfn-tooltip ul li, body .dfn-tooltip ol li, body .dfn-tooltip ul li *, body .dfn-tooltip ol li * {
    color: #ffffff; }
  body .dfn-tooltip > .dfn-tooltip-pointer {
    content: '';
    position: absolute;
    top: -24px;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent #323232 transparent;
    cursor: auto; }

body .dfn-tooltip.glossary {
  background-color: #0360A6;
  font-size: 1.125rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.75rem; }
  body .dfn-tooltip.glossary * {
    color: #ffffff; }
  body .dfn-tooltip.glossary > .dfn-tooltip-pointer {
    border-color: transparent transparent #0360A6 transparent; }
