/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT AWESOME CORE
 * -------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
/* From https://github.com/jharding/typeahead.js-bootstrap.css */


.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 25px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #2c4452;
}

.tt-suggestion.tt-cursor a, .tt-suggestion:hover a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
/*

*/
/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2 {
    font-size: 2rem;
  }
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h5 {
  font-size: 1.25rem;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6 {
  font-size: 1rem;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 0.875em;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 316, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 497, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 41, app/assets/stylesheets/bootstrap_examtime.sass */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 44, app/assets/stylesheets/bootstrap_examtime.sass */
.hide {
  display: none !important;
}

/* line 46, app/assets/stylesheets/bootstrap_examtime.sass */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 48, app/assets/stylesheets/bootstrap_examtime.sass */
.navbar-nav {
  flex-direction: row;
}

/* line 50, app/assets/stylesheets/bootstrap_examtime.sass */
.navbar {
  padding: 0;
}

/* line 52, app/assets/stylesheets/bootstrap_examtime.sass */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

/* line 63, app/assets/stylesheets/bootstrap_examtime.sass */
.modal-dialog {
  max-width: unset;
}

/* line 65, app/assets/stylesheets/bootstrap_examtime.sass */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 74, app/assets/stylesheets/bootstrap_examtime.sass */
.nav-tabs {
  align-items: center;
}

/* line 76, app/assets/stylesheets/bootstrap_examtime.sass */
.nav-tabs > li > a {
  display: inline-block;
}

/* line 78, app/assets/stylesheets/bootstrap_examtime.sass */
.dropdown-menu > li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  color: #333333;
}

/* line 83, app/assets/stylesheets/bootstrap_examtime.sass */
.dropdown-toggle::after {
  display: none;
}

/* line 85, app/assets/stylesheets/bootstrap_examtime.sass */
.btn-warning {
  background-color: #f0ad4e;
}

/* line 87, app/assets/stylesheets/bootstrap_examtime.sass */
.btn-danger {
  background-color: #d9534f;
}

/* line 91, app/assets/stylesheets/bootstrap_examtime.sass */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 99, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 107, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/assets/stylesheets/bootstrap_examtime.sass */
  .container {
    max-width: 1140px;
  }
}

/* line 114, app/assets/stylesheets/bootstrap_examtime.sass */
a, .btn-link {
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/bootstrap_examtime.sass */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 123, app/assets/stylesheets/bootstrap_examtime.sass */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* line 132, app/assets/stylesheets/bootstrap_examtime.sass */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/bootstrap_examtime.sass */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

/* line 142, app/assets/stylesheets/bootstrap_examtime.sass */
.form-control {
  height: calc(1.5em + 0.75rem + 2px);
}
/* line 5, app/assets/stylesheets/global/loading_spinner.sass */
#et_loading_spinner, .et_loading_spinner {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 200px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  z-index: 10000;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  background: #f9f9f9 url(/assets/loading_turbolink.gif) 10px 10px no-repeat;
}
/* line 3, app/assets/stylesheets/global/modal.sass */
.modal-dialog {
  width: 1125px;
  margin-left: auto;
  margin-top: 65px;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/global/modal.sass */
.modal-dialog .actions {
  margin: 40px 0 0 0;
}

/* line 10, app/assets/stylesheets/global/modal.sass */
.modal-dialog .actions_inline {
  text-align: right;
}

/* line 12, app/assets/stylesheets/global/modal.sass */
.modal-dialog .confirm {
  float: left;
}

/* line 16, app/assets/stylesheets/global/modal.sass */
.modal-dialog h2 {
  font-size: 26px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 0.5em;
}

/* line 22, app/assets/stylesheets/global/modal.sass */
.modal-dialog p {
  margin: 10px 0;
}

/* line 25, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-footer {
  border: none;
  margin: 0;
}

/* line 28, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-footer .alert {
  text-align: left;
}

/* line 31, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-header {
  border: none;
  padding: 40px 40px 0 40px;
}

/* line 35, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-body {
  padding: 20px 40px 40px 40px;
}

/* line 38, app/assets/stylesheets/global/modal.sass */
.modal-cta {
  display: inline-block;
  min-height: 175px;
  padding: 20px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/global/modal.sass */
.modal-cta .cta {
  margin: -5px 0 16px 0;
  font-size: 26px;
  letter-spacing: 0;
}

/* line 47, app/assets/stylesheets/global/modal.sass */
.modal-cta .btn-cta {
  font-size: 24px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  color: #FFFFFF;
}

/* line 52, app/assets/stylesheets/global/modal.sass */
.modal-cta .cta-footer-text {
  font-size: 18px;
  line-height: 36px;
}

/* line 57, app/assets/stylesheets/global/modal.sass */
.modal-content.sign_up {
  margin: 10% 25%;
  width: 50%;
  padding: 2% 0% 2% 2%;
}

/* line 63, app/assets/stylesheets/global/modal.sass */
.danger_prompt #reason {
  width: 100%;
  height: 70px;
}

/* line 68, app/assets/stylesheets/global/modal.sass */
#sign_up_message.modal .modal-dialog {
  width: 768px;
  margin-left: auto;
}

/* line 71, app/assets/stylesheets/global/modal.sass */
#sign_up_message.modal .modal-cta {
  width: 100%;
}

/* line 75, app/assets/stylesheets/global/modal.sass */
.video_modal .modal-header {
  padding: 0 !important;
}

/* line 77, app/assets/stylesheets/global/modal.sass */
.video_modal .modal-body {
  padding: 15px 30px 25px 30px !important;
}

/* line 79, app/assets/stylesheets/global/modal.sass */
.video_modal .close_modal {
  top: 2px;
  right: 7px;
  font-size: 30px;
  z-index: 1041;
}

/* line 84, app/assets/stylesheets/global/modal.sass */
.video_modal .video_embed_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/global/modal.sass */
.video_modal .video_embed_container .video_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/global/modal.sass */
.fieldset {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1250px) {
  /* line 103, app/assets/stylesheets/global/modal.sass */
  .modal-dialog {
    width: 90%;
    margin-left: auto;
  }
}

@media screen and (max-width: 800px) {
  /* line 109, app/assets/stylesheets/global/modal.sass */
  #sign_up_message.modal .modal-dialog {
    width: 80%;
    margin-left: auto;
  }
}

/* line 115, app/assets/stylesheets/global/modal.sass */
.small_modal .modal-dialog {
  width: 600px;
  margin-left: auto;
}

@media screen and (max-width: 650px) {
  /* line 119, app/assets/stylesheets/global/modal.sass */
  .small_modal .modal-dialog {
    width: 555px;
  }
}

/* line 123, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog {
  min-width: 450px;
  width: 450px;
  margin-left: auto;
}

/* line 127, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-body {
  padding: 0 20px 20px 20px;
}

/* line 129, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-header {
  padding: 20px;
}

/* line 131, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-footer {
  padding: 10px 20px 20px 20px;
}

@media screen and (max-width: 570px) {
  /* line 135, app/assets/stylesheets/global/modal.sass */
  .modal-dialog {
    width: 100% !important;
    margin-left: 0 !important;
  }
  /* line 139, app/assets/stylesheets/global/modal.sass */
  .modal-dialog input[type=text],
.modal-dialog textarea,
.modal-dialog select {
    width: 100%;
  }
  /* line 144, app/assets/stylesheets/global/modal.sass */
  .modal-dialog .fieldset {
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/global/modal.sass */
  .modal-dialog .modal-body,
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
    padding: 10px;
  }
}

/* line 152, app/assets/stylesheets/global/modal.sass */
.delete_subject_dialog {
  padding: 30px;
}

/* line 154, app/assets/stylesheets/global/modal.sass */
.delete_subject_dialog .modal-header {
  padding: 0;
  margin: 0 0 20px -3px;
}

/* line 158, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_button {
  position: relative;
}

/* line 160, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_complete {
  padding: 4px 10px 4px;
  line-height: 15px;
}

/* line 164, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_complete i, .copy_clipboard_button i {
  margin-right: 5px;
}

/* line 167, app/assets/stylesheets/global/modal.sass */
.my_clip_button {
  display: block;
  width: auto;
  height: 30px;
  border-color: #e5e5e5;
  box-shadow: none;
}

/* line 174, app/assets/stylesheets/global/modal.sass */
.embed_success_label, .url_success_label, .embed_popup_success_label {
  color: #9aad30;
  float: right;
  margin-top: 10px;
}

/* line 179, app/assets/stylesheets/global/modal.sass */
.sign_title {
  font-size: 26px;
  margin: 20px auto;
  text-align: center;
}

/* line 185, app/assets/stylesheets/global/modal.sass */
.modal-dialog {
  min-width: 690px;
}

/* line 189, app/assets/stylesheets/global/modal.sass */
.welcome_icon img {
  height: 75px;
}

/* line 192, app/assets/stylesheets/global/modal.sass */
.welcome_heading {
  font-size: 1.2em;
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/global/modal.sass */
.embed_popup_header {
  padding-right: 35px;
  line-height: 24px;
}

/* line 201, app/assets/stylesheets/global/modal.sass */
.embed_study_aid .modal-header {
  min-height: 54px;
}

/* line 204, app/assets/stylesheets/global/modal.sass */
.close_modal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 46px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

/* line 218, app/assets/stylesheets/global/modal.sass */
.close_modal:hover {
  color: #000;
  opacity: 0.5;
}

/* line 223, app/assets/stylesheets/global/modal.sass */
.blockUI.blockOverlay {
  z-index: 1050 !important;
}

/* line 225, app/assets/stylesheets/global/modal.sass */
.blockUI.blockMsg.blockPage {
  z-index: 1061 !important;
}

/* line 228, app/assets/stylesheets/global/modal.sass */
.loading_modal h2 {
  width: 100%;
  text-align: center;
  color: #999;
  padding-top: 20px;
}

/* line 233, app/assets/stylesheets/global/modal.sass */
.loading_modal h2 img {
  margin-left: 10px;
}

/* line 236, app/assets/stylesheets/global/modal.sass */
.modal-content {
  background: #ededed;
  border: none;
  border-radius: 0px;
}

/* line 240, app/assets/stylesheets/global/modal.sass */
.modal-content label {
  margin: 10px 0 3px 0;
}

/* line 243, app/assets/stylesheets/global/modal.sass */
.after_rating {
  margin-top: 15px;
}

/* line 247, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .modal-body {
  padding-bottom: 10px;
}

/* line 249, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .well {
  background-color: #fcfcfc;
  margin-top: -2px;
  box-shadow: none;
}

/* line 253, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .well .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 256, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .nav-tabs {
  border-width: 3px 3px 3px 1px;
}

/* line 258, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .sa_type_icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/* line 264, app/assets/stylesheets/global/modal.sass */
.well {
  border-color: #cccccc;
  border-radius: 0;
}

/* line 271, app/assets/stylesheets/global/modal.sass */
.delete_topic_modal ul li {
  list-style-type: disc;
  display: list-item;
}

/* line 276, app/assets/stylesheets/global/modal.sass */
#topic_info li {
  height: 20px;
}

/* line 280, app/assets/stylesheets/global/modal.sass */
#move_study_aid_popup label {
  display: block;
}

/* line 284, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-content {
  max-height: 350px;
  overflow: auto;
}

/* line 288, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput,
#admin_tags_container .tagsinput,
#suggested_tags_container,
.choice_list_container .tagsinput,
.edit_course_module .tagsinput {
  height: auto !important;
  overflow: visible;
  width: 100%;
}

/* line 296, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput div,
#admin_tags_container .tagsinput div,
#suggested_tags_container div,
.choice_list_container .tagsinput div,
.edit_course_module .tagsinput div {
  float: none;
  display: inline-block;
}

/* line 299, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput input,
#admin_tags_container .tagsinput input,
#suggested_tags_container input,
.choice_list_container .tagsinput input,
.edit_course_module .tagsinput input {
  padding: 2px 4px;
}

/* line 301, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput input::-ms-clear,
#admin_tags_container .tagsinput input::-ms-clear,
#suggested_tags_container input::-ms-clear,
.choice_list_container .tagsinput input::-ms-clear,
.edit_course_module .tagsinput input::-ms-clear {
  display: none;
}

/* line 305, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag, #admin_tags_container .tagsinput span.tag, #suggested_tags_container span.tag,
.choice_list_container .tagsinput span.tag, .library_active_filters span.tag {
  font-family: 'OpenSans', sans-serif;
  border: 1px solid #e5e5e5;
  background: whitesmoke;
  color: grey;
  padding: 2px 4px;
  display: inline-block;
  float: none;
  font-size: 12px;
  line-height: 14px;
}

/* line 315, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag span, #admin_tags_container .tagsinput span.tag span, #suggested_tags_container span.tag span,
.choice_list_container .tagsinput span.tag span, .library_active_filters span.tag span {
  vertical-align: top;
  word-break: break-word;
}

/* line 318, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a, #admin_tags_container .tagsinput span.tag a, #suggested_tags_container span.tag a,
.choice_list_container .tagsinput span.tag a, .library_active_filters span.tag a {
  color: rgba(0, 0, 0, 0);
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  background: url(/assets/icon_tag_remove.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/* line 327, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu, #admin_tags_container .tagsinput .tt-menu, #suggested_tags_container .tt-menu,
.choice_list_container .tagsinput .tt-menu, .library_active_filters .tt-menu {
  position: absolute !important;
}

/* line 329, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu div, #admin_tags_container .tagsinput .tt-menu div, #suggested_tags_container .tt-menu div,
.choice_list_container .tagsinput .tt-menu div, .library_active_filters .tt-menu div {
  float: none;
  display: block !important;
}

/* line 332, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu div.tt-suggestion, #admin_tags_container .tagsinput .tt-menu div.tt-suggestion, #suggested_tags_container .tt-menu div.tt-suggestion,
.choice_list_container .tagsinput .tt-menu div.tt-suggestion, .library_active_filters .tt-menu div.tt-suggestion {
  display: block;
}

/* line 335, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu .tt-suggestions p, #admin_tags_container .tagsinput .tt-menu .tt-suggestions p, #suggested_tags_container .tt-menu .tt-suggestions p,
.choice_list_container .tagsinput .tt-menu .tt-suggestions p, .library_active_filters .tt-menu .tt-suggestions p {
  margin: 0px;
}

/* line 337, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu .tt-dataset-0, #admin_tags_container .tagsinput .tt-menu .tt-dataset-0, #suggested_tags_container .tt-menu .tt-dataset-0,
.choice_list_container .tagsinput .tt-menu .tt-dataset-0, .library_active_filters .tt-menu .tt-dataset-0 {
  width: 100%;
}

/* line 340, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a {
  opacity: 0.5;
}

/* line 342, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a:focus {
  opacity: 1.0;
}

/* line 345, app/assets/stylesheets/global/modal.sass */
.choice_list_container {
  position: relative;
}

/* line 347, app/assets/stylesheets/global/modal.sass */
.choice_list_container .tagsinput {
  min-height: 37px;
  border-radius: 3px;
  margin-bottom: 10px;
}

/* line 351, app/assets/stylesheets/global/modal.sass */
.choice_list_container .tagsinput .tags_clear {
  display: none;
}

/* line 354, app/assets/stylesheets/global/modal.sass */
.choice_input_container {
  padding-right: 40px;
  transition: padding .5s;
}

/* line 357, app/assets/stylesheets/global/modal.sass */
.choice_input_container .tagsinput {
  padding-top: 7px;
  padding-bottom: 3px;
}

/* line 360, app/assets/stylesheets/global/modal.sass */
.choice_input_container.expanded {
  padding-right: 0;
}

/* line 364, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list {
  display: block;
}

/* line 366, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list span.tag {
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
}

/* line 373, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list span.tag img {
  margin-left: 2px;
}

/* line 375, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list #add_all_suggested_tags {
  text-decoration: underline;
  margin-left: 5px;
  display: block;
}

/* line 381, app/assets/stylesheets/global/modal.sass */
.popular_tag {
  line-height: normal;
}

/* line 383, app/assets/stylesheets/global/modal.sass */
.tag_10 {
  font-size: 0.8em;
}

/* line 385, app/assets/stylesheets/global/modal.sass */
.tag_9 {
  font-size: 0.9em;
}

/* line 387, app/assets/stylesheets/global/modal.sass */
.tag_8 {
  font-size: 1.0em;
}

/* line 389, app/assets/stylesheets/global/modal.sass */
.tag_7 {
  font-size: 1.1em;
}

/* line 391, app/assets/stylesheets/global/modal.sass */
.tag_6 {
  font-size: 1.2em;
}

/* line 393, app/assets/stylesheets/global/modal.sass */
.tag_5 {
  font-size: 1.3em;
}

/* line 395, app/assets/stylesheets/global/modal.sass */
.tag_4 {
  font-size: 1.4em;
}

/* line 397, app/assets/stylesheets/global/modal.sass */
.tag_3 {
  font-size: 1.5em;
}

/* line 399, app/assets/stylesheets/global/modal.sass */
.tag_2 {
  font-size: 1.6em;
}

/* line 401, app/assets/stylesheets/global/modal.sass */
.tag_1 {
  font-size: 1.7em;
}

/* line 404, app/assets/stylesheets/global/modal.sass */
.tag_results, .popular_tags {
  clear: both;
  margin-bottom: 30px;
}

/* line 408, app/assets/stylesheets/global/modal.sass */
.popular_tags {
  overflow: auto;
}

/* line 411, app/assets/stylesheets/global/modal.sass */
.tag_title {
  color: #464e4f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* line 419, app/assets/stylesheets/global/modal.sass */
.tag_results #tagged_study_aids_container .searchresult {
  padding-bottom: 20px;
}

/* line 421, app/assets/stylesheets/global/modal.sass */
.tag_results #tagged_study_aids_container .row {
  margin: 0;
}

/* line 424, app/assets/stylesheets/global/modal.sass */
.icon_picker_container {
  width: 100%;
}

/* line 427, app/assets/stylesheets/global/modal.sass */
#share_box_status_messages {
  padding: 10px;
}

/* line 430, app/assets/stylesheets/global/modal.sass */
.performance_results .vert_cent_centred {
  min-height: 550px;
}

/* line 434, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores {
  margin-top: 10px;
  margin: 0 auto;
  display: table;
}

/* line 438, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores li {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 150px;
  border-right: 1px #ccc solid;
}

/* line 444, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores li:last-child {
  border: 0;
}

/* line 446, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart_title, #performance_results .completion_metrics_chart_title {
  font-size: 18px;
  font-weight: bold;
  color: #909090;
  margin-bottom: 25px;
}

/* line 451, app/assets/stylesheets/global/modal.sass */
#performance_results .chart_header {
  border-bottom: none;
  text-align: center;
  margin: -20px 0 10px 0px;
}

