@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url("/fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before,
.passwordWidget .criteria div.invalid i:before,
.passwordWidget .criteria div i:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before,
.passwordWidget .criteria div.valid i:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("/fonts/HelveticaNeue-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-LightItalic.woff2") format("woff2"), url("/fonts/HelveticaNeue-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-Light.woff2") format("woff2"), url("/fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("/fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("/fonts/HelveticaNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"), url("/fonts/HelveticaNeue-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("/fonts/HelveticaNeue-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-UltraLight.woff2") format("woff2"), url("/fonts/HelveticaNeue-UltraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue.woff2") format("woff2"), url("/fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-UltraLightItalic.woff2") format("woff2"), url("/fonts/HelveticaNeue-UltraLightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-ThinItalic.woff2") format("woff2"), url("/fonts/HelveticaNeue-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-CondensedBlack.woff2") format("woff2"), url("/fonts/HelveticaNeue-CondensedBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("/fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeue-MediumItalic.woff2") format("woff2"), url("/fonts/HelveticaNeue-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
  font-family: "ooyala-slick-type";
  src: url("/fonts/ooyala-slick-type.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.font-monospace {
  font-family: monospace;
}

::-webkit-scrollbar {
  background-color: #f7fcf6;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(41, 112, 217, 0.5);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  padding-top: 64px;
}

body .page-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
}

body .page-wrapper .container {
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
}

body .container.page-footer {
  background-color: white;
  margin-bottom: 0;
}

body .container.page-footer .page-footer-columns {
  display: flex;
}

body .container.page-footer .page-footer-columns .scr-footer-menu {
  font-size: 80%;
}

body .container.page-footer .page-footer-columns .scr-footer-social-share img {
  margin: auto 10px;
}

body .container.page-footer .page-footer-columns .page-footer-heap {
  display: flex;
}

body .container.page-footer .page-footer-columns .copyright {
  font-size: 0.9rem;
  font-weight: bold;
}

body .container.page-footer .page-footer-columns .contact {
  font-weight: normal !important;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

body .container.page-footer .page-footer-columns .contact > a {
  display: block;
}

body .container.page-footer .page-footer-columns .bottomMenu .nav-link {
  padding: 0.2em 0.7em;
  font-size: 0.9em;
}

body .screenrightsLogo {
  margin-top: 1rem;
}

body .slideMenu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 100%;
  background: #4ea237;
  color: white !important;
  padding: 0 !important;
}

body .slideMenu a,
body .slideMenu input {
  color: white !important;
}

body .slideMenu .slideMenu-item {
  padding: 1rem;
  border-bottom: solid #eceeef thin;
  width: 100%;
}

body .page-header .header-logoBar {
  border-bottom: solid #eceeef 1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00eb91+0,3333ff+71 */
  background: #4ea237;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #4ea237 0%, #236DDC 71%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$m", endColorstr="$m2",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: white !important;
  padding: 0.3rem 0;
  height: 4rem;
  display: flex;
}

body .page-header .header-logoBar .container {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: space-between;
  flex-direction: row;
}

body .page-header .header-logoBar .container a,
body .page-header .header-logoBar .container input {
  color: white;
}

body .page-header .header-logoBar .container a:focus {
  box-shadow: 0 0 0 1px white;
  border-radius: 2px;
}

body .page-header .header-logoBar .container .logo {
  text-decoration: none;
}

body .page-header .header-logoBar .container .links a:hover,
body .page-header .header-logoBar .container .links a:focus {
  text-decoration: underline;
}

body .page-header .header-logoBar .container .links .userMenu {
  display: flex;
  font-size: smaller;
}

body .page-header .header-logoBar .container .links .userMenu .manageAccount {
  display: inline-flex;
  flex-direction: column;
  text-align: right;
}

body .page-header .header-logoBar .container .links .userMenu .manageAccount .fullName {
  font-size: larger;
}

body .page-header .header-logoBar .container .links .userMenu .manageAccount .profileLink {
  font-size: smaller;
}

body .page-header .header-logoBar .container .links .userMenu .block-separator {
  background: white;
  margin: 0 0.4rem;
  width: 1px;
  padding: 5px 0;
  box-sizing: border-box;
}

body .page-header .header-logoBar .container .links .userMenu .signoutBtn {
  font-size: smaller;
  margin: 0;
  padding: 0;
}

body .page-header .header-logoBar .container .slideMenuToggle {
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  body .page-header .header-logoBar .container .slideMenuToggle {
    display: none;
  }
}

body .page-header .header-logoBar .container .enhancetv-todo-list .enhancetv-todo-menu-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .enhancetv-todo-menu-toggle.text-light {
  color: #dedede;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .enhancetv-todo-menu-toggle.text-light:hover {
  color: white;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .enhancetv-todo-menu-toggle .todo-button-text {
  font-size: 1rem;
  color: white;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu {
  padding: 0.5rem;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu .dropdown-header {
  font-weight: bold;
  padding: 0.15rem 0.5rem;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu .todo-menu-heading {
  font-weight: bold;
  font-size: 2em;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu .todo-menu-sub-heading {
  font-weight: bold;
  font-size: 1.5em;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu .dropdown-item {
  padding: 0.15rem 0.5rem;
  background-color: #2970d9;
  border-radius: 5px;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu .todo-item-header {
  font-size: 1.1em;
}

body .page-header .header-logoBar .container .enhancetv-todo-list .dropdown-menu .tick {
  font-size: 2em;
  color: #7ED221;
}

body .page-header .header-navigationBar {
  background: white;
  border-bottom: #eceeef solid 2px;
}

body .page-header .header-navigationBar .container {
  min-height: 65px;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body .page-header .header-navigationBar .container .savedItemsBtn {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .page-header .header-navigationBar .container .savedItemsBtn div {
  font-size: xx-small;
}

@media (max-width: 1199.98px) {
  body .page-header .header-navigationBar .container .savedItemsBtn {
    /*display: none;*/
  }
}

body .page-header .header-navigationBar .container .topMenu {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center !important;
  padding: 0;
}

body .page-header .header-navigationBar .container .topMenu .topMenu-menu,
body .page-header .header-navigationBar .container .topMenu .topMenu-item {
  color: black;
  font-weight: bolder;
  white-space: normal;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem;
}

body .page-header .header-navigationBar .container .topMenu .topMenu-menu.active,
body .page-header .header-navigationBar .container .topMenu .topMenu-item.active {
  color: black;
  cursor: default;
}

body .page-header .header-navigationBar .container .topMenu .topMenu-menu:first-child,
body .page-header .header-navigationBar .container .topMenu .topMenu-item:first-child {
  padding-left: 0;
}

body .page-header .header-navigationBar .container .topMenu .topMenu-menu:last-child,
body .page-header .header-navigationBar .container .topMenu .topMenu-item:last-child {
  padding-right: 0;
}

@media (max-width: 991.98px) {
  body .page-header .header-navigationBar .container .quickSearch {
    display: none;
  }
}

@media (max-width: 575.98px) {
  body .page-header .header-logoBar {
    width: 100%;
  }

  body .page-header .header-logoBar .container {
    width: 100%;
  }

  body .page-header .header-logoBar .container > .logo {
    margin-left: 1rem;
  }

  body .page-header .header-logoBar .container .links {
    margin-right: 1rem;
  }

  body .page-header .header-logoBar .container .slideMenuToggle {
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  body .page-header .header-navigationBar .container .topMenu {
    padding: 0 0.5rem;
  }

  body .page-header .header-navigationBar .container .topMenu .topMenu-menu:first-child,
  body .page-header .header-navigationBar .container .topMenu .topMenu-item:first-child {
    padding-left: 0.5rem;
  }

  body .page-header .header-navigationBar .container .topMenu .topMenu-menu:last-child,
  body .page-header .header-navigationBar .container .topMenu .topMenu-item:last-child {
    padding-right: 0.5rem;
  }
}

body .fixed-navbar-spacer {
  height: 31px;
}

body .page-header.static-top {
  width: 100%;
}

body .scr-top-menu a {
  color: #000;
}

body .scr-top-menu a:hover {
  -webkit-text-decoration: underline #4ea237;
          text-decoration: underline #4ea237;
}

body img.logo {
  width: 200px;
}

.etv-table tr.filters input,
.etv-table tr.filters select {
  width: 100%;
  padding-left: 5px;
  padding-right: 2px;
}

.etv-table td,
.etv-table th {
  vertical-align: middle;
}

.etv-table td .row-btn,
.etv-table th .row-btn {
  color: #2970d9;
  cursor: pointer;
}

.etv-table-bar {
  display: flex;
  margin: 1rem 0.5rem 0.5rem;
}

.etv-table-bar .etv-table-pagination {
  display: flex;
}

.etv-table-pagination .etv-btn,
.etv-table-pagination .etv-btn-primary,
.etv-table-pagination .etv-btn-primary-full-width {
  min-width: unset;
  margin: 0 0.2rem;
}

.etv-table-pagination .currentPage {
  margin: 0 0.2rem;
  width: 1.5rem;
  text-align: center;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a[data-url]:not(.btn) {
  color: #2970d9;
  text-decoration: none;
  cursor: pointer;
  color: #2970d9;
}

a[data-url]:not(.btn):hover,
a[data-url]:not(.btn):focus {
  color: #2970d9;
  text-decoration: underline;
}

a[data-url]:not(.btn):hover,
a[data-url]:not(.btn):active {
  color: #2970d9;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h6 {
  font-size: 0.8rem;
  line-height: 1rem;
}

.etv-btn,
.etv-btn-primary,
.etv-btn-primary-full-width {
  color: white !important;
  background: #2970d9;
  border: 1px solid #2970d9;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 0.3rem;
  min-width: 3rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.etv-btn i,
.etv-btn-primary i,
.etv-btn-primary-full-width i {
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

.etv-btn[disabled],
[disabled].etv-btn-primary,
[disabled].etv-btn-primary-full-width {
  cursor: not-allowed;
}

.etv-btn-primary,
.etv-btn-primary-full-width {
  background: #2970d9;
  color: white !important;
}

.etv-btn-primary:hover,
.etv-btn-primary-full-width:hover,
.etv-btn-primary:visited,
.etv-btn-primary-full-width:visited,
.etv-btn-primary:active,
.etv-btn-primary-full-width:active,
.etv-btn-primary:focus,
.etv-btn-primary-full-width:focus {
  color: white !important;
}

.etv-btn-primary[disabled],
[disabled].etv-btn-primary-full-width {
  background: rgba(41, 112, 217, 0.5) !important;
  border: 0px;
}

.etv-btn-primary-full-width {
  width: 100%;
}

.etv-btn-icon {
  display: inline-flex;
  text-align: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.etv-btn-icon .fa-stack {
  color: white;
}

.etv-btn-icon .fa-stack .fa-circle,
.etv-btn-icon .fa-stack .passwordWidget .criteria div.valid i,
.passwordWidget .criteria div.valid .etv-btn-icon .fa-stack i {
  color: #8E3F3E;
}

.etv-btn-icon .label {
  font-size: 0.6rem;
  font-weight: bold;
}

.etv-input {
  border: 1px solid #999;
  color: black;
}

.etv-search-input {
  color: #999;
}

.etv-search-input .form-control,
.etv-search-input button {
  background: #eceeef;
}

.etv-search-input button {
  border-color: rgba(0, 0, 0, 0.15);
  border-left: none;
  background: #eceeef;
  color: #999;
}

.etv-checkbox,
.playlistMenu .playlistMenu-create,
.playlistMenu .playlistMenu-items .playlistMenu-item,
.etv-checkbox-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  /* hover style just for information */
}

.etv-checkbox label,
.playlistMenu .playlistMenu-create label,
.playlistMenu .playlistMenu-items .playlistMenu-item label,
.etv-checkbox-simple label {
  border: solid 2px #eceeef;
  padding: 0.5rem;
  border-radius: 3px;
}

.etv-table .etv-checkbox label,
.etv-table .playlistMenu .playlistMenu-create label,
.playlistMenu .etv-table .playlistMenu-create label,
.etv-table .playlistMenu .playlistMenu-items .playlistMenu-item label,
.playlistMenu .playlistMenu-items .etv-table .playlistMenu-item label,
.etv-table .etv-checkbox-simple label {
  background: none !important;
  border: none !important;
}

.etv-checkbox [type=checkbox],
.playlistMenu .playlistMenu-create [type=checkbox],
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox],
.etv-checkbox-simple [type=checkbox],
.etv-checkbox [type=radio],
.playlistMenu .playlistMenu-create [type=radio],
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio],
.etv-checkbox-simple [type=radio] {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}

.etv-checkbox [type=checkbox]:not(:checked),
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked),
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked),
.etv-checkbox-simple [type=checkbox]:not(:checked),
.etv-checkbox [type=checkbox]:checked,
.playlistMenu .playlistMenu-create [type=checkbox]:checked,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked,
.etv-checkbox-simple [type=checkbox]:checked,
.etv-checkbox [type=radio]:not(:checked),
.playlistMenu .playlistMenu-create [type=radio]:not(:checked),
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked),
.etv-checkbox-simple [type=radio]:not(:checked),
.etv-checkbox [type=radio]:checked,
.playlistMenu .playlistMenu-create [type=radio]:checked,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked,
.etv-checkbox-simple [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.etv-checkbox [type=checkbox]:not(:checked) + label,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label,
.etv-checkbox [type=checkbox]:checked + label,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label,
.etv-checkbox-simple [type=checkbox]:checked + label,
.etv-checkbox [type=radio]:not(:checked) + label,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label,
.etv-checkbox-simple [type=radio]:not(:checked) + label,
.etv-checkbox [type=radio]:checked + label,
.playlistMenu .playlistMenu-create [type=radio]:checked + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label,
.etv-checkbox-simple [type=radio]:checked + label {
  position: relative;
  padding-left: 1.9rem;
  cursor: pointer;
}

.etv-checkbox [type=checkbox]:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label:before,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label:before,
.etv-checkbox [type=checkbox]:checked + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label:before,
.etv-checkbox-simple [type=checkbox]:checked + label:before,
.etv-checkbox [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label:before,
.etv-checkbox-simple [type=radio]:not(:checked) + label:before,
.etv-checkbox [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-create [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label:before,
.etv-checkbox-simple [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.6rem;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 2px #eceeef;
  background: white;
  border-radius: 2px;
}

.etv-checkbox [type=checkbox]:not(:checked) + label.small:before,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label.small:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label.small:before,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label.small:before,
.etv-checkbox [type=checkbox]:checked + label.small:before,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label.small:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label.small:before,
.etv-checkbox-simple [type=checkbox]:checked + label.small:before,
.etv-checkbox [type=radio]:not(:checked) + label.small:before,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label.small:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label.small:before,
.etv-checkbox-simple [type=radio]:not(:checked) + label.small:before,
.etv-checkbox [type=radio]:checked + label.small:before,
.playlistMenu .playlistMenu-create [type=radio]:checked + label.small:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label.small:before,
.etv-checkbox-simple [type=radio]:checked + label.small:before {
  width: 1rem;
  height: 1rem;
}

.etv-checkbox [type=checkbox]:not(:checked) + label:after,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label:after,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label:after,
.etv-checkbox [type=checkbox]:checked + label:after,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label:after,
.etv-checkbox-simple [type=checkbox]:checked + label:after,
.etv-checkbox [type=radio]:not(:checked) + label:after,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label:after,
.etv-checkbox-simple [type=radio]:not(:checked) + label:after,
.etv-checkbox [type=radio]:checked + label:after,
.playlistMenu .playlistMenu-create [type=radio]:checked + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label:after,
.etv-checkbox-simple [type=radio]:checked + label:after {
  content: "\2714\FE0E";
  position: absolute;
  left: 0.6rem;
  top: 0.82rem;
  font-size: 1rem;
  line-height: 0.8;
  color: white;
  transition: all 0.4s;
}

.etv-checkbox [type=checkbox]:not(:checked) + label:after,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label:after,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label:after,
.etv-checkbox [type=radio]:not(:checked) + label:after,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label:after,
.etv-checkbox-simple [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.etv-checkbox [type=checkbox]:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label:before,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label:before,
.etv-checkbox [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label:before,
.etv-checkbox-simple [type=radio]:not(:checked) + label:before {
  background: white;
}

.etv-checkbox [type=checkbox]:not(:checked) + label,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label,
.etv-checkbox-simple [type=checkbox]:not(:checked) + label,
.etv-checkbox [type=radio]:not(:checked) + label,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label,
.etv-checkbox-simple [type=radio]:not(:checked) + label {
  background: none;
  transition: all 0.2s;
}

.etv-checkbox [type=checkbox]:checked + label:after,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label:after,
.etv-checkbox-simple [type=checkbox]:checked + label:after,
.etv-checkbox [type=radio]:checked + label:after,
.playlistMenu .playlistMenu-create [type=radio]:checked + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label:after,
.etv-checkbox-simple [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.etv-checkbox [type=checkbox]:checked + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label:before,
.etv-checkbox-simple [type=checkbox]:checked + label:before,
.etv-checkbox [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-create [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label:before,
.etv-checkbox-simple [type=radio]:checked + label:before {
  background: #2970d9;
}

.etv-checkbox [type=checkbox]:checked + label,
.playlistMenu .playlistMenu-create [type=checkbox]:checked + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label,
.etv-checkbox-simple [type=checkbox]:checked + label,
.etv-checkbox [type=radio]:checked + label,
.playlistMenu .playlistMenu-create [type=radio]:checked + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label,
.etv-checkbox-simple [type=radio]:checked + label {
  background: #333;
  color: white;
  transition: all 0.2s;
}

.etv-checkbox [type=checkbox]:disabled:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:disabled:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:disabled:not(:checked) + label:before,
.etv-checkbox-simple [type=checkbox]:disabled:not(:checked) + label:before,
.etv-checkbox [type=checkbox]:disabled:checked + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:disabled:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:disabled:checked + label:before,
.etv-checkbox-simple [type=checkbox]:disabled:checked + label:before,
.etv-checkbox [type=radio]:disabled:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=radio]:disabled:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:disabled:not(:checked) + label:before,
.etv-checkbox-simple [type=radio]:disabled:not(:checked) + label:before,
.etv-checkbox [type=radio]:disabled:checked + label:before,
.playlistMenu .playlistMenu-create [type=radio]:disabled:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:disabled:checked + label:before,
.etv-checkbox-simple [type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.etv-checkbox [type=checkbox]:disabled:checked + label:after,
.playlistMenu .playlistMenu-create [type=checkbox]:disabled:checked + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:disabled:checked + label:after,
.etv-checkbox-simple [type=checkbox]:disabled:checked + label:after,
.etv-checkbox [type=radio]:disabled:checked + label:after,
.playlistMenu .playlistMenu-create [type=radio]:disabled:checked + label:after,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:disabled:checked + label:after,
.etv-checkbox-simple [type=radio]:disabled:checked + label:after {
  color: #999;
}

.etv-checkbox [type=checkbox]:disabled + label,
.playlistMenu .playlistMenu-create [type=checkbox]:disabled + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:disabled + label,
.etv-checkbox-simple [type=checkbox]:disabled + label,
.etv-checkbox [type=radio]:disabled + label,
.playlistMenu .playlistMenu-create [type=radio]:disabled + label,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:disabled + label,
.etv-checkbox-simple [type=radio]:disabled + label {
  color: #aaa;
}

.etv-checkbox [type=checkbox]:checked:focus + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:checked:focus + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked:focus + label:before,
.etv-checkbox-simple [type=checkbox]:checked:focus + label:before,
.etv-checkbox [type=checkbox]:not(:checked):focus + label:before,
.playlistMenu .playlistMenu-create [type=checkbox]:not(:checked):focus + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked):focus + label:before,
.etv-checkbox-simple [type=checkbox]:not(:checked):focus + label:before,
.etv-checkbox [type=radio]:checked:focus + label:before,
.playlistMenu .playlistMenu-create [type=radio]:checked:focus + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked:focus + label:before,
.etv-checkbox-simple [type=radio]:checked:focus + label:before,
.etv-checkbox [type=radio]:not(:checked):focus + label:before,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked):focus + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked):focus + label:before,
.etv-checkbox-simple [type=radio]:not(:checked):focus + label:before {
  border: 2px dotted rgba(41, 112, 217, 0.5);
}

.etv-checkbox [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label:before,
.etv-checkbox-simple [type=radio]:not(:checked) + label:before,
.etv-checkbox [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-create [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label:before,
.etv-checkbox-simple [type=radio]:checked + label:before {
  border-radius: 0.625rem !important;
}

.etv-checkbox label:hover:before,
.playlistMenu .playlistMenu-create label:hover:before,
.playlistMenu .playlistMenu-items .playlistMenu-item label:hover:before,
.etv-checkbox-simple label:hover:before {
  border: 2px solid rgba(41, 112, 217, 0.5) !important;
}

.etv-checkbox-simple label:before,
.etv-checkbox-simple label:after {
  display: none;
}

.etv-checkbox-simple [type=checkbox]:not(:checked) + label,
.etv-checkbox-simple [type=checkbox]:checked + label,
.etv-checkbox-simple [type=radio]:not(:checked) + label,
.etv-checkbox-simple [type=radio]:checked + label {
  padding-left: 0.5rem;
}

.seasonEpisodeNumber {
  font-size: 80%;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

.seasonEpisodeNumber span {
  display: block;
}

.etv-checkbox-group {
  display: flex;
  justify-content: flex-start;
}

.etv-checkbox-group .etv-checkbox,
.etv-checkbox-group .playlistMenu .playlistMenu-create,
.playlistMenu .etv-checkbox-group .playlistMenu-create,
.etv-checkbox-group .playlistMenu .playlistMenu-items .playlistMenu-item,
.playlistMenu .playlistMenu-items .etv-checkbox-group .playlistMenu-item,
.etv-checkbox-group .etv-checkbox-simple {
  margin-right: 0.5rem;
}

.etv-checkbox-group .etv-checkbox label,
.etv-checkbox-group .playlistMenu .playlistMenu-create label,
.playlistMenu .etv-checkbox-group .playlistMenu-create label,
.etv-checkbox-group .playlistMenu .playlistMenu-items .playlistMenu-item label,
.playlistMenu .playlistMenu-items .etv-checkbox-group .playlistMenu-item label,
.etv-checkbox-group .etv-checkbox-simple label {
  text-align: center;
}

.etv-checkbox-group.small .etv-checkbox label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create label,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item label,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item label,
.etv-checkbox-group.small .etv-checkbox-simple label {
  padding: 0.3rem 0.35rem;
}

.etv-checkbox-group.small .etv-checkbox [type=checkbox]:not(:checked) + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=checkbox]:not(:checked) + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=checkbox]:not(:checked) + label,
.etv-checkbox-group.small .etv-checkbox-simple [type=checkbox]:not(:checked) + label,
.etv-checkbox-group.small .etv-checkbox [type=checkbox]:checked + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=checkbox]:checked + label,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=checkbox]:checked + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=checkbox]:checked + label,
.etv-checkbox-group.small .etv-checkbox-simple [type=checkbox]:checked + label,
.etv-checkbox-group.small .etv-checkbox [type=radio]:not(:checked) + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=radio]:not(:checked) + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=radio]:not(:checked) + label,
.etv-checkbox-group.small .etv-checkbox-simple [type=radio]:not(:checked) + label,
.etv-checkbox-group.small .etv-checkbox [type=radio]:checked + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=radio]:checked + label,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=radio]:checked + label,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=radio]:checked + label,
.etv-checkbox-group.small .etv-checkbox-simple [type=radio]:checked + label {
  padding-left: 1.5rem;
}

.etv-checkbox-group.small .etv-checkbox [type=checkbox]:not(:checked) + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=checkbox]:not(:checked) + label:before,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=checkbox]:not(:checked) + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=checkbox]:not(:checked) + label:before,
.etv-checkbox-group.small .etv-checkbox-simple [type=checkbox]:not(:checked) + label:before,
.etv-checkbox-group.small .etv-checkbox [type=checkbox]:checked + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=checkbox]:checked + label:before,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=checkbox]:checked + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=checkbox]:checked + label:before,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=checkbox]:checked + label:before,
.etv-checkbox-group.small .etv-checkbox-simple [type=checkbox]:checked + label:before,
.etv-checkbox-group.small .etv-checkbox [type=radio]:not(:checked) + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=radio]:not(:checked) + label:before,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=radio]:not(:checked) + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:not(:checked) + label:before,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=radio]:not(:checked) + label:before,
.etv-checkbox-group.small .etv-checkbox-simple [type=radio]:not(:checked) + label:before,
.etv-checkbox-group.small .etv-checkbox [type=radio]:checked + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-create [type=radio]:checked + label:before,
.playlistMenu .etv-checkbox-group.small .playlistMenu-create [type=radio]:checked + label:before,
.etv-checkbox-group.small .playlistMenu .playlistMenu-items .playlistMenu-item [type=radio]:checked + label:before,
.playlistMenu .playlistMenu-items .etv-checkbox-group.small .playlistMenu-item [type=radio]:checked + label:before,
.etv-checkbox-group.small .etv-checkbox-simple [type=radio]:checked + label:before {
  left: 0.3rem;
  top: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
}

.etv-subjects h4,
.etv-subjects h5,
.etv-subjects span,
.etv-years h4,
.etv-years h5,
.etv-years span {
  font-size: 0.8rem;
  font-weight: normal;
  white-space: inherit;
  max-width: inherit;
  margin: 0;
}

.etv-years {
  white-space: nowrap;
  display: flex;
  align-content: center;
  margin-bottom: 0.5rem;
}

.etv-years .year-label {
  font-size: 0.8rem;
}

.etv-years .year-range {
  margin: 0.17rem 0 0.1rem 0.35rem;
  font-size: 0.6rem;
  background-color: #2970d9;
  color: white;
  display: inline-flex;
  align-items: center;
  height: 1.3rem;
  border-radius: 3px;
  min-width: 1.6rem;
  padding: 0.1rem 0.1rem 0 0.1rem;
}

.etv-years .year-range:first-child {
  margin-left: 0;
}

.etv-years .year-range h5,
.etv-years .year-range span {
  font-size: 0.64rem;
  line-height: 0.8rem;
}

.etv-years .video-has-closed-captioning {
  margin: 0 0 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #2970d9;
  width: 1.4rem;
  height: 1.4rem;
}

.etv-years .video-has-closed-captioning i.fa.fa-cc {
  color: #2970d9;
  background-color: white;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-top: 0;
}

.etv-subjects {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin: 0.3rem 0 0 0;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 1;
}

.etv-subjects > div {
  align-items: center;
  background-color: #f7fcf6;
  border-radius: 3px;
  display: inline-flex;
  font-size: 0.8rem;
  height: 0.9rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.55rem;
}

.etv-subjects h4,
.etv-subjects span {
  font-weight: bold;
  font-size: 0.7rem;
}

.etv-subjects span {
  display: block;
  line-height: 1.1;
}

.etv-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.9rem;
  padding-right: 1rem;
  padding-left: 0;
}

