@charset "UTF-8";
/* -------------------------------------------------------------
  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 */
/* font mixins
   ========================================================================== */
/* ==========================================================================
   Base icon font
   ========================================================================== */
:root {
  --font-family: 'Noto Sans', 'Noto Sans Arabic', sans-serif;
  --ui-text: #1B1B1B;
  --ui-text-lighten-5: #1B1B1B;
  --ui-text-lighten-10: #1B1B1B;
  --ui-text-lighten-15: #1B1B1B;
  --ui-text-lighten-20: #6E6E6E;
  --ui-text-lighten-25: #6E6E6E;
  --ui-text-lighten-30: #6E6E6E;
  --ui-text-lighten-35: #6E6E6E;
  --ui-text-lighten-40: #6E6E6E;
  --ui-text-lighten-45: #6E6E6E;
  --ui-text-lighten-50: #6E6E6E;
  --focus: #4C9AFF;
  --focus-2: #FFD530;
  --focus_rgb: 76, 154, 255;
  --accent: #0075DB;
  --accent-contrast: #FFFFFF;
  --accent-hover: #005198;
  --accent_rgb: 0, 117, 219;
  --accent-darken-5: #0075DB;
  --accent-darken-10: #0075DB;
  --accent-darken-15: #0075DB;
  --accent-darken-20: #0075DB;
  --accent-lighten-5: #0075DB;
  --accent-lighten-10: #0075DB;
  --accent-lighten-15: #0075DB;
  --accent-lighten-20: #0075DB;
  --header-loading-bar-color: #0075DB;
  --header-height: 45px;
  --header-color: #38484F;
  --header-dropdown: #38484F;
  --header-dropdown-contrast: #FFFFFF;
  --header-dropdown-contrast_rgb: 255, 255, 255;
  --header-contrast: #FFFFFF;
  --header-contrast_rgb: 255, 255, 255;
  --brand: #DB3A00;
  --brand_rgb: 219, 58, 0;
  --brand-contrast: #FFFFFF;
  --login-bar-color-1: #FF4500;
  --login-bar-color-2: #5A6770;
  --login-bar-color-3: #45A19B;
  --login-bar-color-4: #FFC03D;
  --login-accent-color: #DB3A00;
  --login-button-color: #5A6770;
  --login-button-color-darken-20: #4F5A62;
  --login-button-contrast-color: #FFFFFF;
  --app-admin: #8E81EF;
  --app-assignments: #EC2872;
  --app-classes: #CC8100;
  --app-courses: #6D57F0;
  --app-events: #2CA56D;
  --app-knowledgetree: #D23232;
  --app-networks: #29A38D;
  --app-news: #234294;
  --app-organizations: #F14B53;
  --app-people: #416CC9;
  --app-playlists: #009DD1;
  --app-reports: #AF70C4;
  --app-rewards: #CC8100;
  --app-tasks: #EC7032;
  --app-workspaces: #4196EC;
  --app-announcements: #5483ad;
  --app-badges: #008cff;
  --app-certificates: #5fba46;
  --app-discussions: #3caadf;
  --app-pages: #2088EF;
  --app-profile: #ff8050;
  --app-articles: #FF0036;
  --ui-background: #FFFFFF;
  --ui-background_rgb: 255, 255, 255;
  --ui-background-darken-1: #F7F7F7;
  --ui-background-darken-2: #F7F7F7;
  --ui-background-darken-3: #F7F7F7;
  --ui-background-darken-4: #F7F7F7;
  --ui-background-darken-5: #F2F2F2;
  --ui-background-darken-6: #F2F2F2;
  --ui-background-darken-7: #F2F2F2;
  --ui-background-darken-8: #F2F2F2;
  --ui-background-darken-9: #F2F2F2;
  --ui-background-darken-10: #F2F2F2;
  --ui-background-darken-11: #F2F2F2;
  --ui-background-darken-12: #F2F2F2;
  --icon-default: #939393;
  --icon-link: #732f94;
  --icon-img: #0aafb2;
  --icon-doc: #377ef0;
  --icon-pdf: #d73838;
  --icon-spreadsheet: #29c01a;
  --icon-presentation: #ed743b;
  --icon-video: #5858cc;
  --icon-audio: #00a0df;
  --icon-flash: #fe381a;
  --icon-ibooks: #fb870c;
  --ui-stroke: #CCCCCC;
  --ui-stroke-light: #E6E6E6;
  --selected-item-background: #E9F6FD;
  --system-in-progress: #009DD1;
  --system-caution: #EC7032;
  --system-warning: #E00000;
  --system-success: #418F0E;
  --system-optimize: #006485; }

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

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

/* -

.icon-Popular:before {
	content: "\71";
}
.icon-uniE600:before {
	content: "\68";
}
.icon-mail:before {
	content: "\69";
}
.icon-close:before {
	content: "\67";
}
.icon-location:before {
	content: "\31";
}
.icon-star:before {
	content: "\75";
}
.icon-star2:before {
	content: "\76";
}
.icon-thumbsup:before {
	content: "\73";
}
.icon-popup:before {
	content: "\6a";
}
.icon-search:before {
	content: "\32";
}
.icon-tag:before {
	content: "\70";
}
.icon-clock:before {
	content: "\74";
}
.icon-cd:before {
	content: "\72";
}
.icon-cross:before {
	content: "\6f";
}
.icon-minus:before {
	content: "\6b";
}
.icon-plus:before {
	content: "\6c";
}
.icon-warning:before {
	content: "\6d";
}
.icon-bookmark:before {
	content: "\6e";
}
.icon-arrow-down:before {
	content: "\33";
}
.icon-arrow-left:before {
	content: "\34";
}
.icon-arrow-down2:before {
	content: "\35";
}
.icon-arrow-up:before {
	content: "\36";
}
.icon-arrow-right:before {
	content: "\37";
}
.icon-arrow-left2:before {
	content: "\38";
}
.icon-arrow-down3:before {
	content: "\39";
}
.icon-arrow-up2:before {
	content: "\61";
}
.icon-arrow-right2:before {
	content: "\62";
}
.icon-arrow-left3:before {
	content: "\63";
}
.icon-arrow-down4:before {
	content: "\64";
}
.icon-arrow-up3:before {
	content: "\65";
}
.icon-uniE60E:before {
	content: "\66";
}
.icon-grid:before {
	content: "\e600";
}
.icon-list:before {
	content: "\e601";
}

- */
/* - Ratio Video - */
/* Responsive background image solution
   ========================================================================== */
/* 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 */
.modal-open body {
  position: relative;
  height: 100%;
  overflow: hidden !important; }

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

/* 	Modal Styling */
.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);
  background: rgba(40, 45, 51, 0.85);
  opacity: 1;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .modal {
      background: rgba(40, 45, 51, 0.7); } }