/* line 455, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_results_navigation {
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: right;
}

/* line 459, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart {
  width: 100%;
  overflow: hidden;
}

/* line 462, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart .chart_title {
  font-size: 18px;
  font-weight: bold;
}

/* line 465, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_chart {
  text-align: center;
}

/* line 468, app/assets/stylesheets/global/modal.sass */
#performance_results #legend h3 {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

/* line 472, app/assets/stylesheets/global/modal.sass */
#performance_results #legend span {
  float: left;
  margin: 10px 0px 0px 0px;
  line-height: 25px;
}

/* line 476, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .previous, #performance_results #legend .next {
  border: 1px solid #cccccc;
  line-height: 20px;
  height: 20px;
  width: 20px;
  padding: 4px 10px;
  margin-right: 5px;
}

/* line 483, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .previous {
  background: rgba(220, 220, 220, 0.5);
}

/* line 485, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .next {
  background: #97bbcd;
}

/* line 488, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_info {
  font-size: 46px;
  text-align: center;
  margin: 37px 0 0 0;
}

/* line 492, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_sub_info {
  font-size: 28px;
  text-align: center;
}

/* line 496, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts {
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 500, app/assets/stylesheets/global/modal.sass */
#performance_results .resource_version {
  float: left;
}

/* line 503, app/assets/stylesheets/global/modal.sass */
#performance_results .note_study_aid_clippings_title {
  text-align: center;
  margin-bottom: 20px;
}

/* line 506, app/assets/stylesheets/global/modal.sass */
#performance_results .note_study_aid_clippings_title.no_embeds {
  margin: 0;
}

/* line 508, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_score {
  font-weight: 700;
}

/* line 510, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_popup {
  margin-left: 1em;
  font-size: small;
  text-decoration: underline;
}

/* line 515, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph, .global_attempt_graph {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

/* line 519, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph .upgrade_btn, .global_attempt_graph .upgrade_btn {
  float: none;
}

/* line 521, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph .boxed, .global_attempt_graph .boxed {
  border-width: 0 0 1px 0;
  padding: 5px;
}

/* line 524, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph h3, .global_attempt_graph h3 {
  margin: 0 30px 30px 30px;
}

/* line 527, app/assets/stylesheets/global/modal.sass */
.embedded_content .score_container {
  margin: 20px 0 40px 0;
}

/* line 530, app/assets/stylesheets/global/modal.sass */
.extra_menu_container {
  height: 24px;
}

/* line 533, app/assets/stylesheets/global/modal.sass */
.publicmeta .score_container {
  margin-top: 10px;
}

/* line 536, app/assets/stylesheets/global/modal.sass */
#performance_results #chart_all_toggle {
  margin-bottom: 10px;
}

/* line 538, app/assets/stylesheets/global/modal.sass */
#performance_results #chart_all_toggle div {
  margin: 0;
}

/* line 543, app/assets/stylesheets/global/modal.sass */
#share_action {
  margin: 0;
}

/* line 547, app/assets/stylesheets/global/modal.sass */
#divCursor {
  z-index: 1041;
  font-size: 12px !important;
}

/* line 551, app/assets/stylesheets/global/modal.sass */
.join_after_box {
  margin: 20px auto 0px auto;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
}

/* line 558, app/assets/stylesheets/global/modal.sass */
.join_after_box.quiz {
  background: white;
}

/* line 560, app/assets/stylesheets/global/modal.sass */
.join_after_box .get_started {
  font-size: 25px;
  margin-top: 7px;
}

/* line 564, app/assets/stylesheets/global/modal.sass */
.quiz_ratings, .fc_ratings {
  padding: 10px;
  margin-top: 5%;
  border-top: 1px solid #ddd;
}

/* line 568, app/assets/stylesheets/global/modal.sass */
.quiz_ratings .rating_title, .fc_ratings .rating_title {
  font-weight: 700;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: -10px;
}

/* line 574, app/assets/stylesheets/global/modal.sass */
.quiz_ratings .average_rating, .fc_ratings .average_rating {
  float: left;
}

/* line 577, app/assets/stylesheets/global/modal.sass */
.result_info {
  font-size: 16px;
  margin: 15px 0 10px 0;
}

/* line 580, app/assets/stylesheets/global/modal.sass */
.result_info img {
  margin-right: 5px;
}

/* line 584, app/assets/stylesheets/global/modal.sass */
.show_performance #performance_results {
  margin: 0;
  padding: 0;
}

/* line 587, app/assets/stylesheets/global/modal.sass */
.show_performance .loading_spinner {
  text-align: center;
}

/* line 590, app/assets/stylesheets/global/modal.sass */
.modal_sub {
  font-size: 12px;
  margin-top: 5px;
}

/* line 593, app/assets/stylesheets/global/modal.sass */
.modal_sub .title {
  font-weight: bold;
}

/* line 596, app/assets/stylesheets/global/modal.sass */
.completion_marker.icon-check, .completion_marker.icon-check-empty {
  font-size: 1.4em;
}

/* line 599, app/assets/stylesheets/global/modal.sass */
.completion_markers_results {
  text-align: center;
}

/* line 602, app/assets/stylesheets/global/modal.sass */
.completion_markers_results h3 {
  margin: 50px 0 20px 0px;
  font-weight: 400;
}

/* line 605, app/assets/stylesheets/global/modal.sass */
.completion_markers_results .chart {
  height: 100%;
}

/* line 607, app/assets/stylesheets/global/modal.sass */
.completion_markers_results .percentage, .completion_markers_results .information {
  font-size: 16px;
  color: #3a99ad;
  font-weight: 400;
  border: 1px solid #3a99ad;
  border-radius: 5px;
  padding: 5px;
  margin: auto;
  margin-top: 10px;
  width: 300px;
  background: #FFF;
}

/* line 620, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .tag_error {
  padding: 5px;
  margin-top: 2px;
}

/* line 623, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup #save_and_publish_asset_btn:not(.publish_inline) {
  float: left;
}

/* line 625, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup label.error {
  margin: 0;
}

/* line 627, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup #confirm_set_private_btn:focus {
  outline: none;
}

/* line 629, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .boxed {
  margin: 0;
}

/* line 631, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .subject_picker label.control-label {
  display: block;
}

/* line 636, app/assets/stylesheets/global/modal.sass */
.examtime_share_flag a {
  background: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  border: 1px solid #ededed;
  color: #444;
  font-size: 12px;
}

/* line 643, app/assets/stylesheets/global/modal.sass */
.examtime_share_flag a:hover {
  color: #909090;
  border: 1px solid #cccccc;
}

/* line 647, app/assets/stylesheets/global/modal.sass */
.sharing_area, #sharing_area {
  margin-top: 10px;
}

/* line 651, app/assets/stylesheets/global/modal.sass */
.call_to_action_sign_in .error_message {
  margin-bottom: 20px;
}

/* line 654, app/assets/stylesheets/global/modal.sass */
.share_with_list {
  border: none;
}

/* line 659, app/assets/stylesheets/global/modal.sass */
#recent-anouncements li {
  margin: 10px 0;
}

/* line 662, app/assets/stylesheets/global/modal.sass */
#subject_name_change {
  margin-top: 20px;
}

/* line 665, app/assets/stylesheets/global/modal.sass */
.modal-dialog .deleted_info p {
  margin: 0 0 10px 0;
}

/* line 667, app/assets/stylesheets/global/modal.sass */
.modal-dialog .deleted_info p:last-of-type {
  margin: 0;
}

/* line 670, app/assets/stylesheets/global/modal.sass */
.attempts_view_switch .btn {
  border: 1px solid transparent;
  background-color: transparent;
}

/* line 673, app/assets/stylesheets/global/modal.sass */
.attempts_view_switch .btn.active {
  background-color: #62b1cc;
  border-color: #62b1cc;
  color: #fff;
}

/* line 679, app/assets/stylesheets/global/modal.sass */
.attempts_tabs i {
  margin-right: 5px;
}

/* line 683, app/assets/stylesheets/global/modal.sass */
.subject_popup .twitter-typeahead input {
  background-color: #fff !important;
}

/* line 685, app/assets/stylesheets/global/modal.sass */
.subject_popup .modal-header {
  flex-direction: column;
}

/* line 688, app/assets/stylesheets/global/modal.sass */
#user_progress .loading_spinner {
  text-align: center;
  margin: 20px 0 30px 0;
}

/* line 694, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-dialog {
  margin-top: 0px;
}

/* line 696, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-content {
  max-height: none;
}

/* line 701, app/assets/stylesheets/global/modal.sass */
.share_asset_modal .nav-tabs li, #attach_study_aids_popup .nav-tabs li, .publicmeta .nav-tabs li {
  margin: 0 0 0 -1px;
}

/* line 705, app/assets/stylesheets/global/modal.sass */
.share_asset_modal .modal-dialog {
  overflow: visible;
}

/* line 707, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #friend_share_message, .share_asset_modal #public_share_custom_message {
  height: 88px;
}

/* line 710, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #share_study_aid_popup.single_tab #shareTabs, .share_asset_modal #share_study_aid_popup.single_tab h3 {
  display: none;
}

/* line 712, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #share_study_aid_popup.single_tab .modal-title {
  float: none;
  margin-bottom: 20px;
}

/* line 716, app/assets/stylesheets/global/modal.sass */
.share_buddy, .share_group {
  max-height: 25px;
  padding: 7px;
}

/* line 719, app/assets/stylesheets/global/modal.sass */
.share_buddy .buddy_name, .share_group .buddy_name {
  margin-left: 5px;
}

/* line 721, app/assets/stylesheets/global/modal.sass */
.share_buddy .prompt, .share_group .prompt {
  color: #909090;
  font-size: 10px;
  font-style: italic;
  margin-left: 5px;
}

/* line 726, app/assets/stylesheets/global/modal.sass */
.share_buddy .icon-arrow-right, .share_group .icon-arrow-right {
  color: #cccccc;
}

/* line 728, app/assets/stylesheets/global/modal.sass */
.share_buddy .buddy_name, .share_buddy .group_name, .share_group .buddy_name, .share_group .group_name {
  display: inline;
  cursor: pointer;
}

/* line 731, app/assets/stylesheets/global/modal.sass */
.share_buddy .share_type, .share_group .share_type {
  cursor: pointer;
}

/* line 734, app/assets/stylesheets/global/modal.sass */
.btn.show_choices {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
}

/* line 740, app/assets/stylesheets/global/modal.sass */
.popover .ubadge-avatar-symbol {
  display: none;
}

/* line 744, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tab-content, .publicmeta .tab-content {
  border: 1px solid #cccccc;
  border-width: 1px 0;
}

/* line 747, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs, .publicmeta .nav-tabs {
  position: relative;
  border-width: 3px 3px 3px 1px;
}

/* line 750, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs li, .publicmeta .nav-tabs li {
  height: 40px;
  padding: 10px 0 0 0;
}

/* line 753, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs li a, .publicmeta .nav-tabs li a {
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 758, app/assets/stylesheets/global/modal.sass */
.publicmeta .tab-content {
  margin-top: 13px;
}

/* line 760, app/assets/stylesheets/global/modal.sass */
.publicmeta #tab_performance .tab-content {
  padding: 0;
  border: 0;
  margin: 0;
}

/* line 764, app/assets/stylesheets/global/modal.sass */
.publicmeta #tab_performance .tab-content .boxed {
  border: 0;
}

/* line 766, app/assets/stylesheets/global/modal.sass */
.publicmeta .nav-tabs .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 772, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tab-content {
  border: 1px solid #cccccc;
}

/* line 774, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs {
  top: -13px;
}

/* line 776, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs a .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 780, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .modal-title {
  float: left;
}

/* line 783, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .share_asset_modal li {
  padding: 11px 0 0 0;
}

/* line 785, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .modal-body {
  padding: 0px 40px 0px 40px;
}

/* line 787, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tagsinput {
  width: 100%;
}

/* line 790, app/assets/stylesheets/global/modal.sass */
.show_performance.modal .tab-content {
  margin-top: -1px;
}

/* line 793, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .nav-tabs li a {
  top: 4px;
}

/* line 796, app/assets/stylesheets/global/modal.sass */
.share_embed {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 800, app/assets/stylesheets/global/modal.sass */
.share_embed input {
  border-width: 1px;
  height: 30px;
}

/* line 803, app/assets/stylesheets/global/modal.sass */
.share_embed label {
  width: auto;
}

/* line 805, app/assets/stylesheets/global/modal.sass */
.no_zc_width {
  width: 100%;
}

/* line 810, app/assets/stylesheets/global/modal.sass */
body.mobile .modal .modal-dialog, body.mobile_layout .modal .modal-dialog {
  min-width: 0px;
  margin-top: 1em;
}
/* line 2, app/assets/stylesheets/global/pricing_table.sass */
#plan_comparison_table .btn.confirm_upgrade {
  margin: 0;
}

/* line 4, app/assets/stylesheets/global/pricing_table.sass */
#plan_comparison_table .btn.btn-danger {
  color: white;
}

/* line 8, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog .modal-content {
  align-items: stretch;
}

/* line 10, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog .modal-content .modal-header {
  justify-content: space-around;
}

/* line 12, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog #plan_comparison_table {
  font-size: 100%;
}

/* line 15, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table {
  /* BASIC BUTTON */
  /* PREMIUM BUTTON */
}

/* line 16, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing, #pricing_table .scroll_wrapper {
  width: 100%;
}

/* line 18, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table #plan_comparison_table {
  margin-top: -2em;
}

/* line 21, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table ul {
  padding: 0;
}

/* line 24, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table strong {
  font-family: 'museo_sans900', sans-serif;
}

/* line 27, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table h1 {
  font-size: 36px;
  color: #fff;
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 32, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan h2 {
  color: #fff;
  font-size: 2.6rem;
  padding-top: 15px;
}

/* line 36, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan p {
  color: black;
}

/* line 38, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan p, #pricing_table .plan a {
  font-family: 'museo_sans_rounded300';
}

/* line 42, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan-title {
  font-size: 1.5em;
}

/* line 45, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan-price {
  color: #a8a8a8;
}

/* line 48, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .container {
  background-color: #fff;
  box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 0.3);
}

/* line 54, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing {
  background-image: url(/assets/pricing_table/bg-header-pricing.png);
  background-size: cover;
  text-align: center;
  padding: 80px 50px;
  margin: 0 0 40px 0;
}

/* line 61, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan {
  width: 330px;
  margin: 0 auto 40px auto;
  text-align: center;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}

/* line 69, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .prompt {
  font-family: 'museo_sans_rounded700', sans-serif !important;
  color: #e45151 !important;
  font-size: 1.2em;
  margin: 14px 0 6px 0;
}

/* line 75, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .price {
  margin: 20px 0;
}

/* line 78, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing .btn {
  padding: 2px 40px;
}

/* line 81, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cta-pricing {
  width: 70%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin: auto auto;
  font-family: 'museo_sans_rounded700', sans-serif;
  text-align: center;
  padding: 20px 30px 10px 30px;
}

/* line 90, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cta-pricing-header {
  font-size: 1.5em;
}

/* line 94, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-basic {
  color: #ffffff;
  background-color: #A0C64D;
  border-color: #A0C64D;
}

/* line 98, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-basic:hover, #pricing_table .btn-basic:focus, #pricing_table .btn-basic:active, #pricing_table .btn-basic.active {
  color: #ffffff;
  background-color: #98BD48;
  border-color: #98BD48;
  outline: 0 !important;
}

/* line 106, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-premium {
  color: #ffffff;
  background-color: #e45151;
  border-color: #e45151;
}

/* line 110, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-premium:hover, #pricing_table .btn-premium:focus, #pricing_table .btn-premium:active, #pricing_table .btn-premium.active {
  color: #ffffff;
  background-color: #ce4646;
  border-color: #ce4646;
  outline: 0 !important;
}

/* line 117, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table .btn, #pricing_table .plan .btn {
  border-radius: 4px !important;
  text-shadow: none !important;
}

/* line 121, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .table {
  width: 90%;
  margin: 1em auto;
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 126, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td, #pricing_table th {
  padding: 12px !important;
}

/* line 129, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .what-you-get {
  font-size: 1.5em;
}

/* line 132, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .tick {
  width: 14px;
}

/* line 135, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cross {
  width: 11px;
}

/* line 140, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table td:nth-child(2), #pricing_table table td:nth-child(3), #pricing_table table td:nth-child(4), #pricing_table table td:nth-child(5) {
  text-align: center;
}

/* line 143, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table th:nth-child(2), #pricing_table table th:nth-child(3), #pricing_table table th:nth-child(4), #pricing_table table th:nth-child(5) {
  text-align: center;
}

/* line 146, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.green {
  color: #9CC250;
}

/* line 149, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.red {
  color: #D9545E;
}

/* line 153, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .asterisk:after {
  content: "*";
}

/* line 155, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.asterisk {
  padding-right: 0px !important;
}

/* line 158, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table tfoot {
  font-size: 10px;
  font-weight: 100;
  font-style: italic;
}

/* line 165, app/assets/stylesheets/global/pricing_table.sass */
#institution_contact_modal h2 {
  margin-bottom: 0px !important;
}