.etv-links a {
  color: black !important;
  text-decoration: none;
}

.etv-links a.active,
.etv-links a.active:hover {
  color: black !important;
  cursor: default;
  text-decoration: none !important;
  font-weight: bold;
}

.etv-links a:hover {
  text-decoration: underline;
}

.tipBox {
  border: thick solid #2970d9;
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
  background: #ffffff;
}

.tipBox .tipBox-header {
  color: #2970d9;
}

.tipBox ul {
  margin: 0;
}

.infoBox {
  display: block;
  margin: 0.5em;
  padding: 0.5em;
  color: #236DDC;
  background: white;
}

.errorBox {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: #a94442 solid thin;
  color: #a94442;
  background: #f9f1f1;
  font-size: 0.8rem;
}

.errorBox ul {
  margin: 0;
}

.etv-list {
  counter-reset: my-badass-counter;
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
  margin-bottom: 0;
  padding-bottom: 0;
}

.etv-list li {
  list-style: none;
  border-top: #2970d9 solid 3px;
  position: relative;
  margin-left: 40px;
  margin-bottom: 1rem;
  padding: 0.4rem;
}

.etv-list li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  background: #2970d9;
  color: white;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: absolute;
  top: -3px;
  left: -40px;
}

.block-separator {
  width: 2px;
  background: #eceeef;
  margin: 0 1rem;
  padding: 0;
  flex-grow: 0;
}

