/*!
 *  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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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: #ffffff;
}
/* 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 {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle: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;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
















 */
/* line 1, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
  border-radius: 5px;
  /* Override vendor style */
  font: 400 11px system-ui;
  /* Override vendor style */
}

/* line 8, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
}

/* line 23, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > button > span {
  display: inline-block;
}

/* line 27, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}

/* line 33, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

/* line 45, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap.ms-has-selections > button {
  color: #333;
}

/* line 49, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options {
  position: absolute;
  /* left: 0; Override vendor style */
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
}

/* line 62, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}

/* line 66, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}

/* line 74, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

/* line 84, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}

/* line 88, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 95, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}

/* line 99, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

/* line 102, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

/* line 106, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

/* line 112, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent;
}

/* line 120, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}

/* line 125, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}

/* line 131, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}

/* line 136, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}

/* line 143, app/assets/stylesheets/vendor/jquery.multiselect.css */
.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

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

/* HTML5 display-role reset for older browsers */
/* line 27, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
body {
  line-height: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
ol, ul {
  list-style: none;
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
blockquote, q {
  quotes: none;
}

/* line 40, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/meyer_reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/jefferies_tube.sass */
html {
  box-sizing: border-box;
}

/* line 6, ../../shared/bundle/ruby/3.4.0/gems/jefferies_tube-1.7.6/app/assets/stylesheets/jefferies_tube.sass */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 1, app/assets/stylesheets/_global.sass */
body {
  background-color: #f2f2f2;
  color: #424242;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

/* line 8, app/assets/stylesheets/_global.sass */
p {
  margin: 10px 0;
}

/* line 11, app/assets/stylesheets/_global.sass */
h1, h2, h3, h4, h5, h6 {
  color: #2E6494;
}

/* line 14, app/assets/stylesheets/_global.sass */
h1 {
  font-size: 2.25em;
}

/* line 17, app/assets/stylesheets/_global.sass */
h2 {
  font-size: 1.875em;
}

/* line 20, app/assets/stylesheets/_global.sass */
h3 {
  font-size: 1.5em;
}

/* line 23, app/assets/stylesheets/_global.sass */
h4 {
  font-size: 1.25em;
}

/* line 26, app/assets/stylesheets/_global.sass */
h5 {
  font-size: 1.125em;
}

/* line 29, app/assets/stylesheets/_global.sass */
h6 {
  font-size: 1em;
}

/* line 32, app/assets/stylesheets/_global.sass */
ul, ol {
  margin-left: 20px;
}

/* line 35, app/assets/stylesheets/_global.sass */
ol {
  list-style-type: decimal;
}

/* line 38, app/assets/stylesheets/_global.sass */
ul {
  list-style-type: disc;
}

/* line 41, app/assets/stylesheets/_global.sass */
a, a:visited, a:hover {
  color: #2E6494;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/_global.sass */
a.delete, a.delete:visited, a.delete:hover {
  color: #CC0000;
}

/* line 48, app/assets/stylesheets/_global.sass */
a.save, a.save:visited, a.save:hover {
  color: #385d22;
}

/* line 51, app/assets/stylesheets/_global.sass */
a:hover {
  text-decoration: underline;
}

/* line 54, app/assets/stylesheets/_global.sass */
em, .em {
  font-style: initial;
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/_global.sass */
i {
  font-style: italic;
}

/* line 61, app/assets/stylesheets/_global.sass */
strong, .strong {
  font-weight: bold;
}

/* line 65, app/assets/stylesheets/_global.sass */
dl dt {
  font-weight: bold;
  margin-top: 8px;
}

/* line 69, app/assets/stylesheets/_global.sass */
dl dd {
  margin-left: 16px;
}

/* line 72, app/assets/stylesheets/_global.sass */
.warn {
  color: #B95B09;
}

/* line 75, app/assets/stylesheets/_global.sass */
.ui-front {
  z-index: 1002 !important;
}

/*
 * Default Trix editor styles. See Action Text overwrites below. */
/* line 4, app/assets/stylesheets/actiontext.sass */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, app/assets/stylesheets/actiontext.sass */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 16, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 22, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 30, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

/* line 33, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

/* line 36, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 54, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 58, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

/* line 64, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

/* line 71, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 84, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 87, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 90, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 95, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 98, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 101, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 104, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 107, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 110, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 113, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 116, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 119, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 122, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 125, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 128, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 131, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 134, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 137, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 150, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 163, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 166, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 171, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 174, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 178, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 181, app/assets/stylesheets/actiontext.sass */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 186, app/assets/stylesheets/actiontext.sass */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* line 190, app/assets/stylesheets/actiontext.sass */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 194, app/assets/stylesheets/actiontext.sass */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

@media (max-width: 768px) {
  /* line 199, app/assets/stylesheets/actiontext.sass */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

@media (max-width: 768px) {
  /* line 204, app/assets/stylesheets/actiontext.sass */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 210, app/assets/stylesheets/actiontext.sass */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 216, app/assets/stylesheets/actiontext.sass */
trix-editor [data-trix-mutable]::-moz-selection {
  background: none;
}

/* line 219, app/assets/stylesheets/actiontext.sass */
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 223, app/assets/stylesheets/actiontext.sass */
trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::selection {
  background: none;
}

/* line 226, app/assets/stylesheets/actiontext.sass */
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 230, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection, trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 234, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 238, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 241, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment {
  position: relative;
}

/* line 244, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 247, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 250, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 260, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 263, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 279, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 287, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 290, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 303, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 306, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 309, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 312, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 325, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 339, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 342, app/assets/stylesheets/actiontext.sass */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 345, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 348, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 360, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 368, app/assets/stylesheets/actiontext.sass */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 372, app/assets/stylesheets/actiontext.sass */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 377, app/assets/stylesheets/actiontext.sass */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 382, app/assets/stylesheets/actiontext.sass */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 386, app/assets/stylesheets/actiontext.sass */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 392, app/assets/stylesheets/actiontext.sass */
.trix-content [dir=rtl] blockquote, .trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 398, app/assets/stylesheets/actiontext.sass */
.trix-content li {
  margin-left: 1em;
}

/* line 401, app/assets/stylesheets/actiontext.sass */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 404, app/assets/stylesheets/actiontext.sass */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 415, app/assets/stylesheets/actiontext.sass */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 419, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 424, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 428, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 431, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 434, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 ';
}

/* line 437, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 441, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 446, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 454, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 459, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 464, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 469, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment-gallery > action-text-attachment, .trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 475, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment, .trix-content .attachment-gallery.attachment-gallery--2 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 480, app/assets/stylesheets/actiontext.sass */
.trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment, .trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 484, app/assets/stylesheets/actiontext.sass */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule. */
/* line 2, app/assets/stylesheets/_activity_dashboard.sass */
.activity-dashboard .graphs-container {
  background-color: white;
  font: 14px sans-serif;
  margin: 0 0 10px 0;
  padding: 20px;
}

/* line 8, app/assets/stylesheets/_activity_dashboard.sass */
.activity-dashboard .graphs-container .bar rect {
  fill: #2E6494;
  shape-rendering: crispEdges;
}

/* line 12, app/assets/stylesheets/_activity_dashboard.sass */
.activity-dashboard .graphs-container .bar text {
  fill: white;
}

/* line 15, app/assets/stylesheets/_activity_dashboard.sass */
.activity-dashboard .graphs-container .axis path, .activity-dashboard .graphs-container .axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #424242;
}

/* line 2, app/assets/stylesheets/_bucket_resources.sass */
.bucket-resources .main-header {
  text-align: center;
}

/* line 5, app/assets/stylesheets/_bucket_resources.sass */
.bucket-resources .assets-header {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/_callbot.sass */
.fab-scroll-btn {
  background: #2E6494;
  border-radius: 25px;
  box-shadow: 3px 3px 3px 0px rgba(56, 56, 56, 0.45);
  color: white;
  cursor: pointer;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  transition: all .2s ease-in-out;
  width: 50px;
}

/* line 16, app/assets/stylesheets/_callbot.sass */
.fab-scroll-btn:hover {
  transform: scale(1.05);
}

/* line 19, app/assets/stylesheets/_callbot.sass */
.fab-scroll-up {
  bottom: 110px;
}

/* line 22, app/assets/stylesheets/_callbot.sass */
.fab-scroll-down {
  bottom: 50px;
}

/* line 25, app/assets/stylesheets/_callbot.sass */
.bubble {
  padding: 10px 20px;
  border-radius: 9999px;
  line-height: 1.5;
  max-width: 75%;
  min-height: 1.2em;
}

/* line 32, app/assets/stylesheets/_callbot.sass */
.bubble p {
  margin: 2px;
}

/* line 35, app/assets/stylesheets/_callbot.sass */
.ai-response {
  padding: .5em;
  background: none;
}

/* line 39, app/assets/stylesheets/_callbot.sass */
.ai-response p {
  margin: 2px;
}

/* line 43, app/assets/stylesheets/_callbot.sass */
.ai-prompt {
  max-width: 800px;
}

/* line 46, app/assets/stylesheets/_callbot.sass */
.ai-prompt .text-content {
  background: white;
  margin: 1em 0;
  padding: 1em;
  height: inherit;
}

/* line 52, app/assets/stylesheets/_callbot.sass */
.ai-prompt pre {
  background: white;
  padding: 1em;
  white-space: pre-wrap;
}

/* line 57, app/assets/stylesheets/_callbot.sass */
.ai-prompt .btn {
  width: fit-content;
}

/* line 60, app/assets/stylesheets/_callbot.sass */
.breadcrumbs-container {
  float: left;
}

/* line 63, app/assets/stylesheets/_callbot.sass */
.breadcrumbs-container h2 {
  font-size: 16px;
}

/* line 66, app/assets/stylesheets/_callbot.sass */
.breadcrumbs-container * {
  float: left;
}

/* line 69, app/assets/stylesheets/_callbot.sass */
.breadcrumbs-container .breadcrumb-separator {
  margin: 3px 10px 0;
}

/* line 72, app/assets/stylesheets/_callbot.sass */
.breadcrumbs-container .breadcrumb-secondary-page {
  color: #424242;
}

/* line 76, app/assets/stylesheets/_callbot.sass */
.suggested-prompts .btn, .suggested-prompts .btn:hover {
  background: #4E832F;
  margin-top: 5px;
  border-radius: 50px;
  font-size: 16px;
}

/* line 82, app/assets/stylesheets/_callbot.sass */
.suggested-prompts .btn:hover {
  background: #385d22;
}

/* line 85, app/assets/stylesheets/_callbot.sass */
.generated-image-container {
  position: relative;
  display: inline-block;
}

/* line 89, app/assets/stylesheets/_callbot.sass */
.generated-image-container:hover .download-btn {
  opacity: 1;
}

/* line 92, app/assets/stylesheets/_callbot.sass */
.generated-image-container .download-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

/* line 109, app/assets/stylesheets/_callbot.sass */
.generated-image-container .download-btn:hover {
  background: white;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/_callbot.sass */
.generated-image-container .download-btn svg {
  width: 20px;
  height: 20px;
  color: #4a5568;
}

/* line 2, app/assets/stylesheets/_cards.sass */
.card {
  background-color: white;
  border: 15px solid white;
  border-radius: 2px;
  float: left;
  height: 225px;
  margin: 0 0 16px;
  overflow-y: auto;
  padding: 5px 15px;
  width: 100%;
}

/* line 13, app/assets/stylesheets/_cards.sass */
.card.resource-card {
  height: 275px;
}

/* line 16, app/assets/stylesheets/_cards.sass */
.card.bucket-card {
  height: auto;
}

/* line 19, app/assets/stylesheets/_cards.sass */
.card.mod-small-card {
  margin: 0 1.333333333333% 16px 0;
  width: 32%;
}

/* line 23, app/assets/stylesheets/_cards.sass */
.card-header {
  align-items: baseline;
  border-bottom: 1px solid #757575;
  display: flex;
}

/* line 28, app/assets/stylesheets/_cards.sass */
.card-header-main {
  color: #757575;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}

/* line 34, app/assets/stylesheets/_cards.sass */
.card-handle {
  color: #2E6494;
  font-size: 1rem;
  padding-right: 0.5rem;
}

/* line 39, app/assets/stylesheets/_cards.sass */
.card-title {
  flex-grow: 1;
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/_cards.sass */
.card-title.with-scroll {
  margin-bottom: -3px;
}

/* line 46, app/assets/stylesheets/_cards.sass */
.card-title a, .card-title a:visited, .card-title a:hover {
  color: #4a6b23;
}

/* line 49, app/assets/stylesheets/_cards.sass */
.card-title span.subtitle {
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 8px;
}

/* line 54, app/assets/stylesheets/_cards.sass */
.card-date {
  font-size: 0.8rem;
}

/* line 57, app/assets/stylesheets/_cards.sass */
.card-edit {
  margin-left: 8px;
  min-width: max-content;
}

/* line 61, app/assets/stylesheets/_cards.sass */
.card-item {
  margin-top: 8px;
}

/* line 64, app/assets/stylesheets/_cards.sass */
.card-item-header {
  margin-bottom: 2px;
}

/* line 67, app/assets/stylesheets/_cards.sass */
.card-item-header label {
  height: 22.4px;
  line-height: 22.4px;
}

/* line 74, app/assets/stylesheets/_cards.sass */
.card-item-header label input {
  float: left;
  height: 22.4px;
  line-height: 22.4px;
  margin: 0 8px 0 0;
}

/* line 80, app/assets/stylesheets/_cards.sass */
.card-item-body {
  font-size: 14px;
  padding-left: 8px;
}

/* line 84, app/assets/stylesheets/_cards.sass */
.url, .document {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/_compare_box.sass */
.compare-box {
  overflow: auto;
  background: #fcfcfc;
  padding: 15px;
  width: 100%;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.compare-box::after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, app/assets/stylesheets/_compare_box.sass */
.compare-box h1 {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/_compare_box.sass */
.compare-box .instructions {
  font-style: italic;
}

/* line 15, app/assets/stylesheets/_compare_box.sass */
.compare-box ul {
  display: block;
  list-style: none;
  margin: 8px 0;
  max-height: 300px;
  overflow-y: auto;
}

/* line 22, app/assets/stylesheets/_compare_box.sass */
.compare-box ul li {
  border: 1px solid #aaa;
  box-shadow: 2px 2px 2px #aaa;
  float: left;
  margin: 8px 16px 8px 0;
  padding: 4px 4px 4px 10px;
}

/* line 29, app/assets/stylesheets/_compare_box.sass */
.compare-box form {
  max-width: none;
  width: 100%;
}

/* line 33, app/assets/stylesheets/_compare_box.sass */
.compare-box .select-links {
  display: inline-block;
  font-weight: normal;
  margin-left: 20px;
}

/* line 38, app/assets/stylesheets/_compare_box.sass */
.compare-box input[type=submit] {
  margin-top: 16px;
  width: 100%;
}

/* line 42, app/assets/stylesheets/_compare_box.sass */
.stick {
  border-top: 0 !important;
  box-shadow: 0px 0px 15px 0px rgba(56, 56, 56, 0.75);
  margin: 25px auto;
  margin-top: 15px !important;
  position: fixed;
  top: 0;
  width: calc(100% - 30px);
  z-index: 1000;
}

/* line 52, app/assets/stylesheets/_compare_box.sass */
.compare-x {
  display: inline-block;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/_devise.sass */
.devise-page {
  background-color: #ddd;
  border-radius: 4px;
  margin: 60px auto;
  max-width: 500px;
  padding: 40px;
}

/* line 8, app/assets/stylesheets/_devise.sass */
.devise-page h2 {
  margin-bottom: 35px;
}

/* line 2, app/assets/stylesheets/_exports.sass */
.exports-index .generating {
  font-style: italic;
  font-weight: bold;
}

/* line 6, app/assets/stylesheets/_exports.sass */
.exports-index .new-button {
  float: right;
}

/* line 9, app/assets/stylesheets/_exports.sass */
.exports-show {
  overflow: scroll;
}

/* line 12, app/assets/stylesheets/_exports.sass */
.exports-show table.table {
  width: auto;
}

/* line 15, app/assets/stylesheets/_exports.sass */
.exports-show .export {
  float: right;
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/_forms.sass */
form {
  max-width: 800px;
}

/* line 4, app/assets/stylesheets/_forms.sass */
.form-inputs, .form-actions {
  overflow: auto;
  margin-bottom: 10px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.form-inputs::after, .form-actions::after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, app/assets/stylesheets/_forms.sass */
.hint {
  font-size: 14px;
  font-style: italic;
}

/* line 12, app/assets/stylesheets/_forms.sass */
input[type=submit] {
  margin-top: 20px;
}

/* line 15, app/assets/stylesheets/_forms.sass */
.input {
  margin: 10px 0;
}

/* line 18, app/assets/stylesheets/_forms.sass */
.input .search-input {
  font-size: 14px;
  height: 32px;
  max-width: 300px;
  padding-left: 8px;
}

/* line 25, app/assets/stylesheets/_forms.sass */
.input input[type=submit]:not, .input select, .input textarea {
  background-color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

/* line 31, app/assets/stylesheets/_forms.sass */
.input input[type=submit]:not, .input select {
  height: 40px;
}

/* line 34, app/assets/stylesheets/_forms.sass */
.input > label {
  display: block;
  margin-bottom: 7px;
}

/* line 38, app/assets/stylesheets/_forms.sass */
.input input.file {
  background-color: transparent;
  margin-top: 23px;
  width: 100%;
}

/* line 44, app/assets/stylesheets/_forms.sass */
.input select, .input input.string, .input input.numeric, .input input.password, .input textarea.text {
  border: 1px solid #6b6b6b;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 8px;
  width: 100%;
}

/* line 51, app/assets/stylesheets/_forms.sass */
.input select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 8px 16px 8px 8px;
  -webkit-appearance: none;
}

/* line 59, app/assets/stylesheets/_forms.sass */
.input select[multiple=multiple] {
  min-height: 300px;
}

/* line 62, app/assets/stylesheets/_forms.sass */
.input input[type=checkbox] {
  height: auto;
}

/* line 66, app/assets/stylesheets/_forms.sass */
.input span.radio label {
  display: block;
}

/* line 69, app/assets/stylesheets/_forms.sass */
.input span.radio input[type=radio] {
  height: auto;
}

/* line 73, app/assets/stylesheets/_forms.sass */
.with-bold-labels label {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/_forms.sass */
fieldset {
  background-color: #fff;
  border-radius: 4px;
  margin: 15px auto 30px;
  max-width: 900px;
  padding: 40px;
}

/* line 83, app/assets/stylesheets/_forms.sass */
fieldset.border {
  background-color: inherit;
  border: 1px solid #2E6494;
}

/* line 87, app/assets/stylesheets/_forms.sass */
fieldset fieldset {
  border-top: 1px solid #6b6b6b;
  margin: 15px 0;
  padding: 15px 0;
}

/* line 92, app/assets/stylesheets/_forms.sass */
.full-width {
  max-width: inherit;
}

/* line 97, app/assets/stylesheets/_forms.sass */
.nested-fields {
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 10px;
}

/* line 104, app/assets/stylesheets/_forms.sass */
.survey-instance-nested-fields .input {
  margin: 0;
}

/* line 107, app/assets/stylesheets/_forms.sass */
.survey-instance-nested-fields > .nested-fields {
  margin-bottom: 15px;
}

/* line 111, app/assets/stylesheets/_forms.sass */
.organization-nested-fields .organization-name {
  cursor: pointer;
}

/* line 114, app/assets/stylesheets/_forms.sass */
.organization-nested-fields .organization-name.active {
  border-top: 3px solid #82b541;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 25px;
}

/* line 121, app/assets/stylesheets/_forms.sass */
.organization-nested-fields .organization-container.active, .organization-nested-fields .new-organization-fields.active {
  border-bottom: 3px solid #82b541;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* line 127, app/assets/stylesheets/_forms.sass */
.organization-nested-fields .organization-container.active + .organization-name.active, .organization-nested-fields .new-organization-fields.active + .organization-name.active {
  border-top: 0;
}

/* line 130, app/assets/stylesheets/_forms.sass */
.new-nested-item-fields {
  clear: both;
  margin-top: 25px;
}

/* line 136, app/assets/stylesheets/_forms.sass */
.remove-link {
  color: #CC0000;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 4px;
  text-align: right;
}

/* line 143, app/assets/stylesheets/_forms.sass */
.remove-link a, .remove-link a:visited, .remove-link a:hover {
  color: #CC0000;
}

/* line 146, app/assets/stylesheets/_forms.sass */
.edit-link-container {
  color: #2E6494;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 4px;
  text-align: right;
}

/* line 153, app/assets/stylesheets/_forms.sass */
.edit-link-container a, .edit-link-container a:visited, .edit-link-container a:hover {
  color: #2E6494;
}

/* line 156, app/assets/stylesheets/_forms.sass */
.search-form, .clear-search, .search-results {
  margin: 15px 0;
  width: 100%;
}

/* line 160, app/assets/stylesheets/_forms.sass */
.clear-search {
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/_forms.sass */
.contact .error {
  display: block;
  text-align: right;
}

/* line 168, app/assets/stylesheets/_forms.sass */
.contact .form-actions {
  margin-bottom: 25px;
}

/* line 171, app/assets/stylesheets/_forms.sass */
.contact label, .contact input, .contact textarea, .contact select {
  float: left;
}

/* line 174, app/assets/stylesheets/_forms.sass */
.contact label {
  padding: 10px 10px 0 0;
  text-align: right;
  width: 30%;
}

/* line 179, app/assets/stylesheets/_forms.sass */
.contact input.string, .contact textarea, .contact select {
  overflow: auto;
  border: 1px solid #e8e8e8;
  max-width: 400px;
  width: 70%;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.contact input.string::after, .contact textarea::after, .contact select::after {
  content: "";
  display: table;
  clear: both;
}

/* line 186, app/assets/stylesheets/_forms.sass */
.accounts-form .add-link {
  border-radius: 4px;
  border: 1px solid #2E6494;
  font-style: normal;
  padding: 8px;
}

/* line 192, app/assets/stylesheets/_forms.sass */
.add-link {
  font-style: italic;
}

/* line 195, app/assets/stylesheets/_forms.sass */
.btn, .btn:visited, .btn:hover, .btn-alt, .btn-alt:visited, .btn-alt:hover {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  max-width: 100%;
  padding: 12px;
  text-align: center;
}

/* line 206, app/assets/stylesheets/_forms.sass */
.btn.search-button, .btn.search-button:visited, .btn.search-button:hover, .btn-alt.search-button, .btn-alt.search-button:visited, .btn-alt.search-button:hover {
  padding: 6px 12px;
}

/* line 209, app/assets/stylesheets/_forms.sass */
.icon-btn {
  white-space: normal;
}

/* line 212, app/assets/stylesheets/_forms.sass */
.btn, .btn:visited, .btn:hover {
  background-color: #2E6494;
  color: white;
}

/* line 216, app/assets/stylesheets/_forms.sass */
.btn:disabled, .btn:visited:disabled, .btn:hover:disabled {
  background-color: #6b6b6b;
  cursor: default;
}

/* line 220, app/assets/stylesheets/_forms.sass */
.btn:hover {
  background-color: #224a6d;
  text-decoration: none;
}

/* line 224, app/assets/stylesheets/_forms.sass */
.btn-alt, .btn-alt:visited, .btn-alt:hover {
  background-color: #4E832F;
  color: white;
}

/* line 228, app/assets/stylesheets/_forms.sass */
.btn-alt:disabled, .btn-alt:visited:disabled, .btn-alt:hover:disabled {
  background-color: #385d22;
}

/* line 231, app/assets/stylesheets/_forms.sass */
.btn-alt:hover {
  background-color: #385d22;
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/_forms.sass */
.btn-orange, .btn-orange:visited, .btn-orange:hover {
  background-color: #E5710B;
  font-size: 18px;
}

/* line 239, app/assets/stylesheets/_forms.sass */
.btn-orange:disabled, .btn-orange:visited:disabled, .btn-orange:hover:disabled {
  background-color: #a75208;
}

/* line 242, app/assets/stylesheets/_forms.sass */
.btn-orange:hover {
  background-color: #a75208;
  text-decoration: none;
}

/* line 246, app/assets/stylesheets/_forms.sass */
.btn-red, .btn-red:visited, .btn-red:hover {
  background-color: #CC0000;
}

/* line 249, app/assets/stylesheets/_forms.sass */
.btn-red:disabled, .btn-red:visited:disabled, .btn-red:hover:disabled {
  background-color: #ff3333;
}

/* line 252, app/assets/stylesheets/_forms.sass */
.btn-red:hover {
  background-color: #990000;
  text-decoration: none;
}

/* line 256, app/assets/stylesheets/_forms.sass */
a.btn, a.btn:visited, a.btn:hover {
  display: block;
}

/* line 259, app/assets/stylesheets/_forms.sass */
.survey-instance-ids-input {
  width: 80%;
}

/* line 262, app/assets/stylesheets/_forms.sass */
.survey-instance-options {
  margin-left: 25px;
}

/* line 265, app/assets/stylesheets/_forms.sass */
.question-mark {
  background: #fff;
  border-radius: 1em;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 1.4em;
}

/* line 273, app/assets/stylesheets/_forms.sass */
.question-mark:hover {
  background: #f2f2f2;
}

/* line 276, app/assets/stylesheets/_forms.sass */
label.explainer {
  display: block;
  font-weight: bold;
  margin: 10px 0 -10px;
}

/* line 281, app/assets/stylesheets/_forms.sass */
.organization-index-form {
  display: flex;
  justify-content: space-between;
}

/* line 285, app/assets/stylesheets/_forms.sass */
.organization-index-form .shared-reports-form {
  margin: 15px 0;
}

/* line 288, app/assets/stylesheets/_forms.sass */
.organization-index-form .search-input {
  display: content;
}

/* line 292, app/assets/stylesheets/_forms.sass */
.organization-index-form #basic-search.hidden {
  display: none;
}

/* line 295, app/assets/stylesheets/_forms.sass */
.organization-index-form #basic-search .input {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 300, app/assets/stylesheets/_forms.sass */
.organization-index-form #basic-search .search-input {
  width: 286px;
}

/* line 303, app/assets/stylesheets/_forms.sass */
.organization-index-form #basic-search .search-button {
  margin: 0 10px;
}

/* line 306, app/assets/stylesheets/_forms.sass */
.organization-index-form #basic-search .clear-search {
  margin: 0;
  width: 58px;
}

/* line 311, app/assets/stylesheets/_forms.sass */
.organization-index-form #advanced-search.hidden {
  display: none;
}

/* line 314, app/assets/stylesheets/_forms.sass */
#report_template_instructions_text_area {
  border: 1;
  font-family: Arial;
  font-size: 1rem;
  height: 150px;
  margin: 0px;
  padding: 5px;
  width: 100%;
}

/* line 323, app/assets/stylesheets/_forms.sass */
#report_template_instructions_text_field {
  border: 0px;
  width: 200px;
}

/* line 330, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container .switch, .toggle-responses-container .switch, .toggle-search-type-container .switch {
  display: inline-block;
  height: 24px;
  margin-right: 30px;
  position: relative;
  width: 60px;
}

/* line 337, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container .slider, .toggle-responses-container .slider, .toggle-search-type-container .slider {
  background-color: #6b6b6b;
  border-radius: 34px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
}

/* line 349, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container .slider:before, .toggle-responses-container .slider:before, .toggle-search-type-container .slider:before {
  background-color: white;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  transition: .4s;
  -webkit-transition: .4s;
  width: 16px;
}

/* line 361, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container input, .toggle-responses-container input, .toggle-search-type-container input {
  height: 0;
  opacity: 0;
  width: 0;
}

/* line 367, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container input:focus + .slider, .toggle-responses-container input:focus + .slider, .toggle-search-type-container input:focus + .slider {
  box-shadow: 0 0 1px #2E6494;
}

/* line 371, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container input:checked + .slider, .toggle-responses-container input:checked + .slider, .toggle-search-type-container input:checked + .slider {
  background-color: #2E6494;
}

/* line 374, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container input:checked + .slider:before, .toggle-responses-container input:checked + .slider:before, .toggle-search-type-container input:checked + .slider:before {
  -ms-transform: translateX(36px);
  transform: translateX(36px);
  -webkit-transform: translateX(36px);
}

/* line 379, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container input:checked + .slider .off, .toggle-responses-container input:checked + .slider .off, .toggle-search-type-container input:checked + .slider .off {
  display: none;
}

/* line 382, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container input:checked + .slider .on, .toggle-responses-container input:checked + .slider .on, .toggle-search-type-container input:checked + .slider .on {
  display: block;
}

/* line 385, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container .on, .toggle-symbol-view-container .off, .toggle-responses-container .on, .toggle-responses-container .off, .toggle-search-type-container .on, .toggle-search-type-container .off {
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  top: 3px;
}

/* line 393, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container .off, .toggle-responses-container .off, .toggle-search-type-container .off {
  right: 7px;
}

/* line 396, app/assets/stylesheets/_forms.sass */
.toggle-symbol-view-container .on, .toggle-responses-container .on, .toggle-search-type-container .on {
  display: none;
  left: 7px;
}

/* line 400, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container {
  margin: 15px 0 30px;
}

/* line 403, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container .switch {
  width: 140px;
}

/* line 406, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container .switch.advanced {
  width: 175px;
}

/* line 409, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container .slider {
  background-color: #2E6494;
}

/* line 412, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container .off {
  left: 25px;
}

/* line 416, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container input:checked + .slider {
  background-color: #4E832F;
}

/* line 419, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container input:checked + .slider:before {
  -ms-transform: translateX(151px);
  transform: translateX(151px);
  -webkit-transform: translateX(151px);
}

/* line 424, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container input:checked + .slider .off {
  display: none;
}

/* line 427, app/assets/stylesheets/_forms.sass */
.toggle-search-type-container input:checked + .slider .on {
  display: block;
}

/* line 430, app/assets/stylesheets/_forms.sass */
.form-keyword-list {
  list-style-type: none;
  margin-left: 0;
  padding-top: 0 !important;
}

/* line 435, app/assets/stylesheets/_forms.sass */
.form-keyword-list li.column-33 {
  padding-top: 0;
}

/* line 439, app/assets/stylesheets/_forms.sass */
.form-keyword-list li:not(:last-of-type) ul {
  margin-bottom: 20px;
}

/* line 443, app/assets/stylesheets/_forms.sass */
.devise-page.passwords-edit .error {
  text-transform: unset;
}

/* line 2, app/assets/stylesheets/_inquiries.sass */
.inquiry-show .header {
  padding-bottom: 25px;
}

/* line 5, app/assets/stylesheets/_inquiries.sass */
.inquiry-show .body {
  background-color: white;
  padding: 25px;
}

/* line 9, app/assets/stylesheets/_inquiries.sass */
.inquiry-new {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}

/* line 14, app/assets/stylesheets/_inquiries.sass */
.inquiry-new .row {
  overflow: auto;
  clear: both;
  padding: 10px 0;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.inquiry-new .row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 19, app/assets/stylesheets/_inquiries.sass */
.inquiry-new .btn {
  display: block;
  float: none;
  margin: 0 auto;
  width: 130px;
}

/* line 25, app/assets/stylesheets/_inquiries.sass */
.inquiry-new .text {
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/_inquiries.sass */
.inquiry-new .item, .inquiry-new .section {
  background: white;
  box-shadow: 0px 0px 7px #757575;
  margin: 20px auto;
  padding: 20px;
  width: 100%;
}

/* line 35, app/assets/stylesheets/_inquiries.sass */
.inquiry-new .title {
  font-weight: bold;
  padding-bottom: 20px;
}

/* line 39, app/assets/stylesheets/_inquiries.sass */
.inquiry-new .subsection {
  border-top: 2px solid #f2f2f2;
  padding: 20px 0;
}

/* line 2, app/assets/stylesheets/_school_keywords.sass */
.school-keywords-index .generating {
  font-style: italic;
  font-weight: bold;
}

/* line 6, app/assets/stylesheets/_school_keywords.sass */
.school-keywords-index .new-button {
  float: right;
}

/* line 1, app/assets/stylesheets/_layout.sass */
nav {
  overflow: auto;
  background-color: white;
  padding: 10px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
nav::after {
  content: "";
  display: table;
  clear: both;
}

/* line 6, app/assets/stylesheets/_layout.sass */
nav .nav-logo {
  background-image: url(/assets/nav_logo-7a9f360ad96c85b4762411afe0fd3931ed25463b55ac31561423702def0f2951.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 55px;
  margin: 8px 0 0 8px;
  width: 123px;
}

/* line 16, app/assets/stylesheets/_layout.sass */
nav .the-well-nav-logo {
  background-image: url(/assets/thewell_no_text_logo-962ef0d31b1cdc940d9bfda3c2876995f5f300d473e803e414464f4ea04bca6f.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 55px;
  margin: 8px 0 0 8px;
  width: 123px;
}

/* line 26, app/assets/stylesheets/_layout.sass */
nav ul {
  list-style-type: none;
}

/* line 28, app/assets/stylesheets/_layout.sass */
nav ul .admin-options {
  float: left;
}

/* line 31, app/assets/stylesheets/_layout.sass */
nav li {
  float: left;
  line-height: 69px;
  margin-left: 40px;
}

/* line 36, app/assets/stylesheets/_layout.sass */
nav li a.nav-active, nav li a:hover {
  border-top: 3px solid #2E6494;
  padding-top: 5px;
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/_layout.sass */
nav li a:visited, nav li a:link {
  color: #424242;
}

/* line 44, app/assets/stylesheets/_layout.sass */
nav .user-options {
  float: right;
  margin-right: 40px;
}

/* line 49, app/assets/stylesheets/_layout.sass */
nav .user-email, nav .logout {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/_layout.sass */
nav .login {
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/_layout.sass */
nav li.submenu:hover li, nav li.submenu ul:hover li {
  display: block;
}

/* line 64, app/assets/stylesheets/_layout.sass */
nav li.submenu ul {
  left: 122px;
  position: absolute;
  right: 0;
  top: 45px;
}

/* line 70, app/assets/stylesheets/_layout.sass */
nav li.submenu ul li {
  display: none;
  float: left;
}

/* line 75, app/assets/stylesheets/_layout.sass */
nav.survey-nav ul {
  float: right;
}

/* line 78, app/assets/stylesheets/_layout.sass */
nav.survey-nav li {
  float: right;
  line-height: 63px;
}

/* line 82, app/assets/stylesheets/_layout.sass */
.notice, .alert {
  padding: 20px;
  text-align: center;
}

/* line 86, app/assets/stylesheets/_layout.sass */
.notice {
  background-color: #4E832F;
  color: white;
}

/* line 90, app/assets/stylesheets/_layout.sass */
.alert {
  background-color: #CC0000;
  color: white;
}

/* line 94, app/assets/stylesheets/_layout.sass */
.full-page-notice {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9001;
}

/* line 103, app/assets/stylesheets/_layout.sass */
.full-page-notice .full-page-notice-message {
  background: #fff;
  border: 8px solid #82b541;
  font-size: 22px;
  margin: 50px auto 0;
  padding: 20px;
  text-align: center;
  width: 15rem;
  height: 15rem;
}

/* line 113, app/assets/stylesheets/_layout.sass */
.full-page-notice .close {
  margin-top: 8px;
}

/* line 116, app/assets/stylesheets/_layout.sass */
.full-page-notice .close a, .full-page-notice .close a:visited, .full-page-notice .close a:hover {
  font-style: italic;
}

/* line 119, app/assets/stylesheets/_layout.sass */
main {
  overflow: auto;
  margin-right: 20px;
  min-height: 600px;
  padding: 20px 0;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
main::after {
  content: "";
  display: table;
  clear: both;
}

/* line 125, app/assets/stylesheets/_layout.sass */
main .admin-responsive {
  max-width: 1080px;
  width: calc(100% - 200px);
}

/* line 129, app/assets/stylesheets/_layout.sass */
main .admin-responsive .edit {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

/* line 134, app/assets/stylesheets/_layout.sass */
.content {
  background: white;
  min-height: 318px;
  padding: 16px;
}

/* line 139, app/assets/stylesheets/_layout.sass */
section#actions {
  float: left;
  margin: 20px;
}

/* line 143, app/assets/stylesheets/_layout.sass */
section#actions ul {
  list-style-type: none;
  margin: 0;
}

/* line 147, app/assets/stylesheets/_layout.sass */
section#actions li {
  margin-bottom: 8px;
}

/* line 150, app/assets/stylesheets/_layout.sass */
section#actions .btn, section#actions .btn-alt {
  display: block;
  text-align: center;
  width: 140px;
}

/* line 155, app/assets/stylesheets/_layout.sass */
footer {
  background-color: white;
  box-shadow: 0px 2px 8px #e8e8e8;
  clear: both;
  padding: 20px;
}

/* line 161, app/assets/stylesheets/_layout.sass */
footer a, footer a:visited {
  color: black;
}

/* line 164, app/assets/stylesheets/_layout.sass */
footer .contact {
  overflow: auto;
  margin-bottom: 6px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
footer .contact::after {
  content: "";
  display: table;
  clear: both;
}

/* line 168, app/assets/stylesheets/_layout.sass */
footer .contact div {
  float: left;
  margin-right: 20px;
}

/* line 172, app/assets/stylesheets/_layout.sass */
footer .copy {
  color: #757575;
}

/* line 175, app/assets/stylesheets/_layout.sass */
.mobile-only {
  display: none;
}

/* line 178, app/assets/stylesheets/_layout.sass */
.desktop-only {
  display: block;
}

/* line 181, app/assets/stylesheets/_layout.sass */
.help {
  font-size: 14px;
  font-style: italic;
  padding: 4px 0;
}

/* line 186, app/assets/stylesheets/_layout.sass */
.paginate-count {
  margin: 15px 0;
}

/* line 189, app/assets/stylesheets/_layout.sass */
.paginate-count b {
  font-weight: bold;
}

/* line 192, app/assets/stylesheets/_layout.sass */
.prominent-buttons-container {
  box-sizing: border-box;
  display: inline-flex;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
}

/* line 199, app/assets/stylesheets/_layout.sass */
.prominent-buttons-container a, .prominent-buttons-container a:visited, .prominent-buttons-container a:hover {
  font-size: 1.2em;
  margin: 10px;
  padding: 25px 0;
  text-align: center;
  width: 240px;
}

/* line 206, app/assets/stylesheets/_layout.sass */
#mask {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

/* line 216, app/assets/stylesheets/_layout.sass */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 225, app/assets/stylesheets/_layout.sass */
.fr-view p img.wysiwyg-pdf-icon, .fr-view p span.wysiwyg-pdf-icon {
  float: left !important;
  margin: 0 5px 0 0 !important;
  padding: 0;
  width: 15px !important;
}

/* line 231, app/assets/stylesheets/_layout.sass */
.fr-view em {
  font-style: italic;
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/_layout.sass */
hr {
  margin: 20px 0;
}

/* line 238, app/assets/stylesheets/_layout.sass */
.quick-call-info-link {
  margin-left: 12px;
  margin-top: 5px;
}

/* line 247, app/assets/stylesheets/_layout.sass */
#umbrellas-index .card .card-item-body .remove-link {
  margin: 0 10px;
}

/* line 253, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts form input, #umbrella .umbrella-users form input {
  margin: 0;
}

/* line 256, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts form select, #umbrella .umbrella-users form select {
  border-radius: 4px;
  font-size: 16px;
  height: 44px;
  padding: 0 10px;
}

/* line 262, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts form .btn, #umbrella .umbrella-users form .btn {
  margin-left: 10px;
}

/* line 265, app/assets/stylesheets/_layout.sass */
#umbrella .umbrella-accounts .remove-link, #umbrella .umbrella-users .remove-link {
  margin: 0 10px;
}

/* line 269, app/assets/stylesheets/_layout.sass */
#resources .cards {
  gap: 20px 1%;
  margin-bottom: 50px;
  width: 100%;
}

/* line 274, app/assets/stylesheets/_layout.sass */
#resources .cards .resource-card {
  flex: 0 0 31%;
}

/* line 278, app/assets/stylesheets/_layout.sass */
td.move-wrapper {
  text-align: center;
  vertical-align: top;
}

/* line 282, app/assets/stylesheets/_layout.sass */
td.move-wrapper i {
  cursor: grab;
}

/* line 1, app/assets/stylesheets/_microclasses.sass */
.hidden {
  display: none;
}

/* line 4, app/assets/stylesheets/_microclasses.sass */
.gray-background {
  background-color: #e8e8e8;
}

/* line 7, app/assets/stylesheets/_microclasses.sass */
.light-blue-background {
  background-color: #E4EEF6;
}

/* line 10, app/assets/stylesheets/_microclasses.sass */
.light-green-background {
  background-color: #B5D38D;
}

/* line 13, app/assets/stylesheets/_microclasses.sass */
.light-gray-background {
  background-color: #f6f6f6;
}

/* line 16, app/assets/stylesheets/_microclasses.sass */
.clear {
  clear: both;
}

/* line 19, app/assets/stylesheets/_microclasses.sass */
.clearfix {
  overflow: auto;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, app/assets/stylesheets/_microclasses.sass */
.ellipsify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 27, app/assets/stylesheets/_microclasses.sass */
.gray-dark {
  color: #757575 !important;
}

/* line 30, app/assets/stylesheets/_microclasses.sass */
.green {
  color: #82b541 !important;
}

/* line 33, app/assets/stylesheets/_microclasses.sass */
.green-header {
  color: #4a6b23 !important;
}

/* line 36, app/assets/stylesheets/_microclasses.sass */
.green-text-on-white {
  color: #59762E !important;
}

/* line 39, app/assets/stylesheets/_microclasses.sass */
.black {
  color: #424242 !important;
}

/* line 42, app/assets/stylesheets/_microclasses.sass */
.orange {
  color: #f58320;
}

/* line 45, app/assets/stylesheets/_microclasses.sass */
.red {
  color: #CC0000 !important;
}

/* line 48, app/assets/stylesheets/_microclasses.sass */
.gold {
  color: #9B6B03 !important;
}

/* line 51, app/assets/stylesheets/_microclasses.sass */
i.gold {
  -webkit-text-fill-color: #FFD700;
  -webkit-text-stroke: 1px #9B6B03;
}

/* line 55, app/assets/stylesheets/_microclasses.sass */
i.green {
  -webkit-text-fill-color: #82b541;
  -webkit-text-stroke: 1px #385d22;
}

/* line 59, app/assets/stylesheets/_microclasses.sass */
.star-image {
  background-image: url(/assets/stars/grey-star-db1ebad5f83a6ff1db2a37775d628e361ed474a5110ea2f6f43ab0c24c3021f4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  width: 30px;
}

/* line 68, app/assets/stylesheets/_microclasses.sass */
.star-image.red {
  background-image: url(/assets/stars/red-star-a683bc160a4c238053ee94f643ae9103188d9899b29a5060f35a98891660c7f6.png);
}

/* line 71, app/assets/stylesheets/_microclasses.sass */
.star-image.green {
  background-image: url(/assets/stars/green-star-bd8ad72145c25c9ab4352f15d48b1e96613f792029790b104bb8b2e73c851e7b.png);
}

/* line 74, app/assets/stylesheets/_microclasses.sass */
.star-image.gold {
  background-image: url(/assets/stars/gold-star-bfff827e4de125c3747a503e4eef9e4ca1b9ddd8bc4b56186026ba5f03ca8227.png);
}

/* line 77, app/assets/stylesheets/_microclasses.sass */
.star-name {
  display: inline-block;
  margin: -15px 0 0 7px;
  vertical-align: middle;
}

/* line 82, app/assets/stylesheets/_microclasses.sass */
.float-right {
  float: right;
}

/* line 85, app/assets/stylesheets/_microclasses.sass */
.float-left {
  float: left;
}

/* line 88, app/assets/stylesheets/_microclasses.sass */
.center {
  text-align: center;
}

/* line 91, app/assets/stylesheets/_microclasses.sass */
.column-container {
  overflow: auto;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.column-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 94, app/assets/stylesheets/_microclasses.sass */
.column-50 {
  float: left;
  padding-top: 10px;
  width: 50%;
}

/* line 99, app/assets/stylesheets/_microclasses.sass */
.column-50:nth-of-type(odd) {
  clear: left;
  padding-right: 10px;
}

/* line 103, app/assets/stylesheets/_microclasses.sass */
.column-50:nth-of-type(even) {
  clear: right;
  padding-left: 10px;
}

/* line 107, app/assets/stylesheets/_microclasses.sass */
.column-33 {
  float: left;
  padding-top: 10px;
  width: calc(100% / 3);
}

/* line 112, app/assets/stylesheets/_microclasses.sass */
.column-33:nth-child(3n + 1) {
  padding-right: 10px;
}

/* line 115, app/assets/stylesheets/_microclasses.sass */
.column-33:nth-child(3n + 2) {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 119, app/assets/stylesheets/_microclasses.sass */
.column-33:nth-child(3n + 3) {
  padding-left: 10px;
}

/* line 122, app/assets/stylesheets/_microclasses.sass */
.column-25 {
  float: left;
  width: 25%;
}

/* line 126, app/assets/stylesheets/_microclasses.sass */
.column-25:nth-child(4n + 1) {
  clear: left;
  padding-right: 24px;
}

/* line 130, app/assets/stylesheets/_microclasses.sass */
.column-25:nth-child(4n + 2) {
  padding: 0 16px 0 8px;
}

/* line 133, app/assets/stylesheets/_microclasses.sass */
.column-25:nth-child(4n + 3) {
  padding: 0 8px 0 16px;
}

/* line 136, app/assets/stylesheets/_microclasses.sass */
.column-25:nth-child(4n + 4) {
  padding-left: 24px;
}

/* line 139, app/assets/stylesheets/_microclasses.sass */
.underline {
  text-decoration: underline;
}

/* line 142, app/assets/stylesheets/_microclasses.sass */
.nudge-right {
  margin-left: 30px;
}

/* line 145, app/assets/stylesheets/_microclasses.sass */
.nudge-down {
  margin-top: 25px;
}

/* line 148, app/assets/stylesheets/_microclasses.sass */
.nudge-next-down {
  margin-bottom: 25px;
}

/* line 151, app/assets/stylesheets/_microclasses.sass */
.nudge-down-50 {
  margin-top: 50px;
}

/* line 154, app/assets/stylesheets/_microclasses.sass */
.nudge-down-100 {
  margin-top: 100px;
}

/* line 157, app/assets/stylesheets/_microclasses.sass */
.caps {
  text-transform: uppercase;
}

/* line 160, app/assets/stylesheets/_microclasses.sass */
.bold {
  font-weight: bold;
}

/* line 163, app/assets/stylesheets/_microclasses.sass */
.bigger {
  font-size: 20px;
}

/* line 166, app/assets/stylesheets/_microclasses.sass */
.smaller {
  font-size: 12px;
}

/* line 169, app/assets/stylesheets/_microclasses.sass */
.flex {
  display: flex;
}

/* line 172, app/assets/stylesheets/_microclasses.sass */
.flex.flex-column {
  flex-direction: column;
}

/* line 175, app/assets/stylesheets/_microclasses.sass */
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}

/* line 178, app/assets/stylesheets/_microclasses.sass */
.flex.justify-between {
  justify-content: space-between;
}

/* line 181, app/assets/stylesheets/_microclasses.sass */
.flex.justify-center {
  justify-content: center;
}

/* line 184, app/assets/stylesheets/_microclasses.sass */
.flex.justify-end {
  justify-content: flex-end;
}

/* line 187, app/assets/stylesheets/_microclasses.sass */
.flex.items-center {
  align-items: center;
}

/* line 190, app/assets/stylesheets/_microclasses.sass */
.flex.items-start {
  align-items: flex-start;
}

/* line 193, app/assets/stylesheets/_microclasses.sass */
.flex.items-end {
  align-items: flex-end;
}

/* line 196, app/assets/stylesheets/_microclasses.sass */
.flex.flex-wrap {
  flex-wrap: wrap;
}

/* line 199, app/assets/stylesheets/_microclasses.sass */
.flex.gap {
  gap: 1em;
}

/* line 202, app/assets/stylesheets/_microclasses.sass */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 205, app/assets/stylesheets/_microclasses.sass */
.no-margin {
  margin: 0 !important;
}

/* line 208, app/assets/stylesheets/_microclasses.sass */
.screen-reader-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  clip: rect(0, 0, 0, 0);
}

/* line 1, app/assets/stylesheets/_organization_index.sass */
#js-modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/_organization_index.sass */
#js-modal .modal-content {
  background-color: #f6f6f6;
  border: 1px solid #757575;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
}

/* line 19, app/assets/stylesheets/_organization_index.sass */
#js-modal .close-modal {
  color: #757575;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/_organization_index.sass */
#js-modal .close-modal:hover, #js-modal .close-modal:focus {
  color: #424242;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/_organization_index.sass */
.query-builder {
  background-color: white;
  padding: 20px;
}

/* line 33, app/assets/stylesheets/_organization_index.sass */
.query-builder .query-container {
  border-left: 5px solid #2E6494;
  padding-left: 25px;
}

/* line 37, app/assets/stylesheets/_organization_index.sass */
.query-builder .organization-query-fields {
  align-items: end;
  display: flex;
  gap: 10px;
}

/* line 42, app/assets/stylesheets/_organization_index.sass */
.query-builder .organization-query-fields .delete-organization-query {
  margin-bottom: 16px;
}

/* line 45, app/assets/stylesheets/_organization_index.sass */
.query-builder .organization-query-fields .input {
  width: 31%;
}

/* line 48, app/assets/stylesheets/_organization_index.sass */
.query-builder .add-org-query-button {
  border-radius: 4px;
  border: 1px solid #59762E;
  color: #59762E;
  padding: 6px;
}

/* line 54, app/assets/stylesheets/_organization_index.sass */
.query-builder a.search-clear-link, .query-builder a.search-clear-link:visited, .query-builder a.search-clear-link:hover {
  color: #A73E28;
  margin-left: 5px;
}

/* line 2, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .container {
  background-color: white;
  padding: 20px;
}

/* line 6, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .container:nth-child(2) {
  margin-top: 30px;
}

/* line 9, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .title {
  overflow: auto;
  color: #2E6494;
  font-size: 28px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.organization-survey-instances .title::after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .edit-school {
  float: right;
  font-size: 16px;
}

/* line 18, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .instructions {
  margin: 20px 0 30px;
}

/* line 22, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .table td, .organization-survey-instances .table th {
  text-align: center;
}

/* line 25, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances .btn {
  display: inline-block;
  margin: 4px 0;
  width: 100%;
}

/* line 30, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances a.survey-access-click-btn {
  background-color: #2e6494;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  max-width: 100%;
  padding: 12px;
  text-align: center;
}

/* line 41, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances a.stop-survey-button {
  background-color: #CC0000;
}

/* line 44, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances a.stop-survey-button:hover {
  background-color: #A73E28;
}

/* line 48, app/assets/stylesheets/_organization_survey_instances.sass */
.organization-survey-instances ol li {
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/_progress_bar.sass */
.progress-bar {
  background: white;
  border-radius: 2px;
  border: 1px solid #757575;
  font-size: 20px;
  height: 20px;
  overflow: hidden;
  padding: 4px;
  position: relative;
}

/* line 11, app/assets/stylesheets/_progress_bar.sass */
.progress-bar .filled {
  background: #4a6b23;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 5, app/assets/stylesheets/_reports.sass */
.aggregate-tables-container {
  overflow: auto;
  border: none !important;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.aggregate-tables-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 12, app/assets/stylesheets/_reports.sass */
.ui-dialog-content.ui-widget-content .aggregate-tables-container {
  text-align: center;
}

/* line 17, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper thead > tr:first-child > th:nth-child(3) {
  font-weight: normal;
}

/* line 22, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper:first-of-type thead > tr:first-child > th:first-child {
  border: none;
}

/* line 25, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper .subdomain-name {
  white-space: normal;
}

/* line 28, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper .zoomed-out-only {
  display: none;
}

/* line 31, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper .zoomed-in-only {
  display: auto;
}

/* line 34, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out {
  display: inline-block;
}

/* line 37, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out .zoomed-out-only {
  display: table-cell;
}

/* line 40, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out .zoomed-in-only {
  display: none;
}

/* line 43, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out table {
  box-shadow: none;
  clear: none;
  width: auto;
}

/* line 48, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out td, .aggregate-table-wrapper.mod-zoomed-out th {
  text-align: center;
}

/* line 54, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:first-of-type th:first-of-type, .aggregate-table-wrapper.mod-zoomed-out:first-of-type td:first-of-type {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:first-of-type td.category-type.lesser-colspan {
  display: none;
}

/* line 71, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) th:first-of-type, .aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) td:first-of-type {
  display: none;
}

/* line 77, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) td.category-type {
  display: none;
}

/* line 80, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out:not(:first-of-type) td.category-type.lesser-colspan {
  display: table-cell;
}

/* line 86, app/assets/stylesheets/_reports.sass */
.aggregate-table-wrapper.mod-zoomed-out td.category-type {
  border: none;
  visibility: hidden;
}

/* line 90, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table {
  clear: both;
  color: black;
  margin: 10px 0;
  width: auto;
  overflow-x: auto;
}

/* line 97, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .category-type {
  color: #59762E;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 0;
  text-transform: uppercase;
}

/* line 104, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .domain-title {
  max-width: 200px;
}

/* line 107, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .organization-cell {
  max-width: 210px;
  padding: 0 6px;
  white-space: wrap;
}

/* line 112, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table .domain-title, table.aggregate-table.table .organization-cell {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 116, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table th:not(:first-child) {
  color: #2E6494;
}

/* line 119, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table td, table.aggregate-table.table th {
  color: black;
  padding: 12px 10px;
}

/* line 123, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table td.symbol-ratings-on, table.aggregate-table.table th.symbol-ratings-on {
  height: 50px;
  padding: 2px 10px;
}

/* line 131, app/assets/stylesheets/_reports.sass */
table.aggregate-table.table td.category-type.lesser-colspan {
  display: none;
}

/* line 134, app/assets/stylesheets/_reports.sass */
.controls {
  overflow: auto;
  background: white;
  padding: 16px 8px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.controls::after {
  content: "";
  display: table;
  clear: both;
}

/* line 139, app/assets/stylesheets/_reports.sass */
.controls .legend-container {
  float: right;
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  zoom: 1;
}

/* line 146, app/assets/stylesheets/_reports.sass */
.controls .toggle-symbol-view-container {
  clear: right;
  text-align: right;
}

/* line 150, app/assets/stylesheets/_reports.sass */
.controls-container {
  display: inline-block;
  float: left;
}

/* line 154, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view {
  color: black;
  margin: 20px 30px;
  white-space: nowrap;
}

/* line 159, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view .question-mark {
  background: #eee;
}

/* line 162, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view tbody {
  overflow: scroll;
  width: 100%;
}

/* line 166, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td {
  border: 1px solid black;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  width: 120px;
}

/* line 173, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td .distance-description, table.legend-cluster-view td .absolute-description, table.legend-cluster-view td .state-description, table.legend-cluster-view td .group-description {
  display: none;
  font-weight: bold;
}

/* line 178, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td.show-distance-color .distance-description, table.legend-cluster-view td.show-state-color .distance-description, table.legend-cluster-view td.show-group-color .distance-description {
  display: block;
}

/* line 182, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view td.show-absolute-color .absolute-description {
  display: block;
}

/* line 185, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th {
  border: 1px solid black;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  width: 120px;
}

/* line 192, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th .distance-description, table.legend-cluster-view th .absolute-description, table.legend-cluster-view th .state-description, table.legend-cluster-view th .group-description {
  display: none;
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-distance-color .distance-description {
  display: block;
}

/* line 201, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-state-color .state-description {
  display: block;
}

/* line 205, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-group-color .group-description {
  display: block;
}

/* line 209, app/assets/stylesheets/_reports.sass */
table.legend-cluster-view th.show-absolute-color .absolute-description {
  display: block;
}

/* line 213, app/assets/stylesheets/_reports.sass */
.selected-row td {
  background-color: #f2f2f2;
}

/* line 217, app/assets/stylesheets/_reports.sass */
th.anchor {
  width: 260px;
}

/* line 219, app/assets/stylesheets/_reports.sass */
th.subdomain-name {
  width: 63px;
}

/* line 223, app/assets/stylesheets/_reports.sass */
td.colored.symbol-view {
  background-color: white !important;
}

/* line 228, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-good0, td.colored.show-distance-color.state-good0, td.colored.show-distance-color.group-good0, td.colored.show-state-color.distance-good0, td.colored.show-state-color.state-good0, td.colored.show-state-color.group-good0, td.colored.show-group-color.distance-good0, td.colored.show-group-color.state-good0, td.colored.show-group-color.group-good0 {
  background-color: rgba(130, 181, 65, 0.2);
}

/* line 231, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-good1, td.colored.show-distance-color.state-good1, td.colored.show-distance-color.group-good1, td.colored.show-state-color.distance-good1, td.colored.show-state-color.state-good1, td.colored.show-state-color.group-good1, td.colored.show-group-color.distance-good1, td.colored.show-group-color.state-good1, td.colored.show-group-color.group-good1 {
  background-color: rgba(130, 181, 65, 0.5);
}

/* line 234, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-good2, td.colored.show-distance-color.state-good2, td.colored.show-distance-color.group-good2, td.colored.show-state-color.distance-good2, td.colored.show-state-color.state-good2, td.colored.show-state-color.group-good2, td.colored.show-group-color.distance-good2, td.colored.show-group-color.state-good2, td.colored.show-group-color.group-good2 {
  background-color: rgba(130, 181, 65, 0.8);
}

/* line 237, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-bad0, td.colored.show-distance-color.state-bad0, td.colored.show-distance-color.group-bad0, td.colored.show-state-color.distance-bad0, td.colored.show-state-color.state-bad0, td.colored.show-state-color.group-bad0, td.colored.show-group-color.distance-bad0, td.colored.show-group-color.state-bad0, td.colored.show-group-color.group-bad0 {
  background-color: rgba(204, 0, 0, 0.2);
}

/* line 240, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-bad1, td.colored.show-distance-color.state-bad1, td.colored.show-distance-color.group-bad1, td.colored.show-state-color.distance-bad1, td.colored.show-state-color.state-bad1, td.colored.show-state-color.group-bad1, td.colored.show-group-color.distance-bad1, td.colored.show-group-color.state-bad1, td.colored.show-group-color.group-bad1 {
  background-color: rgba(204, 0, 0, 0.5);
}

/* line 243, app/assets/stylesheets/_reports.sass */
td.colored.show-distance-color.distance-bad2, td.colored.show-distance-color.distance-bad3, td.colored.show-distance-color.distance-bad4, td.colored.show-distance-color.state-bad2, td.colored.show-distance-color.group-bad2, td.colored.show-distance-color.state-bad3, td.colored.show-distance-color.group-bad3, td.colored.show-distance-color.state-bad4, td.colored.show-distance-color.group-bad4, td.colored.show-state-color.distance-bad2, td.colored.show-state-color.distance-bad3, td.colored.show-state-color.distance-bad4, td.colored.show-state-color.state-bad2, td.colored.show-state-color.group-bad2, td.colored.show-state-color.state-bad3, td.colored.show-state-color.group-bad3, td.colored.show-state-color.state-bad4, td.colored.show-state-color.group-bad4, td.colored.show-group-color.distance-bad2, td.colored.show-group-color.distance-bad3, td.colored.show-group-color.distance-bad4, td.colored.show-group-color.state-bad2, td.colored.show-group-color.group-bad2, td.colored.show-group-color.state-bad3, td.colored.show-group-color.group-bad3, td.colored.show-group-color.state-bad4, td.colored.show-group-color.group-bad4 {
  background-color: rgba(204, 0, 0, 0.7);
}

/* line 249, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-good0 {
  background-color: rgba(130, 181, 65, 0.2);
}

/* line 252, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-good1 {
  background-color: rgba(130, 181, 65, 0.5);
}

/* line 255, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-good2 {
  background-color: rgba(130, 181, 65, 0.8);
}

/* line 258, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-bad0 {
  background-color: rgba(204, 0, 0, 0.2);
}

/* line 261, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-bad1 {
  background-color: rgba(204, 0, 0, 0.5);
}

/* line 264, app/assets/stylesheets/_reports.sass */
td.colored.show-absolute-color.absolute-bad2, td.colored.show-absolute-color.absolute-bad3, td.colored.show-absolute-color.absolute-bad4 {
  background-color: rgba(204, 0, 0, 0.7);
}

/* line 267, app/assets/stylesheets/_reports.sass */
.symbol-rating {
  font-size: 8px;
  display: none;
}

/* line 272, app/assets/stylesheets/_reports.sass */
.report.mod-account-report {
  max-width: none;
  width: 100%;
}

/* line 276, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .average-type-select, .report.mod-account-report .sort-by-select, .report.mod-account-report .filter-dates-select {
  background: white;
  padding: 8px 28px 0 28px;
}

/* line 280, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .average-type-select select, .report.mod-account-report .sort-by-select select, .report.mod-account-report .filter-dates-select select {
  display: block;
  width: 100%;
}

/* line 284, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .average-type-select .input, .report.mod-account-report .sort-by-select .input, .report.mod-account-report .filter-dates-select .input {
  margin: 5px 0 10px;
}

/* line 287, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .btn {
  margin-left: 28px;
}

/* line 290, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .filter-dates-select {
  width: 300px;
}

/* line 293, app/assets/stylesheets/_reports.sass */
.report.mod-account-report input:last-child {
  margin-left: 28px;
}

/* line 296, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .ms-options-wrap > button:focus, .report.mod-account-report .ms-options-wrap > button {
  border: 1px solid #6b6b6b;
  border-radius: 4px;
  color: black;
  font-size: 14px;
  padding: 8px 8px;
  -webkit-appearance: none;
}

/* line 305, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .ms-options-wrap > button:focus:after, .report.mod-account-report .ms-options-wrap > button:after {
  border-top-color: black;
}

/* line 308, app/assets/stylesheets/_reports.sass */
.report.mod-account-report .ms-options-wrap > button:focus span, .report.mod-account-report .ms-options-wrap > button span {
  font: inherit;
}

/* line 311, app/assets/stylesheets/_reports.sass */
main.overview {
  max-width: none;
  overflow: visible;
}

/* line 315, app/assets/stylesheets/_reports.sass */
main.overview .report {
  margin-left: 180px;
  max-width: none;
  width: auto;
}

/* line 320, app/assets/stylesheets/_reports.sass */
main.overview .aggregate-tables-container {
  overflow: visible;
  width: auto;
}

/* line 324, app/assets/stylesheets/_reports.sass */
main.overview .aggregate-tables-container table {
  border-collapse: separate;
}

/* line 327, app/assets/stylesheets/_reports.sass */
main.overview thead {
  background: white;
  border: 1px solid black;
  padding-top: 1px;
  position: sticky;
  top: -1px;
}

/* line 335, app/assets/stylesheets/_reports.sass */
main.overview thead.stuck .hide-on-collapse {
  display: none;
}

/* line 339, app/assets/stylesheets/_reports.sass */
#sticky.collapsed .hide-on-collapse {
  display: none;
}

/* line 342, app/assets/stylesheets/_reports.sass */
.report {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

/* line 348, app/assets/stylesheets/_reports.sass */
.report.trend-report .report-main {
  border: none;
}

/* line 351, app/assets/stylesheets/_reports.sass */
.report .info {
  color: #757575;
}

/* line 354, app/assets/stylesheets/_reports.sass */
.report .sticky-title {
  border-bottom: 1px solid #424242;
  overflow: hidden;
}

/* line 358, app/assets/stylesheets/_reports.sass */
.report .callbot-container {
  background-color: white;
  padding: 20px;
}

/* line 362, app/assets/stylesheets/_reports.sass */
.report .title-container {
  background-color: white;
  padding: 20px;
  text-align: center;
}

/* line 368, app/assets/stylesheets/_reports.sass */
.report .title-container .title-header .left-div {
  order: 2;
}

/* line 370, app/assets/stylesheets/_reports.sass */
.report .title-container .title-header .right-div {
  order: 1;
}

/* line 374, app/assets/stylesheets/_reports.sass */
.report .title-container .title-container-buttons .btn {
  height: 50px;
}

/* line 377, app/assets/stylesheets/_reports.sass */
.report .title-container .title-container-buttons .report-action-button {
  align-items: center;
  display: flex;
  margin-left: 1rem;
}

/* line 382, app/assets/stylesheets/_reports.sass */
.report .title-container .title-container-buttons .report-action-button .fa {
  margin-left: 0.5rem;
}

/* line 385, app/assets/stylesheets/_reports.sass */
.report .title-container h3 {
  color: #424242;
}

/* line 388, app/assets/stylesheets/_reports.sass */
.report .title-container button {
  align-items: baseline;
  display: flex;
}

/* line 392, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list {
  margin: 16px auto;
  max-width: 300px;
  text-align: left;
}

/* line 398, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.collapsed ul {
  display: none;
}

/* line 401, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.columns {
  max-width: 500px;
}

/* line 404, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.columns .subtitle {
  cursor: pointer;
}

/* line 407, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list.columns ul {
  columns: 2;
}

/* line 410, app/assets/stylesheets/_reports.sass */
.report .title-container .school-list ul {
  display: block;
}

/* line 413, app/assets/stylesheets/_reports.sass */
.report .title-container .overview-type-link {
  display: block;
  margin: 4px auto;
  padding: 4px;
  width: 200px;
}

/* line 419, app/assets/stylesheets/_reports.sass */
.report .title-container .title, .report .title-container .subtitle, .report .title-container .info {
  padding: 4px 0;
}

/* line 422, app/assets/stylesheets/_reports.sass */
.report .title-container .title, .report .title-container .subtitle {
  color: #2E6494;
  font-weight: bold;
}

/* line 426, app/assets/stylesheets/_reports.sass */
.report .title-container .title {
  padding-top: 0;
  text-transform: uppercase;
}

/* line 430, app/assets/stylesheets/_reports.sass */
.report .link-container {
  display: flex;
  float: right;
  justify-content: space-between;
}

/* line 435, app/assets/stylesheets/_reports.sass */
.report .sample-feedback-link {
  color: #757575;
}

/* line 438, app/assets/stylesheets/_reports.sass */
.report .feedback-button {
  margin-top: 35px;
  text-align: center;
}

/* line 442, app/assets/stylesheets/_reports.sass */
.report .component-tabs-container {
  border: 1px solid #2E6494;
  border-bottom: 0;
}

/* line 446, app/assets/stylesheets/_reports.sass */
.report .component-tabs {
  overflow: auto;
  background-color: #E4EEF6;
  padding: 1px 3px 3px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .component-tabs::after {
  content: "";
  display: table;
  clear: both;
}

/* line 452, app/assets/stylesheets/_reports.sass */
.report .component-tabs a:not(:last-child) .component-link {
  border-color: #E4EEF6;
  border-style: solid;
  border-width: 0 1px 0 0;
}

/* line 457, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link-outer {
  flex: 1;
  flex-grow: 1;
}

/* line 461, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link {
  background: #2E6494;
  color: #E4EEF6;
  float: left;
  height: 120px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* line 470, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link.active {
  background: #E4EEF6;
  color: #2E6494;
}

/* line 474, app/assets/stylesheets/_reports.sass */
.report .component-tabs .component-link.active .text {
  font-weight: bold;
}

/* line 477, app/assets/stylesheets/_reports.sass */
.report .component-tabs .beta-feature {
  position: relative;
}

/* line 480, app/assets/stylesheets/_reports.sass */
.report .component-tabs .beta-feature:before {
  content: "BETA";
  background: #FF6B6B;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 12px;
  position: absolute;
  top: -8px;
  right: -10px;
  line-height: 1;
  z-index: 1;
}

/* line 494, app/assets/stylesheets/_reports.sass */
.report .component-tabs .icon {
  font-size: 49px;
}

/* line 497, app/assets/stylesheets/_reports.sass */
.report .explainer-container, .report .report-main {
  background: white;
}

/* line 500, app/assets/stylesheets/_reports.sass */
.report .explainer {
  background: #E4EEF6;
  color: #2E6494;
  font-size: 14px;
  padding: 25px;
  width: 100%;
}

/* line 507, app/assets/stylesheets/_reports.sass */
.report .custom-report-dropdowns {
  overflow: auto;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .custom-report-dropdowns::after {
  content: "";
  display: table;
  clear: both;
}

/* line 510, app/assets/stylesheets/_reports.sass */
.report .custom-report-dropdowns .input {
  float: left;
  width: 200px;
}

/* line 514, app/assets/stylesheets/_reports.sass */
.report .custom-report-dropdowns .input:first-child {
  margin-right: 15px;
}

/* line 517, app/assets/stylesheets/_reports.sass */
.report .view-by-container {
  background: #fcfcfc;
  border: 1px solid #888;
  border-radius: 2px;
  padding: 7px;
}

/* line 523, app/assets/stylesheets/_reports.sass */
.report .view-by-container .collapsed-header {
  cursor: pointer;
  font-size: larger;
}

/* line 526, app/assets/stylesheets/_reports.sass */
.report .view-by-container .collapsed-header i {
  margin-left: 25px;
}

/* line 529, app/assets/stylesheets/_reports.sass */
.report .report-main {
  border: 1px solid #2E6494;
  border-top: 0;
  padding: 25px;
}

/* line 535, app/assets/stylesheets/_reports.sass */
.report .report-main.collapsed .hide-on-collapse {
  display: none;
}

/* line 538, app/assets/stylesheets/_reports.sass */
.report .report-main.custom-report {
  border: 0;
}

/* line 541, app/assets/stylesheets/_reports.sass */
.report .report-main .view-by-select, .report .report-main .view-by-average {
  padding-top: 8px;
  text-transform: uppercase;
}

/* line 545, app/assets/stylesheets/_reports.sass */
.report .report-main .view-by-select .input, .report .report-main .view-by-average .input {
  display: inline-block;
  max-width: 360px;
}

/* line 549, app/assets/stylesheets/_reports.sass */
.report .report-main .view-by-select select, .report .report-main .view-by-average select {
  margin-left: 7px;
}

/* line 552, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report {
  background: #f2f2f2;
  padding: 0;
}

/* line 556, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .header, .report .report-main.view-by-domain-report .domain-header {
  background: white;
  padding: 25px;
}

/* line 560, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .breadcrumbs-container {
  padding-bottom: 25px;
}

/* line 563, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .view-selectors {
  background: white;
  padding: 8px 25px;
}

/* line 567, app/assets/stylesheets/_reports.sass */
.report .report-main.view-by-domain-report .report-body {
  background: white;
  padding: 25px;
}

/* line 571, app/assets/stylesheets/_reports.sass */
.report .report-main .header {
  overflow: auto;
  padding-bottom: 25px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .report-main .header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 575, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container {
  float: left;
}

/* line 578, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container h2 {
  font-size: 16px;
}

/* line 581, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container * {
  float: left;
}

/* line 584, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container .breadcrumb-separator {
  margin: 3px 10px 0;
}

/* line 587, app/assets/stylesheets/_reports.sass */
.report .report-main .breadcrumbs-container .breadcrumb-secondary-page {
  color: #424242;
}

/* line 590, app/assets/stylesheets/_reports.sass */
.report .no-report-data {
  clear: both;
  color: #757575;
  font-size: 22px;
  padding: 20px 0 0;
  text-align: center;
}

/* line 597, app/assets/stylesheets/_reports.sass */
.report .nav-link-container {
  overflow: auto;
  margin-top: 5px;
  text-transform: uppercase;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .nav-link-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 603, app/assets/stylesheets/_reports.sass */
.report .nav-link-container .change-view .input {
  display: inline-block;
  margin-left: 5px;
}

/* line 607, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container {
  float: left;
  padding-left: 10px;
}

/* line 611, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container:last-child {
  border-left: 1px solid black;
}

/* line 614, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container:nth-child(2) {
  padding-right: 10px;
}

/* line 617, app/assets/stylesheets/_reports.sass */
.report .toggle-view-link-container a:link, .report .toggle-view-link-container a:visited, .report .toggle-view-link-container a:hover {
  color: #59762E;
}

/* line 620, app/assets/stylesheets/_reports.sass */
.report .active {
  font-weight: bold;
  pointer-events: none;
}

/* line 624, app/assets/stylesheets/_reports.sass */
.report .active a:link, .report .active a:visited, .report .active a:hover {
  color: black;
}

/* line 627, app/assets/stylesheets/_reports.sass */
.report .item-container {
  overflow: auto;
  clear: both;
  padding: 25px 0;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .item-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 632, app/assets/stylesheets/_reports.sass */
.report .item-container:not(:first-of-type) {
  border-top: 1px solid #757575;
}

/* line 635, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item {
  padding: 0;
}

/* line 638, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item hr {
  margin-bottom: 45px;
}

/* line 642, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item:first-child hr {
  display: none;
}

/* line 645, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-domain-item:not(:first-of-type) {
  border-top: 0;
}

/* line 648, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-subdomain-item {
  background: white;
  box-shadow: 0px 0px 10px -2px rgba(66, 66, 66, 0.75);
  margin: 35px 5px;
  padding: 25px 20px;
}

/* line 654, app/assets/stylesheets/_reports.sass */
.report .item-container.view-by-subdomain-item:not(:first-child) {
  border-top: 0;
}

/* line 657, app/assets/stylesheets/_reports.sass */
.report .item-container h4 {
  font-weight: bold;
}

/* line 660, app/assets/stylesheets/_reports.sass */
.report .item-container .rating-container {
  display: flex;
}

/* line 663, app/assets/stylesheets/_reports.sass */
.report .item-container .rating-container .question-rating-label {
  color: #424242;
}

/* line 666, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating {
  color: #82b541;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
}

/* line 672, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container, .report .item-container .question-rating-global-container {
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 20px;
}

/* line 678, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container .rating-value, .report .item-container .question-rating-container .global-rating-value, .report .item-container .question-rating-global-container .rating-value, .report .item-container .question-rating-global-container .global-rating-value {
  font-size: 18px;
  margin-left: 8px;
}

/* line 682, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container .rating-value, .report .item-container .question-rating-global-container .rating-value {
  color: #4a6b23;
}

/* line 685, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-container .global-rating-value, .report .item-container .question-rating-global-container .global-rating-value {
  color: #B95B09;
}

/* line 688, app/assets/stylesheets/_reports.sass */
.report .item-container .question-rating-global-container {
  margin-left: 10px;
}

/* line 691, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-header {
  overflow: auto;
  padding-top: 40px !important;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .item-container .domain-header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 695, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-header h4 {
  float: left;
  font-size: 22px;
  padding-bottom: 10px;
}

/* line 701, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-header.active-section h4 {
  color: #f58320;
}

/* line 704, app/assets/stylesheets/_reports.sass */
.report .item-container .domain-item-container {
  background-color: white;
  overflow: hidden;
  padding: 0 25px;
}

/* line 709, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomain-header {
  clear: both;
  width: 100%;
}

/* line 713, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomain-link-container {
  float: right;
  font-style: italic;
  margin-top: 16px;
}

/* line 718, app/assets/stylesheets/_reports.sass */
.report .item-container .call-domain-average {
  clear: both;
}

/* line 721, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomains-container, .report .item-container .questions-container {
  overflow: auto;
  clear: both;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.report .item-container .subdomains-container::after, .report .item-container .questions-container::after {
  content: "";
  display: table;
  clear: both;
}

/* line 725, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomains-container {
  display: none;
}

/* line 728, app/assets/stylesheets/_reports.sass */
.report .item-container .questions-container {
  padding-top: 50px;
}

/* line 732, app/assets/stylesheets/_reports.sass */
.report .item-container .past-question-link .fa {
  width: 12px;
}

/* line 735, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container {
  margin-left: 50px;
}

/* line 738, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container table.options-table {
  margin-top: 0;
}

/* line 741, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container table.options-table th {
  background: #424242;
}

/* line 744, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container table.options-table td:last-child {
  color: #424242;
}

/* line 747, app/assets/stylesheets/_reports.sass */
.report .item-container .past-questions-table-container .shadow-filled {
  background: #dbdbdb;
  border: 1px solid #424242;
}

/* line 751, app/assets/stylesheets/_reports.sass */
.report .item-container .alt-description {
  margin: 15px 0;
}

/* line 754, app/assets/stylesheets/_reports.sass */
.report .item-container .description {
  margin: 15px 0 50px;
}

/* line 758, app/assets/stylesheets/_reports.sass */
.report .item-container .description .question-text, .report .item-container .description .question, .report .item-container .question-description .question-text, .report .item-container .question-description .question {
  margin-top: 15px;
}

/* line 761, app/assets/stylesheets/_reports.sass */
.report .item-container .subdomain-title {
  font-weight: bold;
  margin-bottom: 35px;
}

/* line 765, app/assets/stylesheets/_reports.sass */
.report .item-container .chart-column, .report .item-container .questions-column {
  float: left;
  width: 50%;
}

/* line 769, app/assets/stylesheets/_reports.sass */
.report .item-container .chart-column {
  padding-right: 30px;
}

/* line 772, app/assets/stylesheets/_reports.sass */
.report .item-container .questions-column {
  border-left: 1px solid #e8e8e8;
  padding-left: 30px;
}

/* line 776, app/assets/stylesheets/_reports.sass */
.report .item-container .questions-column h4 {
  color: black;
}

/* line 779, app/assets/stylesheets/_reports.sass */
.report .item-container .call-text {
  background: #E4EEF6;
  border: 1px solid #2E6494;
  border-radius: 16px;
  color: #2E6494;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
  text-align: center;
  white-space: nowrap;
}

/* line 791, app/assets/stylesheets/_reports.sass */
.report .item-container .line {
  border-right: 3px dotted #2E6494;
  height: 40px;
  z-index: 3;
}

/* line 796, app/assets/stylesheets/_reports.sass */
.report .item-container .bar-graph-container {
  margin-top: -30px;
  z-index: 2;
}

/* line 800, app/assets/stylesheets/_reports.sass */
.report .item-container .average-bar, .report .item-container .organization-average-bar {
  margin-bottom: 15px;
}

/* line 804, app/assets/stylesheets/_reports.sass */
.report .item-container .average-bar .filled {
  background: #B5D38D;
  border: 1px solid #385d22;
}

/* line 809, app/assets/stylesheets/_reports.sass */
.report .item-container .organization-average-bar .filled {
  background: #F9C190;
  border: 1px solid #B95B09;
}

/* line 814, app/assets/stylesheets/_reports.sass */
.report .item-container .school-level-pdf-bar .filled {
  background: #E4EEF6;
  border: 1px solid #2E6494;
}

/* line 818, app/assets/stylesheets/_reports.sass */
.report .item-container .bar {
  color: #545454;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  width: 100%;
}

/* line 831, app/assets/stylesheets/_reports.sass */
.report .item-container .bar .filled {
  border-radius: 16px;
}

/* line 835, app/assets/stylesheets/_reports.sass */
.report .item-container .bar.orange .filled {
  background: rgba(245, 131, 32, 0.5);
}

/* line 838, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-bar {
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 4px;
  position: relative;
  width: 100%;
}

/* line 847, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-bar.orange .filled {
  background: rgba(245, 131, 32, 0.5);
}

/* line 849, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-bar p {
  margin: 0;
}

/* line 852, app/assets/stylesheets/_reports.sass */
.report .item-container .n-count {
  font-size: .9em;
  padding-left: 4px;
  text-transform: lowercase;
}

/* line 857, app/assets/stylesheets/_reports.sass */
.report .item-container .filled, .report .item-container .label, .report .item-container .score, .report .item-container .shadow-filled {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 863, app/assets/stylesheets/_reports.sass */
.report .item-container .label {
  left: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}

/* line 870, app/assets/stylesheets/_reports.sass */
.report .item-container .label span:first-child {
  float: left;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 877, app/assets/stylesheets/_reports.sass */
.report .item-container .rating {
  position: absolute;
}

/* line 880, app/assets/stylesheets/_reports.sass */
.report .item-container .rating.minimum {
  padding-left: 10px;
  position: static;
}

/* line 884, app/assets/stylesheets/_reports.sass */
.report .item-container .rating-icon {
  color: #f58320;
  padding: 5px;
}

/* line 888, app/assets/stylesheets/_reports.sass */
.report .item-container .shadow-filled {
  background: #fde2cb;
  border: 1px solid #B95B09;
  transition: width 1s;
  width: 0;
}

/* line 894, app/assets/stylesheets/_reports.sass */
.report .item-container .gray-bar .shadow-filled {
  background: #ccc;
}

/* line 897, app/assets/stylesheets/_reports.sass */
.report .item-container .td-text {
  padding: 5px 10px;
  position: relative;
  width: 100%;
}

/* line 902, app/assets/stylesheets/_reports.sass */
.report .item-container .subhead {
  color: black;
  font-weight: bold;
  margin-top: 10px;
}

/* line 907, app/assets/stylesheets/_reports.sass */
.report .item-container .subhead, .report .item-container li {
  margin-bottom: 10px;
}

/* line 910, app/assets/stylesheets/_reports.sass */
.report .item-container .btn-to-questions {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0;
  min-width: 260px;
  text-align: center;
  width: auto;
}

/* line 920, app/assets/stylesheets/_reports.sass */
.report .item-container .feedback-link-container a, .report .item-container .feedback-link-container a:visited, .report .item-container .feedback-link-container a:hover {
  display: block;
}

/* line 923, app/assets/stylesheets/_reports.sass */
.report .item-container .link-item {
  text-align: center;
}

/* line 926, app/assets/stylesheets/_reports.sass */
.report .item-container .link-item:last-child {
  margin-top: 15px;
}

/* line 929, app/assets/stylesheets/_reports.sass */
.report .item-container .link-item .btn {
  background: #82b541;
  display: inline-block;
}

/* line 933, app/assets/stylesheets/_reports.sass */
.report .item-container .option-icon {
  color: #f58320;
  padding-right: 10px;
}

/* line 937, app/assets/stylesheets/_reports.sass */
.report .item-container .option-explanation {
  margin: 50px 0 25px;
}

/* line 940, app/assets/stylesheets/_reports.sass */
.report .item-container .hide-questions-link {
  float: right;
  font-weight: bold;
  margin-top: 25px;
}

/* line 945, app/assets/stylesheets/_reports.sass */
.report .item-container .float-right {
  display: flex;
  justify-content: flex-end;
}

/* line 950, app/assets/stylesheets/_reports.sass */
.trend-report .question-rating {
  color: #f58320;
}

/* line 954, app/assets/stylesheets/_reports.sass */
.trend-report table.options-table th {
  background: #82b541;
}

/* line 957, app/assets/stylesheets/_reports.sass */
.trend-report table.options-table td:last-child {
  color: #f58320;
}

/* line 961, app/assets/stylesheets/_reports.sass */
.trend-report .item-container .shadow-filled {
  background: #d7e8c0;
  border: 1px solid #385d22;
}

/* line 965, app/assets/stylesheets/_reports.sass */
.feedback,
.feedback-fr-view {
  background: white;
  padding: 40px;
}

/* line 970, app/assets/stylesheets/_reports.sass */
.feedback .header,
.feedback-fr-view .header {
  border-bottom: 2px solid #4a6b23;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
}

/* line 976, app/assets/stylesheets/_reports.sass */
.feedback .header .text,
.feedback-fr-view .header .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 982, app/assets/stylesheets/_reports.sass */
.feedback .header .title,
.feedback-fr-view .header .title {
  color: #4a6b23;
  font-size: 40px;
  padding-bottom: 20px;
}

/* line 987, app/assets/stylesheets/_reports.sass */
.feedback h2,
.feedback-fr-view h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding: 30px 0;
  text-transform: uppercase;
}

/* line 994, app/assets/stylesheets/_reports.sass */
.feedback h2:not(:first-child),
.feedback-fr-view h2:not(:first-child) {
  border-top: 1px solid #4a6b23;
}

/* line 997, app/assets/stylesheets/_reports.sass */
.feedback h3,
.feedback-fr-view h3 {
  color: #424242;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 1002, app/assets/stylesheets/_reports.sass */
.feedback ul,
.feedback-fr-view ul {
  list-style-type: none;
  margin: 10px 40px 15px;
}

/* line 1006, app/assets/stylesheets/_reports.sass */
.feedback ul li,
.feedback-fr-view ul li {
  padding: 5px 0;
}

/* line 1009, app/assets/stylesheets/_reports.sass */
.feedback ul li:before,
.feedback-fr-view ul li:before {
  color: #59762E;
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  padding-right: 7px;
  text-decoration: inherit;
}

/* line 1017, app/assets/stylesheets/_reports.sass */
.feedback ol,
.feedback-fr-view ol {
  counter-reset: item;
  list-style-type: none;
}

/* line 1021, app/assets/stylesheets/_reports.sass */
.feedback ol li,
.feedback-fr-view ol li {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 1025, app/assets/stylesheets/_reports.sass */
.feedback ol li:before,
.feedback-fr-view ol li:before {
  color: #59762E;
  content: counter(item) ". ";
  counter-increment: item;
}

/* line 1030, app/assets/stylesheets/_reports.sass */
.feedback .pdf-link,
.feedback-fr-view .pdf-link {
  border-top: 1px solid #82b541;
  margin-top: 50px;
  padding: 15px 0;
}

/* line 1035, app/assets/stylesheets/_reports.sass */
.feedback .pdf-icon,
.feedback-fr-view .pdf-icon {
  padding-right: 10px;
}

/* line 1038, app/assets/stylesheets/_reports.sass */
.report-body {
  min-height: 300px;
}

/* line 1041, app/assets/stylesheets/_reports.sass */
.print-container {
  background: #f2f2f2;
  max-width: 1000px;
  padding-top: 50px;
  width: 95%;
}

/* line 1047, app/assets/stylesheets/_reports.sass */
.print-container .print, .print-container .print-wide {
  font-weight: bold;
  margin: 0px auto 50px;
  width: 150px;
}

/* line 1052, app/assets/stylesheets/_reports.sass */
.print-container .print a, .print-container .print a:visited, .print-container .print a:hover, .print-container .print-wide a, .print-container .print-wide a:visited, .print-container .print-wide a:hover {
  background-image: url(/assets/printer-f7ab83ece2798fe779e29c481ed3e85df902e3bd5264596db3c216ab6a79e722.png);
  background-position: 10px 12px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 35px;
}

/* line 1059, app/assets/stylesheets/_reports.sass */
.print-container .print-wide {
  width: 200px;
}

/* line 1062, app/assets/stylesheets/_reports.sass */
.compare-button {
  margin: 10px auto 10px auto;
  text-transform: uppercase;
  width: 60%;
}

/* line 1067, app/assets/stylesheets/_reports.sass */
.handle {
  cursor: ns-resize;
}

/* line 1070, app/assets/stylesheets/_reports.sass */
.custom-report-item {
  background: white;
}

/* line 1074, app/assets/stylesheets/_reports.sass */
.favorite-link a, .favorite-link a:visited, .favorite-link a:hover {
  display: block;
  margin-right: 4px;
}

/* line 1078, app/assets/stylesheets/_reports.sass */
.notes-container {
  margin-bottom: 10px;
}

/* line 1081, app/assets/stylesheets/_reports.sass */
.notes-container .note-header {
  cursor: pointer;
}

/* line 1084, app/assets/stylesheets/_reports.sass */
.notes-container .note-header i {
  display: inline-block;
  width: 10px;
}

/* line 1088, app/assets/stylesheets/_reports.sass */
.notes-container .note-header .hide-notes {
  display: none;
}

/* line 1091, app/assets/stylesheets/_reports.sass */
.notes-container .notes {
  border: 1px solid #aaa;
  display: none;
  padding: 20px;
}

/* line 1096, app/assets/stylesheets/_reports.sass */
.notes-container .notes form {
  max-width: none;
  width: 100%;
}

/* line 1100, app/assets/stylesheets/_reports.sass */
.notes-container .notes textarea {
  border: 1px solid #aaa;
  border-radius: 5px;
  font-family: sans-serif;
}

/* line 1105, app/assets/stylesheets/_reports.sass */
.notes-container .notes .button-wrapper > * {
  margin: 0 !important;
}

/* line 1109, app/assets/stylesheets/_reports.sass */
.notes-container.expanded .hide-notes, .notes-container.print .hide-notes {
  display: inherit;
}

/* line 1112, app/assets/stylesheets/_reports.sass */
.notes-container.expanded .show-notes, .notes-container.print .show-notes {
  display: none;
}

/* line 1115, app/assets/stylesheets/_reports.sass */
.notes-container.expanded .notes, .notes-container.print .notes {
  display: flex;
  flex-direction: column;
}

/* line 1120, app/assets/stylesheets/_reports.sass */
.notes-container.print .note-form {
  display: none;
}

/* line 1123, app/assets/stylesheets/_reports.sass */
.notes-container .name-modal {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 1002;
}

/* line 1136, app/assets/stylesheets/_reports.sass */
.notes-container .name-modal .input input {
  border: 1px solid #aaa;
}

/* line 1139, app/assets/stylesheets/_reports.sass */
.notes-container .note:first-child {
  margin-top: 0;
}

/* line 1142, app/assets/stylesheets/_reports.sass */
.notes-container .note {
  overflow: auto;
  clear: both;
  margin-top: 20px;
  position: relative;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.notes-container .note::after {
  content: "";
  display: table;
  clear: both;
}

/* line 1148, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-color {
  bottom: 16px;
  position: absolute;
  top: 0;
  width: 10px;
}

/* line 1154, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-body {
  margin-left: 20px;
}

/* line 1157, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-footer {
  font-style: italic;
}

/* line 1160, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-links {
  float: left;
}

/* line 1163, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-links > * {
  margin-right: 4px;
}

/* line 1166, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-signature {
  float: right;
}

/* line 1169, app/assets/stylesheets/_reports.sass */
.notes-container .note .note-update-button {
  background: none !important;
  border: none;
  color: #2E6494;
  cursor: pointer;
  font: inherit;
  padding: 0 !important;
}

/* line 1178, app/assets/stylesheets/_reports.sass */
.search-container .search-input {
  border: 0;
}

/* line 1181, app/assets/stylesheets/_reports.sass */
.search-container .clear-search-link {
  display: block;
  margin: 35px 0 0 10px;
}

/* line 1185, app/assets/stylesheets/_reports.sass */
.search-container .search-body {
  background-color: white;
  margin-bottom: 50px;
  min-height: 250px;
  padding: 25px;
}

/* line 1191, app/assets/stylesheets/_reports.sass */
.search-container h2 {
  padding-bottom: 15px;
}

/* line 1194, app/assets/stylesheets/_reports.sass */
.search-container .search-item {
  margin-bottom: 5px;
}

/* line 1197, app/assets/stylesheets/_reports.sass */
.hideYear {
  display: none;
}

/* line 1200, app/assets/stylesheets/_reports.sass */
#reorder-start, #reorder-stop {
  align-items: baseline;
  display: flex;
}

/* line 1204, app/assets/stylesheets/_reports.sass */
#reorder-start i, #reorder-stop i {
  padding-left: 0.5rem;
}

/* line 1207, app/assets/stylesheets/_reports.sass */
.share-report label {
  text-transform: lowercase;
}

/* line 1210, app/assets/stylesheets/_reports.sass */
.star-options-container {
  box-shadow: 0px 0px 15px 0px rgba(56, 56, 56, 0.75);
  cursor: pointer;
  margin-top: 10px;
  padding: 0 !important;
}

/* line 1216, app/assets/stylesheets/_reports.sass */
.star-options-container .star-option-row {
  padding: 10px 25px;
}

/* line 1219, app/assets/stylesheets/_reports.sass */
.star-options-container .star-option-row:hover {
  background-color: #f2f2f2;
  border-bottom: 1px solid #6b6b6b;
  border-top: 1px solid #6b6b6b;
}

/* line 1225, app/assets/stylesheets/_reports.sass */
.star-selector .ui-dialog-titlebar {
  display: none;
}

/* line 1228, app/assets/stylesheets/_reports.sass */
.star-selector .ui-resizable-handle {
  display: none !important;
}

/* line 1231, app/assets/stylesheets/_reports.sass */
.ui-widget.ui-widget-content {
  padding: 0;
}

/* line 1236, app/assets/stylesheets/_reports.sass */
.ui-widget-overlay {
  position: relative !important;
}

/* line 1239, app/assets/stylesheets/_reports.sass */
.ui-widget-overlay.loading-spinner-modal-open {
  background: rgba(0, 0, 0, 0.8);
  position: fixed !important;
  z-index: 1001 !important;
}

/* line 1244, app/assets/stylesheets/_reports.sass */
.name-report-modal-buttons {
  font-size: 18px;
}

/* line 1248, app/assets/stylesheets/_reports.sass */
.custom-report-select-wrapper form {
  margin: 0 auto;
  width: 50%;
}

/* line 1252, app/assets/stylesheets/_reports.sass */
.subdomain-redirect-link {
  color: black;
}

/* line 1254, app/assets/stylesheets/_reports.sass */
.subdomain-redirect-link:hover, .subdomain-redirect-link:visited, .subdomain-redirect-link:active {
  color: inherit;
}

/* line 1258, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report {
  margin-bottom: 10px;
}

/* line 1262, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .report-name * {
  cursor: default;
}

/* line 1266, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .report-name.clickable * {
  cursor: pointer;
}

/* line 1269, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report span.spacer {
  margin-left: 10px;
  width: 25px;
}

/* line 1273, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report span.spacer i.fa {
  font-size: 24px;
}

/* line 1275, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report span.spacer i.fa.open {
  transform: rotate(90deg);
}

/* line 1278, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .smaller {
  margin-left: 10px;
}

/* line 1281, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .trends-reports-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
}

/* line 1286, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .trends-reports-wrapper.collapsed {
  display: none;
  height: 0;
}

/* line 1290, app/assets/stylesheets/_reports.sass */
.overview-reports-index .overview-report .trends-reports-wrapper .custom-trends-report {
  margin: 5px 0 0 35px;
}

/* line 1, app/assets/stylesheets/_responses.sass */
.responses-new {
  background-color: white;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  width: 90%;
}

/* line 8, app/assets/stylesheets/_responses.sass */
.responses-new .btn-container {
  text-align: center;
}

/* line 11, app/assets/stylesheets/_responses.sass */
.responses-new .btn, .responses-new .btn:visited, .responses-new .btn-alt, .responses-new .btn-alt:visited {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  width: 200px;
}

/* line 23, app/assets/stylesheets/_responses.sass */
.responses-new .error {
  float: right;
}

/* line 26, app/assets/stylesheets/_responses.sass */
.responses-new .title {
  color: #2E6494;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

/* line 33, app/assets/stylesheets/_responses.sass */
.responses-new .email-explainer {
  position: relative;
}

/* line 36, app/assets/stylesheets/_responses.sass */
.responses-new .email-explainer .explainer-container {
  position: absolute;
  right: 4px;
  top: 20px;
}

/* line 41, app/assets/stylesheets/_responses.sass */
.responses-new .demographics, .responses-new .privacy-tos, .responses-new .roles {
  overflow: auto;
  margin: 20px 20px 40px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
.responses-new .demographics::after, .responses-new .privacy-tos::after, .responses-new .roles::after {
  content: "";
  display: table;
  clear: both;
}

/* line 45, app/assets/stylesheets/_responses.sass */
.responses-new .registration, .responses-new .demographics, .responses-new .roles {
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  padding: 20px;
}

/* line 50, app/assets/stylesheets/_responses.sass */
.responses-new .registration pre, .responses-new .demographics pre, .responses-new .roles pre {
  white-space: normal;
}

/* line 53, app/assets/stylesheets/_responses.sass */
.responses-new .registration {
  margin: 20px 20px 40px;
}

/* line 56, app/assets/stylesheets/_responses.sass */
.responses-new .registration label {
  float: left;
  padding-top: 10px;
  text-align: left;
  width: 20%;
}

/* line 62, app/assets/stylesheets/_responses.sass */
.responses-new .registration input {
  border: 1px solid #e8e8e8;
  width: 80%;
}

/* line 67, app/assets/stylesheets/_responses.sass */
.responses-new .demographics select, .responses-new .roles select {
  border: 1px solid #e8e8e8;
}

/* line 70, app/assets/stylesheets/_responses.sass */
.responses-new .border-container {
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin: 30px 0;
}

/* line 77, app/assets/stylesheets/_responses.sass */
.responses-index .survey-link {
  white-space: pre-wrap;
}

/* line 81, app/assets/stylesheets/_responses.sass */
.responses-show .demographic-answers {
  background-color: white;
  padding: 20px;
}

/* line 85, app/assets/stylesheets/_responses.sass */
.responses-show .demographic-answer {
  padding: 10px 0;
}

/* line 88, app/assets/stylesheets/_responses.sass */
.privacy-policy, .terms-of-use {
  height: 300px;
  margin: 20px;
  overflow: auto;
}

/* line 94, app/assets/stylesheets/_responses.sass */
.privacy-tos label {
  font-weight: bold;
}

/* line 97, app/assets/stylesheets/_responses.sass */
.privacy-tos input {
  margin-right: 10px;
}

/* line 100, app/assets/stylesheets/_responses.sass */
.start-button {
  position: relative;
}

/* line 103, app/assets/stylesheets/_responses.sass */
.start-button input {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

/* line 3, app/assets/stylesheets/_simple_form.sass */
label.required abbr[title="required"] {
  display: none;
}

/* line 6, app/assets/stylesheets/_simple_form.sass */
.error {
  color: #CC0000;
  font-style: italic;
  text-transform: lowercase;
}

/* line 11, app/assets/stylesheets/_simple_form.sass */
.error::before {
  content: ' ';
}

/* line 2, app/assets/stylesheets/_spinner.sass */
.ui-dialog.spinner-modal .ui-dialog-content {
  min-height: none;
  padding: 20px;
}

/* line 6, app/assets/stylesheets/_spinner.sass */
.ui-dialog.spinner-modal .ui-dialog-titlebar {
  display: none;
}

/* line 9, app/assets/stylesheets/_spinner.sass */
.ui-dialog.spinner-modal .ui-resizable-handle {
  display: none !important;
}

/* line 12, app/assets/stylesheets/_spinner.sass */
.spinner-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 17, app/assets/stylesheets/_spinner.sass */
.spinner-wrapper.hidden {
  display: none;
}

/* line 20, app/assets/stylesheets/_spinner.sass */
.spinner-wrapper h3 {
  font-size: 2em;
}

/* line 24, app/assets/stylesheets/_spinner.sass */
.spinner-wrapper .spinner img {
  height: 50px;
  margin-left: 15px;
  max-height: 100%;
  max-width: 100%;
}

/* line 31, app/assets/stylesheets/_spinner.sass */
.spinner-wrapper .spinner.active img {
  animation: rotation 8s infinite linear;
  z-index: 1005;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 1, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

/* line 6, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show.admin-responsive {
  padding-left: 175px;
  width: 95%;
}

/* line 10, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .answer-explainer {
  display: none;
}

/* line 13, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .progress-container {
  background-color: white;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 19, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .progress-container .section-signifier {
  padding-bottom: 10px;
}

/* line 22, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .progress-container .progress-bar {
  background-color: #e8e8e8;
  margin-right: 10px;
}

/* line 26, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show em, .survey-logic-show u {
  font-style: normal;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show i {
  font-style: italic;
}

/* line 34, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question table.smaller-text {
  font-size: 12px;
}

/* line 37, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question table.smaller-text th, .survey-logic-show .multi-question table.smaller-text td {
  padding: 10px;
}

/* line 40, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question table.smallest-text {
  font-size: 10px;
}

/* line 43, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question table.smallest-text th, .survey-logic-show .multi-question table.smallest-text td {
  padding: 5px;
}

/* line 46, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question table.smallest-text .matrix-scroll-notice {
  color: #CC0000;
  display: none;
  font-style: italic;
}

/* line 51, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question th {
  padding: 15px;
}

/* line 54, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question th:first-child {
  width: 40%;
}

/* line 57, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td {
  height: 50px;
  padding: 10px 0;
}

/* line 61, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td:first-child {
  padding: 15px;
}

/* line 64, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td:not(:first-child) {
  padding: 2px 5px;
}

/* line 67, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td, .survey-logic-show .multi-question th {
  border: 1px solid #e8e8e8;
}

/* line 70, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td:not(:first-child), .survey-logic-show .multi-question th:not(:first-child) {
  text-align: center;
  vertical-align: top;
}

/* line 74, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td:not(:first-child):hover {
  background-color: #e8e8e8;
}

/* line 78, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .multi-question td.radio:not(:first-child) {
  vertical-align: middle;
}

/* line 82, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show span.radio label {
  border-top: 1px solid #e8e8e8;
  padding: 10px 10px;
}

/* line 86, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show span.radio label .option-wrapper {
  margin-left: 30px;
}

/* line 89, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show span.radio label .option-wrapper p:first-of-type {
  margin-top: 0;
}

/* line 92, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show span.radio label:hover {
  background-color: #e8e8e8;
}

/* line 95, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show span.radio label input[type=radio] {
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
}

/* line 100, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .question-container, .survey-logic-show .survey-section-container {
  background-color: white;
  padding: 15px;
}

/* line 105, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .question-container .question {
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 109, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .btn {
  float: right;
  font-weight: bold;
  margin: 20px 5px;
}

/* line 114, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .exit-button, .survey-logic-show .exit-button:visited {
  background-color: #6b6b6b;
}

/* line 117, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .exit-button:hover {
  background-color: #525252;
}

/* line 121, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .input textarea {
  border: 1px solid #aaa;
}

/* line 124, app/assets/stylesheets/_survey_logic.sass */
.survey-logic-show .final-section {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 2, app/assets/stylesheets/_surveys.sass */
.surveys-show .table {
  margin-top: 50px;
}

/* line 5, app/assets/stylesheets/_surveys.sass */
.survey-section {
  background-color: #2E6494;
  color: white;
  cursor: move;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 16px;
  text-transform: uppercase;
  width: 100%;
}

/* line 16, app/assets/stylesheets/_surveys.sass */
.survey-section a, .survey-section a:visited, .survey-section a:hover {
  color: white;
  float: right;
  margin-right: 10px;
}

/* line 21, app/assets/stylesheets/_surveys.sass */
.survey-section-question-set {
  background-color: white;
  border: 1px solid #aaa;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

/* line 29, app/assets/stylesheets/_surveys.sass */
.survey-section-question-set .handle {
  bottom: 0;
  cursor: move;
  left: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

/* line 39, app/assets/stylesheets/_surveys.sass */
.survey-section-question-set .question-set-body {
  margin-left: 30px;
  padding: 10px 16px;
}

/* line 43, app/assets/stylesheets/_surveys.sass */
.survey-section-question-set ul {
  margin-left: 60px;
  padding-bottom: 10px;
}

/* line 47, app/assets/stylesheets/_surveys.sass */
.survey-section-question-set .input {
  width: 90%;
}

/* line 50, app/assets/stylesheets/_surveys.sass */
.survey-section-question-set .input input {
  border: 1px solid black;
  width: 100%;
}

/* line 54, app/assets/stylesheets/_surveys.sass */
.question-set-action {
  float: right;
  margin: 0 4px;
}

/* line 58, app/assets/stylesheets/_surveys.sass */
.hidden {
  display: none !important;
}

/* line 1, app/assets/stylesheets/_tables.sass */
table.table {
  background: white;
  box-shadow: 0px 2px 8px #e8e8e8;
  margin: 50px 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, app/assets/stylesheets/_tables.sass */
table.table th:not([colspan]) {
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/_tables.sass */
table.table td, table.table th {
  overflow: auto;
  border: 1px solid #6b6b6b;
  color: #424242;
  padding: 16px 10px;
}

/* line 3, app/assets/stylesheets/_mixins.sass */
table.table td::after, table.table th::after {
  content: "";
  display: table;
  clear: both;
}

/* line 17, app/assets/stylesheets/_tables.sass */
table.table tr.highlight {
  background-color: #ddd;
}

/* line 20, app/assets/stylesheets/_tables.sass */
table.table .reports {
  margin-left: 0px;
  padding-bottom: 20px;
  text-align: left;
}

/* line 25, app/assets/stylesheets/_tables.sass */
table.table .reports .survey-container:not(:first-child) {
  border-top: 1px solid black;
}

/* line 28, app/assets/stylesheets/_tables.sass */
table.table .survey-title {
  color: #82b541;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 34, app/assets/stylesheets/_tables.sass */
table.subtable {
  margin: 0;
}

/* line 38, app/assets/stylesheets/_tables.sass */
table.options-table, table.matrix-table {
  box-shadow: 0px 2px 8px #e8e8e8;
  color: #424242;
  margin: 25px 0;
  width: calc(100% - 3px);
}

/* line 44, app/assets/stylesheets/_tables.sass */
table.options-table th, table.options-table td, table.matrix-table th, table.matrix-table td {
  border: 1px solid #6b6b6b;
  font-weight: bold;
  padding: 10px;
}

/* line 49, app/assets/stylesheets/_tables.sass */
table.options-table th, table.matrix-table th {
  background: #E5710B;
  border: 0px;
  color: white;
  font-size: 19px;
}

/* line 56, app/assets/stylesheets/_tables.sass */
table.options-table th:nth-child(2), table.options-table td:nth-child(2) {
  border-right: 1px solid #e8e8e8;
  width: 50px;
}

/* line 60, app/assets/stylesheets/_tables.sass */
table.options-table td:last-child {
  color: #59762E;
}

/* line 64, app/assets/stylesheets/_tables.sass */
table.matrix-table th:first-child, table.matrix-table td:first-child {
  width: 50%;
}

/* line 67, app/assets/stylesheets/_tables.sass */
table.matrix-table th {
  border: 1px solid #d86a0a;
}

/* line 70, app/assets/stylesheets/_tables.sass */
table.matrix-table td.highlighted {
  background: #fde2cb;
}

/* line 73, app/assets/stylesheets/_tables.sass */
td {
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td ol li:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

/* line 83, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td ol li {
  font-size: 14px;
  padding: 5px 0;
}

/* line 87, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td .answer-header {
  font-weight: bold;
  padding-top: 10px;
}

/* line 91, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td:first-child {
  vertical-align: top;
}

/* line 94, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td.survey-section {
  border-bottom: 1px solid #2E6494;
  padding: 0;
}

/* line 98, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td.survey-section p, .surveys-show table.table td.survey-section span {
  padding: 0 16px;
}

/* line 101, app/assets/stylesheets/_tables.sass */
.surveys-show table.table td.survey-section .section-title {
  background-color: #2E6494;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 16px;
  text-transform: uppercase;
}

/* line 110, app/assets/stylesheets/_tables.sass */
.videos table.table {
  max-width: 900px;
}

/* line 113, app/assets/stylesheets/_tables.sass */
.survey-id {
  margin-left: 15px;
}

/* line 1, app/assets/stylesheets/_question_sets.sass */
table.question-set-table {
  table-layout: auto;
}

/* line 5, app/assets/stylesheets/_question_sets.sass */
table.question-set-table th[colspan] a, table.question-set-table th[colspan] a:visited, table.question-set-table th[colspan] a:hover {
  float: right;
}

/* line 8, app/assets/stylesheets/_question_sets.sass */
table.question-set-table input[type=text], table.question-set-table input[type=number] {
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

/* line 13, app/assets/stylesheets/_question_sets.sass */
.questions-menu {
  list-style: none;
  max-width: 40%;
  z-index: 1005 !important;
}

/* line 18, app/assets/stylesheets/_question_sets.sass */
.question-modal {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  max-height: 80%;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 1002;
}

/* line 33, app/assets/stylesheets/_question_sets.sass */
.question-modal.wide {
  width: 600px;
}

/* line 36, app/assets/stylesheets/_question_sets.sass */
.question-modal .modal-button {
  margin: auto;
  width: 50%;
}

/* line 41, app/assets/stylesheets/_question_sets.sass */
.respondent-roles label {
  float: left;
  width: 33.3333333333%;
}

/* line 2, app/assets/stylesheets/_versioned_surveys.sass */
.versioned-surveys-show .survey-section, .versioned-surveys-show .question-set, .versioned-surveys-show .question {
  border: 1px solid #424242;
  margin: 10px 0;
  padding: 10px;
}

/* line 1, app/assets/stylesheets/_will_paginate.sass */
.pagination {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  /* line 3, app/assets/stylesheets/responsive/_forms.sass */
  .toggle-symbol-view-container .switch {
    display: block;
    margin: 5px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  /* line 9, app/assets/stylesheets/responsive/_forms.sass */
  form .column-50 {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  /* line 14, app/assets/stylesheets/responsive/_forms.sass */
  form .column-50:nth-of-type(odd) {
    padding-right: 0;
  }
  /* line 17, app/assets/stylesheets/responsive/_forms.sass */
  form .column-50:nth-of-type(even) {
    padding-left: 0;
  }
  /* line 20, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33 {
    padding-top: 0;
    width: 50%;
  }
  /* line 24, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33:nth-child(3n + 2), form .column-33:nth-child(3n + 3), form .column-33:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 28, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33:nth-of-type(odd) {
    padding-right: 10px;
  }
  /* line 31, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33:nth-of-type(even) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  /* line 36, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33 {
    float: none;
    padding-top: 0;
    width: 100%;
  }
  /* line 41, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33:nth-of-type(odd) {
    padding-right: 0;
  }
  /* line 44, app/assets/stylesheets/responsive/_forms.sass */
  form .column-33:nth-of-type(even) {
    padding-left: 0;
  }
  /* line 48, app/assets/stylesheets/responsive/_forms.sass */
  .toggle-responses-container .switch, .toggle-search-type-container .switch {
    display: block;
    margin: 5px 0 20px;
  }
  /* line 53, app/assets/stylesheets/responsive/_forms.sass */
  .organization-index-form .query-builder {
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/responsive/_forms.sass */
  .organization-index-form #basic-search .input {
    display: block;
  }
  /* line 60, app/assets/stylesheets/responsive/_forms.sass */
  .organization-index-form #basic-search .search-input {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 64, app/assets/stylesheets/responsive/_forms.sass */
  .organization-index-form #basic-search .search-button {
    margin: 0 10px 0 0;
  }
  /* line 67, app/assets/stylesheets/responsive/_forms.sass */
  .organization-index-form #basic-search .clear-search {
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  /* line 2, app/assets/stylesheets/responsive/_layout.sass */
  main {
    padding: 20px 2%;
  }
  /* line 5, app/assets/stylesheets/responsive/_layout.sass */
  main .admin-responsive {
    margin: 0 auto;
    padding-left: 0px;
    width: 90%;
  }
  /* line 12, app/assets/stylesheets/responsive/_layout.sass */
  nav ul li {
    margin-left: 30px;
  }
  /* line 15, app/assets/stylesheets/responsive/_layout.sass */
  .mod-small-card {
    width: 49%;
    margin: 0 1% 16px 0;
  }
}

@media screen and (max-width: 850px) {
  /* line 20, app/assets/stylesheets/responsive/_layout.sass */
  main {
    margin-right: 0;
    width: auto;
  }
  /* line 24, app/assets/stylesheets/responsive/_layout.sass */
  .table.index-table {
    font-size: 12px;
  }
  /* line 27, app/assets/stylesheets/responsive/_layout.sass */
  section#actions {
    display: block;
    position: static;
    float: none;
  }
  /* line 31, app/assets/stylesheets/responsive/_layout.sass */
  section#actions ul {
    overflow: auto;
  }
  /* line 3, app/assets/stylesheets/_mixins.sass */
  section#actions ul::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, app/assets/stylesheets/responsive/_layout.sass */
  section#actions ul li {
    float: left;
  }
  /* line 35, app/assets/stylesheets/responsive/_layout.sass */
  section#actions ul li .btn, section#actions ul li .btn-alt {
    width: auto;
    margin: 0px;
    border-radius: 0;
    margin-left: 2px;
    font-size: 12px;
  }
  /* line 41, app/assets/stylesheets/responsive/_layout.sass */
  section#actions .admin-actions {
    background-color: #2E6494;
  }
  /* line 44, app/assets/stylesheets/responsive/_layout.sass */
  section#actions .admin-actions ul li {
    margin-bottom: 0px;
  }
  /* line 46, app/assets/stylesheets/responsive/_layout.sass */
  section#actions .admin-actions ul li .btn, section#actions .admin-actions ul li .btn-alt {
    border-right: 1px solid #e8e8e8;
  }
  /* line 49, app/assets/stylesheets/responsive/_layout.sass */
  nav .nav-logo {
    float: none;
    margin: 0 auto;
    width: 125px;
    margin-top: 8px;
  }
  /* line 54, app/assets/stylesheets/responsive/_layout.sass */
  nav ul {
    width: 95%;
    margin: 0 auto;
  }
  /* line 57, app/assets/stylesheets/responsive/_layout.sass */
  nav ul li {
    margin-left: 0px;
    margin-right: 20px;
  }
  /* line 60, app/assets/stylesheets/responsive/_layout.sass */
  nav ul .user-options {
    float: none;
    margin-right: 0px;
  }
  /* line 63, app/assets/stylesheets/responsive/_layout.sass */
  nav ul .user-options .logout, nav ul .user-options .login {
    margin-right: 0px;
  }
  /* line 65, app/assets/stylesheets/responsive/_layout.sass */
  nav ul .user-options .login {
    float: none;
    text-align: center;
  }
  /* line 69, app/assets/stylesheets/responsive/_layout.sass */
  .action-divider {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* line 74, app/assets/stylesheets/responsive/_layout.sass */
  nav ul {
    overflow: auto;
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
  /* line 3, app/assets/stylesheets/_mixins.sass */
  nav ul::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 79, app/assets/stylesheets/responsive/_layout.sass */
  nav ul li {
    line-height: 30px;
    margin: 0 10px;
  }
  /* line 82, app/assets/stylesheets/responsive/_layout.sass */
  nav ul .admin-options, nav ul .user-options {
    display: block;
    overflow: auto;
    float: none;
  }
  /* line 3, app/assets/stylesheets/_mixins.sass */
  nav ul .admin-options::after, nav ul .user-options::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 87, app/assets/stylesheets/responsive/_layout.sass */
  nav ul .admin-options .logout li, nav ul .admin-options .login li, nav ul .user-options .logout li, nav ul .user-options .login li {
    margin-right: 10px;
  }
  /* line 91, app/assets/stylesheets/responsive/_layout.sass */
  table td {
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  /* line 96, app/assets/stylesheets/responsive/_layout.sass */
  nav .login {
    float: none;
    margin-right: 0;
  }
  /* line 100, app/assets/stylesheets/responsive/_layout.sass */
  .table.index-table {
    font-size: 10px;
  }
  /* line 102, app/assets/stylesheets/responsive/_layout.sass */
  .table.index-table .edit {
    font-size: 8px;
  }
  /* line 105, app/assets/stylesheets/responsive/_layout.sass */
  .mobile-only {
    display: block;
  }
  /* line 107, app/assets/stylesheets/responsive/_layout.sass */
  .desktop-only {
    display: none;
  }
  /* line 111, app/assets/stylesheets/responsive/_layout.sass */
  .paginate-count.organization-index {
    text-align: center;
  }
  /* line 114, app/assets/stylesheets/responsive/_layout.sass */
  .mod-small-card {
    width: 99%;
    margin: 0 1% 16px 0;
  }
}

@media screen and (max-width: 1200px) {
  /* line 4, app/assets/stylesheets/responsive/_reports.sass */
  .report .component-tabs .component-link {
    height: 120px;
  }
}

@media screen and (max-width: 1040px) {
  /* line 9, app/assets/stylesheets/responsive/_reports.sass */
  .controls .legend-container {
    float: none;
  }
  /* line 12, app/assets/stylesheets/responsive/_reports.sass */
  .controls .toggle-symbol-view-container {
    padding-left: 25px;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  /* line 20, app/assets/stylesheets/responsive/_reports.sass */
  .report .component-tabs a:not(:last-child) .component-link {
    border-width: 0 0 1px 0;
  }
  /* line 23, app/assets/stylesheets/responsive/_reports.sass */
  .report .component-tabs .component-link {
    border-bottom: 1px solid #E4EEF6;
    height: 100px;
    width: 100%;
  }
  /* line 29, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .chart-column, .report .item-container .questions-column, .report .item-container .links-column {
    float: none;
    width: 100%;
  }
  /* line 33, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .questions-column, .report .item-container .links-column {
    margin-top: 50px;
  }
  /* line 38, app/assets/stylesheets/responsive/_reports.sass */
  .report .report-main .view-by-select .input, .report .report-main .view-by-average .input {
    display: block;
    max-width: 100%;
  }
  /* line 42, app/assets/stylesheets/responsive/_reports.sass */
  .report .report-main .view-by-select .input select, .report .report-main .view-by-average .input select {
    margin-left: 0;
  }
  /* line 46, app/assets/stylesheets/responsive/_reports.sass */
  .report .report-main .nav-link-container span {
    float: none;
  }
  /* line 49, app/assets/stylesheets/responsive/_reports.sass */
  .report .report-main .toggle-view-link-container {
    float: none;
    padding-left: 0;
    text-transform: capitalize;
  }
  /* line 54, app/assets/stylesheets/responsive/_reports.sass */
  .report .report-main .toggle-view-link-container:last-child {
    border: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  /* line 60, app/assets/stylesheets/responsive/_reports.sass */
  .report .report-main {
    padding: 25px 15px;
  }
  /* line 64, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container h4 {
    font-size: 18px;
  }
  /* line 67, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .rating-container {
    display: block;
  }
  /* line 70, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .rating-container .question-rating-global-container {
    margin-left: 0;
    padding-top: 0;
  }
  /* line 75, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .favorite .link-container {
    display: block;
    float: none;
    text-align: right;
  }
  /* line 80, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .subdomain-link-container {
    float: none;
    margin-bottom: 15px;
  }
  /* line 84, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .chart-column, .report .item-container .questions-column, .report .item-container .links-column {
    margin: 50px 0;
  }
  /* line 87, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .bar, .report .item-container .call-text {
    font-size: 10px;
  }
  /* line 90, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .call-text {
    width: 68px;
  }
  /* line 93, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .link-to-questions {
    margin: 25px 0 0 0;
  }
  /* line 96, app/assets/stylesheets/responsive/_reports.sass */
  .report .item-container .lowest-scoring {
    font-size: 14px;
  }
  /* line 101, app/assets/stylesheets/responsive/_reports.sass */
  .report .nav-link-container .change-view .input {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  /* line 4, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .registration label {
    width: 40%;
  }
  /* line 6, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .registration input {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  /* line 10, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new {
    font-size: 12px;
  }
  /* line 13, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .title {
    font-size: 20px;
    text-align: left;
  }
  /* line 17, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .demographics, .responses-new .privacy-tos, .responses-new .registration {
    margin: 20px 0px 40px;
  }
  /* line 21, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .registration label, .responses-new .registration input {
    float: none;
    width: 100%;
  }
  /* line 25, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .privacy-policy, .responses-new .terms-of-use {
    font-size: 12px;
  }
  /* line 28, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .border-container {
    margin: 15px 0;
  }
  /* line 31, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .subhead {
    display: block;
    text-align: right;
  }
  /* line 36, app/assets/stylesheets/responsive/_responses.sass */
  .responses-new .start-button input {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  /* line 5, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .question-container.smallest-text {
    overflow-x: scroll;
    border-right: 30px solid white;
  }
  /* line 8, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .question-container .question {
    font-size: 16px;
  }
  /* line 13, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question table.smaller-text th:not(:first-child), .survey-logic-show .multi-question table.smaller-text td {
    padding: 5px;
  }
  /* line 17, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question table.smallest-text th:not(:first-child), .survey-logic-show .multi-question table.smallest-text td {
    font-size: 10px;
    padding: 5px;
  }
  /* line 20, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question table.smallest-text .matrix-scroll-notice {
    display: block;
  }
  /* line 23, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question td {
    padding: 5px;
  }
  /* line 25, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question th:not(:first-child) {
    font-size: 12px;
  }
  /* line 27, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question tr:nth-child(even) {
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 640px) {
  /* line 31, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  /* line 37, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .answer-legend {
    font-size: 14px;
  }
  /* line 39, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .answer-legend ol {
    list-style-type: upper-alpha;
  }
  /* line 42, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .question-container {
    margin-bottom: 15px;
  }
  /* line 45, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .answer-explainer {
    color: #CC0000;
    display: block;
    font-style: italic;
    padding: 5px 5px 10px;
    text-align: center;
  }
  /* line 52, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .btn {
    float: none;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 170px;
  }
  /* line 61, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question td {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  /* line 67, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question th:not(:first-child) {
    font-size: 9px;
  }
  /* line 69, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .multi-question td {
    font-size: 11px;
  }
  /* line 72, app/assets/stylesheets/responsive/_survey_logic.sass */
  .survey-logic-show .answer-legend {
    font-size: 11px;
  }
}

@media screen and (max-width: 1000px) {
  /* line 3, app/assets/stylesheets/responsive/_tables.sass */
  .table.index-table td {
    padding: 6px 6px;
  }
  /* line 5, app/assets/stylesheets/responsive/_tables.sass */
  .table.index-table ul {
    list-style-type: none;
    margin-left: -2px;
  }
  /* line 8, app/assets/stylesheets/responsive/_tables.sass */
  .table.index-table ul li {
    border-top: 1px solid #aac9e4;
    padding: 3px 0;
  }
  /* line 11, app/assets/stylesheets/responsive/_tables.sass */
  .table.index-table ul li:first-child {
    border-top: 0px;
    padding-bottom: 3px;
  }
  /* line 15, app/assets/stylesheets/responsive/_tables.sass */
  table.matrix-table {
    font-size: 10px;
  }
  /* line 20, app/assets/stylesheets/responsive/_tables.sass */
  .organizations-index .table.index-table td:not(:last-child), .accounts-index .table.index-table td:not(:last-child) {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 26, app/assets/stylesheets/responsive/_tables.sass */
  .accounts-index .table.index-table td:last-child, .accounts-index .table.index-table th:last-child {
    width: 100px;
    padding: 16px 2px;
  }
}

@media screen and (max-width: 500px) {
  /* line 31, app/assets/stylesheets/responsive/_tables.sass */
  .table.index-table {
    font-size: 10px;
  }
  /* line 36, app/assets/stylesheets/responsive/_tables.sass */
  .accounts-index .table.index-table td:last-child, .accounts-index .table.index-table th:last-child {
    width: 50px;
  }
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

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

.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%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.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/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* 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/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.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/*{fcDefault}*/;
	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/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.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/*{fcHover}*/;
	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/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */
.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;
	user-select: none;
}

.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 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-view.fr-element-scroll-visible{overflow-x:visible !important}.fr-box.fr-basic{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-basic .fr-element{font-family:sans-serif;color:#414141;font-size:14px;line-height:1.6;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:60px;text-align:left}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:transparent;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable="true"]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:40px;width:40px;text-align:center;background:#FFF;color:#333333;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;outline:none;left:0;top:0;line-height:40px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none}.fr-box a.fr-floating-btn svg{-webkit-transition:transform 0.2s ease 0s;-moz-transition:transform 0.2s ease 0s;-ms-transition:transform 0.2s ease 0s;-o-transition:transform 0.2s ease 0s;fill:#333333}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#333333}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:none;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:14px;color:#AAA;font-family:sans-serif;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block;white-space:nowrap;text-overflow:ellipsis}.fr-wrapper ::-moz-selection{background:rgba(181,214,253,0.8);color:#000}.fr-wrapper ::selection{background:rgba(181,214,253,0.8);color:#000}.fr-box.fr-basic .fr-wrapper{background:#FFF;border:1px solid #CCCCCC;border-bottom-color:#efefef;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}@media (min-width: 992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:left;padding:30px;min-width:21cm;background:#efefef}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#FFF;width:21cm;margin:auto;min-height:26cm !important;padding:1cm 2cm;overflow:visible;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#efefef;height:1cm;outline:none;border:none}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222222;color:#FFF;font-size:11px;line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-btn-wrap,.fr-popup .fr-btn-wrap,.fr-modal .fr-btn-wrap{float:left;white-space:nowrap;position:relative}.fr-toolbar .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden,.fr-modal .fr-btn-wrap.fr-hidden{display:none}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn,.fr-modal .fr-command.fr-btn{background:transparent;color:#333333;-moz-outline:0;outline:none;border:0;line-height:1;cursor:pointer;text-align:left;margin:4px 2px;padding:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;height:40px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-btn-hover,.fr-popup .fr-command.fr-btn.fr-btn-hover,.fr-modal .fr-command.fr-btn.fr-btn-hover{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-modal .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-modal .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-modal .fr-command.fr-btn i,.fr-modal .fr-command.fr-btn svg{display:block;text-align:center;float:none;margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn svg.fr-svg,.fr-popup .fr-command.fr-btn svg.fr-svg,.fr-modal .fr-command.fr-btn svg.fr-svg{height:24px}.fr-toolbar .fr-command.fr-btn svg path,.fr-popup .fr-command.fr-btn svg path,.fr-modal .fr-command.fr-btn svg path{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;fill:#333333}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-modal .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span,.fr-modal .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:30px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:bold;padding:0 4px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img,.fr-modal .fr-command.fr-btn img{margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.fr-modal .fr-command.fr-btn.fr-btn-active-popup{background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:normal}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-modal .fr-command.fr-btn.fr-dropdown i,.fr-modal .fr-command.fr-btn.fr-dropdown span,.fr-modal .fr-command.fr-btn.fr-dropdown img,.fr-modal .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-modal .fr-command.fr-btn.fr-dropdown:after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333333;right:2px;top:18px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;content:""}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active{fill:#333333;background:#d6d6d6;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#ebebeb;fill:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after{border-top-color:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after{border-top:0;border-bottom:4px solid #222222}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled,.fr-modal .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after,.fr-modal .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden,.fr-modal .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar .fr-tabs .fr-command.fr-btn,.fr-popup .fr-tabs .fr-command.fr-btn,.fr-modal .fr-tabs .fr-command.fr-btn{margin:0;width:46px;height:40px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#FFF}.fr-toolbar .fr-tabs .fr-command.fr-btn span,.fr-popup .fr-tabs .fr-command.fr-btn span,.fr-modal .fr-tabs .fr-command.fr-btn span{height:27px}.fr-toolbar .fr-tabs .fr-command.fr-btn img,.fr-toolbar .fr-tabs .fr-command.fr-btn svg,.fr-popup .fr-tabs .fr-command.fr-btn img,.fr-popup .fr-tabs .fr-command.fr-btn svg,.fr-modal .fr-tabs .fr-command.fr-btn img,.fr-modal .fr-tabs .fr-command.fr-btn svg{margin:8px 11px;width:24px;height:24px}.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0098f7}.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-modal.fr-disabled .fr-btn,.fr-modal.fr-disabled .fr-btn.fr-active{color:#bdbdbd;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,.fr-modal.fr-rtl .fr-btn-grp.fr-float-left{float:right}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,.fr-modal.fr-rtl .fr-btn-grp.fr-float-right{float:left}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-btn-wrap,.fr-modal.fr-rtl .fr-command.fr-btn,.fr-modal.fr-rtl .fr-btn-wrap{float:right}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus,.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded{outline:0;color:#333333}.fr-desktop .fr-command:hover:not(.fr-table-cell),.fr-desktop .fr-command:focus:not(.fr-table-cell),.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell){background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command.fr-btn-hover::after,.fr-desktop .fr-command.fr-expanded::after{border-top-color:#333333}.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.fr-desktop .fr-command:active{color:#333333;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded{background:#ebebeb}.fr-desktop .fr-command.fr-active:active{background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:transparent}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:transparent}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:#d6d6d6}.fr-popup.fr-mobile .fr-command:focus-visible{outline:none}.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:hover,.fr-command.fr-btn.fr-options:focus{border-left:solid 1px #FAFAFA;-webkit-transition:border-left 0s, background-color 0.5s;-moz-transition:border-left 0s, background-color 0.5s;-ms-transition:border-left 0s, background-color 0.5s;-o-transition:border-left 0s, background-color 0.5s}.fr-command.fr-btn+.fr-dropdown-menu{background:#FFF;display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height 0.3s;-moz-transition:height 0.3s;-ms-transition:height 0.3s;-o-transition:height 0.3s;margin-top:0;float:left;height:0;margin-top:0 !important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{position:relative}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:8px 0;min-width:72px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 20px;line-height:200%;display:flex;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{width:24px;height:24px;margin:3px 4px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#333333}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{margin-left:20px;font-weight:bold;-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right !important}body.fr-prevent-scroll{overflow:hidden}body.fr-prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222222;font-family:Arial, Helvetica, sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);position:absolute}.fr-modal .fr-modal-wrapper{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#FFF;min-width:300px;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;overflow:hidden;width:90%;position:relative}@media (min-width: 768px) and (max-width: 991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width: 992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#FFF;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;border-bottom:solid #efefef 1px;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;position:absolute;top:0;right:0}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:20px;padding:19px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:auto;padding-bottom:20px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";z-index:2147483639}ol.decimal_type{counter-reset:item}ol.decimal_type>li{display:block;position:relative}ol.decimal_type>li:before{content:counters(item,".") ". ";counter-increment:item;position:absolute;margin-right:100%;right:10px}.fr-popup{position:absolute;display:none;color:#222222;background:#FFF;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-popup .fr-icon{text-align:center;vertical-align:middle;font-size:20px;line-height:1;cursor:pointer;font-weight:400;box-sizing:content-box;padding:6px}.fr-popup .fr-icon-container{padding:20px;max-height:200px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@supports not (-ms-high-contrast: none){.fr-popup .fr-icon-container{grid-template-columns:repeat(auto-fill, minmax(36px, 36px));display:grid}}@media (min-width: 768px){.fr-popup .fr-icon-container{min-width:276px}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.fr-popup .fr-icon-container{display:inline-flex;-ms-flex-flow:row wrap}}@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px){.fr-popup .fr-icon-container{width:236px}}.fr-popup .fr-input-focus{background:whitesmoke}.fr-popup.fr-above{margin-top:-10px;border-top:0}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{display:none !important}.fr-popup.fr-empty{display:none !important}.fr-popup .fr-hs{display:block !important}.fr-popup .fr-hs.fr-hidden{display:none !important}.fr-popup .fr-input-line{position:relative;padding:15px 0}.fr-popup .fr-input-line input[type="text"],.fr-popup .fr-input-line input[type="number"],.fr-popup .fr-input-line textarea{width:100%;margin-bottom:1px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:solid 1px #999999;color:#222222;font-size:14px;background:#FFF;position:relative;z-index:2;padding:4px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border 0.5s, padding 0.5s;-moz-transition:border 0.5s, padding 0.5s;-ms-transition:border 0.5s, padding 0.5s;-o-transition:border 0.5s, padding 0.5s}.fr-popup .fr-input-line input[type="text"]:hover,.fr-popup .fr-input-line input[type="number"]:hover,.fr-popup .fr-input-line textarea:hover{border:solid 1px #515151}.fr-popup .fr-input-line input[type="text"]:focus,.fr-popup .fr-input-line input[type="number"]:focus,.fr-popup .fr-input-line textarea:focus{border:solid 2px #0098f7;padding:3px 11px}.fr-popup .fr-input-line input[type="text"],.fr-popup .fr-input-line input[type="number"]{height:46px}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:29px;left:12px;font-size:14px;color:grey;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;z-index:3;display:block;background:#FFF;padding:0;cursor:text}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;width:auto;left:4px;padding:0 4px;font-size:11px;top:9px}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:none}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{white-space:nowrap;line-height:0}.fr-popup .fr-buttons .fr-btn{margin-left:4px;margin-right:4px;display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-buttons.fr-tabs{border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;overflow:hidden}@media (max-width: 768px){.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{overflow:scroll;overflow-y:hidden;width:276px}}.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.fr-popup .fr-layer{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:195px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:20px;display:none}@media (min-width: 768px){.fr-popup .fr-layer{width:260px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:18px;height:18px;padding:10px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:18px;height:18px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px;top:7px;left:7px}.fr-popup .fr-checkbox input:not(:checked)+span{border:solid 2px #999999}.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-popup .fr-checkbox input:not(:checked):focus+span,.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-popup .fr-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-popup .fr-checkbox input:checked:focus+span,.fr-popup .fr-checkbox input:checked:hover+span{-webkit-opacity:0.8;-moz-opacity:0.8;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block !important}.fr-toolbar{color:#222222;background:#FFF;position:relative;font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-align:left;border:1px solid #CCCCCC;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2;padding-bottom:0;-webkit-transition:padding-bottom 0.5s;-moz-transition:padding-bottom 0.5s;-ms-transition:padding-bottom 0.5s;-o-transition:padding-bottom 0.5s}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar::after{height:0}.fr-toolbar .fr-newline{clear:both;display:block;content:"";margin-left:9px;margin-right:9px;background:#efefef;height:1px;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s}.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.fr-toolbar .fr-float-right{float:right}.fr-toolbar .fr-float-left{float:left}.fr-toolbar .fr-more-toolbar{float:left;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s;height:0;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.fr-toolbar .fr-more-toolbar.fr-overflow-visible{overflow:visible}.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.fr-toolbar .fr-btn-grp{display:inline-block;margin:0 17px 0 12px}@media (max-width: 768px){.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.fr-toolbar .fr-command.fr-btn.fr-open{margin-top:10px;margin-bottom:-1px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#f5f5f5}.fr-toolbar .fr-popup .fr-command:focus-visible{outline:none}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;white-space:nowrap;position:absolute;margin-top:5px;z-index:2147483630}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;border-top:0}.fr-toolbar.fr-inline .fr-newline{height:0}.fr-toolbar.fr-inline .fr-more-toolbar{position:absolute !important}.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded{position:relative !important}.fr-toolbar.fr-top{top:0;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom{bottom:0;border-top:0;padding-bottom:0;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top 0.5s;-moz-transition:padding-top 0.5s;-ms-transition:padding-top 0.5s;-o-transition:padding-top 0.5s}.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{padding-top:48px;background:#FFF}.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{margin-top:-1px;margin-bottom:10px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-sticky-on{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:32px;width:1px;margin:8px 4px}.fr-separator.fr-hs{clear:both;width:calc(100% - (2 * 4px));margin:0 4px;height:1px}.fr-separator.fr-hidden{display:none !important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{display:inline-block}.fr-second-toolbar{border:1px solid #CCCCCC;border-top:0;background:#FFF;line-height:1.4;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-second-toolbar::after{clear:both;display:block;content:"";height:0}.fr-second-toolbar:empty{min-height:calc(10px);position:relative;margin-top:calc(-1px);z-index:2}#fr-logo{float:left;outline:none}#fr-logo>span{display:inline-block;float:left;font-family:sans-serif;padding:11px 5px 10px 15px;font-size:12px;font-weight:500;color:#b1b2b7;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-ms-transition:color 0.3s;-o-transition:color 0.3s}#fr-logo>svg{height:20px;width:47px;margin:7px 0;cursor:pointer}#fr-logo>svg *{-webkit-transition:fill 0.3s;-moz-transition:fill 0.3s;-ms-transition:fill 0.3s;-o-transition:fill 0.3s}#fr-logo:hover>span,#fr-logo:focus>span{color:#0098f7}#fr-logo:hover>svg .fr-logo,#fr-logo:focus>svg .fr-logo{fill:#0098f7}.fr-visibility-helper{display:none;margin-left:0 !important}@media (min-width: 768px){.fr-visibility-helper{margin-left:1px !important}}@media (min-width: 992px){.fr-visibility-helper{margin-left:2px !important}}@media (min-width: 1200px){.fr-visibility-helper{margin-left:3px !important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed;z-index:10}.fr-sticky-on.fr-sticky-ios{position:-webkit-sticky;left:0;right:0;width:auto !important}.modal .fr-sticky-on{position:sticky}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view .fr-highlight-change,.fr-highlight-change>img,.fr-highlight-change>.fr-video>video,.fr-highlight-change>.fr-video>embed,.fr-highlight-change>.fr-video>iframe,.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-highlight-change>p,.fr-view .fr-highlight-change>span:not(.fr-tracking-deleted){background-color:#f3eec3;opacity:0.5}.fr-highlight-change.fr-highlight-change>table td,.fr-highlight-change.fr-highlight-change>hr{border-color:#f3eec3}.fr-tracking-deleted.fr-tracking-deleted>table td,.fr-tracking-deleted.fr-tracking-deleted>hr{border-color:#dc3545}.fr-tracking-deleted img,.fr-tracking-deleted>.fr-video>video,.fr-tracking-deleted>.fr-video>iframe,.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe{opacity:0.5;background-color:#dc3545}.fr-view .fr-tracking-deleted{background-color:#dc3545;text-decoration:line-through;pointer-events:none;user-select:none;opacity:1}.fr-highlight-change>.fr-video>iframe,.fr-tracking-deleted>.fr-video>iframe,.fr-highlight-change>.fr-video>video,.fr-tracking-deleted>.fr-video>video,.fr-highlight-change>.fr-video>embed,.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe{padding:10px !important}.fr-tracking-deleted img,.fr-highlight-change img{border:2px solid #f3eec3}.fr-highlight-change #isPasted *:not(table):not(tbody):not(tr):not(td){opacity:0.5;background-color:#f3eec3}.fr-highlight-change #isPasted>table td{opacity:0.5;border-color:#f3eec3}.fr-track-hide{display:none}.fr-track-hide-mobile{width:0;height:0;overflow:hidden;position:absolute}.fr-ios-mobile-disable-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.fr-bottom-extended{flex-wrap:wrap;display:flex;box-sizing:border-box}.position-relative{position:relative !important}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view li img.fr-dii.fr-fil{margin-right:20px}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table[border='0'] td:not([class]),.fr-view table[border='0'] th:not([class]),.fr-view table[border='0'] td[class=""],.fr-view table[border='0'] th[class=""]{border-width:0px}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view table tfoot td{background:#ececec}.fr-view .fr-mso-hidden{display:none}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir="rtl"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir="rtl"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px));min-width:10px}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px));min-width:10px}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}.fr-view span.fr-img-caption.fr-dii.fr-fil,.fr-view p img.fr-dii.fr-fil{margin-right:15px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px));min-width:10px}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px));min-width:10px}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px);min-width:5px}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px);min-width:5px}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-layer.fr-color-hex-layer{margin:0;padding:20px;padding-top:0;float:left}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:15px 0 0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;width:38px;height:40px;padding:17px 0 0;margin:0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block;padding:20px;padding-bottom:0}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:24px;width:24px;margin:4px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222}.fr-popup .fr-color-set>span .fr-selected-color{color:#FFF;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after{-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0)}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-file-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-file-progress-bar-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}img.fr-draggable{user-select:none}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-head .fr-modal-head-line::after{clear:both;display:block;content:"";height:0}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;width:0;padding:12px 0}.fr-modal .fr-modal-head .fr-modal-tags{padding:0 20px;display:none;text-align:left}.fr-modal .fr-modal-head .fr-modal-tags a{display:inline-block;opacity:0;padding:6px 12px;margin:8px 0 8px 8px;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;cursor:pointer;background-color:#f5f5f5}.fr-modal .fr-modal-head .fr-modal-tags a:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#d6d6d6}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#EcF5Ff;color:#0098f7}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#d6d6d6}.fr-show-tags .fr-modal-more svg path{fill:#0098f7}div.fr-modal-body{-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s}div.fr-modal-body .fr-preloader{display:block;margin:50px auto}div.fr-modal-body div.fr-image-list{text-align:center;margin:0 20px;padding:0}div.fr-modal-body div.fr-image-list .fr-list-column{float:left;width:calc((100% - 20px) / 2)}@media (min-width: 768px) and (max-width: 1199px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 40px) / 3)}}@media (min-width: 1200px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 60px) / 4)}}div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column{margin-left:20px}div.fr-modal-body div.fr-image-list div.fr-image-container{position:relative;width:100%;display:block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;overflow:hidden}div.fr-modal-body div.fr-image-list div.fr-image-container:first-child{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container+div{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after{position:absolute;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;background:#000;content:"";top:0;left:0;bottom:0;right:0;z-index:2}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before{content:attr(data-deleting);color:#FFF;top:0;left:0;bottom:0;right:0;margin:auto;position:absolute;z-index:3;font-size:15px;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{height:95px;background:#ccc;z-index:1}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;content:attr(data-loading);display:inline-block;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container img{width:100%;vertical-align:middle;position:relative;z-index:2;-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-webkit-opacity:.75;-moz-opacity:.75;opacity:.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img{display:inline-block}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{display:none;top:50%;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:background 0.2s ease 0s,color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s,color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s,color 0.2s ease 0s;-o-transition:background 0.2s ease 0s,color 0.2s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;margin:0;line-height:40px;text-decoration:none;z-index:3}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{background:#B8312F;fill:#FFF;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{background:#FFF;fill:#0098f7;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-webkit-opacity:.75;-moz-opacity:.75;opacity:.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{display:inline-block;width:40px;height:40px}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#FFF}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}
/*!
 * froala_editor v4.4.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:transparent}.fr-element .fr-video.fr-active>*{z-index:2;position:relative}.fr-element .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-box .fr-video-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-video-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-video-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-autoplay-margin{margin-top:0px !important}