/* line 167, app/assets/stylesheets/global/pricing_table.sass */
#institution_contact_modal .contact_logo {
  float: left;
}
/* line 2, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #privacy_and_policy_section, body.gc-static-page #terms_and_conditions_section, body.gc-static-page #acceptable_use_policy_section, body.gc-static-page #company_info_section, body.gc-static-page #group_guidelines_section {
  padding: 0;
}

/* line 4, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #privacy_and_policy_section h2, body.gc-static-page #terms_and_conditions_section h2, body.gc-static-page #acceptable_use_policy_section h2, body.gc-static-page #company_info_section h2, body.gc-static-page #group_guidelines_section h2 {
  font-size: 2.5em;
}

/* line 7, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #advertise_section, body.gc-static-page #refund_policy_section, body.gc-static-page #pricing_section {
  padding: 30px 0;
}

/* line 11, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page #terms_and_conditions_section li {
  line-height: 1em;
  font-size: 1em;
}

/* line 14, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page p.small {
  font-size: 80%;
}

/* line 19, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul li, #privacy_and_policy_section ol li {
  display: list-item;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

/* line 24, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ol li {
  list-style: decimal inside none;
}

/* line 26, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul li {
  list-style: disc inside none;
}

/* line 30, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section, #terms_and_conditions_section, #group_guidelines_section, #acceptable_use_policy_section, #company_info_section {
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 32, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section .boxed, #terms_and_conditions_section .boxed, #group_guidelines_section .boxed, #acceptable_use_policy_section .boxed, #company_info_section .boxed {
  padding: 70px;
}

/* line 34, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section h1, #terms_and_conditions_section h1, #group_guidelines_section h1, #acceptable_use_policy_section h1, #company_info_section h1 {
  margin-bottom: 50px;
  color: #29ABE2;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 38, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section h2, #terms_and_conditions_section h2, #group_guidelines_section h2, #acceptable_use_policy_section h2, #company_info_section h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  color: #29ABE2;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 43, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section h3, #terms_and_conditions_section h3, #group_guidelines_section h3, #acceptable_use_policy_section h3, #company_info_section h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #29ABE2;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 48, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul, #privacy_and_policy_section ol, #terms_and_conditions_section ul, #terms_and_conditions_section ol, #group_guidelines_section ul, #group_guidelines_section ol, #acceptable_use_policy_section ul, #acceptable_use_policy_section ol, #company_info_section ul, #company_info_section ol {
  margin-left: 30px;
  margin-bottom: 30px;
}

/* line 51, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul ul, #privacy_and_policy_section ul ol, #privacy_and_policy_section ol ul, #privacy_and_policy_section ol ol, #terms_and_conditions_section ul ul, #terms_and_conditions_section ul ol, #terms_and_conditions_section ol ul, #terms_and_conditions_section ol ol, #group_guidelines_section ul ul, #group_guidelines_section ul ol, #group_guidelines_section ol ul, #group_guidelines_section ol ol, #acceptable_use_policy_section ul ul, #acceptable_use_policy_section ul ol, #acceptable_use_policy_section ol ul, #acceptable_use_policy_section ol ol, #company_info_section ul ul, #company_info_section ul ol, #company_info_section ol ul, #company_info_section ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 55, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ol li, #terms_and_conditions_section ol li, #group_guidelines_section ol li, #acceptable_use_policy_section ol li, #company_info_section ol li {
  list-style-type: decimal;
  display: list-item;
}

/* line 59, app/assets/stylesheets/goconqr/legal.sass */
#privacy_and_policy_section ul li, #terms_and_conditions_section ul li, #group_guidelines_section ul li, #acceptable_use_policy_section ul li, #company_info_section ul li {
  list-style-type: disc;
  display: list-item;
}

/* line 65, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section h1 {
  font-size: 2.5em;
}

/* line 67, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section h2 {
  font-size: 2em;
}

/* line 69, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section h3 {
  font-size: 1.5em;
  line-height: unset;
}

/* line 72, app/assets/stylesheets/goconqr/legal.sass */
body.gc-static-page.mobile_layout #terms_and_conditions_section p {
  text-align: justify;
}
.bg-logo_make_use_of {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -10px -10px;
}
.bg-logo_lifehacker {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -144px -10px;
}
.bg-logo_huffington {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -10px -144px;
}
.bg-logo_hubpages {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -144px -144px;
}
.bg-logo_guardian {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -278px -10px;
}
.bg-logo_getting_smart {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -278px -144px;
}
.bg-logo_euronews {
  width: 114px; height: 114px;
  background: url('/assets/goconqr/logos/logo_sprites.png') -10px -278px;
}
/* line 1, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_ulrike_renauer {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -10px -10px;
}

/* line 5, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_thiago_roman {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -150px -10px;
}

/* line 9, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_sean_lim {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -10px -150px;
}

/* line 13, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_sandra_m_reed {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -150px -150px;
}

/* line 17, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_pilar_lopez {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -290px -10px;
}

/* line 21, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_pedro_arana {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -290px -150px;
}

/* line 25, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_paola_oliveira {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -10px -290px;
}

/* line 29, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_olfa_trad {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -150px -290px;
}

/* line 33, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_nataniel_neto {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -290px -290px;
}

/* line 37, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_nali_borrego {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -430px -10px;
}

/* line 41, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_malu_miralha {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -430px -150px;
}

/* line 45, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_luisa_gonzalez {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -430px -290px;
}

/* line 49, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_luis_miguel_espino {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -10px -430px;
}

/* line 53, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_leticia_nobre {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -150px -430px;
}

/* line 57, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_katie_mcAllister {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -290px -430px;
}

/* line 61, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_kaitlyn_schrauwen {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -430px -430px;
}

/* line 65, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_kai_worner {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -570px -10px;
}

/* line 69, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_jose_luis_cadenas {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -570px -150px;
}

/* line 73, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_john_o_driscoll {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -570px -290px;
}

/* line 77, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_jader_franco {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -570px -430px;
}

/* line 81, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_isidro_esparza {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -10px -570px;
}

/* line 85, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_fabiola_gonzalez {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -150px -570px;
}

/* line 89, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_ethan_warman {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -290px -570px;
}

/* line 93, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_elvira_peterer {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -430px -570px;
}

/* line 97, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_eduar_guzman_vergara {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -570px -570px;
}

/* line 101, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_diego_rodrigues {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -710px -10px;
}

/* line 105, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_david_bayne {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -710px -150px;
}

/* line 109, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_daiana_desio {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -710px -290px;
}

/* line 113, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_claudia_malli_voglhuber {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -710px -430px;
}

/* line 117, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_clarisse_thoelen {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -710px -570px;
}

/* line 121, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_christian_schett {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -10px -710px;
}

/* line 125, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_carmen_silvia {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -150px -710px;
}

/* line 129, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_andreas_kotowski {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -290px -710px;
}

/* line 133, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_andrea_higashi {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -430px -710px;
}

/* line 137, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_anderson_sarte {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -570px -710px;
}

/* line 141, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_allan_edver {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -710px -710px;
}

/* line 145, app/assets/stylesheets/goconqr/testimonial_sprites.scss */
.bg-user_testimonial_abby_lake {
  width: 120px;
  height: 120px;
  background: url(/assets/goconqr/testimonial/testimonial_sprites.png) -850px -10px;
}
/* line 1, app/assets/stylesheets/shared/action_sprites.scss */
.action_sprite {
  display: inline-block;
  vertical-align: middle;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
}

/* line 8, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-view {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -10px;
}

/* line 12, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-unpin {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -10px;
}

/* line 16, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-social {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -94px;
}

/* line 20, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-share {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -94px;
}

/* line 24, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-sell {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -10px;
}

/* line 28, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-review {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -94px;
}

/* line 32, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-resume {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -178px;
}

/* line 36, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-reports {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -178px;
}

/* line 40, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-print {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -178px;
}

/* line 44, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-preview {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -10px;
}

/* line 48, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-play {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -94px;
}

/* line 52, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-pin {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -178px;
}

/* line 56, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-move {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -10px -262px;
}

/* line 60, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-eps {
  width: 57px;
  height: 56px;
  background: url(/assets/actions/action_sprites.png) -346px -262px;
}

/* line 64, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-email {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -94px -262px;
}

/* line 68, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-edit {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -178px -262px;
}

/* line 72, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-delete {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -262px -262px;
}

/* line 76, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-data_capture {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -346px -10px;
}

/* line 80, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-copy {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -346px -94px;
}

/* line 84, app/assets/stylesheets/shared/action_sprites.scss */
.bg-action-assign {
  width: 64px;
  height: 64px;
  background: url(/assets/actions/action_sprites.png) -346px -178px;
}
/* line 4, app/assets/stylesheets/shared/resource.sass */
.resource-tile {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/shared/resource.sass */
.resource-tile.deleted_resource {
  opacity: 0.6;
}

/* line 8, app/assets/stylesheets/shared/resource.sass */
.resource-tile.deleted_resource .resource-tile__button--info {
  margin-top: 12px;
}

/* line 11, app/assets/stylesheets/shared/resource.sass */
.resource-tile__content {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/shared/resource.sass */
.resource-tile__content:hover {
  border-color: #9c9c9c;
}

/* line 19, app/assets/stylesheets/shared/resource.sass */
.resource-tile__img {
  height: 56px;
}

/* line 22, app/assets/stylesheets/shared/resource.sass */
.resource-tile__body {
  margin: 10px 0 0 10px;
  width: calc(100% - 56px - 47px);
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/shared/resource.sass */
.resource-tile__img, .resource-tile__body {
  display: inline-block;
  vertical-align: middle;
}

/* line 31, app/assets/stylesheets/shared/resource.sass */
.resource-tile__author {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
}

/* line 37, app/assets/stylesheets/shared/resource.sass */
.resource-tile__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 40, app/assets/stylesheets/shared/resource.sass */
.resource-tile__buttons {
  display: inline-block;
  float: right;
  max-width: 0;
  margin: 6px 6px 0 10px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s ease-in-out, max-width 0.2s linear;
  vertical-align: top;
  z-index: 101;
}

/* line 51, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 54, app/assets/stylesheets/shared/resource.sass */
.resource-tile__drag ~ .resource-tile__buttons {
  margin-right: 25px;
}

/* line 57, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/shared/resource.sass */
.resource-tile.course .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 66, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button {
  background-color: #9aad30;
  border: none;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 12px;
  margin-bottom: 3px;
  outline: none;
  width: 100%;
}

/* line 77, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button:hover {
  background-color: #8d9e2c;
}

/* line 80, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button--info {
  background-color: #62b1cc;
}

/* line 82, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button--info:hover {
  background-color: #53a2bd;
}

/* line 85, app/assets/stylesheets/shared/resource.sass */
.resource-tile__title {
  color: #3a99ad;
  font-weight: 300;
}

/* line 90, app/assets/stylesheets/shared/resource.sass */
.resource-tile__desc:empty {
  display: none;
}

/* line 93, app/assets/stylesheets/shared/resource.sass */
.resource-tile__drag {
  position: absolute;
  top: 13px;
  right: 5px;
  cursor: pointer;
  z-index: 1000;
  padding: 5px;
  cursor: move;
}

/* line 102, app/assets/stylesheets/shared/resource.sass */
.resource-tile__handles {
  left: -19px;
  margin: auto;
  position: absolute;
  top: 17px;
  bottom: 0;
}

/* line 107, app/assets/stylesheets/shared/resource.sass */
.resource-tile__handles > input {
  margin: 0;
}

/* line 110, app/assets/stylesheets/shared/resource.sass */
.resource-tile__pin {
  background: url(/assets/icons/resource-pinned.png) no-repeat 0 0;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -9px;
  right: -10px;
}

/* line 116, app/assets/stylesheets/shared/resource.sass */
.resource-tile__tick {
  background: url(/assets/icons/tick-small.png) no-repeat 0 0;
  background-size: cover;
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: -12px;
  right: -12px;
}

/* line 124, app/assets/stylesheets/shared/resource.sass */
.resource-tile__dismiss {
  height: 16px;
  width: 16px;
  position: absolute;
  top: -9px;
  right: -10px;
}

/* line 130, app/assets/stylesheets/shared/resource.sass */
.resource-tile {
  transition: all 0.5s;
}

/* line 132, app/assets/stylesheets/shared/resource.sass */
.resource-tile.selected {
  transition: all 0s;
}

/* line 134, app/assets/stylesheets/shared/resource.sass */
.resource-tile .dismiss {
  opacity: 0;
}

/* line 136, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .dismiss {
  opacity: 1;
}

/* line 138, app/assets/stylesheets/shared/resource.sass */
.resource-tile.collapsed {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0.8);
}

/* line 145, app/assets/stylesheets/shared/resource.sass */
.resource-tile.collapsed:hover .resource-tile__content {
  border: none;
}

/* line 148, app/assets/stylesheets/shared/resource.sass */
.resource-tile__actions {
  display: inline-block;
}

/* line 151, app/assets/stylesheets/shared/resource.sass */
.sidebar_topics li {
  position: relative;
}

/* line 154, app/assets/stylesheets/shared/resource.sass */
.sidebar_topics li a {
  border-bottom: 1px solid #dadada;
  margin-bottom: 2px;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/shared/resource.sass */
.topic_drag_handle {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  cursor: move;
  height: 100%;
}

/* line 166, app/assets/stylesheets/shared/resource.sass */
.topic_drag_handle .icon_subjects_handle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 174, app/assets/stylesheets/shared/resource.sass */
.resource.checkbox-selected .resource-tile__content {
  border: 2px solid #a1b0b3;
}

/* line 176, app/assets/stylesheets/shared/resource.sass */
.resource.disabled, .resource.no_data_capture, .resource.copy_not_permitted {
  opacity: 0.4;
}

/* line 178, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .select_resource, .resource.no_data_capture .select_resource, .resource.copy_not_permitted .select_resource {
  opacity: 0;
  cursor: default;
}

/* line 181, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .tile_overlay, .resource.no_data_capture .tile_overlay, .resource.copy_not_permitted .tile_overlay {
  cursor: default;
}

/* line 183, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .resource-tile__content, .resource.no_data_capture .resource-tile__content, .resource.copy_not_permitted .resource-tile__content {
  border: 1px solid #ddd;
}

/* line 186, app/assets/stylesheets/shared/resource.sass */
.resource-tile__buttons {
  width: 67px;
}

/* line 189, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}

/* line 193, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings img {
  height: 12px;
  position: relative;
  top: -1px;
}

/* line 197, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings .ratings_wrapper, .resource_search_ratings .rating_container {
  display: inline;
}

/* line 199, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings .ratings_wrapper .user_rating, .resource_search_ratings .rating_container .user_rating {
  position: relative;
  top: 1px;
}

/* line 203, app/assets/stylesheets/shared/resource.sass */
.results_container .resource-tile {
  padding-right: 0;
  padding-left: 0;
}
/* line 3, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background: #62b1cc;
  color: white;
  z-index: 99999;
  font-size: 130%;
  text-align: center;
}

/* line 13, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .motivation, .push_notifications_dialog .actions {
  display: inline-block;
}

/* line 15, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .actions {
  margin-top: 1em;
  text-align: center;
}

/* line 18, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .actions .btn {
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}

/* line 22, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog a.close {
  position: absolute;
  top: 0.3em;
  right: 2em;
  color: white;
  font-size: 200%;
  opacity: 0.5;
}

/* line 29, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog a.close:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 33, app/assets/stylesheets/shared/push_notifications.sass */
.push_notification_permission_error {
  color: #e63a3a;
  font-size: 80%;
  padding: 0.5em;
  text-align: center;
}

/* line 39, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog {
  padding: 1em;
  padding-top: 2em;
  font-size: unset;
}

/* line 43, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog h2 {
  margin-bottom: 0.5em;
}

/* line 45, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog a.close {
  top: 0.2em;
  right: 0.3em;
}

/* line 48, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog .motivation, body.mobile_layout .push_notifications_dialog .actions {
  padding-left: 2em;
  padding-right: 2em;
}
/* line 1, app/assets/stylesheets/pages_other/faq.sass */
#faq_container {
  background-color: #f7f7f7;
  padding: 20px;
  font-size: 15px;
}

/* line 5, app/assets/stylesheets/pages_other/faq.sass */
#faq_container pre {
  background: white;
  font-size: 85%;
  border: 1px solid #dadada;
  padding: 1em;
}

/* line 11, app/assets/stylesheets/pages_other/faq.sass */
#faq_title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-top: 10px;
  color: #787f82;
  letter-spacing: -2px;
}

/* line 19, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar {
  font-size: 15px;
  margin-top: 26px;
  padding: 10px;
  background-color: #fff;
}

/* line 24, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li {
  display: block;
}

/* line 26, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li:not(:first-of-type) {
  border-top: 1px solid #dadada;
}

/* line 28, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group > a, #faq_sidebar .subgroup > a {
  color: #333;
  padding: 10px;
  display: block;
  font-weight: 400;
}

/* line 33, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group > a:hover, #faq_sidebar .group > a:focus, #faq_sidebar .subgroup > a:hover, #faq_sidebar .subgroup > a:focus {
  text-decoration: none;
  background-color: #62b1cc;
  color: #fff;
}

/* line 37, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group.with_subgroups > a {
  background-image: url(/assets/icons/icon-faq-expand-off.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px 6px;
}

/* line 42, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .group.with_subgroups > a:hover, #faq_sidebar .group.with_subgroups.active > a {
  background-image: url(/assets/icons/icon-faq-expand-on.png);
}

/* line 45, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar .subgroup > a {
  padding-left: 25px;
}

/* line 49, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li.active a {
  background-color: #62b1cc;
  background-image: none;
  color: #fff;
}

/* line 53, app/assets/stylesheets/pages_other/faq.sass */
#faq_sidebar ul li.active a:hover, #faq_sidebar ul li.active a:focus {
  background-image: none;
}

/* line 59, app/assets/stylesheets/pages_other/faq.sass */
.faq_question h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

/* line 63, app/assets/stylesheets/pages_other/faq.sass */
.faq_question h1, .faq_question h2, .faq_question h3, .faq_question h4 {
  text-transform: none;
}

/* line 65, app/assets/stylesheets/pages_other/faq.sass */
.faq_question h4 {
  margin: 30px 0 20px 0;
}

/* line 67, app/assets/stylesheets/pages_other/faq.sass */
.faq_question ul, .faq_question ol {
  margin-bottom: 10px;
}

/* line 69, app/assets/stylesheets/pages_other/faq.sass */
.faq_question ul li {
  list-style-type: disc;
  display: list-item;
  margin-left: 2em;
}

/* line 73, app/assets/stylesheets/pages_other/faq.sass */
.faq_question ol li {
  list-style: decimal outside;
  display: list-item;
  margin-left: 2em;
}

/* line 77, app/assets/stylesheets/pages_other/faq.sass */
.faq_question .aligncenter {
  clear: both;
  display: block;
}

/* line 80, app/assets/stylesheets/pages_other/faq.sass */
.faq_question img {
  margin: 10px auto;
  max-width: 100%;
}

/* line 84, app/assets/stylesheets/pages_other/faq.sass */
.faq_sg_name {
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/pages_other/faq.sass */
.faq_g_name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #787f82;
}

/* line 95, app/assets/stylesheets/pages_other/faq.sass */
.faq_sg_questions {
  margin-bottom: 30px;
  color: #787f82;
}

/* line 98, app/assets/stylesheets/pages_other/faq.sass */
.faq_sg_questions ul li {
  position: relative;
  display: list-item;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 106, app/assets/stylesheets/pages_other/faq.sass */
#faq_breadcrumb {
  padding: 5px 0;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  margin-top: 20px;
}

/* line 111, app/assets/stylesheets/pages_other/faq.sass */
#faq_breadcrumb a:last-child {
  color: #333;
  font-weight: 400;
}