.footnote {
  font-size: 0.7rem;
  color: rgba(41, 112, 217, 0.5);
  margin-top: -0.2rem;
  margin-bottom: 1rem;
}

.fa.add-to-playlist-btn {
  color: #8E3F3E;
  cursor: pointer;
}

.inline-separator {
  display: inline-block;
  color: #236DDC;
  margin: 0 0.4rem 2px;
}

.expander {
  flex-grow: 1;
}

.etv-form .evt-control {
  display: flex;
}

.etv-form .etv-control-column {
  display: flex;
  flex-direction: column;
}

.etv-btn-link {
  border: none;
  background: none;
  color: black;
  cursor: pointer;
}

.etv-btn-link:hover {
  text-decoration: underline;
}

.etv-btnBar {
  margin: 1rem 0;
}

.etv-btnBar > * {
  margin-left: 0.5rem;
}

.btn {
  cursor: pointer;
}

.warning {
  color: #a94442;
}

.isClip-icon {
  width: 50px;
  height: 38px;
  background: transparent url("/img/videoClip-icon.svg") no-repeat center;
}

.etv-footnotes {
  padding: 1rem 0;
  font-size: small;
  margin: 1rem;
}

.unselectable {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.selected {
  -webkit-user-select: all;
  /* Chrome 49+ */
  -moz-user-select: all;
  /* Firefox 43+ */
  -ms-user-select: all;
  /* No support yet */
  user-select: all;
  /* Likely future */
}

.crawler {
  display: none;
}

.disableScrolling {
  overflow: hidden;
}

.nomargin {
  margin: 0;
}

a.external:after {
  content: "\F08E";
  /* fa-external-link */
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  margin-left: 0.3em;
}

a.video-image:focus {
  outline: 2px solid #2970d9;
}

.ajaxSpinner {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #2970d9;
  color: white;
  padding: 4px;
  display: none;
}

strong {
  color: black;
  font-weight: normal;
}

.passwordWidget .criteria {
  margin-left: 0.8rem;
  margin-top: 0.5rem;
}

.passwordWidget .criteria div {
  font-size: 0.9rem;
}

.passwordWidget .criteria div i {
  color: #dedede;
  padding-right: 0.6rem;
}

.passwordWidget .criteria div.invalid {
  color: #a94442;
}

.passwordWidget .criteria div.invalid i {
  color: #a94442;
}

.passwordWidget .criteria div.valid {
  color: #999;
}

.passwordWidget .criteria div.valid i {
  color: #4ea237;
}

.playlistMenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  background: white;
  max-height: 100vh;
  overflow: auto;
  border: 1px solid #eceeef !important;
}