@-webkit-keyframes webKitFix {
  from {
    padding: 0px; }
  to {
    padding: 0px; } }
  .modal .screen-reader-offscreen {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .touch .modal, .touchevents .modal {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: webKitFix infinite 0.1s; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    font-size: 0;
    vertical-align: middle; }
  .modal .aria-description, .modal .ariaTitle, .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; }
  @media screen and (min-width: 768px) {
    .modal.full-screen .content {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; } }
  @media screen and (min-width: 768px) {
    .modal.extra-large {
      padding: 10px; }
      .modal.extra-large .content {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none; } }
  @media screen and (min-width: 768px) {
    .modal.large .content {
      max-width: 960px; } }
  @media screen and (min-width: 768px) {
    .modal.medium .content {
      max-width: 740px; } }
  @media screen and (min-width: 768px) {
    .modal.small .content, .modal.alert .content {
      max-width: 540px; } }
  .modal .content {
    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: 0;
    margin: 0;
    min-height: 100px;
    color: var(--ui-text);
    text-align: left;
    background: var(--ui-background);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media screen and (min-width: 768px) {
      .modal .content {
        max-width: 740px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; } }

/* Force AOSP browser re-render */
@media screen and (orientation: landscape) {
  .modal {
    width: 100% !important; }
    .modal .overlay {
      width: 100% !important; } }

.mini-ticker {
  position: relative;
  padding: 15px;
  background: var(--ui-background); }
  @media screen and (min-width: 768px) {
    .mini-ticker {
      padding: 20px; } }
  .mini-ticker h3 {
    position: relative;
    padding: 0 5px;
    margin-top: 10px;
    color: var(--ui-text-lighten-10);
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .mini-ticker h3 {
        padding: 0 10px; } }
    .mini-ticker h3:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 10px;
      width: 16px;
      height: 16px; }
    .mini-ticker h3.assignments {
      padding-left: 35px; }
      .mini-ticker h3.assignments:before {
        background-image: url("../img/js-mini-ticker/icons/assignments.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.assignments:before {
            background-image: url("../img/js-mini-ticker/icons/assignments_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.announcements {
      padding-left: 35px; }
      .mini-ticker h3.announcements:before {
        background-image: url("../img/js-mini-ticker/icons/announcements.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.announcements:before {
            background-image: url("../img/js-mini-ticker/icons/announcements_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.discussions {
      padding-left: 35px; }
      .mini-ticker h3.discussions:before {
        background-image: url("../img/js-mini-ticker/icons/discussions.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.discussions:before {
            background-image: url("../img/js-mini-ticker/icons/discussions_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.bookmarks {
      padding-left: 35px; }
      .mini-ticker h3.bookmarks:before {
        background-image: url("../img/js-mini-ticker/icons/bookmarks.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.bookmarks:before {
            background-image: url("../img/js-mini-ticker/icons/bookmarks_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.resources {
      padding-left: 35px; }
      .mini-ticker h3.resources:before {
        background-image: url("../img/js-mini-ticker/icons/resources.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.resources:before {
            background-image: url("../img/js-mini-ticker/icons/resources_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.groups {
      padding-left: 35px; }
      .mini-ticker h3.groups:before {
        background-image: url("../img/js-mini-ticker/icons/groups.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.groups:before {
            background-image: url("../img/js-mini-ticker/icons/groups_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.news {
      padding-left: 35px; }
      .mini-ticker h3.news:before {
        background-image: url("../img/js-mini-ticker/icons/news.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.news:before {
            background-image: url("../img/js-mini-ticker/icons/news_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.events {
      padding-left: 35px; }
      .mini-ticker h3.events:before {
        background-image: url("../img/js-mini-ticker/icons/events.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.events:before {
            background-image: url("../img/js-mini-ticker/icons/events_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.profile {
      padding-left: 35px; }
      .mini-ticker h3.profile:before {
        background-image: url("../img/js-mini-ticker/icons/profile.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.profile:before {
            background-image: url("../img/js-mini-ticker/icons/profile_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.certificates {
      padding-left: 35px; }
      .mini-ticker h3.certificates:before {
        background-image: url("../img/js-mini-ticker/icons/certificates.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.certificates:before {
            background-image: url("../img/js-mini-ticker/icons/certificates_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.tasks {
      padding-left: 35px; }
      .mini-ticker h3.tasks:before {
        background-image: url("../img/js-mini-ticker/icons/tasks.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.tasks:before {
            background-image: url("../img/js-mini-ticker/icons/tasks_2x.png");
            background-size: 16px 16px; } }
    .mini-ticker h3.tags {
      padding-left: 35px; }
      .mini-ticker h3.tags:before {
        background-image: url("../img/js-mini-ticker/icons/tags.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .mini-ticker h3.tags:before {
            background-image: url("../img/js-mini-ticker/icons/tags_2x.png");
            background-size: 16px 16px; } }
    .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; }
      .mini-ticker h3 a:hover {
        text-decoration: none; }
      .mini-ticker h3 a:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
  .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) {
      .mini-ticker .ui-state {
        padding: 40px 80px 40px 0; } }
    .mini-ticker .ui-state picture {
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0; }
      .mini-ticker .ui-state picture:before, .mini-ticker .ui-state picture img {
        display: inline-block;
        vertical-align: middle; }
      .mini-ticker .ui-state picture:before {
        content: '';
        height: 100%; }
      @media screen and (min-width: 768px) {
        .mini-ticker .ui-state picture {
          right: 0; } }
      .mini-ticker .ui-state picture img {
        margin: 0; }
    .mini-ticker .ui-state strong {
      font-weight: 400; }
  .mini-ticker .slide-nav > li {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -20px; }
    .mini-ticker .slide-nav > li > button {
      padding: 10px 6px;
      margin: 0;
      background: #f2f2f2;
      background: rgba(242, 242, 242, 0.9);
      border: 0; }
      .mini-ticker .slide-nav > li > button:hover {
        background: var(--ui-background-darken-5); }
      .mini-ticker .slide-nav > li > button:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .mini-ticker .slide-nav > li > button:after {
        font-size: 1.125rem;
        font-family: mls-ui-icons;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .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; }
      .mini-ticker .slide-nav > li > button[disabled] {
        background: #f2f2f2;
        background: rgba(242, 242, 242, 0.6);
        cursor: default; }
        .mini-ticker .slide-nav > li > button[disabled]:after {
          color: var(--ui-text-lighten-20); }
      .mini-ticker .slide-nav > li > button.prev:after {
        content: "P"; }
      .mini-ticker .slide-nav > li > button.next:after {
        content: "S"; }
    .mini-ticker .slide-nav > li.slide-nav-prev {
      left: 10px; }
    .mini-ticker .slide-nav > li.slide-nav-next {
      right: 10px; }
  .mini-ticker .item-container {
    width: 100%;
    overflow: hidden; }
    .mini-ticker .item-container .swiper-wrapper {
      position: relative;
      height: auto !important;
      white-space: nowrap; }
      .mini-ticker .item-container .swiper-wrapper:before, .mini-ticker .item-container .swiper-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 5;
        width: 10px;
        background: var(--ui-background); }
      .mini-ticker .item-container .swiper-wrapper:before {
        left: 0; }
      .mini-ticker .item-container .swiper-wrapper:after {
        right: 0; }
      .mini-ticker .item-container .swiper-wrapper > li {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 10px 12px;
        height: auto !important;
        vertical-align: top;
        white-space: normal; }
        .mini-ticker .item-container .swiper-wrapper > li a {
          display: block;
          text-decoration: none;
          border: 1px solid #CCCCCC; }
          .mini-ticker .item-container .swiper-wrapper > li a:hover > .title {
            text-decoration: underline; }
          .mini-ticker .item-container .swiper-wrapper > li a:hover > .img-hold {
            opacity: 0.9; }
          .mini-ticker .item-container .swiper-wrapper > li a:focus {
            outline: none;
            box-shadow: 0 0 0 2px #4C9AFF; }
          .mini-ticker .item-container .swiper-wrapper > li a > .img-hold {
            display: block;
            -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: var(--ui-background);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat; }
            .mini-ticker .item-container .swiper-wrapper > li a > .img-hold:before {
              content: '';
              display: block;
              padding-top: 75%; }
            .mini-ticker .item-container .swiper-wrapper > li a > .img-hold > img {
              display: none; }
          .mini-ticker .item-container .swiper-wrapper > li a > .title {
            display: block;
            padding: 12px;
            color: var(--ui-text-lighten-5);
            font-size: 0.8125rem;
            line-height: 0.9375rem;
            text-align: center;
            font-weight: 600;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: var(--ui-background-darken-5);
            border-top: 1px solid #CCCCCC;
            overflow: hidden; }
          .mini-ticker .item-container .swiper-wrapper > li a > .avatar {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 38px;
            left: 0;
            z-index: 5;
            text-align: center; }
            .mini-ticker .item-container .swiper-wrapper > li a > .avatar:before, .mini-ticker .item-container .swiper-wrapper > li a > .avatar > img {
              display: inline-block;
              vertical-align: middle; }
            .mini-ticker .item-container .swiper-wrapper > li a > .avatar:before {
              content: '';
              height: 100%; }
            .mini-ticker .item-container .swiper-wrapper > li a > .avatar > img {
              height: 65%;
              width: auto;
              max-width: 100%;
              border: 2px solid var(--ui-background);
              border-radius: 3px; }

.tab-header {
  position: relative;
  font-family: var(--font-family);
  font-size: 0;
  background: var(--ui-background);
  border-bottom: 1px solid #CCCCCC;
  /* - Type Icon Only - */
  /* - Type Pills - */ }
  .tab-header.empty {
    border-bottom: 0; }
    @media screen and (min-width: 768px) {
      .tab-header.empty {
        border-bottom: 1px solid #CCCCCC; } }
  .tab-header button:focus, .tab-header a:focus, .tab-header input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #4C9AFF; }
  .tab-header .tab-header-layout {
    position: relative;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .tab-header .tab-header-layout:before {
        content: '';
        display: inline-block;
        min-height: 53px;
        vertical-align: middle; } }
  .tab-header .title {
    position: relative;
    top: 1px;
    display: none;
    color: var(--ui-text);
    font-size: 0.8125rem;
    line-height: 1.125rem;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .tab-header .title {
        display: inline-block;
        padding-left: 10px; }
        .tab-header .title + ul.tabs:before {
          content: '';
          display: inline-block;
          height: 30px;
          width: 1px;
          margin: 0 20px;
          vertical-align: middle;
          background: #e6e6e6; } }
    @media screen and (min-width: 1020px) {
      .tab-header .title {
        padding-left: 0; } }
    .tab-header .title img {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-right: 4px;
      margin-top: -3px;
      width: 16px;
      height: 16px;
      vertical-align: middle; }
  .tab-header ul.buttons {
    padding: 0 5px 5px 0;
    margin: 0;
    display: block;
    border-top: 1px solid #e6e6e6; }
    @media screen and (min-width: 769px) {
      .tab-header ul.buttons {
        position: absolute;
        right: 0;
        top: 50%;
        margin: -20px 5px 0 0;
        padding: 0;
        text-align: right;
        border-top: none; } }
    @media screen and (min-width: 1020px) {
      .tab-header ul.buttons {
        margin-right: 0; } }
    .lt-ie9 .tab-header ul.buttons {
      margin-right: 14px; }
    .tab-header ul.buttons > li {
      display: inline-block;
      margin: 0 0 0 5px;
      vertical-align: top;
      height: 35px; }
      .tab-header ul.buttons > li .btns {
        margin-top: 5px;
        vertical-align: top; }
  .tab-header .overflow-tabs {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .tab-header .overflow-tabs > button {
      position: relative;
      padding: 0 5px;
      margin: 0 5px;
      display: block;
      line-height: 53px;
      font-size: 0.75rem;
      color: var(--ui-text);
      font-weight: 600;
      text-decoration: none;
      -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;
      border: 0;
      background: transparent; }
      @media screen and (min-width: 768px) {
        .tab-header .overflow-tabs > button {
          margin: 0 10px;
          font-size: 0.8125rem; } }
      @media screen and (min-width: 1020px) {
        .tab-header .overflow-tabs > button {
          margin: 0 15px 0 0; } }
      .lt-ie9 .tab-header .overflow-tabs > button {
        margin: 0 14px 0 0; }
      .no-touchevents .tab-header .overflow-tabs > button:hover:before, .no-touchevents .tab-header .overflow-tabs > button:active:before, .no-touchevents .tab-header .overflow-tabs > button:focus:before, .no-touch .tab-header .overflow-tabs > button:hover:before, .no-touch .tab-header .overflow-tabs > button:active:before, .no-touch .tab-header .overflow-tabs > button:focus:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--accent-darken-20); }
      .tab-header .overflow-tabs > button > img {
        display: none; }
      .tab-header .overflow-tabs > button:after {
        content: '';
        position: relative;
        top: -1.5px;
        width: 0;
        height: 0;
        display: inline-block;
        margin: 0 0 0 3px;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: var(--ui-text) transparent transparent transparent; }
    .tab-header .overflow-tabs ul {
      position: absolute;
      top: 100%;
      right: 5px;
      z-index: 100;
      overflow: visible;
      margin-top: -5px;
      padding: 0;
      display: none;
      border: 1px solid #d9d9d9;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: var(--ui-background);
      -webkit-box-shadow: rgba(204, 204, 204, 0.5) 0 1px 2px 0;
      -moz-box-shadow: rgba(204, 204, 204, 0.5) 0 1px 2px 0;
      box-shadow: rgba(204, 204, 204, 0.5) 0 1px 2px 0; }
      .tab-header .overflow-tabs ul.expanded {
        display: inline-block; }
      .tab-header .overflow-tabs ul:after, .tab-header .overflow-tabs ul:before {
        position: absolute;
        bottom: 100%;
        right: 12px;
        height: 0;
        width: 0;
        border: solid transparent;
        content: " ";
        pointer-events: none; }
      .tab-header .overflow-tabs ul:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: var(--ui-background);
        border-width: 6px; }
      .tab-header .overflow-tabs ul:before {
        right: 11px;
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #d9d9d9;
        border-width: 7px; }
      .tab-header .overflow-tabs ul * {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        height: auto;
        font-size: 100%;
        font: inherit;
        line-height: auto;
        border: 0;
        background: transparent; }
      .tab-header .overflow-tabs ul li {
        display: block;
        min-width: max-content;
        border-bottom: 1px solid #e6e6e6; }
        .tab-header .overflow-tabs ul li:last-child {
          border-bottom: 0; }
        .tab-header .overflow-tabs ul li a {
          display: block;
          padding: 12px 20px 10px 10px;
          font-size: 0.75rem;
          line-height: 0.8125rem;
          color: var(--ui-text-lighten-5);
          text-decoration: none;
          font-family: var(--font-family); }
          .tab-header .overflow-tabs ul li a:hover > .tab-text {
            text-decoration: underline; }
          .tab-header .overflow-tabs ul li a.disabled {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            cursor: not-allowed; }
            .tab-header .overflow-tabs ul li a.disabled > .tab-text {
              text-decoration: none; }
          .tab-header .overflow-tabs ul li a:before {
            display: none; }
          .tab-header .overflow-tabs ul li a > img {
            position: relative;
            top: -1.5px;
            display: inline-block;
            height: 16px;
            width: 16px;
            vertical-align: middle;
            margin-right: 5px;
            text-align: center; }
        .tab-header .overflow-tabs ul li.active a {
          color: var(--accent-darken-15); }
          .tab-header .overflow-tabs ul li.active a:hover .tab-text, .tab-header .overflow-tabs ul li.active a:focus .tab-text, .tab-header .overflow-tabs ul li.active a:active .tab-text {
            color: var(--accent-darken-15);
            cursor: default;
            text-decoration: none; }
  .tab-header ul.tabs {
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle; }
    @media screen and (min-width: 769px) {
      .tab-header ul.tabs {
        width: auto; } }
    .tab-header ul.tabs li {
      height: 53px;
      overflow: hidden;
      padding: 0 2px;
      display: inline-block;
      vertical-align: middle; }
      .tab-header ul.tabs li a {
        position: relative;
        padding: 0 5px;
        margin: 0 5px;
        display: block;
        line-height: 53px;
        font-size: 0.75rem;
        color: var(--ui-text);
        font-weight: 600;
        text-decoration: none;
        -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; }
        @media screen and (min-width: 768px) {
          .tab-header ul.tabs li a {
            margin: 0 10px;
            font-size: 0.8125rem; } }
        @media screen and (min-width: 1020px) {
          .tab-header ul.tabs li a {
            margin: 0 15px 0 0; } }
        .lt-ie9 .tab-header ul.tabs li a {
          margin: 0 14px 0 0; }
        .tab-header ul.tabs li a:before {
          -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;
          bottom: -4px;
          height: 0; }
        .tab-header ul.tabs li a.disabled {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50);
          cursor: not-allowed; }
        .no-touchevents .tab-header ul.tabs li a:hover:before, .no-touch .tab-header ul.tabs li a:hover:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background: var(--accent-hover); }
        .no-touchevents .tab-header ul.tabs li a:hover.disabled:before, .no-touch .tab-header ul.tabs li a:hover.disabled:before {
          content: none; }
        .no-touchevents .tab-header ul.tabs li a:focus:before, .no-touch .tab-header ul.tabs li a:focus:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background: #4C9AFF; }
        .no-touchevents .tab-header ul.tabs li a:focus:after, .no-touch .tab-header ul.tabs li a:focus:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 2px;
          background: #4C9AFF; }
        .tab-header ul.tabs li a > img {
          position: relative;
          top: -1px;
          display: inline-block;
          height: 16px;
          width: 16px;
          vertical-align: middle;
          margin-right: 5px;
          text-align: center; }
      .tab-header ul.tabs li.active a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--accent); }
      .no-touchevents .tab-header ul.tabs li.active a:hover, .no-touchevents .tab-header ul.tabs li.active a:active, .no-touchevents .tab-header ul.tabs li.active a:focus, .no-touch .tab-header ul.tabs li.active a:hover, .no-touch .tab-header ul.tabs li.active a:active, .no-touch .tab-header ul.tabs li.active a:focus {
        cursor: default; }
  .tab-header.type-icon-only .tab-header-layout:before {
    min-height: 48px; }
  .tab-header.type-icon-only ul.tabs {
    height: 48px;
    font-size: 0; }
    .tab-header.type-icon-only ul.tabs > li {
      height: 48px; }
      .tab-header.type-icon-only ul.tabs > li > a {
        position: relative;
        height: 48px;
        width: 48px;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: center; }
        .tab-header.type-icon-only ul.tabs > li > a > span.tab-text {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          width: 0;
          height: 0;
          font-size: 0; }
        .tab-header.type-icon-only ul.tabs > li > a > img {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          height: 20px;
          width: 20px;
          margin: -8px 0 -1px -8px;
          text-align: center; }
  .tab-header.type-icon-only .overflow-tabs > button {
    position: relative;
    height: 48px;
    width: 48px;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center; }
    .tab-header.type-icon-only .overflow-tabs > button > img {
      display: none; }
    .tab-header.type-icon-only .overflow-tabs > button:after {
      content: '\2026';
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      display: block;
      margin: -6px 0 0 -10px;
      height: 4px;
      width: 22px;
      font-size: 1.625rem;
      line-height: 0;
      color: var(--ui-text-lighten-20);
      text-align: center;
      border: 0; }
    .tab-header.type-icon-only .overflow-tabs > button span.tab-text {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
  .tab-header.type-pills {
    background: var(--ui-background-darken-3);
    border-bottom: 1px solid #CCCCCC;
    -webkit-box-shadow: rgba(204, 204, 204, 0.3) 0 1px 2px 0;
    -moz-box-shadow: rgba(204, 204, 204, 0.3) 0 1px 2px 0;
    box-shadow: rgba(204, 204, 204, 0.3) 0 1px 2px 0; }
    .tab-header.type-pills:after {
      height: 50px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }
    .tab-header.type-pills ul.tabs {
      height: 50px;
      padding-left: 5px; }
      @media screen and (min-width: 1020px) {
        .tab-header.type-pills ul.tabs {
          padding-left: 0; } }
      .lt-ie9 .tab-header.type-pills ul.tabs {
        padding-left: 14px; }
      .tab-header.type-pills ul.tabs li {
        overflow: hidden;
        padding: 11px 2px;
        margin: 0;
        display: inline-block;
        line-height: none;
        height: auto; }
        @media screen and (min-width: 769px) {
          .tab-header.type-pills ul.tabs li {
            margin: 0 20px 0 0; } }
        .tab-header.type-pills ul.tabs li a {
          display: inline-block;
          padding: 0 13px;
          vertical-align: middle;
          margin: 0;
          font-size: 0.75rem;
          line-height: 1.75rem;
          text-align: center;
          text-decoration: none;
          color: var(--ui-text-lighten-10);
          font-weight: 600; }
          .tab-header.type-pills ul.tabs li a:before, .tab-header.type-pills ul.tabs li a:after {
            display: none; }
          @media screen and (min-width: 768px) {
            .tab-header.type-pills ul.tabs li a {
              padding: 0 18px;
              font-size: 0.8125rem; } }
          .tab-header.type-pills ul.tabs li a:hover {
            text-decoration: underline; }
          .tab-header.type-pills ul.tabs li a > img {
            display: none; }
        .tab-header.type-pills ul.tabs li.active a {
          color: var(--accent-contrast);
          background: var(--accent);
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          -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; }
          .tab-header.type-pills ul.tabs li.active a:hover, .tab-header.type-pills ul.tabs li.active a:focus, .tab-header.type-pills ul.tabs li.active a:active {
            text-decoration: none;
            cursor: default; }

.audio-player {
  position: relative;
  display: block;
  font-family: var(--font-family);
  font-size: 0;
  direction: ltr; }
  .audio-player > div[id^="audiojs_wrapper"] {
    width: 100%;
    display: table; }
  .audio-player .error-message, .audio-player .state-message {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: none;
    margin-top: -9px;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: center; }
  .audio-player .error-message {
    color: #ff0048; }
  .audio-player .state-message {
    color: var(--accent); }
    .audio-player .state-message:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-right: 8px;
      margin-top: -3px;
      width: 18px;
      height: 14px;
      vertical-align: middle;
      background: url("../img/sass-ui-loading/inline-loading-dark.gif"); }
  .audio-player.inline.light, .audio-player.inline.dark, .audio-player.page.light, .audio-player.page.dark {
    display: table;
    width: 100%;
    background: #FFF;
    border: 1px solid #CCC; }
    .audio-player.inline.light.hide-controls, .audio-player.inline.dark.hide-controls, .audio-player.page.light.hide-controls, .audio-player.page.dark.hide-controls {
      display: none; }
    .audio-player.inline.light.error .error-message, .audio-player.inline.light.disabled .error-message, .audio-player.inline.dark.error .error-message, .audio-player.inline.dark.disabled .error-message, .audio-player.page.light.error .error-message, .audio-player.page.light.disabled .error-message, .audio-player.page.dark.error .error-message, .audio-player.page.dark.disabled .error-message {
      display: block; }
    .audio-player.inline.light.error .progress-bar .scrubber, .audio-player.inline.light.disabled .progress-bar .scrubber, .audio-player.inline.dark.error .progress-bar .scrubber, .audio-player.inline.dark.disabled .progress-bar .scrubber, .audio-player.page.light.error .progress-bar .scrubber, .audio-player.page.light.disabled .progress-bar .scrubber, .audio-player.page.dark.error .progress-bar .scrubber, .audio-player.page.dark.disabled .progress-bar .scrubber {
      display: none; }
    .audio-player.inline.light.error .time, .audio-player.inline.light.disabled .time, .audio-player.inline.dark.error .time, .audio-player.inline.dark.disabled .time, .audio-player.page.light.error .time, .audio-player.page.light.disabled .time, .audio-player.page.dark.error .time, .audio-player.page.dark.disabled .time {
      display: none; }
    .audio-player.inline.light.playing .play-pause:after, .audio-player.inline.light > div[id^="audiojs_wrapper"].playing .play-pause:after, .audio-player.inline.dark.playing .play-pause:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:after, .audio-player.page.light.playing .play-pause:after, .audio-player.page.light > div[id^="audiojs_wrapper"].playing .play-pause:after, .audio-player.page.dark.playing .play-pause:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:after {
      content: '';
      width: 9px;
      height: 12px;
      margin-top: -6px;
      margin-left: -5px;
      border-width: 0 3px 0 3px;
      border-color: transparent #333 transparent #333; }
    .audio-player.inline.light.playing .play-pause:hover:after, .audio-player.inline.light.playing .play-pause:focus:after, .audio-player.inline.light.playing .play-pause:active:after, .audio-player.inline.light > div[id^="audiojs_wrapper"].playing .play-pause:hover:after, .audio-player.inline.light > div[id^="audiojs_wrapper"].playing .play-pause:focus:after, .audio-player.inline.light > div[id^="audiojs_wrapper"].playing .play-pause:active:after, .audio-player.inline.dark.playing .play-pause:hover:after, .audio-player.inline.dark.playing .play-pause:focus:after, .audio-player.inline.dark.playing .play-pause:active:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:hover:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:focus:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:active:after, .audio-player.page.light.playing .play-pause:hover:after, .audio-player.page.light.playing .play-pause:focus:after, .audio-player.page.light.playing .play-pause:active:after, .audio-player.page.light > div[id^="audiojs_wrapper"].playing .play-pause:hover:after, .audio-player.page.light > div[id^="audiojs_wrapper"].playing .play-pause:focus:after, .audio-player.page.light > div[id^="audiojs_wrapper"].playing .play-pause:active:after, .audio-player.page.dark.playing .play-pause:hover:after, .audio-player.page.dark.playing .play-pause:focus:after, .audio-player.page.dark.playing .play-pause:active:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:hover:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:focus:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:active:after {
      border-color: transparent #666 transparent #666; }
    .audio-player.inline.light .play-pause, .audio-player.inline.light .progress-bar, .audio-player.inline.light .time, .audio-player.inline.light .transcript-button, .audio-player.inline.light .volume, .audio-player.inline.dark .play-pause, .audio-player.inline.dark .progress-bar, .audio-player.inline.dark .time, .audio-player.inline.dark .transcript-button, .audio-player.inline.dark .volume, .audio-player.page.light .play-pause, .audio-player.page.light .progress-bar, .audio-player.page.light .time, .audio-player.page.light .transcript-button, .audio-player.page.light .volume, .audio-player.page.dark .play-pause, .audio-player.page.dark .progress-bar, .audio-player.page.dark .time, .audio-player.page.dark .transcript-button, .audio-player.page.dark .volume {
      display: table-cell; }
    .audio-player.inline.light .play-pause, .audio-player.inline.light .transcript-button, .audio-player.inline.light .volume, .audio-player.inline.dark .play-pause, .audio-player.inline.dark .transcript-button, .audio-player.inline.dark .volume, .audio-player.page.light .play-pause, .audio-player.page.light .transcript-button, .audio-player.page.light .volume, .audio-player.page.dark .play-pause, .audio-player.page.dark .transcript-button, .audio-player.page.dark .volume {
      vertical-align: top; }
    .audio-player.inline.light .progress-bar, .audio-player.inline.light .time, .audio-player.inline.dark .progress-bar, .audio-player.inline.dark .time, .audio-player.page.light .progress-bar, .audio-player.page.light .time, .audio-player.page.dark .progress-bar, .audio-player.page.dark .time {
      vertical-align: middle; }
    .audio-player.inline.light .play-pause, .audio-player.inline.dark .play-pause, .audio-player.page.light .play-pause, .audio-player.page.dark .play-pause {
      position: relative;
      width: 40px;
      min-width: 40px;
      height: 40px;
      min-height: 40px;
      padding: 0;
      background: #FFF;
      border: 0;
      border-right: 1px solid #CCC; }
      .audio-player.inline.light .play-pause:after, .audio-player.inline.dark .play-pause:after, .audio-player.page.light .play-pause:after, .audio-player.page.dark .play-pause:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        width: 0;
        height: 0;
        margin-top: -6px;
        margin-left: -5px;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent #333;
        box-sizing: border-box; }
      .audio-player.inline.light .play-pause:focus, .audio-player.inline.light .play-pause:active, .audio-player.inline.dark .play-pause:focus, .audio-player.inline.dark .play-pause:active, .audio-player.page.light .play-pause:focus, .audio-player.page.light .play-pause:active, .audio-player.page.dark .play-pause:focus, .audio-player.page.dark .play-pause:active {
        box-shadow: inset 0 0 0 2px var(--focus); }
      .audio-player.inline.light .play-pause:hover:after, .audio-player.inline.light .play-pause:focus:after, .audio-player.inline.light .play-pause:active:after, .audio-player.inline.dark .play-pause:hover:after, .audio-player.inline.dark .play-pause:focus:after, .audio-player.inline.dark .play-pause:active:after, .audio-player.page.light .play-pause:hover:after, .audio-player.page.light .play-pause:focus:after, .audio-player.page.light .play-pause:active:after, .audio-player.page.dark .play-pause:hover:after, .audio-player.page.dark .play-pause:focus:after, .audio-player.page.dark .play-pause:active:after {
        border-color: transparent transparent transparent #666; }
      .audio-player.inline.light .play-pause[disabled], .audio-player.inline.dark .play-pause[disabled], .audio-player.page.light .play-pause[disabled], .audio-player.page.dark .play-pause[disabled] {
        cursor: default; }
        .audio-player.inline.light .play-pause[disabled]:after, .audio-player.inline.dark .play-pause[disabled]:after, .audio-player.page.light .play-pause[disabled]:after, .audio-player.page.dark .play-pause[disabled]:after {
          border-color: transparent transparent transparent #CCC; }
      .audio-player.inline.light .play-pause > span, .audio-player.inline.dark .play-pause > span, .audio-player.page.light .play-pause > span, .audio-player.page.dark .play-pause > span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
    .audio-player.inline.light .progress-bar, .audio-player.inline.dark .progress-bar, .audio-player.page.light .progress-bar, .audio-player.page.dark .progress-bar {
      width: 100%;
      padding: 0 12px; }
      .audio-player.inline.light .progress-bar .scrubber, .audio-player.inline.dark .progress-bar .scrubber, .audio-player.page.light .progress-bar .scrubber, .audio-player.page.dark .progress-bar .scrubber {
        display: block;
        height: 6px;
        width: 100%;
        background: #EFEFEF; }
        .audio-player.inline.light .progress-bar .scrubber .loaded, .audio-player.inline.light .progress-bar .scrubber .progress, .audio-player.inline.dark .progress-bar .scrubber .loaded, .audio-player.inline.dark .progress-bar .scrubber .progress, .audio-player.page.light .progress-bar .scrubber .loaded, .audio-player.page.light .progress-bar .scrubber .progress, .audio-player.page.dark .progress-bar .scrubber .loaded, .audio-player.page.dark .progress-bar .scrubber .progress {
          height: 6px;
          display: block;
          cursor: pointer; }
        .audio-player.inline.light .progress-bar .scrubber .loaded, .audio-player.inline.dark .progress-bar .scrubber .loaded, .audio-player.page.light .progress-bar .scrubber .loaded, .audio-player.page.dark .progress-bar .scrubber .loaded {
          background-color: #DDD; }
        .audio-player.inline.light .progress-bar .scrubber .progress, .audio-player.inline.dark .progress-bar .scrubber .progress, .audio-player.page.light .progress-bar .scrubber .progress, .audio-player.page.dark .progress-bar .scrubber .progress {
          margin-top: -6px;
          background-color: var(--accent); }
          .audio-player.inline.light .progress-bar .scrubber .progress:focus, .audio-player.inline.dark .progress-bar .scrubber .progress:focus, .audio-player.page.light .progress-bar .scrubber .progress:focus, .audio-player.page.dark .progress-bar .scrubber .progress:focus {
            outline: none;
            box-shadow: 0 0 0 2px var(--focus); }
    .audio-player.inline.light .time, .audio-player.inline.dark .time, .audio-player.page.light .time, .audio-player.page.dark .time {
      padding: 0 12px;
      color: var(--ui-text);
      font-size: 0.6875rem;
      border-left: 1px solid #CCC; }
    .audio-player.inline.light .transcript-button, .audio-player.inline.dark .transcript-button, .audio-player.page.light .transcript-button, .audio-player.page.dark .transcript-button {
      position: relative;
      width: 40px;
      height: 40px;
      min-width: 40px;
      min-height: 40px;
      padding: 0;
      text-align: center;
      background: #FFF;
      border: 0;
      border-left: 1px solid #CCC; }
      .audio-player.inline.light .transcript-button:focus, .audio-player.inline.light .transcript-button:active, .audio-player.inline.dark .transcript-button:focus, .audio-player.inline.dark .transcript-button:active, .audio-player.page.light .transcript-button:focus, .audio-player.page.light .transcript-button:active, .audio-player.page.dark .transcript-button:focus, .audio-player.page.dark .transcript-button:active {
        box-shadow: inset 0 0 0 2px var(--focus); }
      .audio-player.inline.light .transcript-button:hover:after, .audio-player.inline.light .transcript-button:focus:after, .audio-player.inline.light .transcript-button:active:after, .audio-player.inline.dark .transcript-button:hover:after, .audio-player.inline.dark .transcript-button:focus:after, .audio-player.inline.dark .transcript-button:active:after, .audio-player.page.light .transcript-button:hover:after, .audio-player.page.light .transcript-button:focus:after, .audio-player.page.light .transcript-button:active:after, .audio-player.page.dark .transcript-button:hover:after, .audio-player.page.dark .transcript-button:focus:after, .audio-player.page.dark .transcript-button:active:after {
        opacity: 0.75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75); }
      .audio-player.inline.light .transcript-button:after, .audio-player.inline.dark .transcript-button:after, .audio-player.page.light .transcript-button:after, .audio-player.page.dark .transcript-button:after {
        content: '';
        display: block;
        width: 12px;
        height: 15px;
        margin: 12px auto;
        background: url("../img/thinqi.blocks.audio/transcript-icon.png") center;
        background-size: 100%; }
      .audio-player.inline.light .transcript-button[disabled], .audio-player.inline.dark .transcript-button[disabled], .audio-player.page.light .transcript-button[disabled], .audio-player.page.dark .transcript-button[disabled] {
        cursor: default; }
        .audio-player.inline.light .transcript-button[disabled]:after, .audio-player.inline.dark .transcript-button[disabled]:after, .audio-player.page.light .transcript-button[disabled]:after, .audio-player.page.dark .transcript-button[disabled]:after {
          opacity: 0.4;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
          filter: alpha(opacity=40); }
      .audio-player.inline.light .transcript-button > span, .audio-player.inline.dark .transcript-button > span, .audio-player.page.light .transcript-button > span, .audio-player.page.dark .transcript-button > span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
    .audio-player.inline.light .volume, .audio-player.inline.dark .volume, .audio-player.page.light .volume, .audio-player.page.dark .volume {
      position: relative;
      width: 40px;
      height: 40px;
      background: #FFF;
      border: 0;
      border-left: 1px solid #CCC; }
      .audio-player.inline.light .volume:hover .slider, .audio-player.inline.dark .volume:hover .slider, .audio-player.page.light .volume:hover .slider, .audio-player.page.dark .volume:hover .slider {
        display: block; }
      .audio-player.inline.light .volume .slider, .audio-player.inline.dark .volume .slider, .audio-player.page.light .volume .slider, .audio-player.page.dark .volume .slider {
        position: absolute;
        right: -1px;
        bottom: 100%;
        left: -1px;
        display: none;
        height: 100px;
        padding: 10px;
        text-align: center;
        background: #FFF;
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid #CCC;
        cursor: pointer; }
        .audio-player.inline.light .volume .slider:focus, .audio-player.inline.light .volume .slider:active, .audio-player.inline.dark .volume .slider:focus, .audio-player.inline.dark .volume .slider:active, .audio-player.page.light .volume .slider:focus, .audio-player.page.light .volume .slider:active, .audio-player.page.dark .volume .slider:focus, .audio-player.page.dark .volume .slider:active {
          outline: none;
          box-shadow: inset 0 0 0 2px var(--focus); }
        .audio-player.inline.light .volume .slider .bar, .audio-player.inline.dark .volume .slider .bar, .audio-player.page.light .volume .slider .bar, .audio-player.page.dark .volume .slider .bar {
          position: absolute;
          top: 10px;
          right: 0;
          bottom: 10px;
          left: 0;
          width: 4px;
          height: 80px;
          margin: 0 auto;
          background: #DDD; }
          .audio-player.inline.light .volume .slider .bar .current, .audio-player.inline.dark .volume .slider .bar .current, .audio-player.page.light .volume .slider .bar .current, .audio-player.page.dark .volume .slider .bar .current {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            background: var(--accent); }
            .audio-player.inline.light .volume .slider .bar .current:after, .audio-player.inline.dark .volume .slider .bar .current:after, .audio-player.page.light .volume .slider .bar .current:after, .audio-player.page.dark .volume .slider .bar .current:after {
              content: '';
              position: absolute;
              right: 0;
              left: -2px;
              width: 8px;
              height: 4px;
              background: #333; }
      .audio-player.inline.light .volume .toggle-mute, .audio-player.inline.dark .volume .toggle-mute, .audio-player.page.light .volume .toggle-mute, .audio-player.page.dark .volume .toggle-mute {
        position: relative;
        padding: 0;
        width: 40px;
        height: 40px;
        border: 0;
        background: #FFF; }
        .audio-player.inline.light .volume .toggle-mute:after, .audio-player.inline.dark .volume .toggle-mute:after, .audio-player.page.light .volume .toggle-mute:after, .audio-player.page.dark .volume .toggle-mute:after {
          content: '\64';
          font-family: base-icons;
          color: #444;
          font-size: 1.75rem;
          line-height: 1.5rem; }
        .audio-player.inline.light .volume .toggle-mute:focus, .audio-player.inline.light .volume .toggle-mute:active, .audio-player.inline.dark .volume .toggle-mute:focus, .audio-player.inline.dark .volume .toggle-mute:active, .audio-player.page.light .volume .toggle-mute:focus, .audio-player.page.light .volume .toggle-mute:active, .audio-player.page.dark .volume .toggle-mute:focus, .audio-player.page.dark .volume .toggle-mute:active {
          box-shadow: inset 0 0 0 2px var(--focus); }
        .audio-player.inline.light .volume .toggle-mute:hover:after, .audio-player.inline.light .volume .toggle-mute:active:after, .audio-player.inline.light .volume .toggle-mute:focus:after, .audio-player.inline.dark .volume .toggle-mute:hover:after, .audio-player.inline.dark .volume .toggle-mute:active:after, .audio-player.inline.dark .volume .toggle-mute:focus:after, .audio-player.page.light .volume .toggle-mute:hover:after, .audio-player.page.light .volume .toggle-mute:active:after, .audio-player.page.light .volume .toggle-mute:focus:after, .audio-player.page.dark .volume .toggle-mute:hover:after, .audio-player.page.dark .volume .toggle-mute:active:after, .audio-player.page.dark .volume .toggle-mute:focus:after {
          color: #666; }
        .audio-player.inline.light .volume .toggle-mute.muted:before, .audio-player.inline.dark .volume .toggle-mute.muted:before, .audio-player.page.light .volume .toggle-mute.muted:before, .audio-player.page.dark .volume .toggle-mute.muted:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          left: 0;
          width: 1px;
          height: 14px;
          margin: -7px auto 0 auto;
          background: #444;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
        .audio-player.inline.light .volume .toggle-mute.muted:hover:before, .audio-player.inline.light .volume .toggle-mute.muted:focus:before, .audio-player.inline.light .volume .toggle-mute.muted:active:before, .audio-player.inline.dark .volume .toggle-mute.muted:hover:before, .audio-player.inline.dark .volume .toggle-mute.muted:focus:before, .audio-player.inline.dark .volume .toggle-mute.muted:active:before, .audio-player.page.light .volume .toggle-mute.muted:hover:before, .audio-player.page.light .volume .toggle-mute.muted:focus:before, .audio-player.page.light .volume .toggle-mute.muted:active:before, .audio-player.page.dark .volume .toggle-mute.muted:hover:before, .audio-player.page.dark .volume .toggle-mute.muted:focus:before, .audio-player.page.dark .volume .toggle-mute.muted:active:before {
          background: #666; }
        .audio-player.inline.light .volume .toggle-mute[disabled], .audio-player.inline.dark .volume .toggle-mute[disabled], .audio-player.page.light .volume .toggle-mute[disabled], .audio-player.page.dark .volume .toggle-mute[disabled] {
          cursor: default; }
          .audio-player.inline.light .volume .toggle-mute[disabled]:after, .audio-player.inline.dark .volume .toggle-mute[disabled]:after, .audio-player.page.light .volume .toggle-mute[disabled]:after, .audio-player.page.dark .volume .toggle-mute[disabled]:after {
            color: #CCC; }
        .audio-player.inline.light .volume .toggle-mute > span, .audio-player.inline.dark .volume .toggle-mute > span, .audio-player.page.light .volume .toggle-mute > span, .audio-player.page.dark .volume .toggle-mute > span {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          width: 0;
          height: 0;
          font-size: 0; }
  .audio-player.inline.dark, .audio-player.page.dark {
    background: #333;
    border: 1px solid #444; }
    .audio-player.inline.dark.playing .play-pause:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:after, .audio-player.page.dark.playing .play-pause:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:after {
      border-color: transparent #DDD transparent #DDD; }
    .audio-player.inline.dark.playing .play-pause:hover:after, .audio-player.inline.dark.playing .play-pause:focus:after, .audio-player.inline.dark.playing .play-pause:active:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:hover:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:focus:after, .audio-player.inline.dark > div[id^="audiojs_wrapper"].playing .play-pause:active:after, .audio-player.page.dark.playing .play-pause:hover:after, .audio-player.page.dark.playing .play-pause:focus:after, .audio-player.page.dark.playing .play-pause:active:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:hover:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:focus:after, .audio-player.page.dark > div[id^="audiojs_wrapper"].playing .play-pause:active:after {
      border-color: transparent #999 transparent #999; }
    .audio-player.inline.dark .play-pause, .audio-player.page.dark .play-pause {
      background: #333;
      border-right: 1px solid #444; }
      .audio-player.inline.dark .play-pause:after, .audio-player.page.dark .play-pause:after {
        border-color: transparent transparent transparent #DDD; }
      .audio-player.inline.dark .play-pause:hover:after, .audio-player.inline.dark .play-pause:focus:after, .audio-player.inline.dark .play-pause:active:after, .audio-player.page.dark .play-pause:hover:after, .audio-player.page.dark .play-pause:focus:after, .audio-player.page.dark .play-pause:active:after {
        border-color: transparent transparent transparent #999; }
      .audio-player.inline.dark .play-pause[disabled]:after, .audio-player.page.dark .play-pause[disabled]:after {
        border-color: transparent transparent transparent #555; }
    .audio-player.inline.dark .time, .audio-player.page.dark .time {
      color: #DDD;
      border-left: 1px solid #444; }
    .audio-player.inline.dark .progress-bar .scrubber, .audio-player.page.dark .progress-bar .scrubber {
      background: #444; }
      .audio-player.inline.dark .progress-bar .scrubber .loaded, .audio-player.page.dark .progress-bar .scrubber .loaded {
        background: #555; }
    .audio-player.inline.dark .transcript-button, .audio-player.page.dark .transcript-button {
      background: #333;
      border-left: 1px solid #444; }
      .audio-player.inline.dark .transcript-button:after, .audio-player.page.dark .transcript-button:after {
        background-image: url("../img/thinqi.blocks.audio/transcript-icon-light.png"); }
      .audio-player.inline.dark .transcript-button[disabled]:after, .audio-player.page.dark .transcript-button[disabled]:after {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20); }
    .audio-player.inline.dark .volume, .audio-player.page.dark .volume {
      background: #333;
      border-left: 1px solid #444; }
      .audio-player.inline.dark .volume .slider, .audio-player.page.dark .volume .slider {
        background: #333;
        border: 1px solid #444; }
        .audio-player.inline.dark .volume .slider .bar, .audio-player.page.dark .volume .slider .bar {
          background: #DDD; }
          .audio-player.inline.dark .volume .slider .bar .current, .audio-player.page.dark .volume .slider .bar .current {
            background: var(--accent); }
            .audio-player.inline.dark .volume .slider .bar .current:after, .audio-player.page.dark .volume .slider .bar .current:after {
              background: #EFEFEF; }
      .audio-player.inline.dark .volume .toggle-mute, .audio-player.page.dark .volume .toggle-mute {
        background: #333; }
        .audio-player.inline.dark .volume .toggle-mute:after, .audio-player.page.dark .volume .toggle-mute:after {
          color: #DDD; }
        .audio-player.inline.dark .volume .toggle-mute:hover:after, .audio-player.inline.dark .volume .toggle-mute:active:after, .audio-player.inline.dark .volume .toggle-mute:focus:after, .audio-player.page.dark .volume .toggle-mute:hover:after, .audio-player.page.dark .volume .toggle-mute:active:after, .audio-player.page.dark .volume .toggle-mute:focus:after {
          color: #999; }
        .audio-player.inline.dark .volume .toggle-mute.muted:before, .audio-player.page.dark .volume .toggle-mute.muted:before {
          background: #DDD; }
        .audio-player.inline.dark .volume .toggle-mute.muted:hover:before, .audio-player.inline.dark .volume .toggle-mute.muted:focus:before, .audio-player.inline.dark .volume .toggle-mute.muted:active:before, .audio-player.page.dark .volume .toggle-mute.muted:hover:before, .audio-player.page.dark .volume .toggle-mute.muted:focus:before, .audio-player.page.dark .volume .toggle-mute.muted:active:before {
          background: #999; }
        .audio-player.inline.dark .volume .toggle-mute[disabled]:after, .audio-player.page.dark .volume .toggle-mute[disabled]:after {
          color: #555; }
  .audio-player.page.light, .audio-player.page.dark {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-width: 1px 0 0 0; }

.video-player {
  position: relative;
  direction: ltr;
  background: #000; }
  .video-player.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 18px;
    height: 14px;
    margin-top: -9px;
    margin-left: -7px;
    background: url("../img/video_player/loading.gif"); }
  .video-player.player-landscape:after, .video-player.player-portrait:after, .video-player.player-square:after {
    content: '';
    display: block;
    width: 100%; }
  .video-player.player-landscape:after {
    padding-bottom: 56.25%; }
  .video-player.player-portrait:after {
    padding-bottom: 177.77%; }
  .video-player.player-square .mejs__container:after {
    padding-bottom: 100%; }
  .video-player.player-no-layout {
    height: 100%; }
    .video-player.player-no-layout.light .mejs__container, .video-player.player-no-layout.dark .mejs__container {
      height: 100% !important; }
      .video-player.player-no-layout.light .mejs__container .mejs__inner .mejs__mediaelement, .video-player.player-no-layout.dark .mejs__container .mejs__inner .mejs__mediaelement {
        width: 100% !important;
        height: 100% !important; }
        .video-player.player-no-layout.light .mejs__container .mejs__inner .mejs__mediaelement video, .video-player.player-no-layout.light .mejs__container .mejs__inner .mejs__mediaelement embed, .video-player.player-no-layout.light .mejs__container .mejs__inner .mejs__mediaelement object, .video-player.player-no-layout.dark .mejs__container .mejs__inner .mejs__mediaelement video, .video-player.player-no-layout.dark .mejs__container .mejs__inner .mejs__mediaelement embed, .video-player.player-no-layout.dark .mejs__container .mejs__inner .mejs__mediaelement object {
          position: absolute;
          top: -9999px;
          right: -9999px;
          bottom: -9999px;
          left: -9999px;
          margin: auto;
          width: auto !important;
          height: auto !important;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          max-height: none; }
      .video-player.player-no-layout.light .mejs__container.mejs__container-fullscreen .mejs__inner .mejs__mediaelement video, .video-player.player-no-layout.light .mejs__container.mejs__container-fullscreen .mejs__inner .mejs__mediaelement embed, .video-player.player-no-layout.light .mejs__container.mejs__container-fullscreen .mejs__inner .mejs__mediaelement object, .video-player.player-no-layout.dark .mejs__container.mejs__container-fullscreen .mejs__inner .mejs__mediaelement video, .video-player.player-no-layout.dark .mejs__container.mejs__container-fullscreen .mejs__inner .mejs__mediaelement embed, .video-player.player-no-layout.dark .mejs__container.mejs__container-fullscreen .mejs__inner .mejs__mediaelement object {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: auto;
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%; }
  .video-player .mejs__offscreen {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 0;
    height: 0;
    font-size: 0; }
  .video-player > .video-message {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0; }
    .video-player > .video-message:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      height: 100%;
      vertical-align: middle; }
    .video-player > .video-message > span {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 100%;
      padding: 20px;
      color: var(--ui-background);
      font-size: 0.9375rem;
      line-height: 1.25rem;
      text-align: center;
      vertical-align: middle; }
  .video-player.light.small .mejs__container .mejs__inner .mejs__controls .mejs__time-rail, .video-player.light.small .mejs__container .mejs__inner .mejs__controls .mejs__time, .video-player.dark.small .mejs__container .mejs__inner .mejs__controls .mejs__time-rail, .video-player.dark.small .mejs__container .mejs__inner .mejs__controls .mejs__time {
    display: none; }
  .video-player.light .mejs__container, .video-player.dark .mejs__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    font-family: var(--font-family); }
    .video-player.light .mejs__container *, .video-player.dark .mejs__container * {
      box-sizing: border-box; }
    .video-player.light .mejs__container.hide-controls .mejs__inner .mejs__controls, .video-player.dark .mejs__container.hide-controls .mejs__inner .mejs__controls {
      display: none !important; }
    .video-player.light .mejs__container.hide-controls .mejs__overlay-button, .video-player.dark .mejs__container.hide-controls .mejs__overlay-button {
      display: none; }
    .video-player.light .mejs__container.mejs__container-fullscreen, .video-player.dark .mejs__container.mejs__container-fullscreen {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9999;
      max-width: none;
      height: 100% !important; }
      .video-player.light .mejs__container.mejs__container-fullscreen:after, .video-player.dark .mejs__container.mejs__container-fullscreen:after {
        content: none; }
    .video-player.light .mejs__container .mejs__inner, .video-player.light .mejs__container .mejs__mediaelement, .video-player.light .mejs__container .mejs__overlay, .video-player.light .mejs__container .mejs__poster, .video-player.dark .mejs__container .mejs__inner, .video-player.dark .mejs__container .mejs__mediaelement, .video-player.dark .mejs__container .mejs__overlay, .video-player.dark .mejs__container .mejs__poster {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto !important;
      height: auto !important; }
    .video-player.light .mejs__container .mejs__overlay-loading, .video-player.dark .mejs__container .mejs__overlay-loading {
      display: table;
      width: 100%;
      height: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.5); }
      .video-player.light .mejs__container .mejs__overlay-loading .mejs__overlay-loading-bg-img, .video-player.dark .mejs__container .mejs__overlay-loading .mejs__overlay-loading-bg-img {
        display: table-cell;
        background-image: url("../img/video_player/loading.gif");
        background-position: center;
        background-repeat: no-repeat; }
    .video-player.light .mejs__container .mejs__poster, .video-player.dark .mejs__container .mejs__poster {
      background-size: 100%; }
    .video-player.light .mejs__container .mejs__inner .mejs__mediaelement, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement {
      background: #000;
      font-size: 0;
      text-align: center;
      overflow: hidden; }
      .video-player.light .mejs__container .mejs__inner .mejs__mediaelement:before, .video-player.light .mejs__container .mejs__inner .mejs__mediaelement video, .video-player.light .mejs__container .mejs__inner .mejs__mediaelement embed, .video-player.light .mejs__container .mejs__inner .mejs__mediaelement object, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement:before, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement video, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement embed, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement object {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle; }
      .video-player.light .mejs__container .mejs__inner .mejs__mediaelement:before, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement:before {
        content: '';
        height: 100%; }
      .video-player.light .mejs__container .mejs__inner .mejs__mediaelement video, .video-player.light .mejs__container .mejs__inner .mejs__mediaelement embed, .video-player.light .mejs__container .mejs__inner .mejs__mediaelement object, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement video, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement embed, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement object {
        max-width: 100%;
        max-height: 100%; }
      .video-player.light .mejs__container .mejs__inner .mejs__mediaelement mediaelementwrapper > div, .video-player.dark .mejs__container .mejs__inner .mejs__mediaelement mediaelementwrapper > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .video-player.light .mejs__container .mejs__inner .mejs__controls, .video-player.dark .mejs__container .mejs__inner .mejs__controls {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: table !important;
      width: 100%;
      height: 40px;
      background: var(--ui-background);
      background: rgba(var(--ui-background_rgb), 0.85); }
      .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail {
        float: none;
        display: table-cell;
        padding: 0;
        height: 40px;
        vertical-align: middle; }
      .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button {
        position: relative;
        width: 40px;
        height: 40px;
        max-width: 40px;
        font-size: 0;
        line-height: 0; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button button, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button button {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 0;
          background: none;
          border: 0; }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button button:focus, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button button:focus {
            outline: none;
            box-shadow: inset 0 0 0 2px var(--focus); }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          border-style: solid;
          box-sizing: border-box; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:after {
          width: 0;
          height: 0;
          margin-top: -6px;
          margin-left: -5px;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #333; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:hover:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:focus:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:active:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:hover:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:focus:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:active:after {
          border-color: transparent transparent transparent #666; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:after {
          width: 9px;
          height: 12px;
          margin-top: -6px;
          margin-left: -5px;
          border-width: 0 3px 0 3px;
          border-color: transparent #333 transparent #333; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:hover:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:focus:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:active:after {
          border-color: transparent #666 transparent #666; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:after {
          font-family: base-icons;
          color: #444; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:hover:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:focus:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:active:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:hover:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:focus:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:active:after {
          color: #666; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button {
          border-left: 1px solid #CCC; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:after {
          content: '\65';
          font-size: 1.0625rem; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button.mejs__unfullscreen button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button.mejs__unfullscreen button:after {
          content: '\7b'; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:hover:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:focus:after, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:active:after {
          opacity: 0.75;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
          filter: alpha(opacity=75); }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:after {
          content: '';
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 12px;
          height: 15px;
          vertical-align: middle;
          background: url("../img/video_player/transcript-icon.png") center;
          background-size: 100%; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:after {
          content: '\64';
          font-size: 1.75rem;
          line-height: 1.5rem; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          left: 0;
          width: 1px;
          height: 14px;
          margin: -7px auto 0 auto;
          background: #444;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:hover:before, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:focus:before, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:active:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:hover:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:focus:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:active:before {
          background: #666; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider {
          position: absolute;
          right: 0;
          bottom: 100%;
          left: 0;
          display: none;
          width: 40px;
          height: 100px;
          padding: 10px;
          text-align: center;
          background: var(--ui-background);
          background: rgba(var(--ui-background_rgb), 0.85);
          cursor: pointer; }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider:focus, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider:focus {
            outline: none;
            box-shadow: 0 0 0 2px var(--focus); }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total {
            position: absolute;
            top: 10px;
            right: 0;
            bottom: 10px;
            left: 0;
            width: 4px;
            height: 80px;
            margin: 0 auto;
            background: #FFF; }
            .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total .mejs__volume-current, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total .mejs__volume-current {
              position: absolute;
              right: 0;
              bottom: 0;
              left: 0;
              background: var(--accent); }
            .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total .mejs__volume-handle, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total .mejs__volume-handle {
              position: absolute;
              right: 0;
              left: -2px;
              width: 8px;
              height: 4px;
              background: #333; }
      .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time {
        padding: 0 12px;
        width: 55px;
        color: #777;
        font-size: 0.6875rem;
        text-align: center;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC; }
      .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail {
        padding: 0 12px; }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail:hover .mejs__time-total .mejs__time-handle, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail:hover .mejs__time-total .mejs__time-handle {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100); }
        .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
          position: relative;
          display: block;
          height: 6px;
          background: #EFEFEF;
          cursor: pointer; }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total:focus, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total:focus {
            outline: none;
            box-shadow: inset 0 0 0 2px var(--focus); }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered {
            height: 6px;
            width: 100%;
            display: block;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            transform: scale(0);
            -ms-transform-origin: 0;
            -webkit-transform-origin: 0;
            transform-origin: 0; }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded {
            background-color: #FFF; }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current {
            margin-top: -6px;
            background-color: var(--accent); }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered {
            position: absolute;
            top: 0;
            background-color: #CCC; }
            .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered.no-hover, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered.no-hover {
              opacity: 0;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
              filter: alpha(opacity=0); }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle {
            position: absolute;
            top: -2px;
            left: 0;
            width: 4px;
            height: 10px;
            background: #444;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -ms-transform-origin: 0;
            -webkit-transform-origin: 0;
            transform-origin: 0; }
          .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float {
            position: absolute;
            top: -30px;
            display: none;
            width: 40px;
            padding: 4px;
            margin-left: -20px;
            color: #777;
            font-size: 0.6875rem;
            text-align: center;
            background: var(--ui-background);
            border: 1px solid #CCC; }
            .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:before, .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:after {
              content: '';
              position: absolute;
              top: 100%;
              left: 50%;
              width: 0;
              height: 0;
              margin-left: -3px;
              border-style: solid;
              border-width: 4px 3px 0 3px;
              border-color: var(--ui-background) transparent transparent transparent; }
            .video-player.light .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:before {
              margin-top: 1px;
              border-color: #CCC transparent transparent transparent; }
  .video-player.dark .mejs__container .mejs__inner .mejs__controls {
    background: #333;
    background: rgba(51, 51, 51, 0.85); }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:after {
      border-color: transparent transparent transparent #FFF; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__play button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__replay button:focus:after {
      border-color: transparent transparent transparent #999; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:after {
      border-color: transparent #FFF transparent #FFF; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__playpause-button.mejs__pause button:focus:after {
      border-color: transparent #999 transparent #999; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:after {
      color: #FFF; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button button:active:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button button:active:after {
      color: #999; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:before {
      background: #EEE; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:hover:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:focus:before, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button.mejs__unmute button:active:before {
      background: #999; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider {
      background: #333;
      background: rgba(51, 51, 51, 0.85); }
      .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total {
        background: #666; }
        .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__volume-button .mejs__volume-slider .mejs__volume-total .mejs__volume-handle {
          background: #EFEFEF; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__fullscreen-button, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button {
      border-left: 1px solid #555; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:hover:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:focus:after, .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:active:after {
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
      filter: alpha(opacity=75); }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__button.mejs__transcript-button button:after {
      background: url("../img/video_player/transcript-icon-light.png") center;
      background-size: 100%; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time {
      color: #FFF;
      border-left: 1px solid #555;
      border-right: 1px solid #555; }
    .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
      background: #FFF; }
      .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded {
        background: #666; }
      .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-handle {
        background: var(--ui-background); }
      .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-hovered {
        background-color: #888; }
      .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float {
        color: #FFF;
        background: #333;
        border: 1px solid #555; }
        .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:before {
          border-color: #555 transparent transparent transparent; }
        .video-player.dark .mejs__container .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-float:after {
          border-color: #333 transparent transparent transparent; }

/* - Button Bar - */
.button-bar {
  font-size: 0; }
  .button-bar > li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    padding: 0;
    vertical-align: top; }
    .button-bar > li:first-child .btns {
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      border-left-width: 1px; }
    .button-bar > li:last-child .btns {
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
    .button-bar > li .btns {
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      border-left-width: 0px; }

/* Link next to a button 'cancel' etc... */
.btn-link {
  position: relative;
  display: inline-block;
  height: 37px;
  padding: 0;
  margin: 0 10px;
  padding: 0 2px;
  line-height: 37px;
  vertical-align: top;
  font-family: var(--font-family);
  font-size: 0.9375rem;
  color: #545454;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none !important;
  border: 0;
  background: transparent;
  border-bottom: 1px solid transparent !important;
  -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;
  box-shadow: none !important;
  /* - Icon - */ }
  .btn-link.icon {
    text-decoration: none;
    padding: 0; }
    .btn-link.icon.text-icon {
      position: relative;
      width: 38px;
      font-size: 0;
      text-indent: -9999px; }
      @media screen and (min-width: 768px) {
        .btn-link.icon.text-icon {
          width: auto;
          font-size: 0.9375rem;
          text-indent: 0; } }
      .btn-link.icon.text-icon:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-indent: 0;
        text-align: center; }
      .btn-link.icon.text-icon.btns:after {
        line-height: 37px; }
      .btn-link.icon.text-icon.btns.sml {
        width: 32px; }
        .btn-link.icon.text-icon.btns.sml:after {
          width: 30px;
          line-height: 28px; }
        @media screen and (min-width: 768px) {
          .btn-link.icon.text-icon.btns.sml {
            width: auto;
            font-size: 0.8125rem; } }
      @media screen and (min-width: 768px) {
        .btn-link.icon.text-icon.btns.icon-left:after, .btn-link.icon.text-icon.btns.icon-right:after {
          position: absolute;
          top: 0;
          bottom: 0; } }
      @media screen and (min-width: 768px) {
        .btn-link.icon.text-icon.btns.icon-left {
          padding: 0 15px 0 35px; }
          .btn-link.icon.text-icon.btns.icon-left:after {
            left: 0;
            right: auto; }
          .btn-link.icon.text-icon.btns.icon-left.sml {
            padding-left: 32px; } }
      @media screen and (min-width: 768px) {
        .btn-link.icon.text-icon.btns.icon-right {
          padding: 0 35px 0 15px; }
          .btn-link.icon.text-icon.btns.icon-right:after {
            left: auto;
            right: 0; }
          .btn-link.icon.text-icon.btns.icon-right.sml {
            padding-right: 32px; } }
      .btn-link.icon.text-icon.btn-link {
        overflow: hidden; }
        .btn-link.icon.text-icon.btn-link:after {
          position: absolute; }
          @media screen and (min-width: 768px) {
            .btn-link.icon.text-icon.btn-link:after {
              top: auto;
              right: auto;
              bottom: auto;
              left: auto;
              width: 15px; } }
        .btn-link.icon.text-icon.btn-link.icon-left:hover, .btn-link.icon.text-icon.btn-link.icon-left:focus, .btn-link.icon.text-icon.btn-link.icon-left:active, .btn-link.icon.text-icon.btn-link.icon-right:hover, .btn-link.icon.text-icon.btn-link.icon-right:focus, .btn-link.icon.text-icon.btn-link.icon-right:active {
          border-color: transparent; }
          @media screen and (min-width: 768px) {
            .btn-link.icon.text-icon.btn-link.icon-left:hover, .btn-link.icon.text-icon.btn-link.icon-left:focus, .btn-link.icon.text-icon.btn-link.icon-left:active, .btn-link.icon.text-icon.btn-link.icon-right:hover, .btn-link.icon.text-icon.btn-link.icon-right:focus, .btn-link.icon.text-icon.btn-link.icon-right:active {
              border-color: inherit; } }
        @media screen and (min-width: 768px) {
          .btn-link.icon.text-icon.btn-link.icon-left {
            padding: 0 0 0 20px; }
            .btn-link.icon.text-icon.btn-link.icon-left:after {
              left: 0; }
          .btn-link.icon.text-icon.btn-link.icon-right {
            padding: 0 20px 0 0; }
            .btn-link.icon.text-icon.btn-link.icon-right:after {
              right: 0; } }
    .btn-link.icon span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0;
      width: 0;
      height: 0;
      text-indent: -4000px; }
    .btn-link.icon.icon-only {
      width: 40px;
      text-align: center; }
      .btn-link.icon.icon-only.sml {
        width: 32px; }
      .btn-link.icon.icon-only.btn-link:hover, .btn-link.icon.icon-only.btn-link:focus, .btn-link.icon.icon-only.btn-link:active {
        border-color: transparent; }
    .btn-link.icon:after {
      content: '\46';
      width: 36px;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.875rem;
      text-align: center; }
    .btn-link.icon.icon-add:after {
      content: '\46'; }
    .btn-link.icon.icon-filter:after {
      content: '\e916'; }
    .btn-link.icon.icon-edit:after {
      content: '\5a';
      font-size: 0.9375rem; }
    .btn-link.icon.icon-delete:after {
      content: '\48';
      font-size: 0.75rem; }
    .btn-link.icon.icon-image:after {
      content: '\67';
      font-size: 1.0625rem; }
    .btn-link.icon.icon-tick:after {
      content: '\62';
      font-size: 1.0625rem; }
    .btn-link.icon.icon-top-arrow:after {
      content: '\52';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btn-link.icon.icon-right-arrow:after {
      content: '\53';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btn-link.icon.icon-bottom-arrow:after {
      content: '\51';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btn-link.icon.icon-left-arrow:after {
      content: '\50';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btn-link.icon.icon-cross:after {
      content: '\61';
      font-size: 1.125rem; }
    .btn-link.icon.icon-cross.icon-left:after, .btn-link.icon.icon-cross.icon-right:after {
      font-size: 1rem; }
    .btn-link.icon.icon-file:after {
      content: '\42';
      font-size: 1.0625rem; }
    .btn-link.icon.icon-file.icon-left:after, .btn-link.icon.icon-file.icon-right:after {
      font-size: 0.9375rem; }
    .btn-link.icon.icon-member:after {
      content: '\59';
      font-size: 0.875rem; }
    .btn-link.icon.icon-help:after {
      content: '?';
      font-family: var(--font-family);
      font-size: 1rem;
      font-weight: 600; }
    .btn-link.icon.icon-add-file:after {
      content: '\76';
      font-size: 1.4375rem;
      text-indent: -3px; }
    .btn-link.icon.icon-add-file.icon-right:after {
      text-indent: -3px; }
    .btn-link.icon.icon-add-folder:after {
      content: '\77';
      font-size: 1.4375rem;
      text-indent: -3px; }
    .btn-link.icon.icon-add-folder.icon-right:after {
      text-indent: -1px; }
    .btn-link.icon.icon-add-discussion:after {
      content: '\38';
      font-size: 1.625rem;
      text-indent: -3px; }
    .btn-link.icon.icon-add-discussion.icon-right:after {
      text-indent: -2px; }
    .btn-link.icon.icon-calendar:after {
      content: '\56';
      font-size: 1rem; }
    .btn-link.icon.icon-eye-slash:after {
      content: '\36';
      font-size: 1rem; }
    .btn-link.icon.icon-eye:after {
      content: '\37';
      font-size: 1rem; }
    .btn-link.icon.icon-pencil:after {
      content: '\4b';
      font-size: 1rem; }
    .btn-link.icon.icon-presentation:after {
      content: '\e603';
      font-size: 1.125rem; }
    .btn-link.icon.icon-block-member:after {
      content: '\e600';
      font-size: 0.9375rem;
      line-height: 37px; }
    .btn-link.icon.icon-block-member.text-icon:after {
      line-height: 37px; }
    .btn-link.icon.icon-block-member.sml:after {
      line-height: 29px; }
    .btn-link.icon.icon-block-member.sml.text-icon:after {
      line-height: 29px; }
    .btn-link.icon.icon-download:after {
      content: '\24';
      font-size: 0.9375rem; }
    .btn-link.icon.icon-download:after {
      content: '\24';
      font-size: 1rem; }
    .btn-link.icon.icon-share:after {
      content: '\68';
      font-size: 1rem; }
    .btn-link.icon.icon-speech-bubble:after {
      content: '\2d';
      font-size: 0.8125rem; }
    .btn-link.icon.icon-message:after {
      content: '\e905';
      font-size: 1.125rem; }
    .btn-link.icon.icon-print:after {
      content: '\e90e';
      font-size: 1.125rem; }
    .btn-link.icon.icon-math:after {
      content: '\e90f';
      font-size: 0.875rem;
      font-weight: 600; }
    .btn-link.icon.icon-envelope:after {
      content: '\31';
      font-size: 1rem; }
    .btn-link.icon.icon-launch:after {
      content: '\49';
      font-size: 1.25rem; }
    .btn-link.icon.icon-launch-sml:after {
      content: '\49';
      font-size: 0.875rem; }
    .btn-link.icon.icon-launch-sml.text-icon:after {
      line-height: 25px; }
    .btn-link.icon.icon-launch-sml.text-icon.sml:after {
      line-height: 22px; }
    .btn-link.icon.icon-refresh:after {
      content: '\2e';
      font-size: 1rem; }
    .btn-link.icon.loading {
      color: transparent;
      line-height: 9999px;
      overflow: hidden;
      background-position: center !important; }
      .btn-link.icon.loading:after {
        visibility: hidden;
        color: transparent; }
  .btn-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #545454 !important; }
  .btn-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px #4C9AFF !important; }
  .btn-link.primary.loading, .btn-link.secondary.loading, .btn-link.warning.loading {
    padding-left: 26px;
    cursor: default; }
    .btn-link.primary.loading:before, .btn-link.secondary.loading:before, .btn-link.warning.loading:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      display: inline-block;
      width: 18px;
      background-image: url(../img/sass-ui-buttons/loading-dark.gif);
      background-position: center;
      background-repeat: no-repeat; }
  .btn-link.primary[disabled], .btn-link.primary.disabled, .btn-link.secondary[disabled], .btn-link.secondary.disabled, .btn-link.warning[disabled], .btn-link.warning.disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: not-allowed; }
  .btn-link.primary {
    color: var(--accent); }
    .btn-link.primary:hover {
      color: var(--accent-darken-5);
      text-decoration: none;
      border-bottom: 1px solid var(--accent-darken-5) !important; }
      .btn-link.primary:hover.loading, .btn-link.primary:hover[disabled], .btn-link.primary:hover.disabled {
        color: var(--accent);
        border-bottom: 1px solid transparent !important; }
  .btn-link.secondary {
    color: #6e6e6e; }
    .btn-link.secondary:hover {
      color: #474747;
      text-decoration: none;
      border-bottom: 1px solid #474747 !important; }
      .btn-link.secondary:hover.loading, .btn-link.secondary:hover[disabled], .btn-link.secondary:hover.disabled {
        color: #6e6e6e;
        border-bottom: 1px solid transparent !important; }
  .btn-link.warning {
    color: #E00000; }
    .btn-link.warning:hover {
      color: #c70000;
      text-decoration: none;
      border-bottom: 1px solid #c70000 !important; }
      .btn-link.warning:hover.loading, .btn-link.warning:hover[disabled], .btn-link.warning:hover.disabled {
        color: #E00000;
        border-bottom: 1px solid transparent !important; }

@-webkit-keyframes copyFadeInOut {
  0% {
    opacity: 0;
    font-size: 0; }
  10% {
    opacity: 1; }
  15% {
    font-size: 0.9375rem; }
  85% {
    font-size: 0.9375rem; }
  90% {
    opacity: 1;
    font-size: 0; }
  100% {
    opacity: 0;
    font-size: 0; } }

@-moz-keyframes copyFadeInOut {
  0% {
    opacity: 0;
    font-size: 0; }
  10% {
    opacity: 1; }
  15% {
    font-size: 0.9375rem; }
  85% {
    font-size: 0.9375rem; }
  90% {
    opacity: 1;
    font-size: 0; }
  100% {
    opacity: 0;
    font-size: 0; } }

@keyframes copyFadeInOut {
  0% {
    opacity: 0;
    font-size: 0; }
  10% {
    opacity: 1; }
  15% {
    font-size: 0.9375rem; }
  85% {
    font-size: 0.9375rem; }
  90% {
    opacity: 1;
    font-size: 0; }
  100% {
    opacity: 0;
    font-size: 0; } }

.clipboard-copy {
  position: relative; }
  .clipboard-copy > .clipboard-copy-text {
    width: 100%;
    min-height: 35px;
    padding: 0 72px 0 10px;
    color: var(--ui-text);
    font-size: 0.6875rem;
    line-height: 35px;
    white-space: nowrap;
    text-align: left;
    direction: ltr;
    background: var(--ui-background);
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .clipboard-copy > .btns.clipboard-copy-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    line-height: 37px;
    height: 37px;
    font-size: 0.8125rem;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .clipboard-copy > .btns.clipboard-copy-btn.copied:after {
      content: '\62';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #285709;
      font-size: 0.9375rem;
      text-align: center;
      background: var(--ui-background);
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      opacity: 0;
      -webkit-animation: copyFadeInOut 2s ease;
      -moz-animation: copyFadeInOut 2s ease;
      animation: copyFadeInOut 2s ease;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      animation-iteration-count: 1; }
    .clipboard-copy > .btns.clipboard-copy-btn:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .clipboard-copy > .btns.clipboard-copy-btn:focus {
      outline: none;
      box-shadow: 0 0 0 2px #4C9AFF !important; }

a.btns, label.btns {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none; }
  a.btns:hover, a.btns:focus, a.btns:active, label.btns:hover, label.btns:focus, label.btns:active {
    text-decoration: none; }

.btns {
  height: 37px;
  padding: 0 20px;
  margin: 0;
  line-height: 35px;
  font-family: var(--font-family);
  font-size: 0.9375rem;
  white-space: nowrap;
  vertical-align: top;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* - Primary - */
  /* - Secondary - */
  /* - Icon - */ }
  .btns.primary {
    position: relative;
    color: var(--accent-contrast);
    background-color: var(--accent);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    border-bottom: 1px solid var(--accent); }
    .btns.primary.loading {
      padding-left: 36px; }
    .button-bar > li:first-child .btns.primary:before {
      content: none; }
    .button-bar > li .btns.primary:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      bottom: -1px;
      width: 1px;
      background: rgba(0, 0, 0, 0.1); }
    .button-bar > li .btns.primary.loading:before, .button-bar > li .btns.primary[disabled]:before, .button-bar > li .btns.primary.disabled:before {
      content: none; }
    .btns.primary:hover {
      color: var(--accent-contrast);
      background-color: var(--accent-hover);
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      border-bottom: 1px solid var(--accent-hover); }
      .btns.primary:hover.loading, .btns.primary:hover.icon-loading {
        background-color: var(--accent);
        -webkit-box-shadow: var(--accent) inset 0 -2px 0;
        -moz-box-shadow: var(--accent) inset 0 -2px 0;
        box-shadow: var(--accent) inset 0 -2px 0;
        border-bottom: 1px solid var(--accent); }
    .btns.primary:focus {
      outline: none;
      box-shadow: 0 0 0 2px #4C9AFF, inset 0 0 0 1px #FFF; }
    .btns.primary.loading {
      background-image: url(../img/sass-ui-buttons/loading-light.gif);
      background-position: left 10px top 10px;
      background-repeat: no-repeat; }
      .btns.primary.loading:hover, .btns.primary.loading:active, .btns.primary.loading:focus {
        cursor: default; }
      .btns.primary.loading.sml {
        background-position: left 9px top 7px; }
      .btns.primary.loading.outline, .btns.primary.loading.secondary {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.primary.loading.opacity {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
    .btns.primary.icon-loading {
      position: relative; }
      .btns.primary.icon-loading:after {
        content: '';
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: center;
        background-repeat: no-repeat; }
      .btns.primary.icon-loading:hover, .btns.primary.icon-loading:active, .btns.primary.icon-loading:focus {
        cursor: default; }
      .btns.primary.icon-loading.sml {
        background-position: left 9px top 7px; }
        .btns.primary.icon-loading.sml.icon-right {
          padding-right: 34px !important; }
          .btns.primary.icon-loading.sml.icon-right:after {
            width: 34px !important; }
        .btns.primary.icon-loading.sml.icon-left {
          padding-left: 34px !important; }
          .btns.primary.icon-loading.sml.icon-left:after {
            width: 34px !important; }
        .btns.primary.icon-loading.sml.icon-right.opacity {
          padding-right: 50px !important; }
        .btns.primary.icon-loading.sml.icon-left.opacity {
          padding-left: 50px !important; }
      .btns.primary.icon-loading.outline:after, .btns.primary.icon-loading.secondary:after {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.primary.icon-loading.opacity:after {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.primary.icon-loading.icon-only:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto; }
    .btns.primary[disabled], .btns.primary.disabled {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      cursor: not-allowed; }
      .btns.primary[disabled]:hover, .btns.primary.disabled:hover {
        color: var(--accent-contrast);
        background-color: var(--accent);
        -webkit-box-shadow: var(--accent) inset 0 -2px 0;
        -moz-box-shadow: var(--accent) inset 0 -2px 0;
        box-shadow: var(--accent) inset 0 -2px 0;
        border-bottom: 1px solid var(--accent); }
    .btns.primary.outline {
      color: var(--accent);
      background-color: #FFF;
      border-color: var(--accent);
      -webkit-box-shadow: 0 0 0 var(--accent);
      -moz-box-shadow: 0 0 0 var(--accent);
      box-shadow: 0 0 0 var(--accent); }
      .button-bar > li .btns.primary.outline:before {
        content: none; }
      .btns.primary.outline:hover {
        color: var(--accent-hover);
        border-color: var(--accent-hover);
        background-color: #fafafa;
        -webkit-box-shadow: 0 0 0 var(--accent-hover);
        -moz-box-shadow: 0 0 0 var(--accent-hover);
        box-shadow: 0 0 0 var(--accent-hover); }
        .btns.primary.outline:hover.loading {
          color: var(--accent);
          background-color: #FFF;
          border-color: var(--accent); }
        .button-bar > li:first-child .btns.primary.outline:hover:before {
          content: none; }
        .button-bar > li .btns.primary.outline:hover:before {
          content: '';
          position: absolute;
          top: -1px;
          left: -1px;
          bottom: -1px;
          width: 1px;
          background: var(--accent-hover); }
        .button-bar > li .btns.primary.outline:hover.loading:before, .button-bar > li .btns.primary.outline:hover[disabled]:before, .button-bar > li .btns.primary.outline:hover.disabled:before {
          content: none; }
      .btns.primary.outline:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .btns.primary.outline.loading {
        padding-left: 36px; }
      .btns.primary.outline.loading {
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: left 10px top 10px;
        background-repeat: no-repeat; }
        .btns.primary.outline.loading:hover, .btns.primary.outline.loading:active, .btns.primary.outline.loading:focus {
          cursor: default; }
        .btns.primary.outline.loading.sml {
          background-position: left 9px top 7px; }
        .btns.primary.outline.loading.outline, .btns.primary.outline.loading.secondary {
          background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
        .btns.primary.outline.loading.opacity {
          background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.primary.outline.icon-loading {
        position: relative; }
        .btns.primary.outline.icon-loading:after {
          content: '';
          background-image: url(../img/sass-ui-buttons/loading-light.gif);
          background-position: center;
          background-repeat: no-repeat; }
        .btns.primary.outline.icon-loading:hover, .btns.primary.outline.icon-loading:active, .btns.primary.outline.icon-loading:focus {
          cursor: default; }
        .btns.primary.outline.icon-loading.sml {
          background-position: left 9px top 7px; }
          .btns.primary.outline.icon-loading.sml.icon-right {
            padding-right: 34px !important; }
            .btns.primary.outline.icon-loading.sml.icon-right:after {
              width: 34px !important; }
          .btns.primary.outline.icon-loading.sml.icon-left {
            padding-left: 34px !important; }
            .btns.primary.outline.icon-loading.sml.icon-left:after {
              width: 34px !important; }
          .btns.primary.outline.icon-loading.sml.icon-right.opacity {
            padding-right: 50px !important; }
          .btns.primary.outline.icon-loading.sml.icon-left.opacity {
            padding-left: 50px !important; }
        .btns.primary.outline.icon-loading.outline:after, .btns.primary.outline.icon-loading.secondary:after {
          background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
        .btns.primary.outline.icon-loading.opacity:after {
          background-image: url(../img/sass-ui-buttons/loading-light.gif); }
        .btns.primary.outline.icon-loading.icon-only:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: auto; }
      .btns.primary.outline[disabled]:hover, .btns.primary.outline.disabled:hover {
        color: var(--accent);
        background-color: #FFF;
        border-color: var(--accent);
        -webkit-box-shadow: 0 0 0 var(--accent);
        -moz-box-shadow: 0 0 0 var(--accent);
        box-shadow: 0 0 0 var(--accent); }
  .btns.warning {
    position: relative;
    color: #fff;
    background-color: #E00000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    border-bottom: 1px solid #E00000; }
    .btns.warning.loading {
      padding-left: 36px; }
    .button-bar > li:first-child .btns.warning:before {
      content: none; }
    .button-bar > li .btns.warning:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      bottom: -1px;
      width: 1px;
      background: rgba(0, 0, 0, 0.1); }
    .button-bar > li .btns.warning.loading:before, .button-bar > li .btns.warning[disabled]:before, .button-bar > li .btns.warning.disabled:before {
      content: none; }
    .btns.warning:hover {
      color: #fff;
      background-color: #c70000;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      border-bottom: 1px solid #c70000; }
      .btns.warning:hover.loading, .btns.warning:hover.icon-loading {
        background-color: #E00000;
        -webkit-box-shadow: #E00000 inset 0 -2px 0;
        -moz-box-shadow: #E00000 inset 0 -2px 0;
        box-shadow: #E00000 inset 0 -2px 0;
        border-bottom: 1px solid #E00000; }
    .btns.warning:focus {
      outline: none;
      box-shadow: 0 0 0 2px #4C9AFF, inset 0 0 0 1px #FFF; }
    .btns.warning.loading {
      background-image: url(../img/sass-ui-buttons/loading-light.gif);
      background-position: left 10px top 10px;
      background-repeat: no-repeat; }
      .btns.warning.loading:hover, .btns.warning.loading:active, .btns.warning.loading:focus {
        cursor: default; }
      .btns.warning.loading.sml {
        background-position: left 9px top 7px; }
      .btns.warning.loading.outline, .btns.warning.loading.secondary {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.warning.loading.opacity {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
    .btns.warning.icon-loading {
      position: relative; }
      .btns.warning.icon-loading:after {
        content: '';
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: center;
        background-repeat: no-repeat; }
      .btns.warning.icon-loading:hover, .btns.warning.icon-loading:active, .btns.warning.icon-loading:focus {
        cursor: default; }
      .btns.warning.icon-loading.sml {
        background-position: left 9px top 7px; }
        .btns.warning.icon-loading.sml.icon-right {
          padding-right: 34px !important; }
          .btns.warning.icon-loading.sml.icon-right:after {
            width: 34px !important; }
        .btns.warning.icon-loading.sml.icon-left {
          padding-left: 34px !important; }
          .btns.warning.icon-loading.sml.icon-left:after {
            width: 34px !important; }
        .btns.warning.icon-loading.sml.icon-right.opacity {
          padding-right: 50px !important; }
        .btns.warning.icon-loading.sml.icon-left.opacity {
          padding-left: 50px !important; }
      .btns.warning.icon-loading.outline:after, .btns.warning.icon-loading.secondary:after {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.warning.icon-loading.opacity:after {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.warning.icon-loading.icon-only:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto; }
    .btns.warning[disabled], .btns.warning.disabled {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      cursor: not-allowed; }
      .btns.warning[disabled]:hover, .btns.warning.disabled:hover {
        color: #fff;
        background-color: #E00000;
        -webkit-box-shadow: #E00000 inset 0 -2px 0;
        -moz-box-shadow: #E00000 inset 0 -2px 0;
        box-shadow: #E00000 inset 0 -2px 0;
        border-bottom: 1px solid #E00000; }
    .btns.warning.outline {
      color: #E00000;
      background-color: #FFF;
      border-color: #E00000;
      -webkit-box-shadow: 0 0 0 #E00000;
      -moz-box-shadow: 0 0 0 #E00000;
      box-shadow: 0 0 0 #E00000; }
      .button-bar > li .btns.warning.outline:before {
        content: none; }
      .btns.warning.outline:hover {
        color: #c70000;
        border-color: #c70000;
        background-color: #fafafa;
        -webkit-box-shadow: 0 0 0 #c70000;
        -moz-box-shadow: 0 0 0 #c70000;
        box-shadow: 0 0 0 #c70000; }
        .btns.warning.outline:hover.loading {
          color: #E00000;
          background-color: #FFF;
          border-color: #E00000; }
        .button-bar > li:first-child .btns.warning.outline:hover:before {
          content: none; }
        .button-bar > li .btns.warning.outline:hover:before {
          content: '';
          position: absolute;
          top: -1px;
          left: -1px;
          bottom: -1px;
          width: 1px;
          background: #c70000; }
        .button-bar > li .btns.warning.outline:hover.loading:before, .button-bar > li .btns.warning.outline:hover[disabled]:before, .button-bar > li .btns.warning.outline:hover.disabled:before {
          content: none; }
      .btns.warning.outline:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .btns.warning.outline.loading {
        padding-left: 36px; }
      .btns.warning.outline.loading {
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: left 10px top 10px;
        background-repeat: no-repeat; }
        .btns.warning.outline.loading:hover, .btns.warning.outline.loading:active, .btns.warning.outline.loading:focus {
          cursor: default; }
        .btns.warning.outline.loading.sml {
          background-position: left 9px top 7px; }
        .btns.warning.outline.loading.outline, .btns.warning.outline.loading.secondary {
          background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
        .btns.warning.outline.loading.opacity {
          background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.warning.outline.icon-loading {
        position: relative; }
        .btns.warning.outline.icon-loading:after {
          content: '';
          background-image: url(../img/sass-ui-buttons/loading-light.gif);
          background-position: center;
          background-repeat: no-repeat; }
        .btns.warning.outline.icon-loading:hover, .btns.warning.outline.icon-loading:active, .btns.warning.outline.icon-loading:focus {
          cursor: default; }
        .btns.warning.outline.icon-loading.sml {
          background-position: left 9px top 7px; }
          .btns.warning.outline.icon-loading.sml.icon-right {
            padding-right: 34px !important; }
            .btns.warning.outline.icon-loading.sml.icon-right:after {
              width: 34px !important; }
          .btns.warning.outline.icon-loading.sml.icon-left {
            padding-left: 34px !important; }
            .btns.warning.outline.icon-loading.sml.icon-left:after {
              width: 34px !important; }
          .btns.warning.outline.icon-loading.sml.icon-right.opacity {
            padding-right: 50px !important; }
          .btns.warning.outline.icon-loading.sml.icon-left.opacity {
            padding-left: 50px !important; }
        .btns.warning.outline.icon-loading.outline:after, .btns.warning.outline.icon-loading.secondary:after {
          background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
        .btns.warning.outline.icon-loading.opacity:after {
          background-image: url(../img/sass-ui-buttons/loading-light.gif); }
        .btns.warning.outline.icon-loading.icon-only:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: auto; }
      .btns.warning.outline[disabled]:hover, .btns.warning.outline.disabled:hover {
        color: #E00000;
        background-color: #FFF;
        border-color: #E00000;
        -webkit-box-shadow: 0 0 0 #E00000;
        -moz-box-shadow: 0 0 0 #E00000;
        box-shadow: 0 0 0 #E00000; }
  .btns.success {
    position: relative;
    color: #fff;
    background-color: #102404;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
    border-bottom: 1px solid #102404; }
    .btns.success.loading {
      padding-left: 36px; }
    .button-bar > li:first-child .btns.success:before {
      content: none; }
    .button-bar > li .btns.success:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      bottom: -1px;
      width: 1px;
      background: rgba(0, 0, 0, 0.1); }
    .button-bar > li .btns.success.loading:before, .button-bar > li .btns.success[disabled]:before, .button-bar > li .btns.success.disabled:before {
      content: none; }
    .btns.success:hover {
      color: #fff;
      background-color: #060d01;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      box-shadow: rgba(0, 0, 0, 0.1) inset 0 -2px 0;
      border-bottom: 1px solid #060d01; }
      .btns.success:hover.loading, .btns.success:hover.icon-loading {
        background-color: #102404;
        -webkit-box-shadow: #102404 inset 0 -2px 0;
        -moz-box-shadow: #102404 inset 0 -2px 0;
        box-shadow: #102404 inset 0 -2px 0;
        border-bottom: 1px solid #102404; }
    .btns.success:focus {
      outline: none;
      box-shadow: 0 0 0 2px #4C9AFF, inset 0 0 0 1px #FFF; }
    .btns.success.loading {
      background-image: url(../img/sass-ui-buttons/loading-light.gif);
      background-position: left 10px top 10px;
      background-repeat: no-repeat; }
      .btns.success.loading:hover, .btns.success.loading:active, .btns.success.loading:focus {
        cursor: default; }
      .btns.success.loading.sml {
        background-position: left 9px top 7px; }
      .btns.success.loading.outline, .btns.success.loading.secondary {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.success.loading.opacity {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
    .btns.success.icon-loading {
      position: relative; }
      .btns.success.icon-loading:after {
        content: '';
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: center;
        background-repeat: no-repeat; }
      .btns.success.icon-loading:hover, .btns.success.icon-loading:active, .btns.success.icon-loading:focus {
        cursor: default; }
      .btns.success.icon-loading.sml {
        background-position: left 9px top 7px; }
        .btns.success.icon-loading.sml.icon-right {
          padding-right: 34px !important; }
          .btns.success.icon-loading.sml.icon-right:after {
            width: 34px !important; }
        .btns.success.icon-loading.sml.icon-left {
          padding-left: 34px !important; }
          .btns.success.icon-loading.sml.icon-left:after {
            width: 34px !important; }
        .btns.success.icon-loading.sml.icon-right.opacity {
          padding-right: 50px !important; }
        .btns.success.icon-loading.sml.icon-left.opacity {
          padding-left: 50px !important; }
      .btns.success.icon-loading.outline:after, .btns.success.icon-loading.secondary:after {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.success.icon-loading.opacity:after {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.success.icon-loading.icon-only:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto; }
    .btns.success[disabled], .btns.success.disabled {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      cursor: not-allowed; }
      .btns.success[disabled]:hover, .btns.success.disabled:hover {
        color: #fff;
        background-color: #102404;
        -webkit-box-shadow: #102404 inset 0 -2px 0;
        -moz-box-shadow: #102404 inset 0 -2px 0;
        box-shadow: #102404 inset 0 -2px 0;
        border-bottom: 1px solid #102404; }
    .btns.success.outline {
      color: #102404;
      background-color: #FFF;
      border-color: #102404;
      -webkit-box-shadow: 0 0 0 #102404;
      -moz-box-shadow: 0 0 0 #102404;
      box-shadow: 0 0 0 #102404; }
      .button-bar > li .btns.success.outline:before {
        content: none; }
      .btns.success.outline:hover {
        color: #060d01;
        border-color: #060d01;
        background-color: #fafafa;
        -webkit-box-shadow: 0 0 0 #060d01;
        -moz-box-shadow: 0 0 0 #060d01;
        box-shadow: 0 0 0 #060d01; }
        .btns.success.outline:hover.loading {
          color: #102404;
          background-color: #FFF;
          border-color: #102404; }
        .button-bar > li:first-child .btns.success.outline:hover:before {
          content: none; }
        .button-bar > li .btns.success.outline:hover:before {
          content: '';
          position: absolute;
          top: -1px;
          left: -1px;
          bottom: -1px;
          width: 1px;
          background: #060d01; }
        .button-bar > li .btns.success.outline:hover.loading:before, .button-bar > li .btns.success.outline:hover[disabled]:before, .button-bar > li .btns.success.outline:hover.disabled:before {
          content: none; }
      .btns.success.outline:focus {
        outline: none;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .btns.success.outline.loading {
        padding-left: 36px; }
      .btns.success.outline.loading {
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: left 10px top 10px;
        background-repeat: no-repeat; }
        .btns.success.outline.loading:hover, .btns.success.outline.loading:active, .btns.success.outline.loading:focus {
          cursor: default; }
        .btns.success.outline.loading.sml {
          background-position: left 9px top 7px; }
        .btns.success.outline.loading.outline, .btns.success.outline.loading.secondary {
          background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
        .btns.success.outline.loading.opacity {
          background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.success.outline.icon-loading {
        position: relative; }
        .btns.success.outline.icon-loading:after {
          content: '';
          background-image: url(../img/sass-ui-buttons/loading-light.gif);
          background-position: center;
          background-repeat: no-repeat; }
        .btns.success.outline.icon-loading:hover, .btns.success.outline.icon-loading:active, .btns.success.outline.icon-loading:focus {
          cursor: default; }
        .btns.success.outline.icon-loading.sml {
          background-position: left 9px top 7px; }
          .btns.success.outline.icon-loading.sml.icon-right {
            padding-right: 34px !important; }
            .btns.success.outline.icon-loading.sml.icon-right:after {
              width: 34px !important; }
          .btns.success.outline.icon-loading.sml.icon-left {
            padding-left: 34px !important; }
            .btns.success.outline.icon-loading.sml.icon-left:after {
              width: 34px !important; }
          .btns.success.outline.icon-loading.sml.icon-right.opacity {
            padding-right: 50px !important; }
          .btns.success.outline.icon-loading.sml.icon-left.opacity {
            padding-left: 50px !important; }
        .btns.success.outline.icon-loading.outline:after, .btns.success.outline.icon-loading.secondary:after {
          background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
        .btns.success.outline.icon-loading.opacity:after {
          background-image: url(../img/sass-ui-buttons/loading-light.gif); }
        .btns.success.outline.icon-loading.icon-only:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: auto; }
      .btns.success.outline[disabled]:hover, .btns.success.outline.disabled:hover {
        color: #102404;
        background-color: #FFF;
        border-color: #102404;
        -webkit-box-shadow: 0 0 0 #102404;
        -moz-box-shadow: 0 0 0 #102404;
        box-shadow: 0 0 0 #102404; }
  .btns.secondary {
    color: var(--ui-text);
    background-color: var(--ui-background);
    border-color: #999999;
    /*	&.text-icon{
		padding:0 50px 0 15px;
		text-shadow:1px 1px rgba(#000, 0.2); font-weight:600;

		&:after{
			position:absolute; top:0; right:0; bottom:0;
			line-height:rem(35px); width:35px; text-align:center;
			font-weight:normal;
			background:rgba(var(--ui-background_rgb), 0.3); border-left:1px solid var(--ui-background-darken-5);
		}
		&.icon-left{
			padding:0 15px 0 50px;

			&:after{
				top:0; left:0;
				border-right:1px solid var(--ui-background-darken-5); border-left:0;
			}
		}
	} */ }
    .btns.secondary.loading {
      padding-left: 36px; }
    .btns.secondary:hover {
      color: var(--ui-text);
      background-color: var(--ui-background-darken-2);
      border-color: #999999; }
      .btns.secondary:hover.loading, .btns.secondary:hover.icon-loading {
        color: var(--ui-text);
        background-color: var(--ui-background);
        border-color: #999999; }
    .btns.secondary:focus {
      outline: none;
      box-shadow: 0 0 0 2px #4C9AFF; }
    .btns.secondary.loading {
      background-image: url(../img/sass-ui-buttons/loading-light.gif);
      background-position: left 10px top 10px;
      background-repeat: no-repeat; }
      .btns.secondary.loading:hover, .btns.secondary.loading:active, .btns.secondary.loading:focus {
        cursor: default; }
      .btns.secondary.loading.sml {
        background-position: left 9px top 7px; }
      .btns.secondary.loading.outline, .btns.secondary.loading.secondary {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.secondary.loading.opacity {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
    .btns.secondary.icon-loading {
      position: relative; }
      .btns.secondary.icon-loading:after {
        content: '';
        background-image: url(../img/sass-ui-buttons/loading-light.gif);
        background-position: center;
        background-repeat: no-repeat; }
      .btns.secondary.icon-loading:hover, .btns.secondary.icon-loading:active, .btns.secondary.icon-loading:focus {
        cursor: default; }
      .btns.secondary.icon-loading.sml {
        background-position: left 9px top 7px; }
        .btns.secondary.icon-loading.sml.icon-right {
          padding-right: 34px !important; }
          .btns.secondary.icon-loading.sml.icon-right:after {
            width: 34px !important; }
        .btns.secondary.icon-loading.sml.icon-left {
          padding-left: 34px !important; }
          .btns.secondary.icon-loading.sml.icon-left:after {
            width: 34px !important; }
        .btns.secondary.icon-loading.sml.icon-right.opacity {
          padding-right: 50px !important; }
        .btns.secondary.icon-loading.sml.icon-left.opacity {
          padding-left: 50px !important; }
      .btns.secondary.icon-loading.outline:after, .btns.secondary.icon-loading.secondary:after {
        background-image: url(../img/sass-ui-buttons/loading-dark.gif); }
      .btns.secondary.icon-loading.opacity:after {
        background-image: url(../img/sass-ui-buttons/loading-light.gif); }
      .btns.secondary.icon-loading.icon-only:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto; }
    .btns.secondary[disabled], .btns.secondary.disabled {
      cursor: not-allowed;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
      .btns.secondary[disabled]:hover, .btns.secondary.disabled:hover {
        color: var(--ui-text);
        background-color: var(--ui-background);
        border-color: #999999; }
    .btns.secondary.opacity {
      color: var(--ui-background);
      background-color: rgba(var(--ui-background_rgb), 0.2);
      border-color: var(--ui-background-darken-5); }
      .lt-ie9 .btns.secondary.opacity {
        background-color: #a6a6a6; }
      .btns.secondary.opacity:hover {
        color: var(--ui-background);
        background-color: rgba(var(--ui-background_rgb), 0.3);
        border-color: var(--ui-background-darken-1); }
        .lt-ie9 .btns.secondary.opacity:hover {
          background-color: #8c8c8c; }
        .btns.secondary.opacity:hover.loading, .btns.secondary.opacity:hover.icon-loading {
          background-color: rgba(var(--ui-background_rgb), 0.2);
          border-color: var(--ui-background-darken-5); }
      .btns.secondary.opacity[disabled]:hover, .btns.secondary.opacity.disabled:hover {
        color: var(--ui-background);
        background-color: rgba(var(--ui-background_rgb), 0.2);
        border-color: var(--ui-background-darken-5); }
      .btns.secondary.opacity.text-icon {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        font-weight: 600; }
        .btns.secondary.opacity.text-icon:after {
          background-color: rgba(var(--ui-background_rgb), 0.3); }
        @media screen and (min-width: 768px) {
          .btns.secondary.opacity.text-icon.text-icon.icon-left {
            padding: 0 15px 0 50px; }
            .btns.secondary.opacity.text-icon.text-icon.icon-left:after {
              border-right: 1px solid var(--ui-background-darken-5); }
            .btns.secondary.opacity.text-icon.text-icon.icon-left.sml {
              padding: 0 15px 0 45px; }
          .btns.secondary.opacity.text-icon.text-icon.icon-right {
            padding: 0 50px 0 15px; }
            .btns.secondary.opacity.text-icon.text-icon.icon-right:after {
              border-left: 1px solid var(--ui-background-darken-5); }
            .btns.secondary.opacity.text-icon.text-icon.icon-right.sml {
              padding: 0 45px 0 15px; } }
  .btns.icon {
    text-decoration: none;
    padding: 0; }
    .btns.icon.text-icon {
      position: relative;
      width: 38px;
      font-size: 0;
      text-indent: -9999px; }
      @media screen and (min-width: 768px) {
        .btns.icon.text-icon {
          width: auto;
          font-size: 0.9375rem;
          text-indent: 0; } }
      .btns.icon.text-icon:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-indent: 0;
        text-align: center; }
      .btns.icon.text-icon.btns:after {
        line-height: 37px; }
      .btns.icon.text-icon.btns.sml {
        width: 32px; }
        .btns.icon.text-icon.btns.sml:after {
          width: 30px;
          line-height: 28px; }
        @media screen and (min-width: 768px) {
          .btns.icon.text-icon.btns.sml {
            width: auto;
            font-size: 0.8125rem; } }
      @media screen and (min-width: 768px) {
        .btns.icon.text-icon.btns.icon-left:after, .btns.icon.text-icon.btns.icon-right:after {
          position: absolute;
          top: 0;
          bottom: 0; } }
      @media screen and (min-width: 768px) {
        .btns.icon.text-icon.btns.icon-left {
          padding: 0 15px 0 35px; }
          .btns.icon.text-icon.btns.icon-left:after {
            left: 0;
            right: auto; }
          .btns.icon.text-icon.btns.icon-left.sml {
            padding-left: 32px; } }
      @media screen and (min-width: 768px) {
        .btns.icon.text-icon.btns.icon-right {
          padding: 0 35px 0 15px; }
          .btns.icon.text-icon.btns.icon-right:after {
            left: auto;
            right: 0; }
          .btns.icon.text-icon.btns.icon-right.sml {
            padding-right: 32px; } }
      .btns.icon.text-icon.btn-link {
        overflow: hidden; }
        .btns.icon.text-icon.btn-link:after {
          position: absolute; }
          @media screen and (min-width: 768px) {
            .btns.icon.text-icon.btn-link:after {
              top: auto;
              right: auto;
              bottom: auto;
              left: auto;
              width: 15px; } }
        .btns.icon.text-icon.btn-link.icon-left:hover, .btns.icon.text-icon.btn-link.icon-left:focus, .btns.icon.text-icon.btn-link.icon-left:active, .btns.icon.text-icon.btn-link.icon-right:hover, .btns.icon.text-icon.btn-link.icon-right:focus, .btns.icon.text-icon.btn-link.icon-right:active {
          border-color: transparent; }
          @media screen and (min-width: 768px) {
            .btns.icon.text-icon.btn-link.icon-left:hover, .btns.icon.text-icon.btn-link.icon-left:focus, .btns.icon.text-icon.btn-link.icon-left:active, .btns.icon.text-icon.btn-link.icon-right:hover, .btns.icon.text-icon.btn-link.icon-right:focus, .btns.icon.text-icon.btn-link.icon-right:active {
              border-color: inherit; } }
        @media screen and (min-width: 768px) {
          .btns.icon.text-icon.btn-link.icon-left {
            padding: 0 0 0 20px; }
            .btns.icon.text-icon.btn-link.icon-left:after {
              left: 0; }
          .btns.icon.text-icon.btn-link.icon-right {
            padding: 0 20px 0 0; }
            .btns.icon.text-icon.btn-link.icon-right:after {
              right: 0; } }
    .btns.icon span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0;
      width: 0;
      height: 0;
      text-indent: -4000px; }
    .btns.icon.icon-only {
      width: 40px;
      text-align: center; }
      .btns.icon.icon-only.sml {
        width: 32px; }
      .btns.icon.icon-only.btn-link:hover, .btns.icon.icon-only.btn-link:focus, .btns.icon.icon-only.btn-link:active {
        border-color: transparent; }
    .btns.icon:after {
      content: '\46';
      width: 36px;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.875rem;
      text-align: center; }
    .btns.icon.icon-add:after {
      content: '\46'; }
    .btns.icon.icon-filter:after {
      content: '\e916'; }
    .btns.icon.icon-edit:after {
      content: '\5a';
      font-size: 0.9375rem; }
    .btns.icon.icon-delete:after {
      content: '\48';
      font-size: 0.75rem; }
    .btns.icon.icon-image:after {
      content: '\67';
      font-size: 1.0625rem; }
    .btns.icon.icon-tick:after {
      content: '\62';
      font-size: 1.0625rem; }
    .btns.icon.icon-top-arrow:after {
      content: '\52';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btns.icon.icon-right-arrow:after {
      content: '\53';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btns.icon.icon-bottom-arrow:after {
      content: '\51';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btns.icon.icon-left-arrow:after {
      content: '\50';
      font-size: 0.8125rem;
      font-weight: bold; }
    .btns.icon.icon-cross:after {
      content: '\61';
      font-size: 1.125rem; }
    .btns.icon.icon-cross.icon-left:after, .btns.icon.icon-cross.icon-right:after {
      font-size: 1rem; }
    .btns.icon.icon-file:after {
      content: '\42';
      font-size: 1.0625rem; }
    .btns.icon.icon-file.icon-left:after, .btns.icon.icon-file.icon-right:after {
      font-size: 0.9375rem; }
    .btns.icon.icon-member:after {
      content: '\59';
      font-size: 0.875rem; }
    .btns.icon.icon-help:after {
      content: '?';
      font-family: var(--font-family);
      font-size: 1rem;
      font-weight: 600; }
    .btns.icon.icon-add-file:after {
      content: '\76';
      font-size: 1.4375rem;
      text-indent: -3px; }
    .btns.icon.icon-add-file.icon-right:after {
      text-indent: -3px; }
    .btns.icon.icon-add-folder:after {
      content: '\77';
      font-size: 1.4375rem;
      text-indent: -3px; }
    .btns.icon.icon-add-folder.icon-right:after {
      text-indent: -1px; }
    .btns.icon.icon-add-discussion:after {
      content: '\38';
      font-size: 1.625rem;
      text-indent: -3px; }
    .btns.icon.icon-add-discussion.icon-right:after {
      text-indent: -2px; }
    .btns.icon.icon-calendar:after {
      content: '\56';
      font-size: 1rem; }
    .btns.icon.icon-eye-slash:after {
      content: '\36';
      font-size: 1rem; }
    .btns.icon.icon-eye:after {
      content: '\37';
      font-size: 1rem; }
    .btns.icon.icon-pencil:after {
      content: '\4b';
      font-size: 1rem; }
    .btns.icon.icon-presentation:after {
      content: '\e603';
      font-size: 1.125rem; }
    .btns.icon.icon-block-member:after {
      content: '\e600';
      font-size: 0.9375rem;
      line-height: 37px; }
    .btns.icon.icon-block-member.text-icon:after {
      line-height: 37px; }
    .btns.icon.icon-block-member.sml:after {
      line-height: 29px; }
    .btns.icon.icon-block-member.sml.text-icon:after {
      line-height: 29px; }
    .btns.icon.icon-download:after {
      content: '\24';
      font-size: 0.9375rem; }
    .btns.icon.icon-download:after {
      content: '\24';
      font-size: 1rem; }
    .btns.icon.icon-share:after {
      content: '\68';
      font-size: 1rem; }
    .btns.icon.icon-speech-bubble:after {
      content: '\2d';
      font-size: 0.8125rem; }
    .btns.icon.icon-message:after {
      content: '\e905';
      font-size: 1.125rem; }
    .btns.icon.icon-print:after {
      content: '\e90e';
      font-size: 1.125rem; }
    .btns.icon.icon-math:after {
      content: '\e90f';
      font-size: 0.875rem;
      font-weight: 600; }
    .btns.icon.icon-envelope:after {
      content: '\31';
      font-size: 1rem; }
    .btns.icon.icon-launch:after {
      content: '\49';
      font-size: 1.25rem; }
    .btns.icon.icon-launch-sml:after {
      content: '\49';
      font-size: 0.875rem; }
    .btns.icon.icon-launch-sml.text-icon:after {
      line-height: 25px; }
    .btns.icon.icon-launch-sml.text-icon.sml:after {
      line-height: 22px; }
    .btns.icon.icon-refresh:after {
      content: '\2e';
      font-size: 1rem; }
    .btns.icon.loading {
      color: transparent;
      line-height: 9999px;
      overflow: hidden;
      background-position: center !important; }
      .btns.icon.loading:after {
        visibility: hidden;
        color: transparent; }
  .btns.sml {
    height: 30px;
    line-height: 28px;
    font-size: 0.8125rem; }

.btn-link.sml {
  height: 30px;
  line-height: 30px;
  font-size: 0.8125rem; }

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

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

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

.ui-state {
  display: block;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  font-family: var(--font-family);
  color: var(--ui-text-lighten-10);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: center;
  white-space: normal; }
  @media screen and (min-width: 768px) {
    .ui-state {
      padding: 20px 0; } }
  .ui-state img {
    display: block;
    margin: 20px auto;
    max-width: 100%; }
  .ui-state strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 300; }
  .ui-state a:not(.btns), .ui-state button:not(.btns) {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    color: var(--accent);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: underline;
    border: none;
    background: none; }
    .ui-state a:not(.btns):hover, .ui-state a:not(.btns):active, .ui-state a:not(.btns):focus, .ui-state button:not(.btns):hover, .ui-state button:not(.btns):active, .ui-state button:not(.btns):focus {
      text-decoration: none; }
  .ui-state .btns {
    margin-top: 10px; }
  .ui-state.loading span {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-animation: ellipsis 1.4s infinite;
    -moz-animation: ellipsis 1.4s infinite;
    animation: ellipsis 1.4s infinite;
    animation-fill-mode: both;
    opacity: 0; }
    .ui-state.loading span:nth-child(2) {
      animation-delay: .2s; }
    .ui-state.loading span:nth-child(3) {
      animation-delay: .4s; }

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

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

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

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

/* ==========================================================================
   Fancybox overides
   ========================================================================== */
#fancybox-wrap {
  padding: 0;
  width: auto !important; }

/* ==========================================================================
   Loading
   ========================================================================== */
.modal.extra-large.resource .content {
  transform: translateZ(0); }
  .modal.extra-large.resource .content.loading {
    min-height: 500px;
    background: #FFF url(../img/js-resource-popup/loading/loading.gif) center center no-repeat; }
    .modal.extra-large.resource .content.loading * {
      display: none;
      visibility: hidden; }
    .modal.extra-large.resource .content.loading > .close {
      visibility: visible; }

/* ------------------------------------- */
/* Accessible modal styling added by Ian */
/* ------------------------------------- */
.modal.extra-large.resource {
  font-family: var(--font-family);
  background: rgba(40, 45, 51, 0.6); }
  @media screen and (min-width: 768px) {
    .modal.extra-large.resource {
      padding: 30px; } }
  .modal.extra-large.resource .content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9560;
    background: #FFF;
    -webkit-box-shadow: rgba(102, 102, 102, 0.5) 0 0 5px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: rgba(102, 102, 102, 0.5) 0 0 5px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: rgba(102, 102, 102, 0.5) 0 0 5px 2px 5px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 768px) {
      .modal.extra-large.resource .content {
        position: relative;
        min-height: 100%;
        height: auto;
        overflow-y: visible; } }
    .modal.extra-large.resource .content.loading {
      background: #FFF url("../img/js-resource-popup/loading/loading.gif") no-repeat center;
      min-height: 300px; }
      .modal.extra-large.resource .content.loading * {
        display: none; }
    .modal.extra-large.resource .content iframe {
      width: 100%;
      height: 100%; }
  .modal.extra-large.resource .close {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #000;
    border: 0;
    z-index: 20; }
    @media screen and (min-width: 768px) {
      .modal.extra-large.resource .close {
        border-top-right-radius: 3px; } }
    .modal.extra-large.resource .close:before {
      content: '\48';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 1rem;
      line-height: 40px;
      font-family: mls-ui-icons;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      color: white; }
    .modal.extra-large.resource .close > span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
    .modal.extra-large.resource .close:focus {
      box-shadow: 0 0 0 2px #4C9AFF; }
    .modal.extra-large.resource .close:active, .modal.extra-large.resource .close:hover {
      cursor: pointer;
      background-color: var(--accent); }

/* 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 */
.modal.imagequest-modal {
  position: fixed;
  top: 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);
  background: rgba(40, 45, 51, 0.6);
  /* Content
	   ========================================================================== */
  /* Header
	   ========================================================================== */
  /* Footer
	   ========================================================================== */ }
  @media screen and (min-width: 768px) {
    .modal.imagequest-modal:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      height: 100%;
      vertical-align: middle;
      margin-right: -5px; } }
  .modal.imagequest-modal .ariaDescription, .modal.imagequest-modal .ariaTitle, .modal.imagequest-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; }
  .modal.imagequest-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 200%;
    background: #313131;
    background: rgba(49, 49, 49, 0.85);
    opacity: 1; }
    @media screen and (min-width: 768px) {
      .modal.imagequest-modal .overlay {
        background: #313131;
        background: rgba(49, 49, 49, 0.7); } }
  .modal.imagequest-modal div.content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto !important;
    z-index: 1002;
    width: 100%;
    height: auto !important;
    padding: 0;
    margin: 0;
    min-height: 100px;
    color: #000;
    text-align: left;
    background: #FFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media screen and (min-width: 768px) {
      .modal.imagequest-modal div.content {
        width: 740px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: visible;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle; } }
  .modal.imagequest-modal .modal-scroll-content {
    position: relative;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .modal.imagequest-modal .modal-scroll-content {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media screen and (min-width: 1020px) {
      .modal.imagequest-modal .modal-scroll-content {
        max-height: 550px; } }
    @media screen and (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) {
      .modal.imagequest-modal .modal-scroll-content {
        max-height: 300px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .modal.imagequest-modal .modal-scroll-content {
        max-height: 935px; } }
    @media screen and (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
      .modal.imagequest-modal .modal-scroll-content {
        max-height: none; } }
    .modal.imagequest-modal .modal-scroll-content .img-hold {
      position: relative;
      display: block;
      margin-bottom: 20px;
      text-align: center;
      background: #eaeaea;
      overflow: hidden;
      /*&:before {
				content: '';
				@include inline-block; height:100%; vertical-align:middle; margin-right:-5px;
			}*/ }
      @media screen and (min-width: 768px) {
        .modal.imagequest-modal .modal-scroll-content .img-hold {
          width: 320px;
          float: left;
          margin-right: 20px;
          margin-bottom: 0; } }
      .modal.imagequest-modal .modal-scroll-content .img-hold img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline; }
    .modal.imagequest-modal .modal-scroll-content.full-width h2, .modal.imagequest-modal .modal-scroll-content.full-width p {
      margin-left: 0; }
    .modal.imagequest-modal .modal-scroll-content h2 {
      margin-bottom: 10px;
      font-size: 1.125rem;
      line-height: 1.375rem;
      font-weight: bold;
      color: #333333; }
      @media screen and (min-width: 768px) {
        .modal.imagequest-modal .modal-scroll-content h2 {
          margin-left: 340px; } }
    .modal.imagequest-modal .modal-scroll-content p {
      margin-bottom: 15px;
      font-size: 0.875rem;
      line-height: 1.375rem;
      font-weight: normal;
      color: #444444; }
      @media screen and (min-width: 768px) {
        .modal.imagequest-modal .modal-scroll-content p {
          margin-left: 340px; } }
      .modal.imagequest-modal .modal-scroll-content p a {
        color: #448fcd;
        font-style: italic;
        text-decoration: none; }
        .modal.imagequest-modal .modal-scroll-content p a:hover, .modal.imagequest-modal .modal-scroll-content p a:active, .modal.imagequest-modal .modal-scroll-content p a:focus {
          text-decoration: none; }
  .modal.imagequest-modal header.modal-header {
    position: relative;
    padding: 0;
    background: #FFF;
    border-bottom: 1px solid #c1c1c1; }
    .modal.imagequest-modal header.modal-header h1 {
      margin: 0 auto;
      padding: 0;
      color: #333333;
      text-align: center;
      font-size: 0.875rem;
      line-height: 2.5rem;
      font-weight: 600;
      /**/
      width: 75%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .modal.imagequest-modal header.modal-header .close {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      width: 40px;
      color: #FFF;
      background: #494949;
      border: 0; }
      .modal.imagequest-modal header.modal-header .close:hover, .modal.imagequest-modal header.modal-header .close:focus {
        background: #000; }
      .modal.imagequest-modal header.modal-header .close:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin: -15px 0 0 -15px;
        background: url("../img/js-resource-popup/ClosePop.gif?v=1") center top no-repeat; }
      .modal.imagequest-modal header.modal-header .close span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
  .modal.imagequest-modal .actions {
    position: relative;
    padding: 12px 0;
    text-align: center;
    background: #EFEFEF;
    border-top: 1px solid #D5D5D5;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
    .modal.imagequest-modal .actions li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 0 10px; }
    .modal.imagequest-modal .actions .loading-strip {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .modal.imagequest-modal .actions .tool-tip {
      position: absolute;
      left: 50%;
      top: 100%;
      z-index: 1000;
      display: block;
      width: 410px;
      padding: 15px 20px;
      margin: 5px 0 0 -205px;
      /*height:74px;*/
      color: #FFF;
      font-size: 0.875rem;
      line-height: 1.125rem;
      background: #437fed;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
      .modal.imagequest-modal .actions .tool-tip:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        width: 0;
        height: 0;
        margin-left: -6px;
        border-style: solid;
        border-width: 0 7px 8px 7px;
        border-color: transparent transparent #437fed transparent; }
      .modal.imagequest-modal .actions .tool-tip strong {
        font-weight: bold; }
      .modal.imagequest-modal .actions .tool-tip a {
        color: #FFF;
        font-weight: bold; }
        .modal.imagequest-modal .actions .tool-tip a:hover, .modal.imagequest-modal .actions .tool-tip a:active, .modal.imagequest-modal .actions .tool-tip a:focus {
          text-decoration: none; }

.modal.resource .close {
  width: 40px;
  height: 40px;
  background-position: center 5px; }
  @media screen and (max-width: 767px) {
    .modal.resource .close:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -30px;
      width: 30px;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear, to right, rgba(255, 255, 255, 0) 0%, white 100%;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); } }

.modal.resource .resource-pop .resource-header {
  position: relative;
  z-index: 10;
  background: var(--ui-background); }
  .modal.resource .resource-pop .resource-header > [tab-header] .ui-grid.grid-fixed {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .modal.resource .resource-pop .resource-header > [tab-header] .ui-grid.grid-fixed ul.tabs {
        padding: 0 10px; }
      .modal.resource .resource-pop .resource-header > [tab-header] .ui-grid.grid-fixed ul.buttons {
        margin-right: 10px; } }

.modal.resource .resource-pop > [tab-content] {
  min-height: 300px;
  font-size: 0; }
  @media screen and (min-width: 768px) {
    .modal.resource .resource-pop > [tab-content] {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      overflow-y: auto; } }
  .modal.resource .resource-pop > [tab-content] > .loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--ui-background);
    background-image: url("../img/sass-ui-loading/inline-loading-dark.gif");
    background-repeat: no-repeat;
    background-position: center; }
  .modal.resource .resource-pop > [tab-content] .resource-pop-main {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .modal.resource .resource-pop > [tab-content] .resource-pop-main {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 70%;
        vertical-align: top; } }
    .modal.resource .resource-pop > [tab-content] .resource-pop-main.aside {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .modal.resource .resource-pop > [tab-content] .resource-pop-main.aside {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 40%;
          vertical-align: top; } }
      @media screen and (min-width: 1020px) {
        .modal.resource .resource-pop > [tab-content] .resource-pop-main.aside {
          width: 30%; } }
  .modal.resource .resource-pop > [tab-content] .resource-pop-aside {
    width: 100%;
    background: var(--ui-background); }
    @media screen and (min-width: 768px) {
      .modal.resource .resource-pop > [tab-content] .resource-pop-aside {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30%;
        vertical-align: top;
        border-left: 1px solid #CCCCCC; } }
    .modal.resource .resource-pop > [tab-content] .resource-pop-aside.main {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .modal.resource .resource-pop > [tab-content] .resource-pop-aside.main {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 60%;
          vertical-align: top; } }
      @media screen and (min-width: 1020px) {
        .modal.resource .resource-pop > [tab-content] .resource-pop-aside.main {
          width: 70%; } }

iframe .resourceView .close {
  display: none; }

.resourceView .forbidden-errors {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  font-size: 0;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .resourceView .forbidden-errors:before, .resourceView .forbidden-errors .message {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }
  .resourceView .forbidden-errors:before {
    content: '';
    height: 100%; }
  .resourceView .forbidden-errors .message img {
    margin-bottom: 30px; }
  .resourceView .forbidden-errors .message h2 {
    margin-bottom: 16px;
    color: var(--ui-text-lighten-10);
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .resourceView .forbidden-errors .message h2 {
        font-size: 1.875rem;
        line-height: 2.125rem;
        letter-spacing: -0.6px; } }
  .resourceView .forbidden-errors .message p {
    padding-bottom: 16px;
    color: #787878;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    @media screen and (min-width: 768px) {
      .resourceView .forbidden-errors .message p {
        font-size: 1rem;
        line-height: 1.5rem; } }
    .resourceView .forbidden-errors .message p a {
      color: var(--accent-darken-10);
      text-decoration: underline; }
      .resourceView .forbidden-errors .message p a:active, .resourceView .forbidden-errors .message p a:hover, .resourceView .forbidden-errors .message p a:focus {
        text-decoration: none; }

.resourceView.loading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--ui-background);
  background-image: url("../img/sass-ui-loading/inline-loading-dark.gif");
  background-repeat: no-repeat;
  background-position: center; }

.resource-pop {
  /* Star rating single
========================================================================== */
  /* ==========================================================================
   Button styling, come on!
   ========================================================================== */
  /* button bar (toggle bar)
========================================================================== */
  /* button dropdown
========================================================================== */
  /* button bar (toggle bar)
========================================================================== */ }
  .resource-pop p.star-rating, .resource-pop .star-rating {
    position: relative;
    top: -1px;
    height: 9px;
    width: 53px;
    margin: 0;
    padding: 0;
    line-height: 0.625rem;
    font-size: 0.625rem;
    background: url("../img/js-resource-popup/stars.png?v=1") left top no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .resource-pop p.star-rating .visuallyhidden, .resource-pop .star-rating .visuallyhidden {
      display: none;
      visibility: hidden; }
    .resource-pop p.star-rating.stars0, .resource-pop .star-rating.stars0 {
      background-position: left 0px; }
    .resource-pop p.star-rating.stars1, .resource-pop .star-rating.stars1 {
      background-position: left -9px; }
    .resource-pop p.star-rating.stars2, .resource-pop .star-rating.stars2 {
      background-position: left -18px; }
    .resource-pop p.star-rating.stars3, .resource-pop .star-rating.stars3 {
      background-position: left -27px; }
    .resource-pop p.star-rating.stars4, .resource-pop .star-rating.stars4 {
      background-position: left -36px; }
    .resource-pop p.star-rating.stars5, .resource-pop .star-rating.stars5 {
      background-position: left -45px; }
  .resource-pop .star-rating.single-star {
    width: 27px;
    height: 25px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url("../img/js-resource-popup/starsLrg.png") left top no-repeat;
    border: none; }
    .resource-pop .star-rating.single-star span {
      display: none;
      visibility: hidden; }
    .resource-pop .star-rating.single-star:focus {
      color: #000;
      background-color: #faffbd;
      outline: 1px dotted #000; }
  .resource-pop .star-rating.single-star.selected {
    background-position: left -25px; }
  .resource-pop a.btn, .resource-pop input.btn, .resource-pop .btn {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 15px;
    font-family: var(--font-family);
    font-size: 0.875rem;
    color: #FFF;
    line-height: 30px !important;
    text-decoration: none;
    font-weight: normal;
    background: var(--accent);
    border: 0;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -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; }
    .resource-pop a.btn:focus, .resource-pop input.btn:focus, .resource-pop .btn:focus {
      color: #000;
      box-shadow: 0 0 0 2px #4C9AFF; }
    .resource-pop a.btn:hover, .resource-pop a.btn:active, .resource-pop input.btn:hover, .resource-pop input.btn:active, .resource-pop .btn:hover, .resource-pop .btn:active {
      text-decoration: none;
      color: #FFF !important;
      background: #323232; }
    .resource-pop a.btn.loading, .resource-pop input.btn.loading, .resource-pop .btn.loading {
      min-height: 42px; }
    .resource-pop a.btn.selected, .resource-pop input.btn.selected, .resource-pop .btn.selected {
      background: #323232; }
    .resource-pop a.btn.disabled, .resource-pop input.btn.disabled, .resource-pop .btn.disabled {
      color: #FFF;
      background: #8A8A8A;
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40); }
      .resource-pop a.btn.disabled:hover, .resource-pop a.btn.disabled:focus, .resource-pop a.btn.disabled:active, .resource-pop input.btn.disabled:hover, .resource-pop input.btn.disabled:focus, .resource-pop input.btn.disabled:active, .resource-pop .btn.disabled:hover, .resource-pop .btn.disabled:focus, .resource-pop .btn.disabled:active {
        background: #8A8A8A;
        cursor: default; }
    .resource-pop a.btn.sub, .resource-pop input.btn.sub, .resource-pop .btn.sub {
      background: var(--accent); }
      .resource-pop a.btn.sub:focus, .resource-pop input.btn.sub:focus, .resource-pop .btn.sub:focus {
        color: #000;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .resource-pop a.btn.sub:hover, .resource-pop a.btn.sub:active, .resource-pop input.btn.sub:hover, .resource-pop input.btn.sub:active, .resource-pop .btn.sub:hover, .resource-pop .btn.sub:active {
        background: var(--accent-darken-10); }
      .resource-pop a.btn.sub.outline, .resource-pop input.btn.sub.outline, .resource-pop .btn.sub.outline {
        color: var(--accent);
        background: #FFF;
        border: 1px solid var(--accent); }
        .resource-pop a.btn.sub.outline:focus, .resource-pop input.btn.sub.outline:focus, .resource-pop .btn.sub.outline:focus {
          color: #000;
          box-shadow: 0 0 0 2px #4C9AFF; }
        .resource-pop a.btn.sub.outline:hover, .resource-pop a.btn.sub.outline:active, .resource-pop input.btn.sub.outline:hover, .resource-pop input.btn.sub.outline:active, .resource-pop .btn.sub.outline:hover, .resource-pop .btn.sub.outline:active {
          color: var(--accent-darken-15) !important; }
    .resource-pop a.btn.lrg, .resource-pop input.btn.lrg, .resource-pop .btn.lrg {
      padding: 0 17px;
      font-size: 1.125rem;
      line-height: 42px !important; }
    .resource-pop a.btn.ex-lrg, .resource-pop input.btn.ex-lrg, .resource-pop .btn.ex-lrg {
      padding: 0 27px;
      font-size: 1.625rem;
      line-height: 58px !important; }
    .resource-pop a.btn .text, .resource-pop input.btn .text, .resource-pop .btn .text {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
    .resource-pop a.btn > .ui-icon-launch, .resource-pop input.btn > .ui-icon-launch, .resource-pop .btn > .ui-icon-launch {
      position: relative;
      top: -3px;
      right: -5px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-left: -3px;
      font-size: 0.75rem; }
  .resource-pop .btn-bar {
    overflow: hidden;
    margin: 1px 0 0 0;
    padding: 0 5px; }
    .resource-pop .btn-bar li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top; }
      .resource-pop .btn-bar li:first-child .btn {
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; }
      .resource-pop .btn-bar li:last-child .btn {
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0; }
    .resource-pop .btn-bar .btn {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #6e6e6e;
      background: #FFF;
      border: 1px solid #6e6e6e; }
      .resource-pop .btn-bar .btn:focus {
        color: #000;
        box-shadow: 0 0 0 2px #4C9AFF; }
      .resource-pop .btn-bar .btn:hover, .resource-pop .btn-bar .btn:active {
        text-decoration: underline;
        color: var(--accent) !important;
        background: rgba(var(--accent_rgb), 0.65);
        border-color: var(--accent); }
      .resource-pop .btn-bar .btn.selected {
        color: #FFF;
        background: var(--accent);
        border: 1px solid var(--accent); }
        .resource-pop .btn-bar .btn.selected:focus {
          color: #000;
          background-color: #faffbd;
          outline: 1px dotted #000; }
        .resource-pop .btn-bar .btn.selected:hover, .resource-pop .btn-bar .btn.selected:active {
          cursor: default;
          color: #FFF !important;
          text-decoration: none; }
      .resource-pop .btn-bar .btn.disabled {
        background: #8A8A8A;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40); }
        .resource-pop .btn-bar .btn.disabled:focus {
          color: #000;
          background-color: #faffbd;
          outline: 1px dotted #000; }
        .resource-pop .btn-bar .btn.disabled:hover, .resource-pop .btn-bar .btn.disabled:active {
          cursor: auto;
          text-decoration: none;
          background: #8A8A8A; }
      .resource-pop .btn-bar .btn.special {
        background: #f0404d; }
        .resource-pop .btn-bar .btn.special:focus {
          color: #000;
          background-color: #faffbd;
          outline: 1px dotted #000; }
        .resource-pop .btn-bar .btn.special:hover, .resource-pop .btn-bar .btn.special:active {
          text-decoration: none;
          background: #d3111f; }
    .resource-pop .btn-bar a {
      line-height: 30px !important;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline; }
  .resource-pop .btn-drop {
    position: relative;
    padding: 0 12px;
    text-align: left; }
    .resource-pop .btn-drop button {
      text-align: left;
      border: 0;
      background: transparent; }
    .resource-pop .btn-drop .trigger {
      position: relative;
      padding: 0 25px 0 0;
      width: 100%;
      height: 32px;
      font-size: 0.8125rem;
      line-height: 0.8125rem;
      font-weight: bold;
      color: #6e6e6e;
      vertical-align: top; }
      .resource-pop .btn-drop .trigger:after {
        content: '\64';
        position: absolute;
        top: 50%;
        right: 0;
        width: 19px;
        height: 18px;
        margin-top: -9px;
        font-family: kt-icons;
        font-size: 0.75rem;
        color: #b1b1b1;
        line-height: 1.25rem;
        text-align: center; }
      .resource-pop .btn-drop .trigger:hover:after, .resource-pop .btn-drop .trigger:focus:after, .resource-pop .btn-drop .trigger:active:after {
        background: var(--accent);
        color: #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
      .resource-pop .btn-drop .trigger span.small-title {
        display: block;
        padding-bottom: 2px;
        font-size: 0.625rem;
        line-height: 0.625rem; }
    .resource-pop .btn-drop .btn-drop-list {
      position: absolute;
      top: 100%;
      right: 0;
      padding: 10px;
      margin-top: 8px;
      background: #FFF;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }
      .resource-pop .btn-drop .btn-drop-list button, .resource-pop .btn-drop .btn-drop-list a {
        padding: 9px;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        min-width: 200px;
        font-size: 0.875rem;
        line-height: 0.875rem;
        font-weight: bold;
        color: #424242;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; }
        .resource-pop .btn-drop .btn-drop-list button:hover, .resource-pop .btn-drop .btn-drop-list a:hover {
          background: #f8f8f8; }
        .resource-pop .btn-drop .btn-drop-list button.selected, .resource-pop .btn-drop .btn-drop-list a.selected {
          position: relative;
          color: #FFF;
          background: var(--accent); }
          .resource-pop .btn-drop .btn-drop-list button.selected:after, .resource-pop .btn-drop .btn-drop-list a.selected:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 9px;
            width: 6px;
            height: 6px;
            margin-top: -3px;
            background: #FFF;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%; }
  .resource-pop .btn-bar-tab {
    margin: 0;
    padding: 19px 30px 13px 30px;
    text-align: left;
    background: #f6f6f6;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #e1e1e1; }
    @media only screen and (max-width: 767px) {
      .resource-pop .btn-bar-tab {
        padding: 5px;
        height: 45px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; } }
    .resource-pop .btn-bar-tab li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top; }
    .resource-pop .btn-bar-tab a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      padding: 6px 12px;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 0.875rem;
      color: #2d2d2d;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      -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;
      border: 1px dotted transparent; }
      .resource-pop .btn-bar-tab a:focus {
        color: #000;
        background-color: var(--ui-background-darken-6);
        border-color: #000;
        outline: none; }
      .resource-pop .btn-bar-tab a:hover, .resource-pop .btn-bar-tab a:active {
        text-decoration: underline;
        color: #000;
        background: var(--ui-background-darken-8); }
      .resource-pop .btn-bar-tab a.selected {
        position: relative;
        color: #FFF;
        background: var(--accent); }
        .resource-pop .btn-bar-tab a.selected:hover, .resource-pop .btn-bar-tab a.selected:active {
          text-decoration: none;
          cursor: default; }
        .resource-pop .btn-bar-tab a.selected:after, .resource-pop .btn-bar-tab a.selected:before {
          content: " ";
          position: absolute;
          bottom: -15px;
          left: 50%;
          height: 0;
          width: 0;
          border: solid transparent;
          pointer-events: none; }
          @media only screen and (max-width: 767px) {
            .resource-pop .btn-bar-tab a.selected:after, .resource-pop .btn-bar-tab a.selected:before {
              display: none; } }
        .resource-pop .btn-bar-tab a.selected:after {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #FFF;
          border-width: 10px;
          margin-left: -10px; }
        .resource-pop .btn-bar-tab a.selected:before {
          border-color: rgba(220, 220, 220, 0);
          border-bottom-color: #d2d2d1;
          border-width: 11px;
          margin-left: -11px; }
    .resource-pop .btn-bar-tab.page-tabs {
      padding: 15px 30px 0 30px;
      background: #FFF;
      text-align: center;
      border-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .resource-pop .btn-bar-tab.page-tabs {
          padding: 5px;
          height: 55px;
          white-space: nowrap;
          overflow-x: auto;
          overflow-y: hidden;
          -webkit-overflow-scrolling: touch;
          background: #F3F3F3; } }
      .resource-pop .btn-bar-tab.page-tabs li {
        padding-top: 5px; }
      .resource-pop .btn-bar-tab.page-tabs a {
        color: var(--accent);
        font-weight: 600;
        border: 1px solid var(--accent); }
        @media only screen and (max-width: 767px) {
          .resource-pop .btn-bar-tab.page-tabs a {
            background: var(--ui-background); } }
        .resource-pop .btn-bar-tab.page-tabs a:hover, .resource-pop .btn-bar-tab.page-tabs a:active, .resource-pop .btn-bar-tab.page-tabs a:focus {
          color: var(--accent-darken-10);
          text-decoration: underline;
          background: var(--ui-background-darken-1);
          border: 1px solid var(--accent-darken-10); }
          @media only screen and (max-width: 767px) {
            .resource-pop .btn-bar-tab.page-tabs a:hover, .resource-pop .btn-bar-tab.page-tabs a:active, .resource-pop .btn-bar-tab.page-tabs a:focus {
              background: #FFF; } }
        .touch .resource-pop .btn-bar-tab.page-tabs a:hover, .touchevents .resource-pop .btn-bar-tab.page-tabs a:hover {
          text-decoration: none;
          color: var(--accent); }
        .resource-pop .btn-bar-tab.page-tabs a.selected {
          position: relative;
          color: #FFF;
          background: var(--accent);
          border: 1px solid var(--accent); }
          .resource-pop .btn-bar-tab.page-tabs a.selected:focus {
            color: #FFF;
            background: var(--accent);
            border: 1px solid var(--accent);
            outline: none; }
          .resource-pop .btn-bar-tab.page-tabs a.selected:hover, .resource-pop .btn-bar-tab.page-tabs a.selected:active, .resource-pop .btn-bar-tab.page-tabs a.selected:focus {
            text-decoration: none;
            cursor: default; }
          .touch .resource-pop .btn-bar-tab.page-tabs a.selected:hover, .touchevents .resource-pop .btn-bar-tab.page-tabs a.selected:hover {
            text-decoration: none;
            color: #FFF;
            background: var(--accent); }
          .resource-pop .btn-bar-tab.page-tabs a.selected:after, .resource-pop .btn-bar-tab.page-tabs a.selected:before {
            display: none; }
          .resource-pop .btn-bar-tab.page-tabs a.selected:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #FFF;
            border-width: 10px;
            margin-left: -10px; }
          .resource-pop .btn-bar-tab.page-tabs a.selected:before {
            border-color: rgba(220, 220, 220, 0);
            border-bottom-color: #d2d2d1;
            border-width: 11px;
            margin-left: -11px; }
  .resource-pop .resource-pop-overview {
    position: relative;
    height: auto;
    min-height: 125px;
    padding: 0 5px 15px 5px;
    text-align: left;
    line-height: 1;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .resource-pop .resource-pop-overview {
        min-height: 92px;
        padding: 15px 15px 0 130px;
        border-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .authenticated .resource-pop .resource-pop-overview .resource-pop-detail {
        margin-left: 24px; } }
    @media screen and (min-width: 768px) {
      .authenticated .resource-pop .resource-pop-overview {
        padding-left: 180px; } }
    .resource-pop .resource-pop-overview .bookmark {
      position: absolute;
      left: 15px;
      top: 0;
      z-index: 100;
      width: 38px;
      height: 59px;
      background: #ffffff;
      border: 0;
      -moz-border-radius: 0 0 2px 2px;
      -webkit-border-radius: 0 0 2px 2px;
      border-radius: 0 0 2px 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;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-overview .bookmark {
          left: -10px;
          top: -17px;
          width: 34px;
          height: 48px; } }
      .resource-pop .resource-pop-overview .bookmark .kt-icon:after {
        content: '\6e';
        position: absolute;
        top: -7px;
        left: -15px;
        right: 0;
        text-align: center;
        color: #afafaf;
        font-weight: normal;
        font-size: 4.375rem;
        font-family: kt-icons;
        -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; }
        @media only screen and (max-width: 767px) {
          .resource-pop .resource-pop-overview .bookmark .kt-icon:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            font-size: 3.125rem;
            text-align: center; } }
    .resource-pop .resource-pop-overview button.bookmark:active .kt-icon:after, .resource-pop .resource-pop-overview button.bookmark:hover .kt-icon:after {
      color: #898989; }
    .resource-pop .resource-pop-overview button.bookmark.selected .kt-icon:after {
      /* Force IE8 to re-render pseudo element */
      content: '\6e ';
      color: #ed1b48; }
    .resource-pop .resource-pop-overview button.bookmark.selected:active .kt-icon:after, .resource-pop .resource-pop-overview button.bookmark.selected:hover .kt-icon:after {
      color: #c51037; }
    .resource-pop .resource-pop-overview .img-hold {
      position: relative;
      overflow: hidden;
      -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      /* 4:3 ratio */
      /* 3/4*100=75% */
      position: absolute;
      top: 15px;
      left: 15px;
      width: 100px;
      /*height:55px;*/
      overflow: hidden;
      border: 1px solid #b6b6b6; }
      .lt-ie9 .resource-pop .resource-pop-overview .img-hold {
        background: none !important; }
      .resource-pop .resource-pop-overview .img-hold:after {
        content: '';
        padding-top: 75%;
        display: block; }
      .resource-pop .resource-pop-overview .img-hold img {
        display: block;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%; }
        .lt-ie9 .resource-pop .resource-pop-overview .img-hold img {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          max-height: none !important; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-overview .img-hold {
          top: 35px;
          left: 5px !important;
          width: 90px;
          height: 80px; } }
      .authenticated .resource-pop .resource-pop-overview .img-hold {
        left: 68px; }
        @media only screen and (max-width: 767px) {
          .authenticated .resource-pop .resource-pop-overview .img-hold {
            left: 5px; } }
    .resource-pop .resource-pop-overview li {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin-right: -4px;
      vertical-align: top; }
    .resource-pop .resource-pop-overview a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline; }
    .resource-pop .resource-pop-overview h2 {
      position: relative;
      padding: 8px 0 0 0;
      margin-left: 100px;
      display: inline-block;
      max-width: 55%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: var(--ui-text);
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .resource-pop .resource-pop-overview h2 {
          margin-left: 0; } }
      @media screen and (min-width: 1000px) {
        .resource-pop .resource-pop-overview h2 {
          display: inline-block;
          max-width: 65%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      @media screen and (min-width: 1200px) {
        .resource-pop .resource-pop-overview h2 {
          display: inline-block;
          max-width: 75%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      .resource-pop .resource-pop-overview h2 .item-type {
        position: relative;
        top: -2px;
        width: 22px;
        height: 22px;
        vertical-align: middle;
        margin-right: 3px; }
    .resource-pop .resource-pop-overview p.description {
      position: relative;
      margin-left: 100px;
      margin-top: 4px;
      padding-right: 100px;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      color: #757575;
      display: block; }
      @media screen and (min-width: 768px) {
        .resource-pop .resource-pop-overview p.description {
          max-width: 90%;
          margin-left: 0; } }
      @media screen and (min-width: 1020px) {
        .resource-pop .resource-pop-overview p.description {
          max-width: 70%; } }
      .resource-pop .resource-pop-overview p.description.open {
        padding-right: 0; }
        .resource-pop .resource-pop-overview p.description.open > span, .resource-pop .resource-pop-overview p.description.open > [toggle] {
          display: inline; }
        .resource-pop .resource-pop-overview p.description.open > span {
          white-space: pre-wrap;
          text-overflow: unset;
          overflow: visible; }
        .resource-pop .resource-pop-overview p.description.open > [toggle] {
          position: relative;
          bottom: 0; }
          .resource-pop .resource-pop-overview p.description.open > [toggle]:after {
            border-width: 0 3px 4px 3px;
            border-color: transparent transparent var(--accent) transparent; }
      .resource-pop .resource-pop-overview p.description > span {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .resource-pop .resource-pop-overview p.description > [toggle] {
        position: absolute;
        bottom: 4px;
        right: 0;
        padding: 3px 12px 3px 0;
        margin: 0;
        font-family: var(--font-family);
        color: var(--accent);
        font-size: 0.8125rem;
        line-height: 0.9375rem;
        text-decoration: none;
        border: none;
        background: none; }
        .resource-pop .resource-pop-overview p.description > [toggle]:hover, .resource-pop .resource-pop-overview p.description > [toggle]:active, .resource-pop .resource-pop-overview p.description > [toggle]:focus {
          text-decoration: underline; }
        .resource-pop .resource-pop-overview p.description > [toggle]:after {
          content: '';
          position: absolute;
          top: 9px;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 3px 0 3px;
          border-color: var(--accent) transparent transparent transparent; }
    .resource-pop .resource-pop-overview .resource-pop-detail {
      font-size: 0.6875rem;
      line-height: 0.9375rem;
      color: #a6a6a6;
      padding: 7px 30px 10px 0;
      text-align: left;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      @media screen and (min-width: 768px) {
        .resource-pop .resource-pop-overview .resource-pop-detail {
          padding-top: 0;
          padding-bottom: 0;
          overflow: visible; } }
      .resource-pop .resource-pop-overview .resource-pop-detail li {
        margin-left: 5px;
        padding-left: 5px;
        border-left: 1px solid #ececec; }
        @media screen and (min-width: 768px) {
          .resource-pop .resource-pop-overview .resource-pop-detail li {
            margin-left: 10px;
            padding-left: 10px; } }
        @media screen and (min-width: 1024px) {
          .resource-pop .resource-pop-overview .resource-pop-detail li {
            margin-left: 20px;
            padding-left: 20px; } }
        .resource-pop .resource-pop-overview .resource-pop-detail li:first-child {
          border: none;
          margin-left: 0;
          padding-left: 0; }
        .resource-pop .resource-pop-overview .resource-pop-detail li a {
          color: inherit;
          text-decoration: underline; }
          .resource-pop .resource-pop-overview .resource-pop-detail li a:active, .resource-pop .resource-pop-overview .resource-pop-detail li a:hover {
            text-decoration: none; }
        .resource-pop .resource-pop-overview .resource-pop-detail li .total > span {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          width: 0;
          height: 0;
          font-size: 0; }
        @media screen and (max-width: 1023px) {
          .resource-pop .resource-pop-overview .resource-pop-detail li .author {
            display: inline-block;
            max-width: 65px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block; } }
        .resource-pop .resource-pop-overview .resource-pop-detail li .last {
          border-right: none; }
          @media screen and (max-width: 767px) {
            .resource-pop .resource-pop-overview .resource-pop-detail li .last {
              margin-right: 0;
              padding-right: 0; } }
        .resource-pop .resource-pop-overview .resource-pop-detail li strong {
          font-weight: 600;
          color: inherit; }
        .resource-pop .resource-pop-overview .resource-pop-detail li .star-rating {
          vertical-align: middle; }
        .resource-pop .resource-pop-overview .resource-pop-detail li .js-reviews {
          border-bottom: 1px solid transparent; }
          .resource-pop .resource-pop-overview .resource-pop-detail li .js-reviews:active, .resource-pop .resource-pop-overview .resource-pop-detail li .js-reviews:hover {
            border-color: #CCCCCC; }
    .resource-pop .resource-pop-overview .language-nav {
      position: absolute;
      top: 27px;
      right: 62px;
      margin-top: -21px;
      z-index: 5; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-overview .language-nav {
          position: relative;
          top: auto;
          right: auto;
          margin-left: 0;
          margin-top: 40px;
          display: block;
          padding: 0; }
          .resource-pop .resource-pop-overview .language-nav a.btn.lrg, .resource-pop .resource-pop-overview .language-nav input.btn.lrg, .resource-pop .resource-pop-overview .language-nav .btn.lrg {
            padding: 0 10px;
            font-size: 0.875rem;
            line-height: 32px !important; } }
      .resource-pop .resource-pop-overview .language-nav .btn {
        color: var(--accent);
        background-color: #FFF;
        border: 1px solid var(--accent);
        border-radius: 0px; }
        .resource-pop .resource-pop-overview .language-nav .btn:first {
          border-radius: 3px 3px 0px 0px; }
        .resource-pop .resource-pop-overview .language-nav .btn:last {
          border-radius: 0px 0px 3px 3px; }
        .resource-pop .resource-pop-overview .language-nav .btn:hover {
          color: white !important;
          background-color: var(--accent-darken-10); }
        .resource-pop .resource-pop-overview .language-nav .btn:focus {
          background-color: #FAFFBD;
          color: var(--accent) !important; }
        .resource-pop .resource-pop-overview .language-nav .btn.selected {
          background: var(--accent);
          color: #fff; }
      .resource-pop .resource-pop-overview .language-nav li {
        display: inline-block; }
  .resource-pop .resource-pop-tags .popular-tags {
    padding: 30px;
    text-align: left; }
    .resource-pop .resource-pop-tags .popular-tags h3 {
      padding-bottom: 10px;
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: var(--ui-text);
      font-weight: 600; }
    .resource-pop .resource-pop-tags .popular-tags li {
      position: relative;
      padding: 10px;
      font-size: 0;
      border-top: 1px solid #e6e6e6; }
      .resource-pop .resource-pop-tags .popular-tags li:first-child {
        border: none; }
      .resource-pop .resource-pop-tags .popular-tags li .count, .resource-pop .resource-pop-tags .popular-tags li .tag, .resource-pop .resource-pop-tags .popular-tags li .toggle {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle; }
      .resource-pop .resource-pop-tags .popular-tags li .count {
        min-width: 16px;
        margin-right: 5px;
        color: var(--ui-text-lighten-20);
        font-size: 0.6875rem; }
      .resource-pop .resource-pop-tags .popular-tags li .tag {
        max-width: 50%;
        margin-right: 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #cee9ce;
        background: #f2fcf1; }
        @media screen and (min-width: 1020px) {
          .resource-pop .resource-pop-tags .popular-tags li .tag {
            max-width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
        .resource-pop .resource-pop-tags .popular-tags li .tag a {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          padding: 0 10px 0 10px;
          overflow: hidden;
          color: #168919;
          text-decoration: none;
          text-decoration: none;
          font-family: var(--font-family);
          font-weight: normal;
          letter-spacing: 0.5px;
          font-size: 0.6875rem;
          line-height: 1.25rem; }
          .resource-pop .resource-pop-tags .popular-tags li .tag a:hover {
            text-decoration: underline; }
      .resource-pop .resource-pop-tags .popular-tags li.formal .tag a {
        color: white;
        background: #1c8915;
        border-color: transparent; }
      .resource-pop .resource-pop-tags .popular-tags li.formal .count {
        color: #1c8915; }
      .resource-pop .resource-pop-tags .popular-tags li .tag.moderated a {
        color: white;
        background: #f59130;
        border-color: transparent; }
      .resource-pop .resource-pop-tags .popular-tags li .moderated-tag {
        position: absolute;
        top: 16px;
        right: 0;
        color: var(--ui-text-lighten-10);
        font-size: 0.8125rem;
        text-align: right; }
        .resource-pop .resource-pop-tags .popular-tags li .moderated-tag .label {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          vertical-align: middle; }
        .resource-pop .resource-pop-tags .popular-tags li .moderated-tag > button {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 22px;
          height: 22px;
          padding: 0;
          margin-left: 5px;
          vertical-align: middle;
          text-align: center;
          color: var(--accent);
          font-size: 0.875rem;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          border: 1px solid var(--accent);
          background: white;
          -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; }
          .resource-pop .resource-pop-tags .popular-tags li .moderated-tag > button:hover, .resource-pop .resource-pop-tags .popular-tags li .moderated-tag > button:active, .resource-pop .resource-pop-tags .popular-tags li .moderated-tag > button:focus {
            color: var(--accent-darken-20);
            border-color: var(--accent-darken-20); }
        .resource-pop .resource-pop-tags .popular-tags li .moderated-tag .moderated-tag-info {
          position: absolute;
          top: 100%;
          right: -10px;
          z-index: 10;
          width: 260px;
          padding: 10px 16px;
          margin-top: 12px;
          text-align: left;
          font-size: 0.6875rem;
          line-height: 150%;
          font-style: italic;
          background: #e8f0f2;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          .resource-pop .resource-pop-tags .popular-tags li .moderated-tag .moderated-tag-info:after {
            content: '';
            position: absolute;
            bottom: 100%;
            right: 14px;
            height: 0;
            width: 0;
            border-left: 7.5px solid transparent;
            border-right: 7.5px solid transparent;
            border-bottom: 7.5px solid #e8f0f2; }
      .resource-pop .resource-pop-tags .popular-tags li button.toggle {
        position: relative;
        width: 1rem;
        height: 1rem;
        color: transparent;
        text-indent: -9999px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: none;
        background: #1c8915;
        -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; }
        .resource-pop .resource-pop-tags .popular-tags li button.toggle:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          font-family: mls-ui-icons;
          font-weight: normal;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 0.75rem;
          line-height: 1rem;
          text-align: center;
          color: white;
          font-weight: normal;
          text-indent: 0; }
        .resource-pop .resource-pop-tags .popular-tags li button.toggle:hover {
          background: #177312; }
        .resource-pop .resource-pop-tags .popular-tags li button.toggle.add:after {
          content: '\46'; }
        .resource-pop .resource-pop-tags .popular-tags li button.toggle.add .kt-icon:after {
          display: none; }
        .resource-pop .resource-pop-tags .popular-tags li button.toggle.remove {
          background: transparent; }
          .resource-pop .resource-pop-tags .popular-tags li button.toggle.remove:after {
            content: '\48';
            font-size: 0.625rem;
            color: var(--ui-text-lighten-20); }
          .resource-pop .resource-pop-tags .popular-tags li button.toggle.remove .kt-icon:after {
            display: none; }
          .resource-pop .resource-pop-tags .popular-tags li button.toggle.remove:hover {
            color: var(--ui-text);
            background: var(--ui-background-darken-5); }
  .resource-pop .resource-pop-tags .your-tags {
    padding: 30px; }
    .resource-pop .resource-pop-tags .your-tags h3 {
      padding-bottom: 10px;
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: var(--ui-text);
      font-weight: 600; }
    .resource-pop .resource-pop-tags .your-tags .resource-search-tag-wrapper {
      position: relative; }
      .resource-pop .resource-pop-tags .your-tags .resource-search-tag-wrapper .resource-text-wrapper {
        position: relative; }
    .resource-pop .resource-pop-tags .your-tags .tags-input-container {
      position: relative;
      z-index: 2;
      padding-bottom: 30px; }
      .resource-pop .resource-pop-tags .your-tags .tags-input-container label {
        display: block;
        padding: 0 0 8px 0;
        font-size: 0.875rem;
        line-height: 0.875rem;
        color: var(--ui-text);
        font-weight: 600; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container label .hint, .resource-pop .resource-pop-tags .your-tags .tags-input-container label .validation-error {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          padding-left: 5px;
          font-weight: normal;
          font-size: 0.75rem;
          color: #6d6d6d; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container label .validation-error {
          position: absolute;
          bottom: 10px;
          left: 0px;
          padding-left: 0;
          color: #a81e1c;
          font-weight: bold; }
          .resource-pop .resource-pop-tags .your-tags .tags-input-container label .validation-error:before {
            content: '\6d';
            margin: 0 4px 0 0;
            font-family: kt-icons;
            font-weight: normal; }
      .resource-pop .resource-pop-tags .your-tags .tags-input-container .text {
        height: 32px;
        width: 100%;
        padding: 0 30% 0 10px;
        color: #626262;
        font-size: 0.8125rem;
        line-height: 32px !important;
        text-align: initial;
        border: 1px solid #CCCCCC;
        border-right: 0;
        background: #FFF;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .text:placeholder-shown {
          text-align: left; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .text::-webkit-input-placeholder {
          color: #626262;
          direction: ltr; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .text:-moz-placeholder {
          color: #626262;
          direction: ltr; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .text::-moz-placeholder {
          color: #626262;
          direction: ltr; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .text:-ms-input-placeholder {
          color: #626262;
          direction: ltr; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .text:focus {
          background-color: #faffbd;
          outline: none; }
      .resource-pop .resource-pop-tags .your-tags .tags-input-container .btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 32px;
        color: var(--accent);
        font-size: 0.8125rem;
        font-weight: normal;
        background: white;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .btn:hover {
          text-decoration: underline;
          color: var(--accent-darken-10) !important; }
      .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .visuallyhidden {
        display: none;
        visibility: hidden; }
      .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList {
        z-index: 100;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: -1px;
        background: #FFF;
        border: 1px solid #bfbfbf;
        border-bottom: none;
        width: 100%; }
        .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a {
          padding: 0 5px;
          display: inline-block;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          color: #626262;
          font-size: 0.8125rem;
          line-height: 2rem;
          text-decoration: none;
          border-bottom: 1px solid #bfbfbf;
          -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: #fbfbfb; }
          .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:active {
            color: var(--accent);
            background: white; }
          .no-touch .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:hover, .no-touch .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:focus, .no-touchevents .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:hover, .no-touchevents .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:focus, .no-touchevents .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:hover, .no-touchevents .resource-pop .resource-pop-tags .your-tags .tags-input-container .suggestions-popup .grpList a:focus {
            color: var(--accent-darken-10);
            text-decoration: underline;
            background: white; }
    .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li {
      position: relative;
      display: inline-block;
      margin: 0 5px 5px 0;
      padding-left: 1.375rem; }
      .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li .count {
        display: none; }
      .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li a {
        display: inline-block;
        padding: 0 10px 0;
        overflow: hidden;
        font-size: 0.6875rem;
        line-height: 1.375rem;
        letter-spacing: 0.5px;
        color: white;
        text-decoration: none;
        text-decoration: none;
        font-family: var(--font-family);
        font-weight: normal;
        background: #4CB2ED;
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        border: 0; }
        .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li a:hover {
          text-decoration: underline; }
      .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li .toggle {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1.375rem;
        padding: 0;
        border: 0;
        border-right: 1px solid #7ac6f2;
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        background: #1e9ee8;
        -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; }
        .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li .toggle:after {
          content: '\46';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          font-family: mls-ui-icons;
          font-weight: normal;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          line-height: 1.375rem;
          text-align: center;
          color: white;
          font-weight: normal;
          font-size: 0.875rem;
          text-indent: 0; }
      .resource-pop .resource-pop-tags .your-tags .tags-suggestions ul li.mine {
        display: none; }
  .resource-pop .resource-pop-tags .your-tags-login {
    padding: 40px;
    text-align: left;
    background: #ededed; }
    .authenticated .resource-pop .resource-pop-tags .your-tags-login {
      display: none; }
    .resource-pop .resource-pop-tags .your-tags-login:after {
      content: '\70';
      top: 110px;
      left: 40px;
      height: 99px;
      width: 99px;
      line-height: 6.1875rem;
      text-align: center;
      color: #c8c8c8;
      font-weight: normal;
      font-size: 3.625rem;
      font-family: kt-icons;
      background: #e2e2e2;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    .resource-pop .resource-pop-tags .your-tags-login h3 {
      padding-bottom: 16px;
      margin-bottom: 34px;
      color: #7f7f7f;
      font-size: 1.375rem;
      font-weight: bold;
      border-bottom: 2px solid #dddddd; }
    .resource-pop .resource-pop-tags .your-tags-login ul {
      text-align: right; }
    .resource-pop .resource-pop-tags .your-tags-login li {
      margin-bottom: 34px;
      font-size: 1rem;
      line-height: 1.125rem; }
      .resource-pop .resource-pop-tags .your-tags-login li.member {
        color: #464646; }
        .resource-pop .resource-pop-tags .your-tags-login li.member span {
          display: block;
          margin-bottom: 5px; }
        .resource-pop .resource-pop-tags .your-tags-login li.member a {
          position: relative;
          padding-right: 16px;
          color: #067097;
          font-weight: bold;
          text-decoration: none;
          border-bottom: 1px solid transparent; }
          .resource-pop .resource-pop-tags .your-tags-login li.member a:after {
            content: '\62';
            position: absolute;
            top: 1px;
            right: -6px;
            font-family: kt-icons;
            font-weight: normal;
            text-decoration: none;
            font-size: 1.375rem;
            vertical-align: baseline; }
          .resource-pop .resource-pop-tags .your-tags-login li.member a:focus {
            background-color: #faffbd;
            outline: 1px dotted #000; }
          .resource-pop .resource-pop-tags .your-tags-login li.member a:hover, .resource-pop .resource-pop-tags .your-tags-login li.member a:active {
            border-bottom: 1px solid #067097; }
  .resource-pop .resource-pop-tab-overview {
    position: relative; }
    .resource-pop .resource-pop-tab-overview .meta-data {
      position: relative;
      padding: 20px 15px;
      text-align: left;
      background: #FFF; }
      @media screen and (min-width: 768px) {
        .resource-pop .resource-pop-tab-overview .meta-data {
          padding: 25px 20px; } }
      .resource-pop .resource-pop-tab-overview .meta-data .publisher-info {
        position: relative;
        margin: -20px -15px 0 -15px;
        padding: 20px 15px 30px 15px;
        text-align: center;
        font-size: 0; }
        @media screen and (min-width: 768px) {
          .resource-pop .resource-pop-tab-overview .meta-data .publisher-info {
            margin: -25px -20px 0 -20px;
            padding: 20px 20px 30px 20px; } }
        .resource-pop .resource-pop-tab-overview .meta-data .publisher-info .banner {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          height: 79px;
          background: var(--accent); }
          .resource-pop .resource-pop-tab-overview .meta-data .publisher-info .banner .focuspoint {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            overflow: hidden; }
            .resource-pop .resource-pop-tab-overview .meta-data .publisher-info .banner .focuspoint img {
              position: absolute;
              width: auto;
              height: auto;
              min-width: 100%;
              min-height: 100%;
              max-height: none;
              max-width: none; }
        .resource-pop .resource-pop-tab-overview .meta-data .publisher-info .logo {
          position: relative;
          z-index: 10;
          padding: 4px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          margin-bottom: 15px;
          background: var(--ui-background);
          border: 1px solid #CCCCCC;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
          .resource-pop .resource-pop-tab-overview .meta-data .publisher-info .logo img {
            width: 108px;
            height: 108px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px; }
        .resource-pop .resource-pop-tab-overview .meta-data .publisher-info h3 {
          margin-bottom: 10px;
          font-size: 0.9375rem;
          line-height: 150%;
          color: var(--ui-text); }
          .resource-pop .resource-pop-tab-overview .meta-data .publisher-info h3 > a {
            color: var(--ui-text);
            text-decoration: underline; }
            .resource-pop .resource-pop-tab-overview .meta-data .publisher-info h3 > a:hover, .resource-pop .resource-pop-tab-overview .meta-data .publisher-info h3 > a:active, .resource-pop .resource-pop-tab-overview .meta-data .publisher-info h3 > a:focus {
              text-decoration: none; }
        .resource-pop .resource-pop-tab-overview .meta-data .publisher-info p {
          font-size: 0.75rem;
          line-height: 170%;
          color: var(--ui-text-lighten-15);
          text-align: initial;
          white-space: pre-line; }
      .resource-pop .resource-pop-tab-overview .meta-data .moderated-tag-toggle {
        position: relative;
        top: -1px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 22px;
        height: 22px;
        padding: 0;
        margin-left: 5px;
        vertical-align: middle;
        text-align: center;
        color: var(--accent);
        font-size: 0.875rem;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid var(--accent);
        background: white;
        -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; }
        .resource-pop .resource-pop-tab-overview .meta-data .moderated-tag-toggle:hover, .resource-pop .resource-pop-tab-overview .meta-data .moderated-tag-toggle:active, .resource-pop .resource-pop-tab-overview .meta-data .moderated-tag-toggle:focus {
          color: var(--accent-darken-20);
          border-color: var(--accent-darken-20); }
        .resource-pop .resource-pop-tab-overview .meta-data .moderated-tag-toggle.open:after {
          content: '';
          position: absolute;
          top: 100%;
          right: 50%;
          margin-right: -7px;
          margin-top: 5px;
          height: 0;
          width: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #e8f0f2; }
      .resource-pop .resource-pop-tab-overview .meta-data .moderated-tag-info {
        position: relative;
        padding: 10px 16px;
        margin: 5px 0 12px 0;
        text-align: left;
        font-size: 0.6875rem;
        line-height: 150%;
        font-style: italic;
        background: #e8f0f2;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .resource-pop .resource-pop-tab-overview .meta-data p.contributors, .resource-pop .resource-pop-tab-overview .meta-data p.tags {
        margin-bottom: 30px;
        font-size: 0.75rem;
        line-height: 170%;
        color: var(--ui-text-lighten-15);
        text-align: left; }
      .resource-pop .resource-pop-tab-overview .meta-data h3 {
        margin-bottom: 8px;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--ui-text-lighten-10);
        font-family: var(--font-family); }
      .resource-pop .resource-pop-tab-overview .meta-data p.description {
        margin-bottom: 30px;
        font-size: 0.75rem;
        line-height: 170%;
        color: var(--ui-text-lighten-15);
        text-align: left; }
      .resource-pop .resource-pop-tab-overview .meta-data ul.tags {
        margin-bottom: 30px;
        font-size: 0; }
        .resource-pop .resource-pop-tab-overview .meta-data ul.tags li {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline; }
          .resource-pop .resource-pop-tab-overview .meta-data ul.tags li a {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding: 0 10px 0 10px;
            margin: 0 5px 5px 0;
            overflow: hidden;
            color: #168919;
            text-decoration: none;
            text-decoration: none;
            font-family: var(--font-family);
            font-weight: normal;
            letter-spacing: 0.5px;
            font-size: 0.6875rem;
            line-height: 1.375rem;
            background: #f2fcf1;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            border: 1px solid #cee9ce; }
            .resource-pop .resource-pop-tab-overview .meta-data ul.tags li a:hover {
              text-decoration: underline; }
          .resource-pop .resource-pop-tab-overview .meta-data ul.tags li.formal a {
            color: white;
            background: #1c8915;
            border-color: transparent; }
          .resource-pop .resource-pop-tab-overview .meta-data ul.tags li.moderated a {
            color: white;
            background: #f59130;
            border-color: transparent; }
      .resource-pop .resource-pop-tab-overview .meta-data ul.contributors {
        margin-bottom: 30px;
        font-size: 0; }
        .resource-pop .resource-pop-tab-overview .meta-data ul.contributors li {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          padding: 0 10px 0 10px;
          margin: 0 5px 5px 0;
          overflow: hidden;
          text-decoration: none;
          font-family: var(--font-family);
          font-weight: 200;
          letter-spacing: 0.5px;
          color: #FFF;
          font-size: 0.6875rem;
          line-height: 1.375rem;
          background: var(--ui-text);
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          text-decoration: none; }
          .resource-pop .resource-pop-tab-overview .meta-data ul.contributors li:hover, .resource-pop .resource-pop-tab-overview .meta-data ul.contributors li:active, .resource-pop .resource-pop-tab-overview .meta-data ul.contributors li:focus {
            background: #000; }
      .resource-pop .resource-pop-tab-overview .meta-data .updated {
        margin-bottom: 30px;
        color: var(--ui-text);
        font-size: 0.75rem;
        line-height: 0.875rem; }
        .resource-pop .resource-pop-tab-overview .meta-data .updated span {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          padding: 8px 10px;
          background: #F2F2F2; }
      .resource-pop .resource-pop-tab-overview .meta-data .rating {
        margin-bottom: 30px; }
        .resource-pop .resource-pop-tab-overview .meta-data .rating .star-rating-list li {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 30px;
          vertical-align: top; }
    @media screen and (min-width: 768px) {
      .resource-pop .resource-pop-tab-overview > .resource-pop-aside {
        border-left-width: 0 !important; } }
    .resource-pop .resource-pop-tab-overview > .resource-pop-main {
      background: #f2f2f2;
      border-right: 1px solid #CCCCCC;
      overflow: hidden; }
      .resource-pop .resource-pop-tab-overview > .resource-pop-main .js-content-container {
        padding: 10px;
        text-align: left;
        background: #f2f2f2; }
        @media screen and (min-width: 768px) {
          .resource-pop .resource-pop-tab-overview > .resource-pop-main .js-content-container {
            padding: 30px; } }
      .resource-pop .resource-pop-tab-overview > .resource-pop-main .link-collection {
        padding: 22px 30px; }
  .resource-pop .launch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #ececec; }
    .resource-pop .launch .launch-message {
      text-align: center; }
    .resource-pop .launch a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .resource-pop .launch a span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        width: 0;
        height: 0;
        font-size: 0; }
    .resource-pop .launch .launch-message-text {
      position: relative;
      display: block;
      width: 450px;
      margin: 90px auto 35px auto;
      padding: 20px;
      font-size: 1.125rem;
      font-weight: none;
      line-height: 1.375rem;
      color: #575959;
      background: #ececec;
      border: 4px solid #FFF;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .resource-pop .launch .launch-message-text:after, .resource-pop .launch .launch-message-text:before {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        height: 0;
        width: 0;
        border: solid transparent;
        pointer-events: none; }
      .resource-pop .launch .launch-message-text:after {
        border-color: rgba(213, 19, 71, 0);
        border-top-color: #ececec;
        border-width: 17px;
        margin-left: -17px; }
      .resource-pop .launch .launch-message-text:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFF;
        border-width: 23px;
        margin-left: -23px; }
    .resource-pop .launch .embedly {
      height: 100%;
      padding: 32px;
      text-align: left;
      background-color: #fff; }
      .resource-pop .launch .embedly .embedly-container {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto; }
        .resource-pop .launch .embedly .embedly-container .embedly-container-image {
          height: 100%;
          width: 33.3%;
          padding: 0 0 32px 32px;
          text-align: right; }
          @media only screen and (max-width: 767px) {
            .resource-pop .launch .embedly .embedly-container .embedly-container-image {
              width: 100%;
              height: auto; } }
          .resource-pop .launch .embedly .embedly-container .embedly-container-image img {
            max-width: 100%;
            border: 1px solid #CCC; }
        .resource-pop .launch .embedly .embedly-container .embedly-container-text {
          width: 66.6%; }
        .resource-pop .launch .embedly .embedly-container .embedly-content {
          width: 100%; }
        .resource-pop .launch .embedly .embedly-container h3 {
          font-family: var(--font-family);
          font-size: 1.875rem;
          line-height: 1.875rem;
          letter-spacing: -2px;
          font-weight: 700;
          color: #000; }
          .resource-pop .launch .embedly .embedly-container h3:after {
            content: " ";
            width: 100%;
            height: 2px;
            margin: 25px 0 20px 0;
            display: block;
            background-color: #404040; }
        .resource-pop .launch .embedly .embedly-container p {
          margin-bottom: 32px;
          font-family: var(--font-family);
          font-size: 1rem;
          line-height: 1.5rem;
          color: #303030; }
        .resource-pop .launch .embedly .embedly-container h4 {
          font-family: var(--font-family);
          font-size: 1.125rem;
          line-height: 1.875rem;
          letter-spacing: -1px;
          font-weight: 700;
          color: #000; }
          .resource-pop .launch .embedly .embedly-container h4:after {
            content: " ";
            width: 100%;
            height: 1px;
            margin: 14px 0;
            display: block;
            background-color: #404040; }
        .resource-pop .launch .embedly .embedly-container ul li {
          font-family: var(--font-family);
          font-size: 0.875rem;
          line-height: 1.875rem;
          letter-spacing: -1px;
          font-weight: 700;
          color: #303030;
          padding-left: 15px;
          text-indent: -15px; }
          .resource-pop .launch .embedly .embedly-container ul li:before {
            content: "\2022";
            padding-right: 7px;
            color: #DB3A00;
            /* or whatever color you prefer */ }
  .resource-pop .resource-ticker-wrapper {
    position: relative;
    background: var(--ui-background);
    border-top: 1px solid #CCCCCC;
    -webkit-transition-property: bottom;
    -moz-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
    @media screen and (min-width: 768px) {
      .resource-pop .resource-ticker-wrapper {
        position: absolute;
        right: 30%;
        bottom: 0;
        left: 0;
        border-right: 1px solid #CCCCCC; }
        .resource-pop .resource-ticker-wrapper:before {
          content: '';
          position: absolute;
          top: -3px;
          right: 0;
          left: 0;
          height: 2px;
          background: #ebebeb; } }
    .resource-pop .resource-ticker-wrapper [resource-ticker] h3 {
      margin: 0; }
    .resource-pop .resource-ticker-wrapper > a {
      position: relative;
      top: -15px;
      padding-bottom: 10px;
      padding-left: 20px;
      color: var(--accent);
      font-size: 0.75rem;
      line-height: 0.875rem;
      text-decoration: underline; }
      @media screen and (min-width: 667px) {
        .resource-pop .resource-ticker-wrapper > a {
          position: absolute;
          top: 10px;
          right: 20px;
          padding: 0;
          margin: 0; } }
      @media screen and (min-width: 768px) {
        .resource-pop .resource-ticker-wrapper > a {
          top: 20px;
          right: 32px; } }
      .resource-pop .resource-ticker-wrapper > a:hover, .resource-pop .resource-ticker-wrapper > a:active, .resource-pop .resource-ticker-wrapper > a:focus {
        text-decoration: none; }
  .resource-pop .resource-pop-related > h3 {
    padding: 30px 15px 0 15px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--ui-text);
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .resource-pop .resource-pop-related > h3 {
        padding: 30px 30px 0 30px; } }
    .resource-pop .resource-pop-related > h3 > a {
      float: right;
      color: var(--accent);
      font-size: 0.8125rem;
      line-height: 1.25rem;
      font-weight: 400;
      text-decoration: underline; }
      .resource-pop .resource-pop-related > h3 > a:hover, .resource-pop .resource-pop-related > h3 > a:active, .resource-pop .resource-pop-related > h3 > a:focus {
        text-decoration: none; }
  .resource-pop .resource-pop-related .related-list {
    overflow: hidden;
    padding: 15px 10px; }
    @media screen and (min-width: 768px) {
      .resource-pop .resource-pop-related .related-list {
        padding: 10px 30px 10px 10px; } }
    .resource-pop .resource-pop-related .related-list li {
      float: left;
      width: 25%;
      margin-bottom: 15px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .resource-pop .resource-pop-related .related-list li {
          width: 50%;
          margin-bottom: 5px; } }
      @media screen and (min-width: 1200px) {
        .resource-pop .resource-pop-related .related-list li {
          width: 16.66666666666667%; } }
    .resource-pop .resource-pop-related .related-list a {
      position: relative;
      display: block;
      margin: 0 5px;
      color: var(--ui-text-lighten-15);
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .resource-pop .resource-pop-related .related-list a {
          margin: 0 0 0 20px; } }
      .resource-pop .resource-pop-related .related-list a:focus {
        background-color: #faffbd;
        outline: 1px dotted #000; }
      .resource-pop .resource-pop-related .related-list a:hover, .resource-pop .resource-pop-related .related-list a:focus, .resource-pop .resource-pop-related .related-list a:active {
        text-decoration: underline; }
      .resource-pop .resource-pop-related .related-list a .img-hold {
        position: relative;
        overflow: hidden;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* 4:3 ratio */
        /* 3/4*100=75% */
        border: 1px solid #b6b6b6; }
        .lt-ie9 .resource-pop .resource-pop-related .related-list a .img-hold {
          background: none !important; }
        .resource-pop .resource-pop-related .related-list a .img-hold:after {
          content: '';
          padding-top: 75%;
          display: block; }
        .resource-pop .resource-pop-related .related-list a .img-hold img {
          display: block;
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          max-width: 100%;
          max-height: 100%; }
          .lt-ie9 .resource-pop .resource-pop-related .related-list a .img-hold img {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            max-height: none !important; }
      .resource-pop .resource-pop-related .related-list a strong {
        display: inline-block;
        max-width: 99%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding: 8px 0;
        font-size: 0.875rem;
        font-weight: bold; }
      .resource-pop .resource-pop-related .related-list a.has-post-source strong {
        padding-right: 30px; }
      .resource-pop .resource-pop-related .related-list a .post-source {
        position: absolute;
        bottom: 7px;
        right: 0; }
        .resource-pop .resource-pop-related .related-list a .post-source img {
          display: block;
          width: 16px;
          height: 16px; }
        .resource-pop .resource-pop-related .related-list a .post-source > span {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          width: 0;
          height: 0;
          font-size: 0; }
  .resource-pop .resource-pop-reviews .reviews-add-review {
    padding: 35px 25px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-reviews .reviews-add-review {
        padding: 15px; } }
    .resource-pop .resource-pop-reviews .reviews-add-review h3, .resource-pop .resource-pop-reviews .reviews-add-review h4, .resource-pop .resource-pop-reviews .reviews-add-review label {
      margin-bottom: 10px;
      display: block;
      font-size: 0.75rem;
      line-height: 0.875rem;
      color: var(--ui-text);
      font-weight: 600; }
      .resource-pop .resource-pop-reviews .reviews-add-review h3 .validation-error, .resource-pop .resource-pop-reviews .reviews-add-review h4 .validation-error, .resource-pop .resource-pop-reviews .reviews-add-review label .validation-error {
        padding-left: 5px;
        font-weight: normal;
        color: red; }
    .resource-pop .resource-pop-reviews .reviews-add-review h3 {
      font-size: 0.875rem;
      line-height: 1rem; }
    .resource-pop .resource-pop-reviews .reviews-add-review .star-rating-list {
      display: block;
      margin-bottom: 25px;
      -webkit-transform: translateZ(0px); }
      .resource-pop .resource-pop-reviews .reviews-add-review .star-rating-list li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px; }
    .resource-pop .resource-pop-reviews .reviews-add-review textarea {
      display: block;
      width: 100%;
      padding: 10px;
      height: 120px;
      font-family: var(--font-family);
      font-size: 0.875rem;
      line-height: 1rem;
      text-align: initial;
      resize: none;
      -webkit-transform: translateZ(0px); }
      .resource-pop .resource-pop-reviews .reviews-add-review textarea:placeholder-shown {
        text-align: left; }
      .resource-pop .resource-pop-reviews .reviews-add-review textarea::-webkit-input-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-reviews .reviews-add-review textarea:-moz-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-reviews .reviews-add-review textarea::-moz-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-reviews .reviews-add-review textarea:-ms-input-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-reviews .reviews-add-review textarea:focus {
        background-color: var(--ui-background-darken-1);
        outline: none;
        border: 1px solid var(--accent); }
    .resource-pop .resource-pop-reviews .reviews-add-review .tool-bar {
      padding: 8px 0 0 0;
      overflow: hidden; }
      .resource-pop .resource-pop-reviews .reviews-add-review .tool-bar .btn {
        float: right; }
      .resource-pop .resource-pop-reviews .reviews-add-review .tool-bar .char-counter {
        font-size: 0.875rem;
        color: #7f7f7f; }
        .resource-pop .resource-pop-reviews .reviews-add-review .tool-bar .char-counter.danger {
          color: red; }
  .resource-pop .resource-pop-reviews .your-rating .visuallyhidden {
    display: none;
    visibility: hidden; }
  .resource-pop .resource-pop-reviews .your-rating .message {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--ui-text); }
  .resource-pop .resource-pop-reviews .your-rating .note {
    padding-top: 10px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #515151; }
  .resource-pop .resource-pop-reviews .comment-list {
    text-align: left; }
    .resource-pop .resource-pop-reviews .comment-list .visuallyhidden {
      display: none;
      visibility: hidden; }
    .resource-pop .resource-pop-reviews .comment-list li {
      position: relative;
      padding: 30px 36px 30px 120px;
      min-height: 149px;
      color: #515151;
      border-bottom: 1px solid #dcdcdc; }
      @media only screen and (max-width: 1020px) {
        .resource-pop .resource-pop-reviews .comment-list li {
          padding: 30px 15px 15px 105px;
          min-height: 120px; } }
      .resource-pop .resource-pop-reviews .comment-list li h3 {
        margin-bottom: 10px;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: bold;
        color: #000; }
        .resource-pop .resource-pop-reviews .comment-list li h3 a {
          color: inherit;
          text-decoration: underline; }
          .resource-pop .resource-pop-reviews .comment-list li h3 a:focus {
            background-color: #faffbd;
            outline: 1px dotted #000; }
          .resource-pop .resource-pop-reviews .comment-list li h3 a:active, .resource-pop .resource-pop-reviews .comment-list li h3 a:hover {
            text-decoration: none; }
      .resource-pop .resource-pop-reviews .comment-list li .img-hold {
        position: absolute;
        left: 30px;
        top: 20px;
        width: 58px;
        height: 58px;
        overflow: hidden;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #EDEDED; }
        @media only screen and (max-width: 1020px) {
          .resource-pop .resource-pop-reviews .comment-list li .img-hold {
            left: 15px;
            top: 15px; } }
        .resource-pop .resource-pop-reviews .comment-list li .img-hold img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
      .resource-pop .resource-pop-reviews .comment-list li .star-rating {
        position: absolute;
        left: 30px;
        top: 85px; }
        @media only screen and (max-width: 1020px) {
          .resource-pop .resource-pop-reviews .comment-list li .star-rating {
            left: 15px;
            top: 83px; } }
      .resource-pop .resource-pop-reviews .comment-list li .message {
        font-size: 1rem;
        line-height: 1.5rem;
        color: var(--ui-text);
        letter-spacing: -0.4; }
        .resource-pop .resource-pop-reviews .comment-list li .message .no-message {
          padding: 2px 5px;
          font-size: 0.75rem;
          color: var(--ui-text-lighten-20);
          border-radius: 3px;
          border: solid var(--ui-background-darken-10) 1px;
          background-color: var(--ui-background-darken-2); }
        .resource-pop .resource-pop-reviews .comment-list li .message .date {
          display: block;
          margin-top: 8px;
          font-size: 0.8125rem;
          line-height: 1.5rem;
          color: #7c7c7c; }
  .resource-pop .resource-pop-reviews .review-info {
    margin: 30px 40px 0px;
    padding: 10px;
    font-size: 0.75rem;
    background-color: #daeffc;
    border-radius: 2px; }
  .resource-pop .resource-pop-report .message {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 30px 40px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: var(--ui-text-lighten-20); }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-report .message {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 20px 15px;
        border-bottom: 1px solid #c5c5c5; } }
    @media screen and (width: 768px) {
      .resource-pop .resource-pop-report .message {
        padding: 20px; } }
  .resource-pop .resource-pop-report .report-form .field {
    padding: 30px 34px;
    border-top: 1px solid #c5c5c5;
    /**/ }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-report .report-form .field {
        padding: 20px 15px 0 15px;
        border-top: none; } }
    .resource-pop .resource-pop-report .report-form .field:first-child {
      border-top: none; }
    .resource-pop .resource-pop-report .report-form .field.split {
      padding: 0;
      overflow: hidden; }
    .resource-pop .resource-pop-report .report-form .field .col-1-2 {
      float: left;
      width: 50%;
      padding: 30px 34px; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-report .report-form .field .col-1-2 {
          float: none;
          width: 100%;
          padding: 20px 15px 0 15px; } }
      @media only screen and (width: 768px) {
        .resource-pop .resource-pop-report .report-form .field .col-1-2 {
          padding: 20px; } }
      .resource-pop .resource-pop-report .report-form .field .col-1-2:first-child {
        border-right: 1px solid #c5c5c5; }
        @media only screen and (max-width: 767px) {
          .resource-pop .resource-pop-report .report-form .field .col-1-2:first-child {
            border-right: none; } }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-report .report-form .field .col-1-2:last-child {
          border-top: none; } }
    .resource-pop .resource-pop-report .report-form .field label {
      margin-bottom: 10px;
      display: block;
      font-size: 0.875rem;
      line-height: 1rem;
      color: var(--ui-text);
      font-weight: 600; }
      .resource-pop .resource-pop-report .report-form .field label .validation-error {
        display: block;
        padding-top: 5px;
        font-weight: normal;
        color: red; }
      .resource-pop .resource-pop-report .report-form .field label .hint {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding-left: 5px;
        font-weight: normal;
        color: #525354; }
    .resource-pop .resource-pop-report .report-form .field textarea {
      width: 100%;
      padding: 10px;
      height: 120px;
      margin-bottom: 15px;
      font-family: var(--font-family);
      font-size: 0.875rem;
      line-height: 1rem;
      text-align: initial;
      resize: none; }
    .resource-pop .resource-pop-report .report-form .field select, .resource-pop .resource-pop-report .report-form .field input {
      padding: 0 0.3125rem;
      min-width: 120px;
      max-width: 100%;
      height: 2.125rem;
      font-family: var(--font-family);
      font-size: 0.875rem;
      line-height: 1.125rem; }
    .resource-pop .resource-pop-report .report-form .field input.text {
      width: 100%;
      text-align: initial; }
    .resource-pop .resource-pop-report .report-form .field input.text, .resource-pop .resource-pop-report .report-form .field select, .resource-pop .resource-pop-report .report-form .field textarea {
      border: 1px solid #a9a9a9; }
      .resource-pop .resource-pop-report .report-form .field input.text:focus, .resource-pop .resource-pop-report .report-form .field select:focus, .resource-pop .resource-pop-report .report-form .field textarea:focus {
        color: #000;
        background-color: #faffbd;
        outline: none;
        border: 1px solid #a9a9a9; }
    .resource-pop .resource-pop-report .report-form .field input.text:placeholder-shown, .resource-pop .resource-pop-report .report-form .field textarea:placeholder-shown {
      text-align: left; }
    .resource-pop .resource-pop-report .report-form .field input.text::-webkit-input-placeholder, .resource-pop .resource-pop-report .report-form .field textarea::-webkit-input-placeholder {
      direction: ltr; }
    .resource-pop .resource-pop-report .report-form .field input.text:-moz-placeholder, .resource-pop .resource-pop-report .report-form .field textarea:-moz-placeholder {
      direction: ltr; }
    .resource-pop .resource-pop-report .report-form .field input.text::-moz-placeholder, .resource-pop .resource-pop-report .report-form .field textarea::-moz-placeholder {
      direction: ltr; }
    .resource-pop .resource-pop-report .report-form .field input.text:-ms-input-placeholder, .resource-pop .resource-pop-report .report-form .field textarea:-ms-input-placeholder {
      direction: ltr; }
  .resource-pop .resource-pop-report .report-form .tool-bar {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-report .report-form .tool-bar {
        padding-bottom: 15px; } }
  .resource-pop .submit-report-success {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .resource-pop .submit-report-success .responce {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ececec; }
      .resource-pop .submit-report-success .responce > p {
        text-align: center; }
      .resource-pop .submit-report-success .responce p > span {
        position: relative;
        display: block;
        max-width: 450px;
        margin: 90px auto 35px auto;
        padding: 20px;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: 1.375rem;
        color: #7f7f7f;
        background: #FFF;
        border: 4px solid #FFF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        outline: 0; }
        .resource-pop .submit-report-success .responce p > span:focus {
          outline: 0; }
        .resource-pop .submit-report-success .responce p > span:after, .resource-pop .submit-report-success .responce p > span:before {
          content: " ";
          position: absolute;
          top: 100%;
          left: 50%;
          height: 0;
          width: 0;
          border: solid transparent;
          pointer-events: none; }
        .resource-pop .submit-report-success .responce p > span:after {
          border-color: rgba(213, 19, 71, 0);
          border-top-color: #FFF;
          border-width: 17px;
          margin-left: -17px; }
        .resource-pop .submit-report-success .responce p > span:before {
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #FFF;
          border-width: 23px;
          margin-left: -23px; }
  .resource-pop .resource-pop-admin .resource-pop-main, .resource-pop .resource-pop-admin .resource-pop-aside {
    top: 62px; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-admin .resource-pop-main, .resource-pop .resource-pop-admin .resource-pop-aside {
        top: auto; } }
  .resource-pop .resource-pop-admin .add-keywords, .resource-pop .resource-pop-admin .current-keywords {
    padding: 15px;
    text-align: left; }
    .resource-pop .resource-pop-admin .add-keywords h3, .resource-pop .resource-pop-admin .current-keywords h3 {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      width: 0;
      height: 0;
      font-size: 0; }
    .resource-pop .resource-pop-admin .add-keywords label, .resource-pop .resource-pop-admin .add-keywords h4, .resource-pop .resource-pop-admin .current-keywords label, .resource-pop .resource-pop-admin .current-keywords h4 {
      margin-bottom: 10px;
      display: block;
      color: var(--ui-text);
      font-size: 1.125rem;
      line-height: 1.25rem;
      font-weight: 600; }
      .resource-pop .resource-pop-admin .add-keywords label .validation-error, .resource-pop .resource-pop-admin .add-keywords h4 .validation-error, .resource-pop .resource-pop-admin .current-keywords label .validation-error, .resource-pop .resource-pop-admin .current-keywords h4 .validation-error {
        display: block;
        font-weight: normal;
        color: red;
        font-size: 0.875rem;
        line-height: 1rem; }
      .resource-pop .resource-pop-admin .add-keywords label .hint, .resource-pop .resource-pop-admin .add-keywords h4 .hint, .resource-pop .resource-pop-admin .current-keywords label .hint, .resource-pop .resource-pop-admin .current-keywords h4 .hint {
        padding-left: 5px;
        font-weight: normal;
        color: #878787; }
    .resource-pop .resource-pop-admin .add-keywords ul, .resource-pop .resource-pop-admin .current-keywords ul {
      margin-top: 20px; }
      .resource-pop .resource-pop-admin .add-keywords ul li, .resource-pop .resource-pop-admin .current-keywords ul li {
        position: relative;
        display: block;
        margin-bottom: 10px; }
      .resource-pop .resource-pop-admin .add-keywords ul .title, .resource-pop .resource-pop-admin .current-keywords ul .title {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding: 0 10px;
        color: #FFF;
        font-size: 0.6875rem;
        line-height: 1.375rem;
        font-weight: 400;
        vertical-align: middle;
        background: #59D34F;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .resource-pop .resource-pop-admin .add-keywords ul .remove, .resource-pop .resource-pop-admin .add-keywords ul .add, .resource-pop .resource-pop-admin .current-keywords ul .remove, .resource-pop .resource-pop-admin .current-keywords ul .add {
        position: relative;
        width: 22px;
        height: 22px;
        padding: 0;
        text-align: center;
        line-height: 2.125rem;
        vertical-align: middle;
        background: none;
        border: none;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: none;
        -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;
        text-decoration: none; }
        .resource-pop .resource-pop-admin .add-keywords ul .remove .kt-icon:before, .resource-pop .resource-pop-admin .add-keywords ul .add .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .remove .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .add .kt-icon:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center;
          font-weight: normal;
          font-size: 1.25rem;
          line-height: 1.375rem;
          font-family: kt-icons; }
      .resource-pop .resource-pop-admin .add-keywords ul .remove .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .remove .kt-icon:before {
        content: '\6f';
        color: #c73333; }
      .resource-pop .resource-pop-admin .add-keywords ul .remove:active .kt-icon:before, .resource-pop .resource-pop-admin .add-keywords ul .remove:focus .kt-icon:before, .resource-pop .resource-pop-admin .add-keywords ul .remove:hover .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .remove:active .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .remove:focus .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .remove:hover .kt-icon:before {
        color: #8a2323; }
      .resource-pop .resource-pop-admin .add-keywords ul .add .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .add .kt-icon:before {
        content: '\6c';
        color: var(--accent); }
      .resource-pop .resource-pop-admin .add-keywords ul .add:active .kt-icon:before, .resource-pop .resource-pop-admin .add-keywords ul .add:focus .kt-icon:before, .resource-pop .resource-pop-admin .add-keywords ul .add:hover .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .add:active .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .add:focus .kt-icon:before, .resource-pop .resource-pop-admin .current-keywords ul .add:hover .kt-icon:before {
        color: var(--accent-darken-15); }
  .resource-pop .resource-pop-admin .add-keywords label .validation-error {
    display: block;
    font-weight: normal;
    color: red;
    font-size: 0.875rem;
    line-height: 1rem; }
  .resource-pop .resource-pop-admin .add-keywords label .hint {
    padding-left: 5px;
    font-weight: normal;
    color: #878787; }
  .resource-pop .resource-pop-admin .add-keywords h4 {
    margin-top: 20px; }
  .resource-pop .resource-pop-admin .add-keywords .inline-element {
    display: table;
    width: 100%; }
    .resource-pop .resource-pop-admin .add-keywords .inline-element .text {
      display: table-cell;
      height: 32px;
      width: 100%;
      padding: 0 10px;
      color: #626262;
      font-size: 0.875rem;
      line-height: 2rem;
      vertical-align: top;
      background: var(--ui-background);
      border: 1px solid #CCCCCC;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element .text:placeholder-shown {
        text-align: left; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element .text::-webkit-input-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element .text:-moz-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element .text::-moz-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element .text:-ms-input-placeholder {
        color: #626262;
        direction: ltr; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element .text:focus {
        box-shadow: 0 0 0 2px #4C9AFF; }
    .resource-pop .resource-pop-admin .add-keywords .inline-element > span {
      display: table-cell;
      width: 60px;
      vertical-align: top; }
      .resource-pop .resource-pop-admin .add-keywords .inline-element > span .submit {
        height: 32px;
        width: 100%;
        padding: 0 10px;
        vertical-align: top; }
        @media screen and (min-width: 769px) {
          .resource-pop .resource-pop-admin .add-keywords .inline-element > span .submit {
            margin-left: 5px; } }
  .resource-pop .resource-pop-admin .current-keywords ul li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 5px; }
  .resource-pop .resource-pop-description {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 20px 15px;
    padding-bottom: 30px;
    text-align: initial;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #595959;
    letter-spacing: -0.4; }
    @media screen and (min-width: 768px) {
      .resource-pop .resource-pop-description {
        padding: 30px 30px 10px 30px; } }
    .resource-pop .resource-pop-description h1, .resource-pop .resource-pop-description h2, .resource-pop .resource-pop-description h3, .resource-pop .resource-pop-description h4, .resource-pop .resource-pop-description h5, .resource-pop .resource-pop-description h6 {
      font-weight: normal;
      letter-spacing: normal;
      color: #000; }
    .resource-pop .resource-pop-description h1 {
      padding-left: 0px;
      margin-bottom: 10px;
      font-size: 2.25rem;
      line-height: 2.375rem;
      font-weight: bold; }
      .resource-pop .resource-pop-description h1:after {
        display: none; }
    .resource-pop .resource-pop-description p {
      margin-bottom: 30px;
      font-size: 1rem;
      line-height: 1.625rem; }
      .resource-pop .resource-pop-description p.abstract {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        font-weight: bold; }
    .resource-pop .resource-pop-description h2 {
      margin-bottom: 10px;
      font-size: 2.25rem;
      line-height: 2.375rem;
      font-weight: bold; }
    .resource-pop .resource-pop-description h3 {
      font-size: 1.375rem; }
    .resource-pop .resource-pop-description h4, .resource-pop .resource-pop-description h5, .resource-pop .resource-pop-description h6 {
      font-size: 1.125rem;
      font-weight: 700; }
    .resource-pop .resource-pop-description i, .resource-pop .resource-pop-description em {
      font-style: italic; }
    .resource-pop .resource-pop-description b, .resource-pop .resource-pop-description strong {
      font-weight: 700; }
    .resource-pop .resource-pop-description u {
      text-decoration: underline; }
    .resource-pop .resource-pop-description a {
      color: #306cac;
      text-decoration: underline; }
      .resource-pop .resource-pop-description a:focus {
        text-decoration: none;
        color: #000;
        background-color: #faffbd;
        outline: none; }
      .resource-pop .resource-pop-description a:active, .resource-pop .resource-pop-description a:hover {
        text-decoration: none;
        border-bottom-style: solid; }
    .resource-pop .resource-pop-description blockquote {
      padding: 30px 0 40px 30px;
      font-size: 1.5rem;
      line-height: 3.875rem;
      color: #626262;
      border-top: 1px solid #d3d3d3; }
      .resource-pop .resource-pop-description blockquote p {
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #626262; }
      .resource-pop .resource-pop-description blockquote cite {
        padding-top: 20px;
        display: block;
        font-weight: bold;
        color: #000;
        font-size: 1.125rem; }
        .resource-pop .resource-pop-description blockquote cite:before {
          content: '\2014';
          margin-right: 5px;
          font-weight: normal; }
    .resource-pop .resource-pop-description hr {
      background-color: #c34507;
      color: #c34507;
      height: 2px;
      width: 100%;
      border: 0; }
    .resource-pop .resource-pop-description ol {
      list-style: decimal outside; }
    .resource-pop .resource-pop-description ul {
      list-style-type: disc; }
    .resource-pop .resource-pop-description ol, .resource-pop .resource-pop-description ul {
      margin-bottom: 30px;
      padding-left: 22px;
      /*cover decimal one symbol at line*/
      font-size: 1rem;
      line-height: 1.5rem; }
      .resource-pop .resource-pop-description ol ul, .resource-pop .resource-pop-description ol ol, .resource-pop .resource-pop-description ol p, .resource-pop .resource-pop-description ul ul, .resource-pop .resource-pop-description ul ol, .resource-pop .resource-pop-description ul p {
        margin-bottom: 0; }
    .resource-pop .resource-pop-description li {
      margin-bottom: 5px;
      font-size: 1rem;
      line-height: 1.5rem; }
    .resource-pop .resource-pop-description table {
      margin-bottom: 30px;
      width: 100%;
      border-collapse: collapse; }
      .resource-pop .resource-pop-description table thead {
        color: #fff;
        font-weight: 700;
        background-color: #c34507; }
      .resource-pop .resource-pop-description table th, .resource-pop .resource-pop-description table td {
        padding: 10px 14px;
        font-size: 1rem;
        line-height: 1.375rem;
        border: 1px solid #e5af94; }
      .resource-pop .resource-pop-description table th {
        font-weight: bold; }
  .resource-pop .resource-pop-archive .message {
    padding: 30px 40px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--ui-text);
    letter-spacing: -0.4; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-archive .message {
        padding: 15px;
        border-bottom: 1px solid #DCDCDC; } }
  .resource-pop .resource-pop-archive .archive-form {
    text-align: left; }
    .resource-pop .resource-pop-archive .archive-form .field {
      padding: 30px 34px; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-archive .archive-form .field {
          padding: 15px; } }
      .resource-pop .resource-pop-archive .archive-form .field label {
        margin-bottom: 10px;
        display: block;
        font-size: 0.875rem;
        line-height: 1rem;
        color: var(--ui-text);
        font-weight: 600; }
        .resource-pop .resource-pop-archive .archive-form .field label .hint, .resource-pop .resource-pop-archive .archive-form .field label .validation-error {
          display: inline-block;
          padding-left: 5px;
          font-weight: normal; }
        .resource-pop .resource-pop-archive .archive-form .field label .validation-error {
          color: #E00000; }
        .resource-pop .resource-pop-archive .archive-form .field label .hint {
          color: #525354; }
      .resource-pop .resource-pop-archive .archive-form .field textarea {
        width: 100%;
        padding: 10px;
        height: 120px;
        margin-bottom: 15px;
        font-family: var(--font-family);
        font-size: 0.875rem;
        line-height: 1rem;
        resize: none;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .resource-pop .resource-pop-archive .archive-form .field textarea:focus {
          box-shadow: 0 0 0 2px #4C9AFF; }
      .resource-pop .resource-pop-archive .archive-form .field select, .resource-pop .resource-pop-archive .archive-form .field input {
        padding: 5px;
        min-width: 120px;
        font-family: var(--font-family);
        font-size: 0.875rem;
        line-height: 1rem; }
      .resource-pop .resource-pop-archive .archive-form .field textarea, .resource-pop .resource-pop-archive .archive-form .field input {
        text-align: initial; }
        .resource-pop .resource-pop-archive .archive-form .field textarea:placeholder-shown, .resource-pop .resource-pop-archive .archive-form .field input:placeholder-shown {
          text-align: left; }
        .resource-pop .resource-pop-archive .archive-form .field textarea::-webkit-input-placeholder, .resource-pop .resource-pop-archive .archive-form .field input::-webkit-input-placeholder {
          direction: ltr; }
        .resource-pop .resource-pop-archive .archive-form .field textarea:-moz-placeholder, .resource-pop .resource-pop-archive .archive-form .field input:-moz-placeholder {
          direction: ltr; }
        .resource-pop .resource-pop-archive .archive-form .field textarea::-moz-placeholder, .resource-pop .resource-pop-archive .archive-form .field input::-moz-placeholder {
          direction: ltr; }
        .resource-pop .resource-pop-archive .archive-form .field textarea:-ms-input-placeholder, .resource-pop .resource-pop-archive .archive-form .field input:-ms-input-placeholder {
          direction: ltr; }
      .resource-pop .resource-pop-archive .archive-form .field input[type="submit"] {
        text-align: center; }
    .resource-pop .resource-pop-archive .archive-form .tool-bar {
      text-align: right; }
  .resource-pop .archive-info {
    padding: 30px 40px 15px 40px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #010101;
    letter-spacing: -0.4; }
    .resource-pop .archive-info p {
      padding-bottom: 15px; }
      .resource-pop .archive-info p strong {
        font-weight: bold; }
      .resource-pop .archive-info p.lead {
        padding-bottom: 30px; }
  .resource-pop .resource-pop-share .share-intro {
    padding: 30px 40px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--ui-text-lighten-20);
    background: #F6F6F6;
    border-bottom: 1px solid #C5C5C5; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-share .share-intro {
        padding: 20px; } }
  .resource-pop .resource-pop-share .share-fields {
    margin: 0 auto;
    overflow: hidden;
    background: #F6F6F6;
    border-bottom: 1px solid #C5C5C5; }
  .resource-pop .resource-pop-share .share-field {
    padding: 40px 40px 50px 40px;
    float: left;
    width: 50%;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-share .share-field {
        padding: 20px;
        width: 100%; } }
    .resource-pop .resource-pop-share .share-field:first-child {
      border-right: 1px solid #C5C5C5; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-share .share-field:first-child {
          border-right: none;
          border-bottom: 1px solid #C5C5C5; } }
    .resource-pop .resource-pop-share .share-field label {
      margin-bottom: 10px;
      display: block;
      font-size: 1rem;
      line-height: 1.375rem;
      color: var(--ui-text);
      font-weight: 600; }
  .resource-pop .resource-pop-share .embed-preview {
    padding: 40px 20px; }
    @media only screen and (max-width: 767px) {
      .resource-pop .resource-pop-share .embed-preview {
        padding: 20px; } }
    .resource-pop .resource-pop-share .embed-preview h3 {
      width: 70%;
      margin: 0 auto 10px auto;
      font-size: 1rem;
      line-height: 1.375rem;
      color: var(--ui-text);
      font-weight: 600;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-share .embed-preview h3 {
          width: 100%; } }
    .resource-pop .resource-pop-share .embed-preview iframe.kt-embed {
      display: block;
      min-height: 175px;
      width: 70%;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .resource-pop .resource-pop-share .embed-preview iframe.kt-embed {
          width: 100%;
          min-height: 435px; } }
  .resource-pop .resource-pop-history {
    position: relative; }
    .resource-pop .resource-pop-history > ul {
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: 40px 10px; }
      .resource-pop .resource-pop-history > ul > li {
        position: relative;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #CCCCCC; }
        .resource-pop .resource-pop-history > ul > li:first-child {
          margin-top: 0;
          padding-top: 0;
          border-top: 0; }
          .resource-pop .resource-pop-history > ul > li:first-child > time {
            top: 0; }
        .resource-pop .resource-pop-history > ul > li > .title {
          display: block;
          padding: 0 120px 0 0;
          color: var(--ui-text);
          font-size: 0.9375rem;
          line-height: 1.125rem; }
          .resource-pop .resource-pop-history > ul > li > .title a {
            color: var(--ui-text);
            font-size: 0.875rem;
            font-weight: 600;
            text-decoration: underline; }
            .resource-pop .resource-pop-history > ul > li > .title a:hover, .resource-pop .resource-pop-history > ul > li > .title a:focus, .resource-pop .resource-pop-history > ul > li > .title a:active {
              text-decoration: none; }
        .resource-pop .resource-pop-history > ul > li > .message {
          display: block;
          margin-top: 10px;
          color: var(--ui-text);
          font-size: 0.8125rem;
          line-height: 1.25rem; }
          .resource-pop .resource-pop-history > ul > li > .message:before {
            content: '\201C'; }
          .resource-pop .resource-pop-history > ul > li > .message:after {
            content: '\201D'; }
        .resource-pop .resource-pop-history > ul > li > time {
          position: absolute;
          top: 22px;
          right: 0;
          color: var(--ui-text-lighten-30);
          font-size: 0.8125rem;
          line-height: 0.875rem;
          font-style: italic; }
        .resource-pop .resource-pop-history > ul > li > strong {
          position: relative;
          display: block;
          padding-left: 18px;
          margin-top: 10px;
          min-height: 18px;
          font-size: 0.8125rem;
          line-height: 1.125rem;
          font-weight: 600; }
          .resource-pop .resource-pop-history > ul > li > strong > span:before {
            content: '\4b';
            position: absolute;
            top: 1px;
            left: 0;
            font-family: mls-ui-icons;
            font-weight: normal;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: var(--ui-text-lighten-20);
            font-size: 0.875rem; }
        .resource-pop .resource-pop-history > ul > li > ul {
          margin-top: 20px;
          padding-top: 20px;
          padding-left: 20px;
          border-top: 1px solid #e6e6e6; }
          .resource-pop .resource-pop-history > ul > li > ul > li {
            padding-bottom: 10px; }
            .resource-pop .resource-pop-history > ul > li > ul > li > a {
              font-size: 0.9375rem;
              text-decoration: none;
              font-weight: 600; }
              .resource-pop .resource-pop-history > ul > li > ul > li > a:hover, .resource-pop .resource-pop-history > ul > li > ul > li > a:active, .resource-pop .resource-pop-history > ul > li > ul > li > a:focus {
                text-decoration: underline; }
            .resource-pop .resource-pop-history > ul > li > ul > li > a, .resource-pop .resource-pop-history > ul > li > ul > li > p {
              color: var(--ui-text);
              line-height: 1.25rem; }
            .resource-pop .resource-pop-history > ul > li > ul > li > p {
              margin-top: 10px;
              font-size: 0.8125rem; }
              .resource-pop .resource-pop-history > ul > li > ul > li > p > time {
                color: var(--ui-text-lighten-20);
                font-size: 0.8125rem;
                font-style: italic; }
  .resource-pop .js-items > li {
    position: relative;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 767px) {
      .resource-pop .js-items > li {
        margin: 0 0 5px 0; } }
  .resource-pop .resource-item {
    position: relative;
    padding: 12px;
    font-size: 0;
    background: var(--ui-background);
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    .resource-pop .resource-item.image-quest {
      border-left: 3px solid #336699; }
    .resource-pop .resource-item.embedly-link {
      border-left: 3px solid #762e94; }
    .resource-pop .resource-item.embedly-link.file-zip {
      border-left: 3px solid #939393; }
      .resource-pop .resource-item.embedly-link.file-zip .name-container:before {
        background-position: -311px -423px; }
    .resource-pop .resource-item.embedly-link.file-html {
      border-left: 3px solid #762e94 !important; }
      .resource-pop .resource-item.embedly-link.file-html .name-container:before {
        background-position: -311px -423px !important; }
    .resource-pop .resource-item.embedly-docs, .resource-pop .resource-item.file-doc, .resource-pop .resource-item.file-docx, .resource-pop .resource-item.file-page, .resource-pop .resource-item.file-odt, .resource-pop .resource-item.file-sxw, .resource-pop .resource-item.file-xml, .resource-pop .resource-item.file-txt, .resource-pop .resource-item.file-rtf, .resource-pop .resource-item.file-html {
      border-left: 3px solid #377fed; }
    .resource-pop .resource-item.embedly-video, .resource-pop .resource-item.file-mp4, .resource-pop .resource-item.file-avi, .resource-pop .resource-item.file-m4v, .resource-pop .resource-item.file-3gp, .resource-pop .resource-item.file-flv, .resource-pop .resource-item.file-wmv, .resource-pop .resource-item.file-mov, .resource-pop .resource-item.file-mpeg {
      border-left: 3px solid #5858cc; }
      .resource-pop .resource-item.embedly-video .name-container:before, .resource-pop .resource-item.file-mp4 .name-container:before, .resource-pop .resource-item.file-avi .name-container:before, .resource-pop .resource-item.file-m4v .name-container:before, .resource-pop .resource-item.file-3gp .name-container:before, .resource-pop .resource-item.file-flv .name-container:before, .resource-pop .resource-item.file-wmv .name-container:before, .resource-pop .resource-item.file-mov .name-container:before, .resource-pop .resource-item.file-mpeg .name-container:before {
        background-position: -223px 0; }
    .resource-pop .resource-item.embedly-image, .resource-pop .resource-item.file-jpg, .resource-pop .resource-item.file-jpeg, .resource-pop .resource-item.file-bmp, .resource-pop .resource-item.file-gif, .resource-pop .resource-item.file-tif, .resource-pop .resource-item.file-png, .resource-pop .resource-item.file-svg {
      border-left: 3px solid #07b1b1; }
    .resource-pop .resource-item.file-xls, .resource-pop .resource-item.file-xlsx, .resource-pop .resource-item.file-ods, .resource-pop .resource-item.file-sxc, .resource-pop .resource-item.file-csv {
      border-left: 3px solid #29c01a; }
    .resource-pop .resource-item.file-ppt, .resource-pop .resource-item.file-pptx, .resource-pop .resource-item.file-odp, .resource-pop .resource-item.file-sxi {
      border-left: 3px solid #ed743b; }
    .resource-pop .resource-item.file-mp3, .resource-pop .resource-item.file-wav, .resource-pop .resource-item.file-aac, .resource-pop .resource-item.file-flac {
      border-left: 3px solid #00a0df; }
    .resource-pop .resource-item.file-swf {
      border-left: 3px solid #fe381a; }
    .resource-pop .resource-item.file-pdf {
      border-left: 3px solid #d73838; }
    .resource-pop .resource-item.file-iba, .resource-pop .resource-item.file-ibooks {
      border-left: 3px solid #fb870c; }
    .resource-pop .resource-item.multiple {
      border-left: 3px solid #939393; }
      .resource-pop .resource-item.multiple > div {
        position: relative; }
    .resource-pop .resource-item.scorm {
      border-left: 3px solid #3c639c; }
    .resource-pop .resource-item.embedly-video .video-hold, .resource-pop .resource-item.embedly-video .docs-hold, .resource-pop .resource-item.embedly-video [preview-content], .resource-pop .resource-item.embedly-docs .video-hold, .resource-pop .resource-item.embedly-docs .docs-hold, .resource-pop .resource-item.embedly-docs [preview-content], .resource-pop .resource-item.file-pdf .video-hold, .resource-pop .resource-item.file-pdf .docs-hold, .resource-pop .resource-item.file-pdf [preview-content], .resource-pop .resource-item.embedly-link .video-hold, .resource-pop .resource-item.embedly-link .docs-hold, .resource-pop .resource-item.embedly-link [preview-content] {
      position: relative;
      /* 16:9 ratio */
      /* 9/16*100=56.25% */
      background-color: #ccc;
      background-image: url("../img/sass-ui-loading/inline-loading-dark.gif");
      background-position: center;
      background-repeat: no-repeat; }
      .resource-pop .resource-item.embedly-video .video-hold:after, .resource-pop .resource-item.embedly-video .docs-hold:after, .resource-pop .resource-item.embedly-video [preview-content]:after, .resource-pop .resource-item.embedly-docs .video-hold:after, .resource-pop .resource-item.embedly-docs .docs-hold:after, .resource-pop .resource-item.embedly-docs [preview-content]:after, .resource-pop .resource-item.file-pdf .video-hold:after, .resource-pop .resource-item.file-pdf .docs-hold:after, .resource-pop .resource-item.file-pdf [preview-content]:after, .resource-pop .resource-item.embedly-link .video-hold:after, .resource-pop .resource-item.embedly-link .docs-hold:after, .resource-pop .resource-item.embedly-link [preview-content]:after {
        content: '';
        padding-top: 56.25%;
        display: block; }
      .resource-pop .resource-item.embedly-video .video-hold + p, .resource-pop .resource-item.embedly-video .docs-hold + p, .resource-pop .resource-item.embedly-video [preview-content] + p, .resource-pop .resource-item.embedly-docs .video-hold + p, .resource-pop .resource-item.embedly-docs .docs-hold + p, .resource-pop .resource-item.embedly-docs [preview-content] + p, .resource-pop .resource-item.file-pdf .video-hold + p, .resource-pop .resource-item.file-pdf .docs-hold + p, .resource-pop .resource-item.file-pdf [preview-content] + p, .resource-pop .resource-item.embedly-link .video-hold + p, .resource-pop .resource-item.embedly-link .docs-hold + p, .resource-pop .resource-item.embedly-link [preview-content] + p {
        margin-top: 10px; }
      .resource-pop .resource-item.embedly-video .video-hold object, .resource-pop .resource-item.embedly-video .video-hold iframe, .resource-pop .resource-item.embedly-video .video-hold embed, .resource-pop .resource-item.embedly-video .docs-hold object, .resource-pop .resource-item.embedly-video .docs-hold iframe, .resource-pop .resource-item.embedly-video .docs-hold embed, .resource-pop .resource-item.embedly-video [preview-content] object, .resource-pop .resource-item.embedly-video [preview-content] iframe, .resource-pop .resource-item.embedly-video [preview-content] embed, .resource-pop .resource-item.embedly-docs .video-hold object, .resource-pop .resource-item.embedly-docs .video-hold iframe, .resource-pop .resource-item.embedly-docs .video-hold embed, .resource-pop .resource-item.embedly-docs .docs-hold object, .resource-pop .resource-item.embedly-docs .docs-hold iframe, .resource-pop .resource-item.embedly-docs .docs-hold embed, .resource-pop .resource-item.embedly-docs [preview-content] object, .resource-pop .resource-item.embedly-docs [preview-content] iframe, .resource-pop .resource-item.embedly-docs [preview-content] embed, .resource-pop .resource-item.file-pdf .video-hold object, .resource-pop .resource-item.file-pdf .video-hold iframe, .resource-pop .resource-item.file-pdf .video-hold embed, .resource-pop .resource-item.file-pdf .docs-hold object, .resource-pop .resource-item.file-pdf .docs-hold iframe, .resource-pop .resource-item.file-pdf .docs-hold embed, .resource-pop .resource-item.file-pdf [preview-content] object, .resource-pop .resource-item.file-pdf [preview-content] iframe, .resource-pop .resource-item.file-pdf [preview-content] embed, .resource-pop .resource-item.embedly-link .video-hold object, .resource-pop .resource-item.embedly-link .video-hold iframe, .resource-pop .resource-item.embedly-link .video-hold embed, .resource-pop .resource-item.embedly-link .docs-hold object, .resource-pop .resource-item.embedly-link .docs-hold iframe, .resource-pop .resource-item.embedly-link .docs-hold embed, .resource-pop .resource-item.embedly-link [preview-content] object, .resource-pop .resource-item.embedly-link [preview-content] iframe, .resource-pop .resource-item.embedly-link [preview-content] embed {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%; }
    .resource-pop .resource-item[class*="file"] [preview] + p {
      margin-top: 10px; }
    .resource-pop .resource-item > a.item-title:hover > h3, .resource-pop .resource-item > a.item-title:active > h3, .resource-pop .resource-item > a.item-title:focus > h3 {
      text-decoration: underline; }
    @media screen and (min-width: 480px) {
      .resource-pop .resource-item .item-head {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: top; } }
    .resource-pop .resource-item .item-title {
      font-size: 0;
      text-decoration: none; }
      @media screen and (min-width: 480px) {
        .resource-pop .resource-item .item-title {
          display: flex;
          justify-content: space-between;
          align-items: top; } }
      .resource-pop .resource-item .item-title > h3 {
        display: block;
        margin-top: 10px;
        color: var(--ui-text);
        font-size: 0.8125rem;
        line-height: 1rem;
        vertical-align: top;
        text-align: left; }
        @media screen and (min-width: 480px) {
          .resource-pop .resource-item .item-title > h3 {
            margin-top: 6px;
            padding: 0 0 0 10px; } }
      .resource-pop .resource-item .item-title .name-container {
        position: relative;
        min-width: 70px;
        display: inline-block;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        height: 25px;
        padding: 0 5px 0 38px;
        margin-top: 2px;
        color: var(--ui-text);
        font-size: 0.75rem;
        line-height: 23px;
        font-weight: 600;
        vertical-align: top;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        @media screen and (min-width: 480px) {
          .resource-pop .resource-item .item-title .name-container {
            display: inline-block;
            max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 4px; } }
        .resource-pop .resource-item .item-title .name-container.loading:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: var(--ui-background) url("../img/sass-ui-loading/inline-loading-dark.gif") center no-repeat;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px; }
        .resource-pop .resource-item .item-title .name-container > .icon {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          display: block;
          width: 32px;
          min-height: 23px;
          height: 100%;
          padding: 2px 0;
          border-right: 1px solid #CCCCCC;
          -moz-border-radius: 3px 0 0 3px;
          -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
          background-color: #f9f9f9;
          background: url("../img/js-resource-popup/document-types-sprite.png") -300px -4px no-repeat #f9f9f9; }
          .resource-pop .resource-item .item-title .name-container > .icon > img {
            display: block;
            height: 100%;
            max-height: 20px;
            margin: 0 auto;
            background: #f9f9f9; }
    .resource-pop .resource-item > .item-content {
      margin-top: 16px;
      overflow: hidden; }
      .resource-pop .resource-item > .item-content.collapsed {
        display: none; }
      .resource-pop .resource-item > .item-content > .img-hold {
        width: 100%;
        margin-bottom: 10px; }
        @media screen and (min-width: 480px) {
          .resource-pop .resource-item > .item-content > .img-hold {
            float: left;
            width: 200px;
            margin-right: 10px; } }
        @media screen and (min-width: 768px) {
          .resource-pop .resource-item > .item-content > .img-hold {
            margin-right: 16px; } }
        @media screen and (min-width: 1020px) {
          .resource-pop .resource-item > .item-content > .img-hold {
            width: 300px;
            margin-right: 16px; } }
        .resource-pop .resource-item > .item-content > .img-hold > img {
          display: block;
          width: 100%;
          max-width: 100%; }
      .resource-pop .resource-item > .item-content > p {
        font-size: 0.75rem;
        line-height: 150%;
        white-space: pre-line; }
        @media screen and (min-width: 768px) {
          .resource-pop .resource-item > .item-content > p {
            font-size: 0.8125rem; } }
      .resource-pop .resource-item > .item-content [preview-content] > img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
      .resource-pop .resource-item > .item-content [preview-content] > p {
        color: var(--ui-text);
        font-size: 0.8125rem;
        line-height: 150%; }
    .resource-pop .resource-item .item-actions {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 0;
      white-space: nowrap;
      text-align: right; }
      @media screen and (min-width: 480px) {
        .resource-pop .resource-item .item-actions {
          position: relative;
          top: auto;
          right: auto; } }
      .resource-pop .resource-item .item-actions > li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top; }
        .resource-pop .resource-item .item-actions > li > a, .resource-pop .resource-item .item-actions > li > button {
          margin-left: 8px; }
      .resource-pop .resource-item .item-actions [toggle-description] {
        width: 32px;
        height: 32px;
        padding: 0;
        color: var(--ui-text);
        text-align: center;
        background: none;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .resource-pop .resource-item .item-actions [toggle-description].open > .kt-icon:after {
          content: '6'; }
        .resource-pop .resource-item .item-actions [toggle-description] > .kt-icon:after {
          content: '5';
          font-family: kt-icons;
          line-height: 32px;
          vertical-align: middle;
          font-size: 1.0625rem; }
        .resource-pop .resource-item .item-actions [toggle-description] > .text {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          width: 0;
          height: 0;
          font-size: 0; }
        .resource-pop .resource-item .item-actions [toggle-description]:hover, .resource-pop .resource-item .item-actions [toggle-description]:active, .resource-pop .resource-item .item-actions [toggle-description]:focus {
          border: 1px solid #999999; }
        .resource-pop .resource-item .item-actions [toggle-description]:focus {
          box-shadow: 0 0 0 2px #4C9AFF; }
      .resource-pop .resource-item .item-actions .download-button {
        height: 32px;
        width: 32px;
        line-height: 30px;
        padding: 0;
        text-align: center; }
    .resource-pop .resource-item.image-quest .name-container > .icon {
      background-position: -331px -4px; }
      .resource-pop .resource-item.image-quest .name-container > .icon img {
        display: none; }
    .resource-pop .resource-item.embedly-image .name-container > .icon, .resource-pop .resource-item.file-jpg .name-container > .icon, .resource-pop .resource-item.file-jpeg .name-container > .icon, .resource-pop .resource-item.file-bmp .name-container > .icon, .resource-pop .resource-item.file-gif .name-container > .icon, .resource-pop .resource-item.file-tiff .name-container > .icon, .resource-pop .resource-item.file-tif .name-container > .icon, .resource-pop .resource-item.file-png .name-container > .icon, .resource-pop .resource-item.file-svg .name-container > .icon {
      background-position: -240px -4px; }
    .resource-pop .resource-item.embedly-docs .name-container > .icon, .resource-pop .resource-item.file-doc .name-container > .icon, .resource-pop .resource-item.file-docx .name-container > .icon, .resource-pop .resource-item.file-pages .name-container > .icon, .resource-pop .resource-item.file-page .name-container > .icon, .resource-pop .resource-item.file-odt .name-container > .icon, .resource-pop .resource-item.file-sxw .name-container > .icon, .resource-pop .resource-item.file-xml .name-container > .icon, .resource-pop .resource-item.file-txt .name-container > .icon, .resource-pop .resource-item.file-rtf .name-container > .icon, .resource-pop .resource-item.file-html .name-container > .icon {
      background-position: 0 -4px; }
    .resource-pop .resource-item.file-ibooks .name-container > .icon, .resource-pop .resource-item.file-iba .name-container > .icon {
      background-position: -210px -4px; }
    .resource-pop .resource-item.file-pdf .name-container > .icon {
      background-position: -90px -4px; }
    .resource-pop .resource-item.file-xls .name-container > .icon, .resource-pop .resource-item.file-xlsx .name-container > .icon, .resource-pop .resource-item.file-ods .name-container > .icon, .resource-pop .resource-item.file-sxc .name-container > .icon, .resource-pop .resource-item.file-csv .name-container > .icon {
      background-position: -30px -4px; }
    .resource-pop .resource-item.file-presentation .name-container > .icon, .resource-pop .resource-item.file-ppt .name-container > .icon, .resource-pop .resource-item.file-pptx .name-container > .icon, .resource-pop .resource-item.file-odp .name-container > .icon, .resource-pop .resource-item.file-sxi .name-container > .icon {
      background-position: -60px -4px; }
    .resource-pop .resource-item.file-mp4 .name-container > .icon, .resource-pop .resource-item.file-wmv .name-container > .icon, .resource-pop .resource-item.file-mov .name-container > .icon, .resource-pop .resource-item.file-avi .name-container > .icon, .resource-pop .resource-item.file-m4v .name-container > .icon, .resource-pop .resource-item.file-flv .name-container > .icon, .resource-pop .resource-item.file-gp3 .name-container > .icon, .resource-pop .resource-item.file-3gp .name-container > .icon, .resource-pop .resource-item.file-mpeg .name-container > .icon {
      background-position: -150px -4px; }
    .resource-pop .resource-item.file-audio .name-container > .icon, .resource-pop .resource-item.file-mp3 .name-container > .icon, .resource-pop .resource-item.file-wav .name-container > .icon, .resource-pop .resource-item.file-aac .name-container > .icon, .resource-pop .resource-item.file-flac .name-container > .icon {
      background-position: -180px -4px; }
    .resource-pop .resource-item.file-swf .name-container > .icon {
      background-position: -120px -4px; }
    .resource-pop .resource-item.scorm .name-container > .icon {
      background-position: -357px -4px; }