/* line 115, app/assets/stylesheets/pages_other/faq.sass */
#faq_opening_blurb {
  margin-bottom: 40px;
}
/* line 1, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -229px;
}

/* line 9, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-lock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -265px;
}

/* line 13, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-users, #group_results_summary .sprite, .panel_heading_groups .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -301px;
}

/* line 17, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-users_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -346px;
}

/* line 21, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-users_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -130px;
}

/* line 25, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -346px;
}

/* line 29, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user_white_female {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -346px;
}

/* line 33, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user_silhouette_question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -346px;
}

/* line 37, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-user_black_female, #user_results_summary .sprite, .panel_heading_users .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -346px;
}

/* line 41, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-ui_check_boxes_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -346px;
}

/* line 45, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-ui_check_box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -346px;
}

/* line 49, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-ui_check_box_uncheck {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -346px;
}

/* line 53, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-trash {
  width: 19px;
  height: 19px;
  background: url(/assets/sprites/all_sprites.png) -353px -190px;
}

/* line 57, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-trash_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -130px;
}

/* line 61, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -346px;
}

/* line 65, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-thumb_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -346px;
}

/* line 69, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-thumb_small_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -10px;
}

/* line 73, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-stickman {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -46px;
}

/* line 77, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-stickman_run {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -82px;
}

/* line 81, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-star {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -118px;
}

/* line 85, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-star_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -154px;
}

/* line 89, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-speaker_volume {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -190px;
}

/* line 93, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-shopping_basket_white {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -226px;
}

/* line 97, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-share_balloon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -262px;
}

/* line 101, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-selection_input {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -298px;
}

/* line 105, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-reports {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -334px;
}

/* line 109, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-quiz_ellipse_light {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -130px;
}

/* line 113, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -382px;
}

/* line 117, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-printer {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -382px;
}

/* line 121, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-printer_color_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -10px;
}

/* line 125, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-price_tag {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -382px;
}

/* line 129, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -382px;
}

/* line 133, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -64px;
}

/* line 137, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-plus_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -102px;
}

/* line 141, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -382px;
}

/* line 145, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -382px;
}

/* line 149, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -118px;
}

/* line 153, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pin_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -184px;
}

/* line 157, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -382px;
}

/* line 161, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pencil_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -382px;
}

/* line 165, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-pencil_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -184px;
}

/* line 169, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-paste {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -382px;
}

/* line 173, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-palette {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -382px;
}

/* line 177, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-order_front {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -382px;
}

/* line 181, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-order_back {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -10px;
}

/* line 185, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-new_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -46px;
}

/* line 189, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-money_coin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -82px;
}

/* line 193, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-medal_premium {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -118px;
}

/* line 197, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -154px;
}

/* line 201, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -190px;
}

/* line 205, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_plus_32 {
  width: 41px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -130px -10px;
}

/* line 209, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_open {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -226px;
}

/* line 213, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-mail_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -64px -292px;
}

/* line 217, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-lock_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -262px;
}

/* line 221, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-lifebuoy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -298px;
}

/* line 225, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-layer_arrow_down {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -334px;
}

/* line 229, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-institution {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -370px;
}

/* line 233, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-information_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -418px;
}

/* line 237, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-information_italic_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -184px;
}

/* line 241, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-inbox_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -418px;
}

/* line 245, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -418px;
}

/* line 249, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image_plus_md {
  width: 36px;
  height: 27px;
  background: url(/assets/sprites/all_sprites.png) -220px -292px;
}

/* line 253, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image_empty {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -418px;
}

/* line 257, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-image__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -418px;
}

/* line 261, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_published_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -418px;
}

/* line 265, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_private_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -418px;
}

/* line 269, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_more {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -184px;
}

/* line 273, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_goconqr_embed {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -10px;
}

/* line 277, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_star_small_on {
  width: 12px;
  height: 12px;
  background: url(/assets/sprites/all_sprites.png) -544px -190px;
}

/* line 281, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_note_board_action {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -64px;
}

/* line 285, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-icon_cart_remove {
  width: 35px;
  height: 35px;
  background: url(/assets/sprites/all_sprites.png) -130px -62px;
}

/* line 289, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-hand_shake {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -418px;
}

/* line 293, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-globe_green {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -418px;
}

/* line 297, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-gear {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -418px;
}

/* line 301, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-gear_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -418px;
}

/* line 305, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-gear_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -118px;
}

/* line 309, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-footprint_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -172px;
}

/* line 313, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-footprint_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -238px;
}

/* line 317, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_tree_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -238px;
}

/* line 321, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_open_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -418px;
}

/* line 325, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_horizontal_arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -238px;
}

/* line 329, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-folder_export {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -10px;
}

/* line 333, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-flash_card_deck_icon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -46px;
}

/* line 337, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-eye {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -82px;
}

/* line 341, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-eye__exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -118px;
}

/* line 345, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -154px;
}

/* line 349, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -190px;
}

/* line 353, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_circle {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -226px;
}

/* line 357, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_circle_small {
  width: 9px;
  height: 10px;
  background: url(/assets/sprites/all_sprites.png) -544px -222px;
}

/* line 361, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-exclamation_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -116px -292px;
}

/* line 365, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-eps {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -262px;
}

/* line 369, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-embed {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -298px;
}

/* line 373, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_underline {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -334px;
}

/* line 377, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_style {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -370px;
}

/* line 381, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_scale_vertical {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -406px;
}

/* line 385, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -454px;
}

/* line 389, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_list_order {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -454px;
}

/* line 393, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -454px;
}

/* line 397, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_color {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -454px;
}

/* line 401, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_bold {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -454px;
}

/* line 405, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -454px;
}

/* line 409, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment_right {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -454px;
}

/* line 413, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment_justify {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -454px;
}

/* line 417, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-edit_alignment_center {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -454px;
}

/* line 421, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-door_open_out {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -454px;
}

/* line 425, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_view, #resource_results_summary .sprite, .panel_heading_resources .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -454px;
}

/* line 429, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -454px;
}

/* line 433, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_share {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -454px;
}

/* line 437, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_list_pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -10px;
}

/* line 441, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_link {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -46px;
}

/* line 445, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document_copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -82px;
}

/* line 449, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-document__minus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -118px;
}

/* line 453, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-cross {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -154px;
}

/* line 457, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-cross_tick_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -190px;
}

/* line 461, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-courses, #course_results_summary .sprite, .panel_heading_courses .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -226px;
}

/* line 465, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -262px;
}

/* line 469, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_skip {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -298px;
}

/* line 473, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_refresh {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -276px -292px;
}

/* line 477, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_pause_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -238px;
}

/* line 481, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-control_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -226px -238px;
}

/* line 485, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-close_resource {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -10px;
}

/* line 489, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-clock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -334px;
}

/* line 493, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-clock_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -146px;
}

/* line 497, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-clipboard {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -370px;
}

/* line 501, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -406px;
}

/* line 505, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_pie_separate {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -442px;
}

/* line 509, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_alt {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -490px;
}

/* line 513, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chart_alt_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -64px;
}

/* line 517, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chain_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -118px;
}

/* line 521, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-chain__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -490px;
}

/* line 525, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-cert {
  width: 100px;
  height: 100px;
  background: url(/assets/sprites/all_sprites.png) -10px -10px;
}

/* line 529, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-calendar_day {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -490px;
}

/* line 533, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -490px;
}

/* line 537, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-binocular {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -490px;
}

/* line 541, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-bell {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -490px;
}

/* line 545, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloons {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -490px;
}

/* line 549, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloon_small_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -490px;
}

/* line 553, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloon_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -490px;
}

/* line 557, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-balloon_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -168px -292px;
}

/* line 561, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -490px;
}

/* line 565, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_resize {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -490px;
}

/* line 569, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_move {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -490px;
}

/* line 573, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -172px;
}

/* line 577, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_curve_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -226px;
}

/* line 581, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_circle_315 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -490px;
}

/* line 585, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_circle_225_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -478px -490px;
}

/* line 589, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_180 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -10px;
}

/* line 593, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_180_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -46px;
}

/* line 597, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_180_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -10px;
}

/* line 601, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_090 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -82px;
}

/* line 605, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-arrow_000_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -56px;
}

/* line 609, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-application_task {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -118px;
}

/* line 613, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-application__pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -154px;
}

/* line 617, app/assets/stylesheets/pages_other/../shared/all_sprites.scss */
.bg-icon-actions_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -292px;
}

/* line 3, app/assets/stylesheets/pages_other/search.sass */
#search_view {
  display: flex;
}

/* line 8, app/assets/stylesheets/pages_other/search.sass */
.sidebar_container .search_button {
  display: block;
  position: absolute;
  top: 0.3em;
  right: 1.5em;
  opacity: 0.6;
  font-size: 120%;
}

/* line 15, app/assets/stylesheets/pages_other/search.sass */
.sidebar_container .search_button:hover {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/pages_other/search.sass */
.searchfilters {
  border-top: 1px solid #dadada;
  margin-bottom: 50px;
}

/* line 21, app/assets/stylesheets/pages_other/search.sass */
.searchfilter {
  border-bottom: 1px solid #dadada;
}

/* line 24, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a {
  font-size: 13px;
  color: #3999ae;
  display: block;
  padding: 10px;
}

/* line 29, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a:hover {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a.collapsed {
  background-color: transparent;
}

/* line 35, app/assets/stylesheets/pages_other/search.sass */
.searchfilter a:hover {
  background-color: #f7f7f7;
}

/* line 38, app/assets/stylesheets/pages_other/search.sass */
.resultcount {
  color: #a4a4a4;
  font-size: 11px;
}

/* line 42, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter {
  border: 0;
  border-top: 1px solid #dadada;
  margin-bottom: 30px;
}

/* line 47, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel {
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: none;
}

/* line 55, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-collapse {
  background-color: #f7f7f7;
  padding: 10px 20px;
}

/* line 59, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-collapse label {
  color: #646464;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 0 0 40px;
}

/* line 66, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-default > .panel-heading {
  border-left: 0;
  background: #ededed;
}

/* line 70, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .panel-heading {
  padding: 0;
  border: 0;
}

/* line 74, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter .profiles_radio, .sidebar_filter .resources_radio {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 79, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="radio"] {
  display: none;
}

/* line 82, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="radio"] + label {
  background: url(/assets/icons/radio_unchecked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 87, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="radio"]:checked + label {
  background: url(/assets/icons/radio_checked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 92, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="checkbox"] {
  display: none;
}

/* line 95, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="checkbox"] + label {
  background: url(/assets/icons/checkbox_unchecked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 100, app/assets/stylesheets/pages_other/search.sass */
.sidebar_filter input[type="checkbox"]:checked + label {
  background: url(/assets/icons/checkbox_checked.png) no-repeat;
  background-size: 12px;
  background-position: 20px 2px;
}

/* line 105, app/assets/stylesheets/pages_other/search.sass */
.resources_check, .profiles_check {
  border-top: 1px solid #dadada;
  padding-top: 15px;
  margin-top: 15px;
}

/* line 110, app/assets/stylesheets/pages_other/search.sass */
.searchfilter {
  margin-bottom: 10px;
  background-color: #f7f7f7;
  border: 1px solid #dadada;
}

/* line 119, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  padding: 5px;
  position: relative;
}

/* line 125, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter .show_all {
  position: absolute;
  top: 6px;
  right: 0;
}

/* line 133, app/assets/stylesheets/pages_other/search.sass */
.results_heading {
  font-size: 14px;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library {
  width: 100%;
  background-size: 600px;
  border: 1px solid #ddd;
  background-position: 0px 0px;
  margin: 0 0 20px 0;
  padding: 15px;
}

/* line 147, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library h1 {
  font-family: 'museo_sans_rounded700', sans-serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

/* line 152, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library {
  background-image: url(/assets/marketplace/bg-masthead-library@1200.png);
}

/* line 154, app/assets/stylesheets/pages_other/search.sass */
.results_heading.library h1 {
  text-shadow: 2px 2px 0px #a4b73d;
}

/* line 158, app/assets/stylesheets/pages_other/search.sass */
.results_type_filter .sprite, .panel-heading .sprite {
  vertical-align: top;
  margin-top: 4px;
  margin-right: 10px;
}

/* line 179, app/assets/stylesheets/pages_other/search.sass */
.search_results_summary {
  margin-bottom: 50px;
}

/* line 182, app/assets/stylesheets/pages_other/search.sass */
.no_results_container {
  background-color: #f7f7f7;
  border: 1px dashed #bfbfbf;
  padding: 15px;
}

/* line 187, app/assets/stylesheets/pages_other/search.sass */
.expecting_to_find {
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 7, app/assets/stylesheets/pages/payments/page.sass */
.gc-static-page-modal .cancel_account_dialog p {
  margin: 0 0 8px 0;
  font-size: 1em;
}

/* line 11, app/assets/stylesheets/pages/payments/page.sass */
h1.title {
  text-align: center;
  margin: -5px 0 30px 0;
}

/* line 15, app/assets/stylesheets/pages/payments/page.sass */
.payment_info_box {
  margin-top: 20px;
}

/* line 17, app/assets/stylesheets/pages/payments/page.sass */
.payment_info_box p {
  font-weight: 500;
  font-size: 15px;
}

/* line 21, app/assets/stylesheets/pages/payments/page.sass */
.payment_details_box {
  margin-top: 20px;
}

/* line 24, app/assets/stylesheets/pages/payments/page.sass */
.three_d_secure_box {
  margin-top: 20px;
  min-height: 500px;
  padding: 0;
}

/* line 28, app/assets/stylesheets/pages/payments/page.sass */
.three_d_secure_box iframe {
  min-height: 500px;
}

/* line 31, app/assets/stylesheets/pages/payments/page.sass */
.payment_option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  min-height: 4rem;
  font-size: 1.2rem;
}

/* line 39, app/assets/stylesheets/pages/payments/page.sass */
.payment_option img {
  width: 60px;
  height: auto;
}

/* line 42, app/assets/stylesheets/pages/payments/page.sass */
.payment_option img.pay_pal_logo {
  width: 100px;
}

/* line 44, app/assets/stylesheets/pages/payments/page.sass */
.payment_option:hover {
  background: #e5e5e5;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/pages/payments/page.sass */
.payment_details_box {
  transition: all 0.5s;
}

/* line 49, app/assets/stylesheets/pages/payments/page.sass */
.payment_details_box.collapsed {
  padding: 0;
  overflow: hidden;
}

/* line 52, app/assets/stylesheets/pages/payments/page.sass */
.payment_details_box.collapsed .expandable_form {
  display: none;
}

/* line 55, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form {
  margin-bottom: 0.5em;
}

/* line 58, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .form_entry {
  overflow: hidden;
  width: 100%;
}

/* line 61, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .form_entry #expiryMonth, form#payment_form .form_entry #expiryYear {
  width: 20%;
}

/* line 64, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .form_entry.number input {
  width: 45%;
}

/* line 66, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .form_entry.number .logos {
  display: inline-block;
}

/* line 68, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .form_entry.number .card {
  display: inline-block;
  height: 50px;
  width: auto;
}

/* line 72, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .form_entry.number .card img {
  height: 100%;
}

/* line 74, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .flex {
  align-items: flex-start;
}

/* line 76, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .flex .purchase_total {
  font-size: 0.9rem;
  font-weight: 700;
}

/* line 79, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .flex .purchase_total, form#payment_form .flex .submit {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 2rem;
  text-align: right;
}

/* line 84, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form label {
  font-weight: normal;
  width: 29%;
  margin-bottom: 0.5em;
  margin-right: 0em;
}

/* line 89, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form label.error {
  display: block;
  margin-left: 29%;
  color: red;
  font-style: italic;
  width: 70%;
}

/* line 96, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form span.payment_options {
  margin-bottom: 10px;
  font-style: italic;
  display: inline-block;
}

/* line 101, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .price {
  font-weight: bold;
  display: inline-block;
}

/* line 104, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form input, form#payment_form select, form#payment_form .price, form#payment_form .payment_options {
  color: black;
  padding: 5px;
  width: 70%;
  margin-bottom: 0.5em;
}

/* line 109, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form input.error, form#payment_form select.error, form#payment_form .price.error, form#payment_form .payment_options.error {
  border: 1px solid red;
}

/* line 111, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form input#cvc, form#payment_form select#cvc, form#payment_form #cvc.price, form#payment_form #cvc.payment_options {
  width: 40px;
}

/* line 113, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form input#brand, form#payment_form select#brand, form#payment_form #brand.price, form#payment_form #brand.payment_options {
  width: 40%;
}

/* line 115, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form input[type='submit'] {
  color: white;
  font-weight: 500;
  font-size: 115%;
}

/* line 120, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form ul {
  width: 70%;
  float: right;
}

/* line 123, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form ul input {
  width: auto;
}

/* line 125, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form ul li {
  display: block;
}

/* line 128, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .what_is_this {
  font-style: italic;
}

/* line 131, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form .view_options {
  display: inline-block;
  font-size: x-small;
  margin-left: 1em;
}

/* line 135, app/assets/stylesheets/pages/payments/page.sass */
form#payment_form #agree_terms {
  font-size: x-small;
  margin-bottom: 10px;
}

/* line 140, app/assets/stylesheets/pages/payments/page.sass */
.trustwave_seal {
  text-align: center;
}

/* line 144, app/assets/stylesheets/pages/payments/page.sass */
#confirm_upgrade {
  margin-top: 20px;
}

/* line 146, app/assets/stylesheets/pages/payments/page.sass */
#confirm_upgrade .plan_details {
  margin-bottom: 30px;
}

/* line 150, app/assets/stylesheets/pages/payments/page.sass */
.confirm_reupgrade_btn {
  margin-top: 20px;
  display: block;
}
/* line 3, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile h1 {
  letter-spacing: -1px;
}

/* line 6, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__header {
  position: relative;
  background: #fff;
  border-bottom: 1px dashed #e4e4e4;
  padding: 25px 25px 25px 140px;
  word-wrap: break-word;
}

/* line 12, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__header h1 {
  font-weight: 200;
  font-size: 26px;
  margin: 5px 0 10px;
}

/* line 16, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__header .user_type_label {
  font-size: 9px;
  font-weight: 200;
  text-transform: lowercase;
  vertical-align: top;
}

/* line 22, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 27, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar img {
  border-radius: 100%;
}

/* line 30, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar-edit {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(80, 80, 80, 0.7);
  border: 0;
  border-radius: 100%;
  color: #fff;
  opacity: 0;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__avatar-edit:hover {
  opacity: 1;
}

/* line 46, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__classification {
  font-size: 12px;
}

/* line 49, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__numbers b {
  font-size: 24px;
  font-weight: 800;
}

/* line 53, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 9px 25px 11px;
}

/* line 58, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn {
  background: 10px center no-repeat;
  background-size: auto 10px;
  font-size: 11px;
  padding: 3px 10px 3px 25px;
}

/* line 63, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn-msg {
  background-image: url(/assets/icons/message.png);
  margin-right: 8px;
}

/* line 66, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn-invite {
  background-image: url(/assets/icons/group.png);
}

/* line 68, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .btn-actions {
  background-image: url(/assets/icons/settings.png);
}

/* line 70, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .delete_friend, .user-profile__actions #edit_profile {
  padding: 3px 10px;
}

/* line 72, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions > .delete_friend .sprite, .user-profile__actions #edit_profile .sprite {
  margin-right: 0.5em;
  zoom: 0.7;
}

/* line 76, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__actions .popover {
  width: 150px;
}

/* line 80, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__more {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 25px;
  position: relative;
}

/* line 86, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__privacy {
  float: right;
}

/* line 88, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__privacy.btn {
  background: 10px center no-repeat;
  background-size: auto 10px;
  font-size: 11px;
  padding: 3px 10px 3px 25px;
  background-image: url(/assets/icons/settings.png);
}

/* line 95, app/assets/stylesheets/pages/profile/user_profile.sass */
.privacy_popover {
  width: 230px;
}