.playlistMenu > * {
  border-bottom: 1px solid #eceeef !important;
}

.playlistMenu label {
  width: 100%;
  min-width: 4rem;
  margin: 0;
  border: none !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 !important;
}

.playlistMenu label i {
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

.playlistMenu .playlistMenu-header {
  background: #2970d9 !important;
  color: white !important;
  font-weight: bold;
  padding-left: 1rem;
}

.playlistMenu .playlistMenu-filter {
  padding: 5px;
}

.playlistMenu .playlistMenu-items {
  max-height: 200px;
  overflow: auto;
}

.playlistMenu .playlistMenu-create {
  padding-left: 1rem;
}

.playlistMenu .playlistMenu-create a {
  color: #000000;
}

.playlistMenu .playlistMenu-create label {
  margin: 2px;
  cursor: pointer;
}

.playlistMenu .playlistMenu-create label i {
  width: 1.25rem;
  margin: 0;
}

.like-video-btn .fa-circle,
.like-video-btn .passwordWidget .criteria div.valid i,
.passwordWidget .criteria div.valid .like-video-btn i {
  color: rgba(41, 112, 217, 0.5) !important;
}

.like-video-btn.liked .fa-circle,
.like-video-btn.liked .passwordWidget .criteria div.valid i,
.passwordWidget .criteria div.valid .like-video-btn.liked i {
  color: #4ea237 !important;
}

.scr-inactive-video-player {
  z-index: 2;
}

.keyframe {
  background: no-repeat center;
  background-size: cover;
  width: 240px;
  height: 135px;
  overflow: hidden;
  position: relative;
  padding: 0;
  border: none;
  flex-shrink: 0;
}

.keyframe img {
  width: 240px;
  height: auto;
}

@media (max-width: 576px) {
  .keyframe {
    width: 12rem;
    max-height: 10rem;
  }
}

.keyframe .keyframe-duration {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.6rem;
  padding: 3px 6px;
  color: white;
  right: 0;
  bottom: 0;
}

.keyframe .keyframe-watched {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.6rem;
  padding: 3px 6px;
  color: white;
  text-transform: uppercase;
  top: 0;
  left: 0;
  font-size: 0.5rem;
}

#shareVideoModal .etv-share-video-link {
  border: 1px solid rgba(41, 112, 217, 0.5);
}