/* line 97, app/assets/stylesheets/pages/profile/user_profile.sass */
.privacy_popover .intro {
  font-weight: 600;
  padding: 10px 5px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

/* line 107, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__points > li {
  display: block;
  line-height: 28px;
  margin-top: 15px;
}

/* line 111, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__points > li > p {
  line-height: normal;
}

/* line 114, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__points.private > li {
  margin-top: 0;
}

/* line 117, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tabs {
  margin-top: 30px;
}

/* line 120, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tabs .nav-tabs a {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 124, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tabs-content h3 {
  margin: 0 0 15px;
}

/* line 128, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tags__add > input {
  border-radius: 0;
  font-size: 10px;
  line-height: 1.5;
  padding: 2px 10px;
  width: 130px;
}

/* line 134, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__tags__add > button {
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
}

/* line 140, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__tags__list > li {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
  padding: 2px 10px;
  position: relative;
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__tags__list > li:hover i {
  display: block;
}

/* line 155, app/assets/stylesheets/pages/profile/user_profile.sass */
ul.user-profile__tags__list i {
  background: url(/assets/icon_interest_cross.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: none;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* line 166, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 168, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li {
  float: right;
}

/* line 170, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 0px;
}

/* line 174, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .groups {
  background-image: url(/assets/sprites/users.png);
}

/* line 176, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .announcements {
  background-image: url(/assets/icons/megaphone.png);
}

/* line 178, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .profile {
  background-image: url(/assets/icons/book-open-list.png);
}

/* line 180, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .friends {
  background-image: url(/assets/sprites/user-black-female.png);
}

/* line 182, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .resources {
  background-image: url(/assets/sprites/document-view.png);
}

/* line 184, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .certificates {
  background-image: url(/assets/icons/certificate.png);
}

/* line 186, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs ul.nav-tabs li .courses {
  background-image: url(/assets/sprites/courses.png);
}

/* line 188, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .tab-content {
  background: transparent;
}

/* line 191, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin-top: 30px;
  padding: 15px 15px 15px 75px;
  position: relative;
}

/* line 197, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert img {
  width: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* line 202, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .cert_header {
  margin: 0 0 10px 0;
}

/* line 204, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .cert_desc {
  font-size: 12px;
  color: #B9B9B9;
}

/* line 207, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .cert_footer {
  margin: 10px 0 0 0;
  font-size: 12px;
}

/* line 210, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert .delete {
  display: none;
  width: 16px;
  height: 16px;
  float: right;
  background: url(/assets/sprites/trash.png);
  cursor: pointer;
}

/* line 218, app/assets/stylesheets/pages/profile/user_profile.sass */
.profile_tabs .cert:hover .delete {
  display: block;
}

/* line 221, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__friends, .user-profile__resources, .user-profile__groups, .user-profile__courses {
  margin-top: 20px;
}

/* line 225, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__friends .not_mine {
  padding-top: 20px;
}

/* line 227, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__friends #fetch_more_updates {
  margin-bottom: 15px;
}

/* line 231, app/assets/stylesheets/pages/profile/user_profile.sass */
.user-profile__invites__more #fetch_more_updates {
  padding: 25px 0 26px;
}

/* line 234, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile {
  background-color: #f7f7f7;
  border: solid #ddd;
  border-width: 1px 0;
  color: inherit;
  display: block;
  height: 71px;
  margin-bottom: 15px;
  padding: 18px 20px 0 70px;
  position: relative;
}

/* line 245, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile > a:hover ~ .friend-tile__name {
  text-decoration: underline;
}

/* line 248, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile__avatar {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 20px;
}

/* line 253, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend-tile__usertype {
  color: #b9b9b9;
  font-size: 11px;
}

/* line 257, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend__tile__actions {
  margin-left: 5px;
  margin-top: -0.5em;
}

/* line 261, app/assets/stylesheets/pages/profile/user_profile.sass */
.friend__tile__actions > button {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 2px;
  position: relative;
  width: 100%;
  padding: 0.4em;
}

/* line 270, app/assets/stylesheets/pages/profile/user_profile.sass */
.actions_bar--profile {
  background: #f7f7f7;
  margin-top: 0;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #ddd;
}
/* line 4, app/assets/stylesheets/mobile/actions_menu.sass */
.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 8, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #actions_overlay, body.mobile #actions_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 10;
}

/* line 18, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions, body.mobile #resource_actions {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 11;
  transition: all 0.5s;
  background: #fcfcfc;
  margin-top: 100vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1em 0.5em;
}

/* line 32, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions .rel_wrapper, body.mobile #resource_actions .rel_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list, body.mobile #resource_actions #actions_list {
  display: block;
  height: calc( 100% - 40px);
  margin-top: 40px;
  overflow-y: auto;
  color: #444;
}

/* line 42, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action, body.mobile #resource_actions #actions_list .action {
  border-bottom: 1px dotted #909090;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em;
}

/* line 49, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action:hover, body.mobile #resource_actions #actions_list .action:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action .action_text a, body.mobile #resource_actions #actions_list .action .action_text a {
  color: unset;
}

/* line 54, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action .action_icon, body.mobile #resource_actions #actions_list .action .action_icon {
  display: flex;
  flex-direction: column;
  flex: 0 0 15%;
  align-items: center;
  font-size: 120%;
}

/* line 60, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .action .action_icon .title, body.mobile #resource_actions #actions_list .action .action_icon .title {
  display: none;
}

/* line 62, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions #actions_list .teams-share-button, body.mobile #resource_actions #actions_list .teams-share-button {
  display: none;
}

/* line 64, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions h2, body.mobile #resource_actions h2 {
  position: absolute;
  top: 0;
  width: 100%;
  color: #444;
  font-size: 140%;
  margin: 0 0 0.5em 0;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 75, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions h2 span.close, body.mobile #resource_actions h2 span.close {
  color: #444;
  opacity: 1.0;
}

/* line 78, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions h2 span.close:hover, body.mobile #resource_actions h2 span.close:hover {
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #resource_actions.active, body.mobile #resource_actions.active {
  height: auto;
  margin-top: 180px;
}

@media screen and (orientation: landscape) {
  /* line 82, app/assets/stylesheets/mobile/actions_menu.sass */
  body.mobile_layout #resource_actions.active, body.mobile #resource_actions.active {
    margin-top: 100px;
  }
}

/* line 89, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .modal .modal-dialog .btn.create_subject_from_picker, body.mobile .modal .modal-dialog .btn.create_subject_from_picker {
  display: none;
}

/* line 92, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-header, body.mobile #share_study_aid_popup .modal-header {
  padding: 1em;
  padding-bottom: 0;
}

/* line 95, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-header h2.modal-title, body.mobile #share_study_aid_popup .modal-header h2.modal-title {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body, body.mobile #share_study_aid_popup .modal-body {
  padding: 1em;
}

/* line 99, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content, body.mobile #share_study_aid_popup .modal-body .tab-content {
  border: none;
  border-top: 1px solid #cccccc;
  padding: 1em 0;
}

/* line 103, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_controls, body.mobile #share_study_aid_popup .modal-body .tab-content .share_controls {
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

/* line 107, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_controls .btn, body.mobile #share_study_aid_popup .modal-body .tab-content .share_controls .btn {
  margin-left: 5px;
}

/* line 110, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .btn, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .btn {
  margin-top: 20px;
}

/* line 113, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_buttons, body.mobile #share_study_aid_popup .modal-body .tab-content .share_buttons {
  text-align: center;
  margin: 20px 0;
}

/* line 116, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .share_buttons a .social_sprite, body.mobile #share_study_aid_popup .modal-body .tab-content .share_buttons a .social_sprite {
  margin: 5px 5px;
  vertical-align: bottom;
}

/* line 121, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_message, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_message {
  margin-bottom: 10px;
}

/* line 125, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_controls, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .publish_controls, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_container .publish_controls, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel .publish_controls {
  float: right;
}

/* line 128, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_container_private, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .selected_too_many, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .sharing_message, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_container_private, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private, body.mobile #share_study_aid_popup .modal-body .tab-content .selected_too_many, body.mobile #share_study_aid_popup .modal-body .tab-content .sharing_message, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned {
  text-align: center;
}

/* line 132, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private p, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned p, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private p, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned p {
  margin-bottom: 95px;
}

/* line 134, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private .btn-cancel, body.mobile_layout #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned .btn-cancel, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_private .btn-cancel, body.mobile #share_study_aid_popup .modal-body .tab-content .examtime_email_panel_pinned .btn-cancel {
  float: right;
}

/* line 136, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #share_study_aid_popup .modal-body .tab-content #no_friends_share_panel, body.mobile_layout #share_study_aid_popup .modal-body .tab-content #no_groups_share_panel, body.mobile #share_study_aid_popup .modal-body .tab-content #no_friends_share_panel, body.mobile #share_study_aid_popup .modal-body .tab-content #no_groups_share_panel {
  text-align: center;
}

/* line 139, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal, body.mobile .show_meta.modal {
  overflow-y: auto;
  max-height: 90%;
  margin: 0;
}

/* line 143, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta, body.mobile .show_meta.modal .publicmeta {
  min-width: 0;
  padding: 1em;
}

/* line 146, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner, body.mobile .show_meta.modal .publicmeta .tab_inner {
  padding: 0;
  padding-top: 1em;
}

/* line 149, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container {
  padding-left: 0;
}

/* line 151, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .meta_sidebar, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .meta_sidebar {
  display: none;
}

/* line 153, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details {
  margin-left: 0;
}

/* line 155, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .meta_extra_info, body.mobile_layout .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .study_aid_description, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .meta_extra_info, body.mobile .show_meta.modal .publicmeta .tab_inner .meta_container .default_description_details .study_aid_description {
  margin-right: 0;
}

/* line 157, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .publicmeta_sub, body.mobile .show_meta.modal .publicmeta .publicmeta_sub {
  padding: 1em 0;
  margin-top: 1em;
}

/* line 160, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .nav.nav-tabs, body.mobile .show_meta.modal .publicmeta .nav.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}

/* line 166, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .nav.nav-tabs li a, body.mobile .show_meta.modal .publicmeta .nav.nav-tabs li a {
  padding: 6px;
  padding-top: 20px;
}

/* line 169, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results, body.mobile .show_meta.modal .publicmeta .performance_results {
  padding-top: 1em;
}

/* line 171, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results .score_container ul.scores li, body.mobile .show_meta.modal .publicmeta .performance_results .score_container ul.scores li {
  margin-top: 1em;
}

/* line 174, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results .attempts .btn, body.mobile .show_meta.modal .publicmeta .performance_results .attempts .btn {
  padding: 0.5em 1em;
}

/* line 176, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .publicmeta .performance_results .attempts .btn i, body.mobile .show_meta.modal .publicmeta .performance_results .attempts .btn i {
  display: none;
}

/* line 178, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal #comments_panel, body.mobile .show_meta.modal #comments_panel {
  padding-bottom: 1em;
}

/* line 180, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .show_meta.modal .modal-footer, body.mobile .show_meta.modal .modal-footer {
  padding-bottom: 2em;
}

/* line 182, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #comments_container .comment .author_info, body.mobile #comments_container .comment .author_info {
  padding: 0.5em;
}

/* line 185, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout #tab_ratings, body.mobile #tab_ratings {
  text-align: center;
}

/* line 188, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .study_aid_edit_details, body.mobile .study_aid_edit_details {
  display: none;
}

/* line 190, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .choice_container .boxed, body.mobile .choice_container .boxed {
  padding: 0.2em;
}

/* line 192, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .choice_container .boxed .add_choice, body.mobile .choice_container .boxed .add_choice {
  margin: 2px;
  width: 47%;
}

/* line 195, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile_layout .choice_container .boxed .add_choice img, body.mobile .choice_container .boxed .add_choice img {
  width: 28px;
  height: 28px;
}

/* line 201, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-info:before, body.mobile_layout #actions_list .icon-info:before {
  content: "\f05a";
}

/* line 203, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-edit:before, body.mobile_layout #actions_list .icon-edit:before {
  content: "\f040";
}

/* line 205, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-play:before, body.mobile_layout #actions_list .icon-play:before {
  content: "\f144";
}

/* line 207, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-copy:before, body.mobile_layout #actions_list .icon-copy:before {
  content: "\f0c5";
}

/* line 210, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-pin:before, body.mobile #actions_list .icon-unpin:before, body.mobile_layout #actions_list .icon-pin:before, body.mobile_layout #actions_list .icon-unpin:before {
  content: "\f08d";
}

/* line 212, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-pin:after, body.mobile_layout #actions_list .icon-pin:after {
  content: "+";
}

/* line 214, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-unpin:after, body.mobile_layout #actions_list .icon-unpin:after {
  content: "-";
}

/* line 216, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-move:before, body.mobile_layout #actions_list .icon-move:before {
  content: "\f047";
}

/* line 218, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-social:before, body.mobile_layout #actions_list .icon-social:before {
  content: "\f0ac";
}

/* line 220, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-share:before, body.mobile_layout #actions_list .icon-share:before {
  content: "\f045";
}

/* line 222, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-email:before, body.mobile_layout #actions_list .icon-email:before {
  content: "\f0e0";
}

/* line 224, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-delete:before, body.mobile_layout #actions_list .icon-delete:before {
  content: "\f014";
}

/* line 226, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-rename:before, body.mobile_layout #actions_list .icon-rename:before {
  content: "\f044";
}

/* line 228, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-private:before, body.mobile_layout #actions_list .icon-private:before {
  content: "\f070";
}

/* line 230, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-public:before, body.mobile_layout #actions_list .icon-public:before {
  content: "\f06e";
}

/* line 232, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-lock:before, body.mobile_layout #actions_list .icon-lock:before {
  content: "\f023";
}

/* line 234, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_list .icon-unlock:before, body.mobile_layout #actions_list .icon-unlock:before {
  content: "\f09c";
}

/* line 239, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #actions_overlay {
  z-index: 1020;
}

/* line 241, app/assets/stylesheets/mobile/actions_menu.sass */
body.mobile #resource_actions {
  z-index: 1021;
}
/* line 3, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile {
  padding: 5px;
}

/* line 5, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__link {
  z-index: 2;
}

/* line 7, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__content {
  height: calc( 50px + 2px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 13, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__body {
  margin: 0;
  margin-left: 0.5em;
  padding: 0.5em 0;
  width: calc(100% - 50px - 40px);
}

/* line 18, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__title {
  color: unset;
}

/* line 20, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__author {
  width: 100%;
}

/* line 22, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions {
  display: inline-block;
  font-size: 150%;
  opacity: 0.7;
  color: #477591;
  vertical-align: middle;
  max-width: 40px;
  padding: 0 0.4em;
  z-index: 3;
}

/* line 31, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions:hover {
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__actions .fa {
  line-height: calc( 50px + 2px);
}

/* line 35, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__description {
  font-size: 90%;
  height: 100%;
  white-space: normal;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 44, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__img {
  height: unset;
}

/* line 46, app/assets/stylesheets/mobile/resource.sass */
.resource-tile-mobile .resource-tile__img .link_images {
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}
/* line 1, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.tile_sprite, .link_images {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_course, .course_tile .attached_course .link_images.course {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 10, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_private, .link_images.unreadable {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 15, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_slide_set, .link_images.slide_set {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 20, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_quiz, .link_images.quiz {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 25, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_note, .link_images.note {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 30, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_mind_map, .link_images.mind_map {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 35, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flash_card_deck, .link_images.flash_card_deck {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 40, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flowchart, .link_images.flowchart {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 46, app/assets/stylesheets/mobile/../shared/tile_small_sprites.scss */
.ms-create-tile-adjustment {
  background-size: 300%;
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}

/* line 1, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn {
  border-radius: 3px;
  display: table;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_component {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

/* line 13, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_message {
  color: #FFF;
  padding: 18px 0;
  text-align: left;
  white-space: normal;
  font-weight: 800;
  font-size: 15px;
}

/* line 20, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_logo {
  width: 62px;
}

/* line 22, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn .btn_logo img {
  border-radius: 2px;
}

/* line 26, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.google-login .custom_social_btn {
  background-color: #D55757;
}

/* line 30, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.facebook-login .custom_social_btn {
  background-color: #4564A5;
}

/* line 34, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.microsoft-login .custom_social_btn {
  background-color: #2F2F2F;
}

/* line 37, app/assets/stylesheets/mobile/../shared/social_buttons.sass */
.custom_social_btn:hover {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/mobile/examtime_unauth.sass */
body {
  font-size: 14px;
}

/* line 31, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application #mobile_nav #logo_container img {
  width: 20px;
  height: 23px;
}

/* line 35, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile, body.mobile_layout {
  width: 100%;
  min-width: unset;
}

/* line 38, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile .container.main, body.mobile_layout .container.main {
  margin-top: 38px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

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

/* line 51, app/assets/stylesheets/mobile/examtime_unauth.sass */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 60, app/assets/stylesheets/mobile/examtime_unauth.sass */
.icon-search:before {
  content: "\f002";
}

/* line 63, app/assets/stylesheets/mobile/examtime_unauth.sass */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 66, app/assets/stylesheets/mobile/examtime_unauth.sass */
.-truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 69, app/assets/stylesheets/mobile/examtime_unauth.sass */
.-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 72, app/assets/stylesheets/mobile/examtime_unauth.sass */
a {
  color: #3a99ad;
}

/* line 74, app/assets/stylesheets/mobile/examtime_unauth.sass */
a:hover {
  color: #6fcbe1;
}

/* line 77, app/assets/stylesheets/mobile/examtime_unauth.sass */
a.btn {
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/mobile/examtime_unauth.sass */
input#q.valueMissing {
  border: 1px solid red;
}

/* line 84, app/assets/stylesheets/mobile/examtime_unauth.sass */
body {
  background: #ededed;
  width: 100%;
}

/* line 87, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.frame_body {
  background: #fff;
}

/* line 89, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.embed_button {
  background: transparent;
}

/* line 92, app/assets/stylesheets/mobile/examtime_unauth.sass */
#wrap {
  overflow-x: hidden;
}