#shareVideoModal .modal-body label strong {
  color: black;
  font-size: 1.3em;
  margin-right: 0.5rem;
}

.modal-header i.fa.fa-play {
  background-color: white;
  color: black;
  height: 2rem;
  border-radius: 50%;
  width: 2rem;
  line-height: 2rem;
  padding-left: 0.7rem;
}

@media screen and (min-width: 1199px) {
  .overview-synopsis {
    height: 190px;
    overflow-y: auto;
  }

  .partner-player-view .overview-synopsis {
    height: 124px;
    overflow-y: auto;
    padding-bottom: 0;
  }

  .partner-player-view .overview-synopsis .video-synopsis {
    margin-bottom: 0;
  }

  .overview-subjects {
    margin: 0.5rem 0 0 0;
    height: 1.1rem;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 1199px) {
  .overview-title {
    margin-top: 0.7rem;
  }

  .overview-episodeTitle {
    margin-top: 0.2rem;
  }

  .video-synopsis {
    margin-top: 0.7rem;
  }

  .action-icons {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .action-icons {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .action-icons {
    text-align: center;
  }
}

.overview-channel {
  font-size: 0.6rem;
}

.community-clip-label {
  padding: 0 0 0 0;
  text-align: right;
  font-size: 0.75rem;
  width: 50% !important;
}

.report-video {
  text-align: left;
  font-size: 0.75rem;
  width: 50% !important;
  padding-left: 0;
}

.report-video a {
  color: black;
}

.report-video a:hover {
  color: black;
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .bar-under-player {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 1199px) {
  .community-clip-label {
    padding-right: 0.7rem;
  }

  .report-video {
    padding-left: 0.7rem;
  }
}

.partner-player-view h1,
.partner-player-view h5 {
  font-weight: bold;
}

.partner-player-view h1 {
  line-height: 3rem;
  margin-bottom: 0;
}

.partner-player-view .overview-top-group {
  flex-grow: 0;
}

.partner-player-view .overview-synopsis {
  flex-grow: 1;
}

.partner-player-view .free-trial-ad-link {
  flex-grow: 0;
  min-height: 150px;
  width: 350px;
  position: relative;
}

.partner-player-view .free-trial-ad-link:hover {
  box-shadow: 0 0 0 1px #2970d9;
}

.partner-player-view .free-trial-ad-link:focus {
  box-shadow: 0 0 0 1px #2970d9;
}

.partner-player-view .free-trial-ad-link .text-locator {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60%;
  height: 50px;
  color: white;
  text-align: right;
}

.partner-player-view .free-trial-ad-link .link-button-locator {
  position: absolute;
  right: 20px;
  top: 90px;
}

.partner-player-view .free-trial-ad-link .link-button-locator .btn {
  background-color: yellow;
  color: black;
  font-weight: bold;
  padding: 4px 10px;
}

.partner-player-view .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
  height: 23px;
}

.ellipsis {
  overflow: hidden;
  height: 3.1rem;
  line-height: 1.5rem;
  margin: 0;
  border: 0;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 3.1rem;
}

.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.ellipsis:after {
  content: "\2026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3rem;
  margin-left: -3rem;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.videoStack-videos .etv-years {
  max-width: 200px;
  overflow: hidden;
}

.videoStack-videos .video-title h3 {
  color: #2e0070;
}

.videoList {
  background: white;
}

.videoList .videoList-header {
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
  margin-bottom: 0;
  border-top: 1px #eceeef solid;
  border-bottom: 1px #eceeef solid;
  display: flex;
}

.videoList .videoList-videos {
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
}

.videoList .videoList-videos .videoList-videos-video {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.4rem;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0.5rem 0;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details {
  display: flex;
  flex-direction: column;
  margin-left: 0.85rem;
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 240px);
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details > * {
  margin-bottom: 0.5rem;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details > * h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem;
  color: #2e0070;
  line-height: inherit;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .video-title {
  margin-bottom: 0.4rem;
  margin-top: -3px;
  width: 100%;
  color: #2e0070;
  line-height: 1.2rem;
}

@media (max-width: 576px) {
  .videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .video-title {
    width: 10rem;
  }

  .videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .video-title h4 {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
  }
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .overview-channel {
  font-size: 0.7rem;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row .subjectsYearsIsClip-column {
  justify-content: flex-start;
  flex-direction: column;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row .subjectsYearsIsClip-column .yearsIsClip-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 1;
  flex-grow: 1;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row .subjectsYearsIsClip-column .yearsIsClip-row .isClip-icon {
  height: 18px;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row .remove-from-list-btn,
.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row .add-to-playlist-btn {
  width: auto;
  text-align: center;
}

.videoList .videoList-videos .videoList-videos-video .video-detailsImage .video-details .subjectsYearsIsClipButtons-row .remove-from-list-btn .etv-btn-icon {
  min-width: inherit;
}

.videoList .videoList-videos .videoList-videos-video .video-synopsis {
  color: black !important;
  margin-top: 0.5rem;
  overflow: hidden;
  font-size: 0.8rem;
}

.videoList .videoList-videos .videoList-videos-video .video-synopsis:hover,
.videoList .videoList-videos .videoList-videos-video .video-synopsis:visited,
.videoList .videoList-videos .videoList-videos-video .video-synopsis:active,
.videoList .videoList-videos .videoList-videos-video .video-synopsis:focus {
  color: black !important;
  text-decoration: none;
}

.videoList .videoList-videos .videoList-videos-video .video-synopsis .expanded {
  height: inherit;
}

.videoList .videoList-videos.noResultMsg {
  padding: 1rem;
}

.videoList .videoList-videos.noResultMsg i {
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

.videoList .videoList-videos.noResultMsg i {
  color: #a94442;
}

.videoList .pagination li {
  padding: 0 0.25rem;
}

.scr-video-row h4 {
  font-size: 1rem;
}

.scr-video-row h5 {
  font-size: 0.8rem;
}

.scr-video-row .scr-meta .scr-title,
.scr-video-row .scr-meta .etv-subjects {
  font-weight: bold;
  color: #777777;
}

.scr-video-row .scr-meta .truncate {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scr-video-row .etv-subjects {
  overflow-x: hidden;
  width: 100%;
  padding-left: 1rem;
}

.scr-video-row .etv-subjects .nav-item {
  padding: 0.25rem 0.5rem 0 0;
}

.scr-video-row .etv-subjects a {
  color: #00EB91;
}

.scr-video-row .etv-subjects .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .etv-subjects .nav-link {
    padding: 0.5em 0.5em 0.5em 0;
  }

  .scr-video-list-item .etv-subjects {
    margin-left: 0;
  }
}

.video-synopsis.ellipsis {
  position: relative;
  height: 3.1rem;
  line-height: 1.5rem;
}

.video-synopsis.ellipsis:before {
  height: 3.1rem;
}

.ellipsis {
  overflow: hidden;
  height: 3.1rem;
  line-height: 1.5rem;
  margin: 0;
  border: 0;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 3.1rem;
}

.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.ellipsis:after {
  content: "\2026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3rem;
  margin-left: -3rem;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.videoStack {
  background: white;
  margin: 0 0 1rem;
  padding: 1rem;
  background: white;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.videoStack .videoStack-header {
  margin-top: 0.5rem;
}

.videoStack .videoStack-videos {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
}

.videoStack .videoStack-videos .videoStack-videos-video {
  display: flex;
  margin-top: 1rem;
}

.videoStack .videoStack-videos .videoStack-videos-video .keyframe {
  width: 120px;
  height: 63px;
  flex: none;
  margin: 0 0.3rem 0 0;
  font-size: 0.7rem;
}

.videoStack .videoStack-videos .videoStack-videos-video .videoStack-videos-details {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.videoStack .videoStack-videos .videoStack-videos-video .videoStack-videos-details .remove-from-list-btn {
  float: right;
}

.videoStack .videoStack-videos .videoStack-videos-video .videoStack-videos-details .video-title {
  padding: 0;
  margin-top: -0.1rem;
  line-height: 100%;
  font-weight: bold;
}

.videoStack .videoStack-videos .videoStack-videos-video .videoStack-videos-details .video-title h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
  color: #2e0070;
}

.videoStack .videoStack-videos .video-synopsis {
  margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
  body {
    width: 100%;
  }

  .page-footer.container {
    width: 100%;
  }

  .page-wrapper.container {
    margin-top: 0;
    width: 100%;
  }
}

.modal-backdrop.show {
  opacity: 0.8;
}

html.scr-etv-responsive {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  html.scr-etv-responsive {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .mainButtonsBar .etv-search-input input {
    width: auto;
  }
}

input.placeholder {
  font-style: italic;
  font-size: 0.8rem;
}

input:-moz-placeholder {
  font-style: italic;
  font-size: 0.8rem;
}

input::-moz-placeholder {
  font-style: italic;
  font-size: 0.8rem;
}

input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 0.8rem;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scr-video-likes {
  font-size: 0.9411764706rem;
  width: 100%;
  overflow: hidden;
}

.scr-video-likes .scr-likes-name {
  font-weight: bold;
}

.scr-etv-responsive .btn {
  font-size: 0.9412rem;
}

/* way the hell off screen */

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.etv-icon {
  background: no-repeat bottom;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
}

.etv-icon.etv-bookmark-icon,
.etv-icon.etv-fav-icon {
  background-image: url("/img/Bookmark-icon-32x32.png");
}

.etv-icon.etv-profile-icon {
  background-image: url("/img/Profile-icon-32x32.png");
}

.etv-icon.etv-playlist-icon {
  background-image: url("/img/Playlist-icon-32x32.png");
}

.etv-icon.etv-share-icon {
  background-image: url("/img/Share-icon-32x32.png");
}

.etv-icon.etv-download-icon {
  background-image: url("/img/icon-download-32x32.png");
}

.etv-icon.etv-like-icon {
  background-image: url("/img/Like-icon-22x27.png");
  padding: 1.5rem 1rem;
}

.etv-icon.etv-close-icon {
  background-image: url("/img/Close-X-17x19.png");
}

.etv-icon.etv-scissors-icon {
  background-image: url("/img/scissors-icon.png");
  background-position: 0 0.2rem;
}

.etv-icon.etv-trash-icon {
  background-image: url("/img/Trash-icon.png");
  background-size: contain;
  padding: 0.3rem 1rem;
}

.etv-sign-up-btn {
  white-space: normal;
}

.scr-order-item-list > div:last-child label,
.scr-order-item-list > div:last-child div {
  padding-top: 10px;
  border-top: solid #4ea237 1px;
}

.scr-total-row {
  padding-top: 10px;
  border-top: solid #4ea237 1px;
}

.etv-card.card {
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 0;
}

.etv-card.card.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.etv-card.card .card-header {
  border-radius: 8px 8px 0 0;
}

.etv-card.card .card-header .card-title {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.etv-card.card .card-block.bottom-border {
  padding: 0;
  border-bottom: solid 1px #eceeef;
}

.etv-card.card .bg-white {
  background-color: white;
}

.etv-card.card .card-outline-success {
  border-style: solid;
}

.etv-card.card .breadcrumb {
  background-color: white;
}

.etv-card.card label {
  width: auto;
}

.etv-card.card .scr-ceo-selection label {
  width: auto;
}

.labelled-icon-link {
  cursor: pointer;
}

.labelled-icon-link * {
  cursor: inherit;
}

.labelled-icon-link label.etv-icon-label {
  width: auto;
}

button.etv-icon {
  border: none;
  cursor: pointer;
}

button.etv-icon:focus {
  outline: none;
}

.scr-required-marker,
.form-group label.required::before,
.scr-legend-required:before {
  content: " \2731";
  color: #d9534f;
  padding: 0 0.1rem 0 0;
}

.scr-legend-required {
  background-color: white;
  border-radius: 9999px;
  color: #777777;
  padding: 5px 15px 5px 10px;
  margin-left: 30px;
  font-size: smaller;
}

.form-group .form-check label.custom-checkbox {
  border: solid #777777 1px;
  border-radius: 4px;
  padding: 0.4rem 0.3rem 0.4rem 1.8rem;
  margin: 0;
}

.form-group .form-check label.custom-checkbox .custom-control-indicator {
  top: 0.65rem;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: solid #777777 1px;
  box-shadow: 0 1px 1px #777777 inset;
}

.form-group .form-check.selected label {
  background-color: #555555;
  color: white;
}

.form-group .form-check .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #00EB91;
}

.form-group .form-check .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 3px #00EB91;
}

.has-danger .form-group label.custom-checkbox,
.has-danger.form-group label.custom-checkbox {
  border-color: #d9534f;
}

.form-group.text-smaller {
  font-size: 0.8rem;
}

.form-group.text-smaller label.custom-checkbox {
  padding: 0.4rem 0.3rem 0.4rem 1.3rem;
}

.form-group.text-smaller label.custom-checkbox .custom-control-indicator {
  top: 0.56rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}

.form-group.text-smaller .chosen-container {
  font-size: 0.8rem;
}

.form-group .form-check.scr-switch-look {
  border: none;
  border-radius: 4px;
  padding: 10px;
}

.form-group .form-check.scr-switch-look label {
  margin: 0;
}

.form-group .form-check.scr-switch-look.selected {
  background-color: transparent;
  color: #333;
}

.form-group .form-check.scr-switch-look .custom-control-description {
  padding-left: 1rem;
}

.form-group .form-check.scr-switch-look .custom-checkbox .custom-control-indicator {
  background-image: url("/img/x-white.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #777777;
  border: solid #777777 1px;
  border-radius: 9999px;
  box-shadow: none;
  width: 2rem;
}

.form-group .form-check.scr-switch-look .custom-checkbox .custom-control-indicator:after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #777777 1px;
  border-radius: 100%;
  box-shadow: 0px 1px 1px #777777;
  background-color: white;
}

.form-group .form-check.scr-switch-look .custom-control-input:checked ~ .custom-control-indicator {
  background: #00EB91 url("/img/check-white.svg") left;
  border-color: #00EB91;
  box-shadow: none;
}

.form-group .form-check.scr-switch-look .custom-control-input:checked ~ .custom-control-indicator:after {
  right: 0;
}

.form-group .form-check.scr-switch-look .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 3px #00EB91;
}

#webNumFullAccount-card-block label,
#webNumLinkAccount-card-block label,
#webNumTeachers-card-block label,
#totals-card-block label {
  width: 190px;
}

#webNumFullAccount-card-block input,
#webNumLinkAccount-card-block input,
#webNumTeachers-card-block input,
#totals-card-block input {
  width: 150px;
}

#promoCode-card-block label {
  width: 150px;
}

#promoCode-card-block input {
  width: 200px;
}

input[type=email] {
  background: transparent url("/img/email-icon.png") right 6px center no-repeat;
}

input[type=email]:focus {
  background: transparent url("/img/email-icon-focus.png") right 6px center no-repeat;
}

li.scr-client-error,
.scr-errors-client-only {
  display: none;
}

.card.etv-card.etv-onboarding-card label.custom-checkbox {
  width: 346px;
}

.card.etv-card.etv-onboarding-card label.form-control-label {
  width: auto;
}

.card.etv-card.etv-onboarding-card #teacherType-form-group label.custom-checkbox {
  width: 190px;
}

.card.etv-card.etv-onboarding-card #prefLevel-form-group label.custom-checkbox {
  width: 140px;
}

.card.etv-card.etv-onboarding-card #prefYears-form-group label.custom-checkbox {
  width: 100px;
}

.card.etv-card.etv-onboarding-card #prefSubjects-form-group label.custom-checkbox {
  width: 347px;
}

.card.etv-card .nav-link:focus,
.card.etv-card .nav-link:hover {
  text-decoration: underline;
}

.card.etv-card .nav-link:focus.disabled,
.card.etv-card .nav-link:hover.disabled {
  text-decoration: none;
}

.etv-fav-icon {
  position: relative;
}

.etv-fav-icon .etv-fav-icon-overlay {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #00EB91;
  color: #fff;
  line-height: 1.3rem;
}

.etv-form-group-error-message {
  display: none;
}

.has-danger .etv-form-group-error-message {
  display: block;
}

.modal.rounded-top,
.modal.card.etv-card.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal .modal-dialog,
.modal .modal-content,
.modal .modal-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal .modal-header,
.modal .close span {
  background-color: #2970d9;
  color: white;
}

.tooltip-inner {
  box-shadow: 2px 2px 3px black;
  background: #666666;
}

.etv-image-placeholder {
  background-color: #969696;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.etv-image-placeholder span {
  display: block;
  color: white;
  font-weight: bold;
  line-height: 1.6rem;
}

.etv-image-placeholder span:first-child {
  font-size: 2.3rem;
}

.etv-muted-form-group * {
  color: rgba(41, 112, 217, 0.5);
}

.etv-muted-form-group .form-check label.custom-checkbox {
  border-color: rgba(0, 0, 0, 0.14902);
  font-size: 80%;
  padding-left: 1.5rem;
}

.etv-muted-form-group .form-check label.custom-checkbox .custom-control-indicator {
  width: 0.8rem;
  height: 0.8rem;
  border-color: rgba(41, 112, 217, 0.5);
  box-shadow: 0 1px 1px rgba(41, 112, 217, 0.5) inset;
}

.etv-muted-form-group > label {
  font-size: 80%;
}

.etv-tag-input-form-group div.tagsinput {
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-radius: 0.25rem;
  padding-bottom: 0;
}

.form-group .btn-group[data-toggle=buttons] label {
  width: auto;
}

.sixteen-nine {
  position: relative;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.font-size-smaller {
  font-size: smaller;
}

#toast-container > div,
#toast-container.toast-bottom-center > div {
  width: 600px !important;
}

a button.span {
  cursor: pointer;
}

button.span {
  color: inherit;
  display: inline-block;
}

button.span,
button.span:active,
button.span.active,
button.span:disabled {
  background-color: transparent;
}

button.span,
button.span:focus,
button.span:hover,
button.span:active,
button.span:disabled {
  border-color: transparent;
}

form.span {
  display: inline-block;
}

.sso-sign-in-buttons #google-oauth2-sign-in-button,
.sso-sign-in-buttons #cenet-saml2-sign-in-button,
.sso-sign-in-buttons #nswgdec-saml2-sign-in-button,
.sso-sign-in-buttons #live-oauth2-sign-in-button,
.sso-sign-in-buttons #azure-oauth2-sign-in-button,
.sso-sign-in-buttons .saml2-sign-in-button {
  padding: 0 16px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 38px;
}

.sso-sign-in-buttons #google-oauth2-sign-in-button .sign-in-icon,
.sso-sign-in-buttons #cenet-saml2-sign-in-button .sign-in-icon,
.sso-sign-in-buttons #nswgdec-saml2-sign-in-button .sign-in-icon,
.sso-sign-in-buttons #live-oauth2-sign-in-button .sign-in-icon,
.sso-sign-in-buttons #azure-oauth2-sign-in-button .sign-in-icon,
.sso-sign-in-buttons .saml2-sign-in-button .sign-in-icon {
  height: 40px;
  width: 34px;
  background-color: white;
  border-radius: 5px 0 0 5px;
  margin-right: 16px;
}

.sso-sign-in-buttons #google-oauth2-sign-in-button .cenet-sign-in-icon img,
.sso-sign-in-buttons #cenet-saml2-sign-in-button .cenet-sign-in-icon img,
.sso-sign-in-buttons #nswgdec-saml2-sign-in-button .cenet-sign-in-icon img,
.sso-sign-in-buttons #live-oauth2-sign-in-button .cenet-sign-in-icon img,
.sso-sign-in-buttons #azure-oauth2-sign-in-button .cenet-sign-in-icon img,
.sso-sign-in-buttons .saml2-sign-in-button .cenet-sign-in-icon img {
  height: 28px;
}

.sso-sign-in-buttons #google-oauth2-sign-in-button .no-sign-in-icon,
.sso-sign-in-buttons #cenet-saml2-sign-in-button .no-sign-in-icon,
.sso-sign-in-buttons #nswgdec-saml2-sign-in-button .no-sign-in-icon,
.sso-sign-in-buttons #live-oauth2-sign-in-button .no-sign-in-icon,
.sso-sign-in-buttons #azure-oauth2-sign-in-button .no-sign-in-icon,
.sso-sign-in-buttons .saml2-sign-in-button .no-sign-in-icon {
  width: 0;
}

.mini-login .sso-sign-in-buttons .google,
.mini-login .sso-sign-in-buttons .microsoft,
.mini-login .sso-sign-in-buttons .cenet,
.mini-login .sso-sign-in-buttons .nswEducation {
  width: auto;
}

.login .card {
  border: none;
}

.login small {
  font-size: 60%;
}

.login .google {
  color: #000;
  background-color: #fff;
  border-color: #eceeef;
  width: 180px;
}

.login .microsoft {
  color: #000;
  background-color: #fff;
  border-color: #eceeef;
  width: 180px;
}

.login .microsoft .sign-in-icon {
  background: #000;
}

.login .cenet {
  color: #000;
  background-color: #fff;
  border-color: #eceeef;
  width: 180px;
}

.login .nswEducation {
  color: #000;
  background-color: #fff;
  border-color: #eceeef;
  width: 180px;
}

input[type=file]#admin-saml2-idp-metadata-file-upload {
  display: none;
}

#admin-saml2-idp-metadata-file-upload-selected-label {
  display: none;
}

#admin-saml2-idp-metadata-file-upload-selected-file {
  display: none;
  padding: 0.2em;
  border: 2px solid #ccc;
}

.pageBottomSpacer {
  height: 40px;
}

.referralMessage {
  margin: 1rem 0rem 0rem 0rem;
  display: block;
  padding: 0.5em;
  text-align: center;
  background: #236DDC;
  color: white;
  line-height: 1.5;
}

.referralMessage:hover {
  color: white;
  text-decoration: none;
}

.input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.container.about .header {
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: bold;
}

.container.about .header.larger {
  font-size: 2rem;
  line-height: 2.5rem;
}

.container.about p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.7rem;
}