/* line 95, app/assets/stylesheets/mobile/examtime_unauth.sass */
.container.main {
  margin-top: 20px;
  padding-bottom: 10px;
}

/* line 99, app/assets/stylesheets/mobile/examtime_unauth.sass */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 108, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .blockUI.blockMsg {
  font-size: 150%;
}

/* line 113, app/assets/stylesheets/mobile/examtime_unauth.sass */
body {
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
}

/* line 117, app/assets/stylesheets/mobile/examtime_unauth.sass */
a:active {
  outline: none;
}

/* line 120, app/assets/stylesheets/mobile/examtime_unauth.sass */
h1, h2, h3, h4, h5 {
  font-family: 'OpenSans', sans-serif;
  margin: 0;
  padding: 0;
}

/* line 125, app/assets/stylesheets/mobile/examtime_unauth.sass */
h1, h2 {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

/* line 128, app/assets/stylesheets/mobile/examtime_unauth.sass */
h1 {
  font-family: 'OpenSans', sans-serif;
  color: #444;
  font-size: 130%;
  font-weight: 100;
  letter-spacing: -0.08em;
  margin: 0 0 30px 0;
}

/* line 136, app/assets/stylesheets/mobile/examtime_unauth.sass */
h2 {
  font-family: 'OpenSans', sans-serif;
  font-size: 120%;
  color: #272727;
  font-weight: 300;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

/* line 144, app/assets/stylesheets/mobile/examtime_unauth.sass */
h3 {
  font-size: 110%;
  line-height: 22px;
  color: #444;
  font-weight: 100;
  margin: 0 0 10px 0;
}

/* line 151, app/assets/stylesheets/mobile/examtime_unauth.sass */
h4 {
  font-size: 105%;
  color: #444;
  font-weight: 300;
  margin: 10px 5px 30px 5px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 158, app/assets/stylesheets/mobile/examtime_unauth.sass */
h4.alert-heading {
  margin: 0 0 10px 0;
}

/* line 161, app/assets/stylesheets/mobile/examtime_unauth.sass */
h5 {
  font-size: 100%;
  color: #fcfcfc;
  font-weight: 100;
  margin: 0 0 30px 0;
}

/* line 167, app/assets/stylesheets/mobile/examtime_unauth.sass */
.modal {
  overflow-y: auto;
}

/* line 170, app/assets/stylesheets/mobile/examtime_unauth.sass */
label {
  font-weight: normal;
  margin-bottom: 12px;
}

/* line 174, app/assets/stylesheets/mobile/examtime_unauth.sass */
ul, ol {
  padding: 0;
  margin: 0;
}

/* line 178, app/assets/stylesheets/mobile/examtime_unauth.sass */
ul {
  -webkit-padding-start: 0;
}

/* line 181, app/assets/stylesheets/mobile/examtime_unauth.sass */
li {
  list-style-type: none;
  display: inline;
}

/* line 186, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn:active, .btn.active {
  box-shadow: none;
}

/* line 190, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn, .button, .confirm, .cancel, .neutral, .discover, .dark, .warning {
  cursor: pointer;
  font-weight: 300;
  font-size: 95%;
  border: 0;
  border-radius: 0;
  padding: 5px 20px;
  color: #fff;
}

/* line 198, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn a, .button a, .confirm a, .cancel a, .neutral a, .discover a, .dark a, .warning a {
  color: #fff;
}

/* line 200, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn i, .button i, .confirm i, .cancel i, .neutral i, .discover i, .dark i, .warning i {
  margin-right: 5px;
}

/* line 203, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-google,
.fb_signin,
.btn-dark {
  color: #fff;
  border: 1px solid;
}

/* line 214, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-create {
  padding: 7px 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 31px 30px 0 0;
  float: left;
  line-height: 1.5;
}

/* line 222, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-upgrade {
  padding: 7px 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  float: left;
  line-height: 1.5;
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 232, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #9aad30;
  border-color: #9aad30;
}

/* line 236, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success:hover {
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 240, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #8d9e2c;
}

/* line 245, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-cancel {
  color: #444;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2);
  background-color: #e6e6e6;
  border: 1px solid;
  border-color: #d5d5d5;
}

/* line 252, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
  background-color: #dedede;
  border-color: #ccc;
}

/* line 258, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-default {
  color: #444;
  background-color: #fff;
  border: 1px solid;
  border-color: #cccccc;
}

/* line 264, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #fff;
  border-color: #ededed;
}

/* line 270, app/assets/stylesheets/mobile/examtime_unauth.sass */
.btn-default:active,
.btn-default.active {
  border-color: #cccccc;
}

/* line 277, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile .modal-content, body.mobile_layout .modal-content {
  background: #ededed;
  border: none;
  border-radius: 0px;
}

/* line 285, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .results_heading {
  font-size: 34px;
  width: auto;
  white-space: normal;
}

/* line 290, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .gc_pagination.search_results_pagination li {
  font-size: 24px;
  line-height: 34px;
}

/* line 293, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .gc_pagination.search_results_pagination li span {
  padding: 10px 15px;
  margin: 20px;
}

/* line 300, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout .container.pricing .plan {
  width: 70%;
}

/* line 303, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h1, body.mobile_layout #refund_policy_section h2, body.mobile_layout #refund_policy_section h3 {
  font-weight: bold;
  margin-top: 20px;
  line-height: inherit;
}

/* line 307, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h1 {
  font-size: 135%;
}

/* line 309, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h2 {
  font-size: 120%;
}

/* line 311, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #refund_policy_section h3 {
  font-size: 110%;
}

/* line 316, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout div.l-wrapper #standard-content {
  margin-top: 60px;
}

/* line 318, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout div.l-wrapper .container {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 322, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style {
  /*type*/
  /*feature banner*/
  /*main content*/
}

/* line 323, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style body {
  font-family: 'museo_sans_rounded100', sans-serif;
  font-size: 16px;
  background: #FFF;
}

/* line 329, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style a {
  color: #3a99ad;
}

/* line 332, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style h1, div.l-wrapper-homepage-style h2 {
  text-transform: none;
  color: #29ABE2;
  text-shadow: none;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'museo_sans_rounded100', sans-serif;
  font-size: 180%;
}

/* line 341, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style h3 {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: none;
}

/* line 348, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info h3 {
  margin: 20px 0 10px 0;
  font-family: 'museo_sans_rounded100', sans-serif;
}

/* line 351, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info p {
  font-size: 19px;
  line-height: 30px;
}

/* line 354, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info p strong {
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 359, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature {
  position: relative;
  background-image: url(/assets/goconqr/banner_homepage.webp) !important;
  height: 486px;
  background-size: cover;
  background-position: right top;
}

/* line 365, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta {
  margin: 45px 0 0 50px;
  text-align: center;
  padding: 20px;
  background-color: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  display: table;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: thin solid #29ABE2;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}

@media only screen and (max-width: 500px) {
  /* line 365, app/assets/stylesheets/mobile/examtime_unauth.sass */
  div.l-wrapper-homepage-style .feature .feature_cta {
    margin: 45px 0 0 0;
  }
}

/* line 381, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta h2 {
  font-size: 19px;
  color: #9C9C9C;
  line-height: 1.4em;
  letter-spacing: unset;
}

/* line 386, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta h1 {
  font-size: 3em;
  letter-spacing: -1px;
}

/* line 389, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .feature_cta .btn {
  min-width: 145px;
  font-size: 1.2em;
}

/* line 392, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper {
  text-align: center;
  padding-left: 50px;
}

@media only screen and (max-width: 500px) {
  /* line 392, app/assets/stylesheets/mobile/examtime_unauth.sass */
  div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper {
    padding-left: 0px;
  }
}

/* line 397, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video {
  background: #F49519;
  padding: 10px 0 10px 0;
  width: 300px;
  background: #DF4A32;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -kthtml-transition: all 0.4s linear;
  display: block;
  margin: 10px auto 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}

/* line 419, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video .icon-play {
  margin-right: 10px;
}

/* line 421, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video:hover {
  /*rgba(255, 255, 255, 0.8) 2px 2px 15px*/
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}

@media only screen and (max-width: 500px) {
  /* line 397, app/assets/stylesheets/mobile/examtime_unauth.sass */
  div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .play_video {
    width: 200px;
  }
}

/* line 428, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .goconqr_sign_up {
  display: block;
  height: 40px;
  width: 300px;
  margin: 20px auto 0 auto;
  padding: 20px 0 20px 0px;
  background-color: #3C5A99;
  border-radius: 10px;
  display: table;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 15px;
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -kthtml-transition: all 0.4s linear;
}

/* line 452, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .feature .sign_up_button_button_wrapper .goconqr_sign_up:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
}

/* line 458, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .public_flash_message_container:before, div.l-wrapper-homepage-style .public_flash_message_container:after {
  display: table;
  content: " ";
}

/* line 461, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .public_flash_message_container .alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 466, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #standard-content {
  max-width: 1157px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 50px;
  margin-top: -17px;
}

/* line 473, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .main {
  padding-top: 0;
}

/* line 477, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info_row {
  margin-top: 70px;
  margin-bottom: 50px;
}

/* line 480, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info_row .info {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 100px;
}

/* line 485, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .info_row .info .info_img {
  height: auto;
  min-height: 175px;
}

/* line 489, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .as_seen_in {
  margin: 0 0 60px 0;
  background-color: #29ABE2;
  text-align: center;
}

/* line 493, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .as_seen_in .featured_icon {
  width: 114px;
  display: inline-block;
}

/* line 497, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .as_seen_in.out_of_view .featured_icon [class^="bg-logo_"] {
  background: none;
}

/* line 500, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.resource-types, div.l-wrapper-homepage-style .row.users {
  text-align: center;
  margin-top: 1em;
}

/* line 503, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.users {
  margin-top: 5em;
}

/* line 505, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.users div {
  margin-top: 1.5em;
}

/* line 508, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.resource-types .icon-flashcards,
div.l-wrapper-homepage-style .row.resource-types .icon-mindmaps,
div.l-wrapper-homepage-style .row.resource-types .icon-notes,
div.l-wrapper-homepage-style .row.resource-types .icon-quizzes,
div.l-wrapper-homepage-style .row.resource-types .icon-slides,
div.l-wrapper-homepage-style .row.resource-types .icon-flowcharts {
  width: 80px;
}

/* line 515, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .row.resource-types .icon-courses {
  width: 120px;
}

/* line 520, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonials_wrapper {
  margin: 80px 0 80px 0;
  background: #FFF;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

/* line 527, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #testimonial_images {
  justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 537, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_image {
  background-color: #29ABE2;
  height: 120px;
  cursor: pointer;
}

/* line 541, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_image .testimonial_sprite {
  opacity: 0.7;
  max-width: 100%;
}

/* line 545, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_image:hover .sprite {
  opacity: 1;
}

/* line 548, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #testimonial_images.out_of_view .testimonial_sprite {
  background: none;
}

/* line 550, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style #testimonial_quotes {
  padding: 30px 50px 0px 50px;
  height: 170px;
  display: block;
  max-height: 170px;
}

/* line 555, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_quote:before {
  font-family: FontAwesome;
  content: "\f10e";
  width: 100%;
  display: block;
  font-size: 24px;
  color: #84B8D9;
  position: relative;
  top: -10px;
}

/* line 564, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_quote {
  text-align: center;
  display: none;
}

/* line 567, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_quote p {
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 20px !important;
  color: #666666;
  font-size: 26px;
}

/* line 572, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .testimonial_user {
  font-family: "museo_sans_rounded500", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #29ABE2;
  display: block;
}

/* line 579, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

/* line 583, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta h2 {
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 24px !important;
  color: #29ABE2;
  font-weight: normal;
  padding-bottom: 35px;
  padding: 2.5em 0 0.5em 0;
}

/* line 590, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta a {
  margin: 0;
  line-height: 12px;
  padding: 10px 25px;
  text-align: center;
  font-family: "museo_sans_rounded100", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background-color: #3C5A99;
  border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 15px;
}

/* line 607, app/assets/stylesheets/mobile/examtime_unauth.sass */
div.l-wrapper-homepage-style .footer_cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 15px;
}

/* line 613, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.no-webp .feature {
  background-image: url(/assets/goconqr/banner_homepage.jpg) !important;
}

/* line 619, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #examtime_footer.examtime_application_footer {
  background: #f7f7f7;
  padding: 10px 0 8px 0;
  margin-top: 4em;
  border-top: 1px solid #ddd;
  text-align: center;
}

/* line 625, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #examtime_footer.examtime_application_footer ul li {
  display: block;
  width: 100%;
}

/* line 628, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #examtime_footer.examtime_application_footer .l-copyright {
  font-size: 60%;
}

/* line 634, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #library_view .resource-tile, body.mobile_layout #library_view .course_tile {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 638, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #library_view .resource-tile .resource-tile__img {
  width: 56px;
  height: 56px;
  margin-right: 0.5em;
}

/* line 642, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout #library_view .resource-tile .resource-tile__author, body.mobile_layout #library_view .resource-tile .resource-tile__title {
  width: calc(100% - 4em);
}

/* line 645, app/assets/stylesheets/mobile/examtime_unauth.sass */
.dashboard_title_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid  #dadada;
  border-bottom: 1px solid  #dadada;
  background: #f7f7f7;
  margin-bottom: 1em;
  padding: 0.5em;
}

/* line 655, app/assets/stylesheets/mobile/examtime_unauth.sass */
.dashboard_title_container a.btn {
  height: 80%;
  font-size: 80%;
  margin: 0.5em;
  white-space: nowrap;
}

/* line 660, app/assets/stylesheets/mobile/examtime_unauth.sass */
.dashboard_title_container h1 {
  width: 100%;
  margin: 0em;
  padding: 0 0.75em;
}

/* line 668, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .sign_in_up_label, .signup_options .sign_in_up_label {
  display: block;
}

/* line 670, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .short_sign_in_up_label, .signup_options .short_sign_in_up_label {
  display: none;
}

/* line 672, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .label, .signup_options .label {
  font-size: 110%;
  margin-top: 15px;
}

/* line 675, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .resend_confirmation_instructions_link, .signin_options .forgotten_password, .signin_options .remember_me, .signin_options .tc_container, .signin_options .looking_for_facebook_link, .signup_options .resend_confirmation_instructions_link, .signup_options .forgotten_password, .signup_options .remember_me, .signup_options .tc_container, .signup_options .looking_for_facebook_link {
  font-size: 85%;
}

/* line 677, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .remember_me, .signup_options .remember_me {
  display: none;
}

/* line 679, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options input.form-control.input-lg, .signup_options input.form-control.input-lg {
  font-size: 100%;
  height: 3em;
}

/* line 682, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options input[type=checkbox], .signup_options input[type=checkbox] {
  margin: 5px;
}

/* line 684, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .login-or, .signin_options .signup-or, .signup_options .login-or, .signup_options .signup-or {
  position: relative;
  font-size: 120%;
  color: #aaa;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 5px 35px;
  text-align: center;
  width: 100%;
}

/* line 693, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .span-or, .signup_options .span-or {
  position: relative;
  font-size: 90%;
  top: -22px;
  background-color: #efefef;
  text-align: center;
  padding: 0px 12px;
}

/* line 700, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options hr, .signup_options hr {
  border-top: 1px solid #EDEDEF;
}

/* line 702, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .hr-or, .signup_options .hr-or {
  background-color: #cdcdcd;
  height: 1px;
}

/* line 706, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn, .signup_options .custom_social_btn {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

/* line 712, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn .btn_logo img, .signup_options .custom_social_btn .btn_logo img {
  width: 25px;
  height: auto;
  border-radius: 10%;
}

/* line 716, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn .btn_component, .signup_options .custom_social_btn .btn_component {
  padding: 0 0.5em;
}

/* line 718, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .custom_social_btn .btn_message, .signup_options .custom_social_btn .btn_message {
  padding: 9px 0;
  font-size: 120%;
  padding-left: 5px;
}

/* line 723, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options button.social_login_link, .signup_options button.social_login_link {
  border: none;
  background: none;
  width: 100%;
}

/* line 728, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .sign-title, .signup_options .sign-title {
  font-size: 150%;
  margin: 15px 0;
}

/* line 732, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .btn-cancel-confirm, .signup_options .btn-cancel-confirm {
  float: left;
}

/* line 735, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .tc_container, .signin_options .remember_me, .signup_options .tc_container, .signup_options .remember_me {
  font-size: 90%;
  margin-top: 10px;
}

/* line 738, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .tc_join, .signup_options .tc_join {
  text-align: center;
}

/* line 740, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .login-or, .signup_options .login-or {
  padding: 5px 15px;
}

/* line 743, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .signup_fields, .signup_options .signup_fields {
  margin: 10px 0 0 0;
  line-height: 1.5em;
}

/* line 746, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .signup_fields .new_user_field, .signup_options .signup_fields .new_user_field {
  margin-bottom: 10px;
}

/* line 749, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .label, .signup_options .label {
  font-weight: 200;
  color: #333333;
}

/* line 753, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .form-button-sign-up, .signup_options .form-button-sign-up {
  border: 1px solid #9aad30;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #9aad30;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 300;
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* line 765, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .form-button-sign-up[disabled], .signup_options .form-button-sign-up[disabled] {
  opacity: 0.5;
}

/* line 768, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .landing_footer, .signup_options .landing_footer {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 90%;
  background-color: #efefef;
  text-align: center;
}

/* line 777, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signup_options #signup_with_email_form {
  margin: auto 0;
}

/* line 781, app/assets/stylesheets/mobile/examtime_unauth.sass */
.signin_options .field_icon {
  float: right;
  font-size: 160%;
  margin-top: -1.6em;
  padding-right: 0.5em;
  position: relative;
  z-index: 2;
  opacity: 0.6;
}

/* line 790, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog {
  text-align: center;
}

/* line 792, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog h2 {
  font-size: 1.75em;
}

/* line 794, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog p {
  font-size: 1.1em;
}

/* line 796, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog .envelope_icon_container {
  width: 3em;
  height: 3em;
  margin: 0 auto;
}

/* line 800, app/assets/stylesheets/mobile/examtime_unauth.sass */
.email_confirmation_dialog .envelope_icon_container img {
  width: 100%;
}

/* line 823, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_small .link_images, .resource-tile__img .link_images {
  float: left;
  background-size: 300%;
}

/* line 827, app/assets/stylesheets/mobile/examtime_unauth.sass */
.resource-tile .link_images {
  width: 56px;
  height: 56px;
  background-position: calc( 0.56 * var(--x)) calc( 0.56 * var(--y));
}