.container.about p.red-bar-left {
  border-left: #ff4672 solid 1rem;
  padding-left: 1rem;
}

.container.about p.blue-bar-left {
  border-left: #0078cf solid 1rem;
  padding-left: 1rem;
}

.container.about .dark-blue {
  color: #0a015c;
}

.container.about .red {
  color: #ff4672;
}

.container.about .blue {
  color: #0078cf;
}

.container.about strong {
  color: #333;
  font-weight: bolder;
}

.container.about .back-ground-green {
  background-color: #0eceaa;
  color: white;
}

.container.about .sub-header {
  font-size: 1.1rem;
  font-weight: bolder;
}

.container.about .btn {
  border-radius: 0;
}

.container.about .btn-red {
  background-color: #ff4672;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 2.7rem;
}

.about-header {
  background-image: url("/assets/images/about-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 51.19px);
}

@media (min-width: 768px) {
  .about-header {
    height: calc(100vh - 64px);
  }
}

.about-header-title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 576px) {
  .about-header-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .about-header-title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .about-header-title {
    font-size: 3.5rem;
  }
}

.about-header-subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .about-header-subtitle {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .about-header-subtitle {
    font-size: 2.5rem;
  }
}

.about-info {
  background-color: #272661;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 4rem;
}

@media (min-width: 768px) {
  .about-info {
    background-image: url("/assets/images/about-03.png");
  }
}