/* line 832, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_small .link_images {
  width: 48px;
  height: 48px;
  background-position: calc( 0.48 * var(--x)) calc( 0.48 * var(--y));
}

/* line 837, app/assets/stylesheets/mobile/examtime_unauth.sass */
.resource-tile, .course_tile {
  margin-bottom: 0.5em;
  font-size: 85%;
}

/* line 842, app/assets/stylesheets/mobile/examtime_unauth.sass */
.resource-tile .resource_search_ratings, .resource-tile .resource-tile__buttons {
  display: none;
}

/* line 845, app/assets/stylesheets/mobile/examtime_unauth.sass */
.course_tile .attached_course .link_images {
  width: 110px;
  height: 110px;
  background-position: calc( 1.1 * var(--x)) calc( 1.1 * var(--y));
}

/* line 853, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images, .attached_course .link_images {
  position: relative;
  width: 3.5em;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

/* line 859, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images img, .attached_course .link_images img {
  max-width: 100%;
}

/* line 861, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.flash_card_deck, .attached_course .link_images.flash_card_deck {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_flash_card_deck.png);
  background-position: center;
}

/* line 864, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.mind_map, .attached_course .link_images.mind_map {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_mind_map.png);
  background-position: center;
}

/* line 867, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.note, .attached_course .link_images.note {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_note.png);
  background-position: center;
}

/* line 870, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.quiz, .attached_course .link_images.quiz {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_quiz.png);
  background-position: center;
}

/* line 873, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.slide_set, .attached_course .link_images.slide_set {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_slide_set.png);
  background-position: center;
}

/* line 876, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.flowchart, .attached_course .link_images.flowchart {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_flowchart.png);
  background-position: center;
}

/* line 879, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.unreadable, .attached_course .link_images.unreadable {
  background-image: url(/assets/sprites/tiles/icon_grid_resource_private.png);
  background-position: center;
}

/* line 882, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_resource .link_images.course, .attached_course .link_images.course {
  background-image: url(/assets/sprites/tiles/icon_grid_course.png);
  background-position: center;
}

/* line 886, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attached_course {
  background: white;
}

/* line 888, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview {
  display: table;
  table-layout: fixed;
  word-wrap: break-word;
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
  position: relative;
}

/* line 896, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview img {
  max-width: 100%;
}

/* line 898, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview a, .attach_preview a:hover, .attach_preview:hover, .attach_preview:focus {
  text-decoration: none;
  color: #333;
}

/* line 901, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview.view {
  cursor: pointer;
}

/* line 903, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .preview_remove {
  float: right;
}

/* line 905, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_title {
  font-size: 90%;
  color: #333;
  font-weight: bold;
}

/* line 909, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview:hover .link_title {
  text-decoration: underline;
}

/* line 911, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .description, .attach_preview .start_time {
  margin-top: 5px;
}

/* line 913, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .description {
  max-height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 919, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .provider, .attach_preview .author {
  text-transform: uppercase;
  font-size: 60%;
  color: #aaa;
  margin-top: 5px;
}

/* line 924, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_images, .attach_preview .link_content {
  display: table-cell;
}

/* line 926, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_images {
  vertical-align: middle;
}

/* line 928, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_content {
  vertical-align: top;
}

/* line 930, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .link_content {
  padding: 5px 10px;
}

/* line 932, app/assets/stylesheets/mobile/examtime_unauth.sass */
.attach_preview .author_name {
  font-weight: 600;
  color: #666;
}

/* line 939, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation, body.mobile_layout.application .forgotten_pw, body.mobile_layout.application .looking_for_facebook {
  margin-top: 0.5em;
}

/* line 941, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation h3, body.mobile_layout.application .forgotten_pw h3, body.mobile_layout.application .looking_for_facebook h3 {
  font-size: 2.6em;
  line-height: 1.35em;
  font-family: 'OpenSans';
  word-wrap: break-word;
  color: #444;
}

/* line 948, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .forgotten_pw h3, body.mobile_layout.application .forgotten_pw .forgotten_pw h3, body.mobile_layout.application .looking_for_facebook .forgotten_pw h3 {
  margin-bottom: 30px;
}

/* line 951, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .form-button-sign-up, body.mobile_layout.application .forgotten_pw .form-button-sign-up, body.mobile_layout.application .looking_for_facebook .form-button-sign-up {
  border: 1px solid #9aad30;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  background-color: #9aad30;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 800;
  padding: 15px 0;
  font-size: 15px;
}

/* line 963, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .form-button-sign-up[disabled], body.mobile_layout.application .forgotten_pw .form-button-sign-up[disabled], body.mobile_layout.application .looking_for_facebook .form-button-sign-up[disabled] {
  opacity: 0.5;
}

/* line 966, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .forgotten_pw, body.mobile_layout.application .forgotten_pw .forgotten_pw, body.mobile_layout.application .looking_for_facebook .forgotten_pw {
  margin-top: 75px;
}

/* line 968, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .forgotten_pw .no_confirm, body.mobile_layout.application .forgotten_pw .forgotten_pw .no_confirm, body.mobile_layout.application .looking_for_facebook .forgotten_pw .no_confirm {
  float: left;
  margin: 10px 0 0 5px;
  font-size: 15px;
}

/* line 973, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation input#user_password, body.mobile_layout.application .resend_confirmation input[type=password], body.mobile_layout.application .resend_confirmation input#user_email, body.mobile_layout.application .resend_confirmation input[type=email], body.mobile_layout.application .resend_confirmation input[type=text], body.mobile_layout.application .forgotten_pw input#user_password, body.mobile_layout.application .forgotten_pw input[type=password], body.mobile_layout.application .forgotten_pw input#user_email, body.mobile_layout.application .forgotten_pw input[type=email], body.mobile_layout.application .forgotten_pw input[type=text], body.mobile_layout.application .looking_for_facebook input#user_password, body.mobile_layout.application .looking_for_facebook input[type=password], body.mobile_layout.application .looking_for_facebook input#user_email, body.mobile_layout.application .looking_for_facebook input[type=email], body.mobile_layout.application .looking_for_facebook input[type=text] {
  background-color: #fff;
  color: #8b9499;
  line-height: 1.5em;
  transition: all 0.3s;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 16px;
  font-family: "museo_sans_rounded300", sans-serif;
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  height: 50px;
}

/* line 989, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .signup_fields .label, body.mobile_layout.application .sign_intro_body .label, body.mobile_layout.application .resend_confirmation .label, body.mobile_layout.application .forgotten_pw .label {
  font-size: 13px;
  font-weight: 800;
  color: #52575a;
  display: block;
  text-align: left;
  padding: 0 0 4px 2px;
}

/* line 998, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .contact_support, body.mobile_layout.application .looking_for_facebook .contact_support {
  margin-top: 30px;
}

/* line 1002, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .resend_confirmation .resend_instructions li {
  list-style-type: disc;
  display: list-item;
}

/* line 1006, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .ul_fixed {
  padding: 0 0 0 20px;
}

/* line 1008, app/assets/stylesheets/mobile/examtime_unauth.sass */
body.mobile_layout.application .ul_fixed li {
  display: list-item;
  list-style-type: disc;
}

/* line 1013, app/assets/stylesheets/mobile/examtime_unauth.sass */
#qc-cmp2-persistent-link {
  display: none;
}

/* line 1015, app/assets/stylesheets/mobile/examtime_unauth.sass */
button.manage_consent {
  background: none;
  cursor: pointer;
  padding: 10px 15px;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #3a99ad;
}

/* line 1025, app/assets/stylesheets/mobile/examtime_unauth.sass */
button.manage_consent:hover {
  color: #6fcbe1;
  background: none;
}
/* line 2, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container {
  padding: 0.2em 0;
}

/* line 4, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_sidebar, body.mobile_layout #faq_container #faq_content_pane {
  padding: 0;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_sidebar {
  border-right: 1px solid #e8e8e8;
}

/* line 9, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_breadcrumb {
  margin: 0 0.5em 2em 0.5em;
  padding-top: 45px;
}

/* line 12, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_container #faq_content {
  margin: 0 0.5em;
}

/* line 14, app/assets/stylesheets/mobile/faq.sass */
body.mobile_layout #faq_title {
  font-size: 22px;
  padding: 0.1em;
}
/* line 9, app/assets/stylesheets/mobile/navigation.sass */
body.ms_teams.gc-static-page #mobile_nav {
  display: none;
}

/* line 13, app/assets/stylesheets/mobile/navigation.sass */
body.ms_teams.onboarding #mobile_nav #back_button, body.ms_teams.onboarding #mobile_nav a {
  display: none;
}

/* line 16, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 31;
  backface-visibility: hidden;
  background: #3F6A7F;
  min-height: 38px;
}

/* line 24, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex {
  padding: 10px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  color: white;
}

/* line 34, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex a {
  color: white;
}

/* line 36, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #reports {
  margin: auto 1em;
  font-size: 150%;
}

/* line 39, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #reports .my_reports > * {
  pointer-events: none;
}

/* line 41, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #account {
  border-radius: 50%;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #mobile_search_form {
  position: relative;
}

/* line 46, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #mobile_search_form button {
  height: 100%;
  background: none;
  border: none;
  color: #444;
  position: absolute;
  right: 0.3em;
}

/* line 53, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav .flex #mobile_search_form input[type="text"] {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  color: #444;
  font-weight: 100;
}

/* line 59, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav #back_button, #mobile_nav.nav #mobile_actions {
  border-radius: 50%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  border: none;
}

/* line 67, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav #back_button:hover, #mobile_nav.nav #back_button:focus, #mobile_nav.nav #back_button:active, #mobile_nav.nav #mobile_actions:hover, #mobile_nav.nav #mobile_actions:focus, #mobile_nav.nav #mobile_actions:active {
  background-color: #2e4e5d;
  text-decoration: none;
}

/* line 70, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav #back_button:not(.hidden) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 76, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav.nav_fixed .flex {
  padding: 0.5em 1em;
  justify-content: space-between;
}

/* line 79, app/assets/stylesheets/mobile/navigation.sass */
#mobile_nav.nav h1.study_aid_page_title {
  font-size: 22px;
  color: white;
  margin: auto 0.5em;
  text-align: center;
  flex-basis: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 87, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 256px;
  z-index: 99;
  height: 100vh;
  overflow: scroll;
  transition: all 0.5s;
  transform: translateX(0%);
}

/* line 97, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu.closed {
  transform: translateX(-100%);
}

/* line 100, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu {
  background: #fcfcfc;
  border-right: 1px dotted #c9c9c9;
}

/* line 103, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .hamburger {
  font-size: 30px;
}

/* line 105, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #444;
  padding: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

/* line 114, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul {
  padding-left: 0;
}

/* line 116, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li {
  font-size: 120%;
  display: block;
}

/* line 119, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li a {
  display: block;
  width: 100%;
  color: #444;
  text-decoration: none;
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
}

/* line 126, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li a:hover, #hamburger_menu ul li a:active, #hamburger_menu ul li a.selected {
  background-color: #efefef;
}

/* line 128, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu ul li a i {
  margin-right: 0.5em;
}

/* line 131, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links {
  border-top: 1px dotted #c9c9c9;
  padding-top: 1em;
}

/* line 135, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links ul li a, #hamburger_menu .footer-links ul li .manage_consent {
  font-size: 80%;
  margin: 0.2em 0;
  padding: 0.3em 1em;
}

/* line 139, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links ul li .manage_consent {
  color: #444;
  text-align: left;
}

/* line 142, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-links ul li .manage_consent:hover, #hamburger_menu .footer-links ul li .manage_consent:active {
  background-color: #efefef;
}

/* line 146, app/assets/stylesheets/mobile/navigation.sass */
#hamburger_menu .footer-copyright-container {
  position: sticky;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #444;
  font-size: 70%;
}
/* line 3, app/assets/stylesheets/mobile/search.sass */
#center_section .center_section_content h1 {
  width: 100%;
  padding: 0 0.75em;
  margin: 0;
}

/* line 7, app/assets/stylesheets/mobile/search.sass */
#search_view {
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/mobile/search.sass */
#search_view #center_container, #search_view #right_sidebar_container {
  width: 100%;
}

/* line 12, app/assets/stylesheets/mobile/search.sass */
#search_view #center_container {
  order: 2;
}

/* line 14, app/assets/stylesheets/mobile/search.sass */
#search_view #right_sidebar_container {
  order: 1;
}

/* line 17, app/assets/stylesheets/mobile/search.sass */
#search_view .results_container .resource-tile-mobile {
  padding: 10px 0;
}

/* line 19, app/assets/stylesheets/mobile/search.sass */
#search_view .results_heading {
  font-size: 120%;
}

/* line 21, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination {
  float: left;
  text-align: left;
}

/* line 24, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_controls li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin: 0.5em;
}

/* line 31, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_controls li a, #search_view .search_results_pagination .pagination_controls li span {
  display: inline-block;
  border-radius: 3px;
  padding: 0 6px;
  text-align: center;
  min-width: 12px;
}

/* line 37, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_controls li .current {
  background-color: #62b1cc;
  color: #fff;
}

/* line 40, app/assets/stylesheets/mobile/search.sass */
#search_view .search_results_pagination .pagination_caption {
  margin-right: 5px;
}
/* line 3, app/assets/stylesheets/mobile/shared.sass */
body.mobile, body.mobile_layout {
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

/* line 9, app/assets/stylesheets/mobile/shared.sass */
body.mobile #wrap, body.mobile_layout #wrap {
  min-height: 100vh;
}

/* line 11, app/assets/stylesheets/mobile/shared.sass */
body.mobile #wrap #contents_pane, body.mobile_layout #wrap #contents_pane {
  padding-top: 46px;
}

/* line 15, app/assets/stylesheets/mobile/shared.sass */
body.mobile, body.mobile_layout {
  min-width: 0;
}

/* line 18, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog, body.mobile_layout #sign_up_message .modal-dialog {
  min-width: 0;
  margin-top: 0px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog .modal-cta .cta, body.mobile_layout #sign_up_message .modal-dialog .modal-cta .cta {
  font-size: 130%;
  margin: 5px;
}

/* line 26, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog .modal-cta .btn-cta, body.mobile_layout #sign_up_message .modal-dialog .modal-cta .btn-cta {
  font-size: 140%;
}

/* line 28, app/assets/stylesheets/mobile/shared.sass */
body.mobile #sign_up_message .modal-dialog .modal-cta .cta-footer-text, body.mobile_layout #sign_up_message .modal-dialog .modal-cta .cta-footer-text {
  font-size: 120%;
}

/* line 33, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .container .row {
  margin: 0;
}

/* line 35, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .container .row .col-lg-12 {
  padding: 0;
}

/* line 37, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .et_frame_logo, body.mobile.frame_body #examtime_share_btn {
  display: none;
}

/* line 39, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container {
  display: flex;
  flex-direction: column;
}

/* line 42, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container .join_after_box {
  order: 1;
  margin: 0 0 1em 0;
}

/* line 45, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container .row {
  order: 2;
}

/* line 47, app/assets/stylesheets/mobile/shared.sass */
body.mobile.frame_body .assess_results_summary .results_container .assess_actions {
  order: 3;
}

/* line 52, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map {
  overflow-y: auto;
}

/* line 54, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map #bottom_left_panel .sliderparent {
  line-height: 3.5;
  padding: 0px 10px 2px 10px;
}

/* line 57, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map #bottom_left_panel .sliderparent .sliderzoom .ui-slider-handle {
  top: -0.1em;
}

/* line 61, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map .embedded_content #top_left_panel {
  top: 5px;
}

/* line 63, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map .embedded_content #bottom_right_panel {
  display: none;
}

/* line 65, app/assets/stylesheets/mobile/shared.sass */
body.mobile.mind_map #wrap {
  padding-bottom: 0;
}

/* line 71, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_view_inner {
  padding: 10px;
}

/* line 73, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_view_inner.NotePageTitleTextImageView, body.mobile.note .note_page_preview .note_page_view_inner.NotePageTextImageView, body.mobile.note .note_page_preview .note_page_view_inner.NotePageStudyAidView {
  padding: 140px 5px 5px 5px;
}

/* line 75, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_view_inner.NotePageTitleTextImageView .composite_image, body.mobile.note .note_page_preview .note_page_view_inner.NotePageTextImageView .composite_image, body.mobile.note .note_page_preview .note_page_view_inner.NotePageStudyAidView .composite_image {
  width: 100%;
  height: 70%;
}

/* line 79, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTitleTextImageView, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTextImageView, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageStudyAidView {
  padding: 140px 5px 5px 5px;
}

/* line 81, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTitleTextImageView .inner-fade, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageTextImageView .inner-fade, body.mobile.note .note_page_preview .note_page_preview_overlay.NotePageStudyAidView .inner-fade {
  height: 25%;
}

/* line 83, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap {
  margin: 0;
}

/* line 85, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap .previous_page, body.mobile.note #notes_area_wrap .next_page {
  width: 42px;
  height: 43px;
}

/* line 88, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap .previous_page {
  left: 5px;
}

/* line 90, app/assets/stylesheets/mobile/shared.sass */
body.mobile.note #notes_area_wrap .next_page {
  right: 5px;
}

/* line 95, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #timed_quiz_splash {
  margin-top: 1em;
}

/* line 97, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 101, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_container .row {
  margin: 0;
}

/* line 103, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .container {
  padding: 0;
}

/* line 105, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper {
  padding: 10px 15px;
}

/* line 107, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper .perform_question_text {
  font-size: 100%;
}

/* line 109, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper h3 {
  font-size: 100%;
}

/* line 111, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .question_content_wrapper .answer_content {
  font-size: 100%;
}

/* line 113, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_actions {
  font-size: 100%;
  padding: 0 10px 20px 10px;
}

/* line 116, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_actions .player_next, body.mobile.quiz .quiz_perform_actions .player_prev, body.mobile.quiz .quiz_perform_actions .player_check_answer {
  min-width: 60px;
  padding: 5px 10px;
}

/* line 119, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_perform_actions .quiz_actions_left, body.mobile.quiz .quiz_perform_actions .quiz_actions_center, body.mobile.quiz .quiz_perform_actions .quiz_actions_right {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 122, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #submit_panel input {
  font-size: 100%;
}

/* line 124, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #submit_panel .quiz_end_inst {
  font-size: 80%;
  margin-bottom: 2em;
}

/* line 127, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #quiz_assess_results .assess_results_summary {
  padding: 0 10px;
}

/* line 129, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz #countdown_timer #time_counter_container {
  margin-left: 0px;
}

/* line 132, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_question_perform .media_secondary .question_audio .audio_player .custom_timer, body.mobile.quiz #questions_review .media_secondary .question_audio .audio_player .custom_timer {
  display: none;
}

/* line 134, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .multiple_choice_question_instructions, body.mobile.quiz .checkbox_question_instructions {
  clear: both;
}

/* line 140, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck #flash_card_container .flash_card_viewer .flash_card_deck_and_deck_specific_buttons .deck_actions {
  bottom: -25px;
}

/* line 142, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck #flash_card_container .flash_card_viewer .flash_card_deck_and_deck_specific_buttons .deck_actions_secondary {
  bottom: -50px;
}

/* line 144, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck .join_after_box {
  margin-top: 20px;
  font-size: 110%;
}

/* line 147, app/assets/stylesheets/mobile/shared.sass */
body.canonical.flash_card_deck .join_after_box .get_started {
  font-size: 120%;
}

/* line 152, app/assets/stylesheets/mobile/shared.sass */
body.mobile .control_row .col_side,
body.mobile .full_screen,
body.mobile .embed_footer,
body.mobile .showing_results .flash_card_deck_title,
body.mobile .showing_results .quiz_title {
  display: none;
}

/* line 158, app/assets/stylesheets/mobile/shared.sass */
body.mobile .embedded_content {
  height: 100% !important;
  overflow-y: auto;
}

/* line 162, app/assets/stylesheets/mobile/shared.sass */
body.mobile.flowchart #top_left_panel, body.mobile.flowchart #bottom_left_panel, body.mobile.mind_map #top_left_panel, body.mobile.mind_map #bottom_left_panel {
  transform: scale(0.8);
}

/* line 164, app/assets/stylesheets/mobile/shared.sass */
body.mobile.flowchart #bottom_left_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle, body.mobile.mind_map #bottom_left_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle {
  top: -3px;
}

/* line 166, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results {
  min-height: 0;
}

/* line 168, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary {
  margin-top: 1em;
}

/* line 170, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary .score_percentage {
  font-size: 400%;
  top: -125px;
}

/* line 173, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary .assess_actions {
  margin: -4em auto 0 auto;
}

/* line 175, app/assets/stylesheets/mobile/shared.sass */
body.mobile #quiz_assess_results #quiz_results_summary #quiz_results_score {
  margin-top: 0;
  padding-top: 0;
}

/* line 179, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .quiz_container {
  overflow-y: auto;
}

/* line 181, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .answer_list.affixed_answer_list {
  max-height: 120px;
  overflow-y: scroll;
  border: none;
  border-top: 1px solid #cccccc;
  padding: 1em 1em 2em 1em;
}

/* line 187, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .answer_list.fill_the_blanks_drag_and_drop_question, body.mobile.quiz .answer_list.label_image_drag_and_drop_question {
  padding: 1em;
}

/* line 189, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .image_label_answer {
  width: auto;
}

/* line 191, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .blank_draggable_answer, body.mobile.quiz .blank_drop_zone {
  font-size: 16px;
  line-height: 24px;
}

/* line 194, app/assets/stylesheets/mobile/shared.sass */
body.mobile.quiz .blank_draggable_answer {
  max-width: 50vw;
  white-space: normal;
}

/* line 200, app/assets/stylesheets/mobile/shared.sass */
body.mobile.course_frame_body.flowchart #top_left_panel, body.mobile.course_frame_body.mind_map #top_left_panel {
  left: unset;
  right: 0.5em;
}

/* line 206, app/assets/stylesheets/mobile/shared.sass */
body.mobile.fixed_layout.with_ads .public_frame, body.mobile.fixed_layout.with_ads #contents_pane .contents_wrap {
  height: 100%;
}

/* line 208, app/assets/stylesheets/mobile/shared.sass */
body.mobile.fixed_layout .fixed_container {
  top: 46px;
  min-width: 0;
}

/* line 211, app/assets/stylesheets/mobile/shared.sass */
body.mobile.fixed_layout .embed_header .player_progress_container {
  top: 0;
}
/* line 2, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section .boxed, #terms_and_conditions_section .boxed, #group_guidelines_section .boxed, #acceptable_use_policy_section .boxed, #company_info_section .boxed {
  padding: 0.5em;
}

/* line 6, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section ul li, #privacy_and_policy_section ol li {
  display: list-item;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

/* line 11, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section ol li {
  list-style: decimal inside none;
}

/* line 13, app/assets/stylesheets/mobile/legal.sass */
#privacy_and_policy_section ul li {
  list-style: disc inside none;
}
/* line 7, app/assets/stylesheets/mobile/library.sass */
.sidebar_filter input[type="checkbox"] {
  display: none;
}

/* line 10, app/assets/stylesheets/mobile/library.sass */
.sidebar_container {
  margin-bottom: 1.0em;
}

/* line 17, app/assets/stylesheets/mobile/library.sass */
.unauth_blurb {
  background: #f7f7f7;
  padding: 1em;
  border: 1px dashed #bfbfbf;
  margin: 0 0.5em 1em 0.5em;
}

/* line 23, app/assets/stylesheets/mobile/library.sass */
#library_filters {
  margin-top: 5px;
}

/* line 25, app/assets/stylesheets/mobile/library.sass */
#library_filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}

/* line 32, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filters span.tag {
  font-family: 'OpenSans', sans-serif;
  border: 1px solid #e5e5e5;
  background: whitesmoke;
  color: grey;
  padding: 2px 4px;
  display: inline-block;
  float: none;
  margin-bottom: 1.0em;
}

/* line 41, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filters span.tag span {
  vertical-align: top;
  word-break: break-word;
}

/* line 44, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filters span.tag a {
  color: rgba(0, 0, 0, 0);
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  background: url(/assets/icon_tag_remove.png) no-repeat;
  display: inline-block;
}

/* line 54, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_box {
  background-color: #f7f7f7;
  padding: 0 0;
  font-size: 85%;
  min-height: 3.0em;
  padding: 0.5em;
}

/* line 60, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_box label {
  display: block;
}

/* line 63, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter .library_filter_title {
  border-bottom: 1px solid #dadada;
}

/* line 66, app/assets/stylesheets/mobile/library.sass */
#library_filters .btn-all {
  margin-right: 5px;
  color: inherit;
  font-size: 60%;
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  top: 9px;
  float: right;
  font-weight: 300;
}

/* line 77, app/assets/stylesheets/mobile/library.sass */
#library_filters .btn-all:hover, #library_filters .btn-all:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filter_topics {
  margin-left: 20px;
}

/* line 86, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filter_mains {
  margin-left: 0;
}

/* line 89, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_title {
  padding: 0 0;
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
}

/* line 95, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_active_filter_title {
  font-size: 100%;
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_filter_option {
  display: block;
}

/* line 101, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_filter_option input[type="checkbox"] + label, #library_filters li.library_filter_option input[type="checkbox"]:checked + label {
  background: none;
  padding: 2px 0;
  margin: 0;
  pointer-events: none;
  cursor: auto;
}

/* line 107, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_filter_option .resource_count {
  font-weight: bold;
  left-margin: 10px;
}

/* line 113, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"] + label, #library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"]:checked + label,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"] + label,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"]:checked + label {
  cursor: pointer;
  pointer-events: auto;
}

/* line 116, app/assets/stylesheets/mobile/library.sass */
#library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"] + label:hover, #library_filters li.library_main_filter:not(.active) .library_main_container input[type="checkbox"]:checked + label:hover,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"] + label:hover,
#library_filters .library_topics_container:not(.topic_active) input[type="checkbox"]:checked + label:hover {
  background-color: #eee;
}

/* line 119, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter:not(.active) .library_topics_container {
  display: none;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dadada;
}

/* line 124, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter.active input[type="checkbox"] + label, #library_filters li.library_filter_option .library_topic_filter.active input[type="checkbox"] + label {
  padding-left: 25px;
}

/* line 127, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter.active .library_main_container .resource_count {
  display: none;
}

/* line 130, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_topics_container.topic_active .resource_count {
  display: none;
}

/* line 134, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_main_filter:hover .library_topics_container {
  display: block;
}

/* line 137, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter_clear_all {
  float: right;
  margin-right: 2.0em;
  font-size: 85%;
}

/* line 142, app/assets/stylesheets/mobile/library.sass */
#library_filters .topic_active li:not(.active) {
  display: none;
}

/* line 147, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option .library_main_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 151, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option .library_main_container label {
  width: 85%;
}

/* line 153, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option .library_main_container .expand_topics, #library_filters .library_filter li.library_filter_option .library_main_container .collapse_topics {
  margin-left: 2em;
  display: none;
}

/* line 158, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option.has_topics:not(.active) .library_main_container .expand_topics {
  display: block;
}

/* line 162, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option.has_topics.expanded:not(.active) .library_main_container .expand_topics {
  display: none;
}

/* line 164, app/assets/stylesheets/mobile/library.sass */
#library_filters .library_filter li.library_filter_option.has_topics.expanded:not(.active) .library_main_container .collapse_topics {
  display: block;
}

/* line 168, app/assets/stylesheets/mobile/library.sass */
#library_content .results_heading {
  display: none;
}

/* line 170, app/assets/stylesheets/mobile/library.sass */
#library_content .results_container .resource-tile-mobile {
  padding: 10px;
}
/* line 6, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer {
  padding: none;
}

/* line 8, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 11, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .plan, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .plan {
  padding: 1em;
}

/* line 13, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .plan p, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .plan p {
  font-size: 1.1em;
}

/* line 15, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .pricing_arrow, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .pricing_arrow {
  width: 2.5em;
}

/* line 17, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-body .row .share_and_reports_cta, body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-footer .row .share_and_reports_cta {
  font-size: 1em;
  margin-top: 1em;
}

/* line 20, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-header {
  padding: 1em 1em 0 1em;
}

/* line 22, app/assets/stylesheets/mobile/payments.sass */
body.mobile .upgrade_subscription_popup.modal .modal-dialog .modal-header h2 {
  font-size: 1.5em;
}

/* line 26, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .lead {
  display: none;
}

/* line 28, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .full_boxed {
  border: 1px solid #cccccc;
}

/* line 30, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .boxed {
  border-bottom: 1px solid #cccccc;
  background: #fcfcfc;
  padding: 1em;
  margin-bottom: 30px;
}

/* line 36, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .form_entry {
  margin-top: 1em;
}

/* line 38, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .form_entry label, body.mobile_layout form#payment_form .form_entry input, body.mobile_layout form#payment_form .form_entry select {
  margin-bottom: 0;
  width: 100%;
}

/* line 41, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form div:first-of-type {
  margin-bottom: 1em;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form div:first-of-type label {
  width: 35%;
  font-weight: normal;
}

/* line 47, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .logos {
  margin-top: 1em;
  display: flex;
  justify-content: space-around;
}

/* line 51, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .logos img {
  width: 50px;
}

/* line 53, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout form#payment_form .purchase_total {
  text-align: center;
  margin-top: 2em;
}

/* line 57, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks h1 {
  margin: 0.5em;
  text-align: center;
  font-size: 180%;
}

/* line 61, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks h3 {
  margin: 0.5em 0 0.5em 0;
  font-size: 20px;
  font-weight: 500;
}

/* line 65, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks p {
  margin: 0 0 20px 0;
}

/* line 67, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks ul {
  padding-inline-start: 0.5em;
}

/* line 69, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks li {
  display: block;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
  background: url(/assets/icon_list_tick.png) no-repeat 0 4px;
}

/* line 74, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_thanks .what_are_you_waiting_for {
  font-weight: bold;
  margin-top: 20px;
}

/* line 77, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout h1.three_d_secure_title {
  margin: 20px 0;
}

/* line 79, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .three_d_secure_box {
  margin-top: 20px;
  min-height: 500px;
  padding: 0;
}

/* line 83, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .three_d_secure_box iframe {
  min-height: 500px;
}

/* line 85, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #teams_subscription_success .payment_thanks .keep_receipt {
  display: none;
}

/* line 87, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  min-height: 4rem;
  font-size: 1rem;
}

/* line 95, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option img {
  width: 60px;
  height: auto;
}

/* line 98, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option img.pay_pal_logo {
  width: 100px;
}

/* line 100, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_option:hover {
  background: #e5e5e5;
  text-decoration: none;
}

/* line 103, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_details_box {
  transition: all 0.5s;
}

/* line 105, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_details_box.collapsed {
  padding: 0;
  overflow: hidden;
}

/* line 108, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .payment_details_box.collapsed .expandable_form {
  display: none;
}

/* line 113, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .pricing_table .row, body.mobile .pricing_table .row {
  margin: 0;
}

/* line 115, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table h1, body.mobile #pricing_table h1 {
  margin: 0;
}

/* line 118, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table .header-pricing, body.mobile_layout #subscription_dialog .header-pricing, body.mobile #pricing_table .header-pricing, body.mobile #subscription_dialog .header-pricing {
  padding: 1em;
  letter-spacing: -0.04em;
  margin-bottom: 2em;
}

/* line 122, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table .info-upgrade, body.mobile_layout #subscription_dialog .info-upgrade, body.mobile #pricing_table .info-upgrade, body.mobile #subscription_dialog .info-upgrade {
  padding: 0 1em;
  text-align: center;
  font-size: 90%;
}

/* line 126, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #pricing_table #plan_comparison_table, body.mobile_layout #subscription_dialog #plan_comparison_table, body.mobile #pricing_table #plan_comparison_table, body.mobile #subscription_dialog #plan_comparison_table {
  margin-top: 0;
}

/* line 129, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog .move_next, body.mobile .cancel_account_dialog .move_next {
  white-space: normal;
}

/* line 131, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog #pricing_table, body.mobile .cancel_account_dialog #pricing_table {
  margin-top: 3em;
}

/* line 133, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog #pricing_table .plan, body.mobile .cancel_account_dialog #pricing_table .plan {
  width: auto;
}

/* line 136, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout .cancel_account_dialog #plan_comparison_table, body.mobile .cancel_account_dialog #plan_comparison_table {
  margin-top: 2em;
}

/* line 139, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table, body.mobile #plan_comparison_table {
  font-size: 100%;
}

/* line 142, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan p, body.mobile_layout #plan_comparison_table .plan a, body.mobile_layout #plan_comparison_table .plan ul, body.mobile #plan_comparison_table .plan p, body.mobile #plan_comparison_table .plan a, body.mobile #plan_comparison_table .plan ul {
  font-family: "museo_sans900", sans-serif;
  color: #6d6d6d;
}

/* line 145, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header, body.mobile #plan_comparison_table .plan .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

/* line 151, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header .plan-price, body.mobile #plan_comparison_table .plan .header .plan-price {
  flex: 1;
  color: #a8a8a8;
  font-size: 90%;
}

/* line 155, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header a.prompt, body.mobile_layout #plan_comparison_table .plan .header a.btn, body.mobile #plan_comparison_table .plan .header a.prompt, body.mobile #plan_comparison_table .plan .header a.btn {
  flex: 0 1 20%;
  margin: 0;
  color: white;
}

/* line 159, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .header a.btn, body.mobile #plan_comparison_table .plan .header a.btn {
  white-space: nowrap;
}

/* line 161, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details, body.mobile #plan_comparison_table .plan .details {
  text-align: left;
  height: auto;
  max-height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: max-height 500ms, padding 500ms;
}

/* line 163, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details ul, body.mobile #plan_comparison_table .plan .details ul {
  list-style-type: none;
}

/* line 165, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details ul li, body.mobile #plan_comparison_table .plan .details ul li {
  display: block;
  padding-left: 2em;
}

/* line 168, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details ul li:before, body.mobile #plan_comparison_table .plan .details ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/pricing_table/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.3em 0.5em 0 0;
}

/* line 182, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details.revealed, body.mobile #plan_comparison_table .plan .details.revealed {
  max-height: 160px;
  padding: 1em;
  overflow: visible;
}

/* line 186, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details .footnote, body.mobile #plan_comparison_table .plan .details .footnote {
  font-size: 60%;
}

/* line 188, app/assets/stylesheets/mobile/payments.sass */
body.mobile_layout #plan_comparison_table .plan .details [data-bs-toggle="tooltip"] .title, body.mobile #plan_comparison_table .plan .details [data-bs-toggle="tooltip"] .title {
  width: 160px;
  font-size: 70%;
}

/* line 194, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog .modal-body {
  padding: 0;
  padding: 0.5em;
}

/* line 197, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog #plan_comparison_table {
  margin-top: -3em;
  font-size: 100%;
}

/* line 200, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog .modal-body #plan_comparison_table {
  margin-top: 0;
}

/* line 202, app/assets/stylesheets/mobile/payments.sass */
body.mobile #subscription_dialog .modal-body #plan_comparison_table .plan {
  width: auto;
  margin: 0 auto 2em auto;
}
/* line 2, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header {
  padding: 1em;
}

/* line 4, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header .group_for_mobile {
  margin-left: 0.5em;
}

/* line 6, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header .user-profile__avatar {
  position: static;
}

/* line 8, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header h1 {
  display: inline-block;
}

/* line 10, app/assets/stylesheets/mobile/profile.sass */
.user-profile__header .user_type_label {
  font-size: 50%;
}

/* line 14, app/assets/stylesheets/mobile/profile.sass */
.user-profile__more ul.user-profile__points {
  padding: 0;
}

/* line 17, app/assets/stylesheets/mobile/profile.sass */
.user-profile__actions,
.user-profile__privacy,
.user-profile__edit-tags {
  display: none;
}

/* line 23, app/assets/stylesheets/mobile/profile.sass */
.profile_tabs ul.nav-tabs {
  display: flex;
  flex-direction: row;
}

/* line 26, app/assets/stylesheets/mobile/profile.sass */
.profile_tabs ul.nav-tabs li {
  border-bottom: 1px solid #e4e4e4;
}

/* line 28, app/assets/stylesheets/mobile/profile.sass */
.profile_tabs ul.nav-tabs li a {
  margin: 0;
  border-radius: 0;
  border: none;
  padding-left: 2.0em;
  background-position: 0.5em center;
  text-align: left;
}

/* line 36, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends, .user-profile__groups, .user-profile__resources, .user-profile__courses {
  padding: 1.0em 0.5em 0.5em 0.5em;
}

/* line 40, app/assets/stylesheets/mobile/profile.sass */
.user-profile__groups .tile_footer .actions_inline {
  display: none;
}

/* line 43, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
}

/* line 48, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend .invite_user_typeahead {
  flex-grow: 3;
}

/* line 50, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend .invite_user_typeahead .twitter-typeahead {
  width: 100%;
}

/* line 52, app/assets/stylesheets/mobile/profile.sass */
.user-profile__friends form.invite_friend .invite_submit {
  flex-grow: 1;
}
/*


























*/