.about-info-title {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .about-info-title {
    font-size: 2.5rem;
  }
}

.about-info-subtitle {
  font-size: 1.5rem;
}

.about-learning-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.about-notes .bg-notes-1 {
  background-color: #ff5d52;
}

.about-notes .bg-notes-2 {
  background-color: #c5ef99;
}

.about-notes .bg-notes-3 {
  background-color: #f6b54d;
}

.about-notes .bg-notes-4 {
  background-color: #cfb8cc;
}

.about-notes .bg-notes-5 {
  background-color: #fed501;
}

.about-notes .bg-notes-6 {
  background-color: #37ccec;
}

.about-notes-image {
  position: absolute;
  top: 77%;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
}

.about-image-absolute {
  position: absolute;
  top: -160px;
  bottom: 0;
  left: 20.7px;
  right: 0;
  width: 35rem;
}

.about-text {
  font-size: 1.35rem;
  line-height: 1.4;
}

.container.static {
  flex-grow: 1;
}

.container.static > div {
  margin: 0;
  padding: 0.25rem 1rem;
}

.container.static > img {
  padding: 0;
  margin: 0;
  float: right;
}

.container.static h1 {
  font-size: 1.8rem;
  color: #0a015c;
  line-height: 3rem;
  font-weight: bolder;
}

.container.static .faq-question,
.container.static h2,
.container.static h3 {
  font-weight: bolder;
  line-height: 3rem;
  font-size: 1.1rem;
  padding: 0.25rem 0;
}

.container.static .faq,
.container.static .section {
  padding: 0.25rem 0;
  margin: 0;
}

.container.static .faq > .section,
.container.static .section > .section {
  padding: 0;
}

.container.static .faq > .section h3,
.container.static .section > .section h3 {
  line-height: 1.1rem;
}

.container.static a {
  color: #6486D8;
  font-weight: normal;
}

.container.static ul.no-bullets-list {
  list-style-type: none;
}

.container.static .gold {
  color: #dfa404;
  font-size: 1.5rem;
}

.container.static td,
.container.static th {
  vertical-align: top;
  padding-bottom: 1rem;
}

.container.static td:first-child {
  padding-right: 0.25rem;
}

.container.static td:nth-child(2) {
  padding-left: 0.25rem;
}

@media (min-width: 576px) {
  .container.static > div {
    padding: 1rem;
  }

  .container.static .faq-question,
  .container.static h2,
  .container.static h3 {
    padding: 1rem 0;
  }

  .container.static .faq,
  .container.static .section {
    padding: 1rem 0;
  }

  .container.static .faq > .section,
  .container.static .section > .section {
    padding: 0.5rem 0;
  }

  .container.static .faq > .section h3,
  .container.static .section > .section h3 {
    padding: 0;
  }

  .container.static td:first-child {
    padding-right: 1rem;
  }

  .container.static td:nth-child(2) {
    padding-left: 1rem;
  }
}

.hide {
  display: none !important;
}

.oo-start-screen {
  z-index: auto !important;
}

h5 {
  font-size: 0.8rem;
}

.strips h2:hover {
  text-decoration: none;
}

.strips h2 {
  text-decoration: none;
}

.playlist-v2 h2:hover {
  text-decoration: none;
}

.playlist-v2 h2 {
  text-decoration: none;
}

.normal-link a {
  color: #000000;
  text-decoration: underline;
}

.normal-link a:hover {
  color: #000000;
  text-decoration: none;
}

.standard-error-message {
  font-size: 1.2rem;
}

.overview-classification img {
  height: 1.45rem;
  margin-left: 1rem;
}

.etv-btn-icon {
  cursor: pointer;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #ddd #ddd #fff #ddd !important;
}

.nav-tabs .nav-item:first-child .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #ddd #ddd #fff #fff !important;
}

.accessit-bar {
  background-color: #ffff99;
  padding: 0.5rem;
  text-align: center;
  color: #000000;
}

.accessit-bar a {
  color: #000000;
  text-decoration: underline;
}

.btn-success {
  background: #2970d9;
  color: white;
}

.btn-success:focus,
.btn-success:hover {
  color: white;
  background: #2970d9;
}

.clear-both {
  clear: both;
}

.home-container h2:hover,
.home-container h1:hover {
  text-decoration: underline !important;
}

.bottomMenu ul li a:hover {
  text-decoration: underline !important;
}

.h-auto {
  height: auto !important;
}

.w-100p {
  width: 100% !important;
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.block-relative {
  position: relative;
}

.block-relative {
  position: relative;
}

.playlist-name-overlay {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.5rem;
}


/*# sourceMappingURL=all.css.map*/
div.tagsinput{border:1px solid #CCC;background:#FFF;padding:5px;width:300px;height:100px;overflow-y:auto}div.tagsinput span.tag{border:1px solid #a5d24a;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;float:left;padding:5px;text-decoration:none;background:#cde69c;color:#638421;margin-right:5px;margin-bottom:5px;font-family:helvetica;font-size:13px}div.tagsinput span.tag a{font-weight:700;color:#82ad2b;text-decoration:none;font-size:11px}div.tagsinput input{width:80px;margin:0 5px 5px 0;font-family:helvetica;font-size:13px;border:1px solid transparent;padding:5px;background:0 0;color:#000;outline:0}div.tagsinput div{display:block;float:left}.tags_clear{clear:both;width:100%;height:0}.not_valid{background:#FBD8DB!important;color:#90111A!important}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
