@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://cdn.iversity.org/assets/@simonwep/pickr/dist/themes/nano.min-b8344cb1b407fe02af139c4c1f74074e72d4376792e2ee736ad4546176a9be52.css);
/* line 11, node_modules/normalize.css/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, node_modules/normalize.css/normalize.css */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, node_modules/normalize.css/normalize.css */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, node_modules/normalize.css/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, node_modules/normalize.css/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, node_modules/normalize.css/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, node_modules/normalize.css/normalize.css */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, node_modules/normalize.css/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, node_modules/normalize.css/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, node_modules/normalize.css/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, node_modules/normalize.css/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, node_modules/normalize.css/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, node_modules/normalize.css/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 137, node_modules/normalize.css/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, node_modules/normalize.css/normalize.css */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, node_modules/normalize.css/normalize.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, node_modules/normalize.css/normalize.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, node_modules/normalize.css/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, node_modules/normalize.css/normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, node_modules/normalize.css/normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, node_modules/normalize.css/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, node_modules/normalize.css/normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, node_modules/normalize.css/normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, node_modules/normalize.css/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, node_modules/normalize.css/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, node_modules/normalize.css/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, node_modules/normalize.css/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, node_modules/normalize.css/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, node_modules/normalize.css/normalize.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, node_modules/normalize.css/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, node_modules/normalize.css/normalize.css */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, node_modules/normalize.css/normalize.css */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, node_modules/normalize.css/normalize.css */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, node_modules/normalize.css/normalize.css */
[hidden] {
  display: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .sapCpButton[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 214, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 233, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 236, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 242, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 253, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 281, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 311, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 317, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 320, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 326, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 335, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 338, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 343, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 346, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 352, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 356, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 359, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 362, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 365, ../../shared/bundle/ruby/3.3.0/gems/bootstrap3-datetimepicker-rails-4.17.47/vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* invalid input */
/* .bvalidator-bslikert-invalid {
	background-color: #e85031 !important;
} */
/* tooltip */
/* line 6, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip {
  font-size: 14px;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e85031;
  color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  line-height: 20px;
  z-index: 999999;
}

/* line 25, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip-noclose {
  padding-right: 10px;
}

/* message */
/* line 29, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-msg {
  position: relative;
}

/* close icon */
/* line 33, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-close {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 6px;
  top: 6px;
}

/* line 46, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-close:hover, .bvalidator-bslikert-tooltip .bvalidator-bslikert-close:focus {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* arrow */
/* line 54, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-arrow {
  height: 0;
  width: 0;
  position: absolute;
  left: 10px;
  border-color: transparent;
  border-top-color: #000000;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0 11px;
  border-style: solid;
  bottom: -11px;
}

/* line 66, vendor/assets/stylesheets/bvalidator.css */
.bvalidator-bslikert-tooltip .bvalidator-bslikert-arrow:after {
  position: absolute;
  top: -11px;
  left: -10px;
  border-width: 10px 10px 0 10px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #e85031;
}

/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/slider.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 1, vendor/assets/stylesheets/prettyCheckable.sass */
.clearfix {
  zoom: 1;
}

/* line 2, vendor/assets/stylesheets/prettyCheckable.sass */
.clearfix:before {
  content: "";
  display: table;
}

/* line 5, vendor/assets/stylesheets/prettyCheckable.sass */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox, .prettyradio {
  margin: 0;
  padding: 0;
}

/* line 16, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a, .prettyradio > a {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  cursor: pointer;
  background-image: url("https://cdn.iversity.org/assets/prettyCheckable-051004e3f1d23f230eb0a880e799f3128590c78866539ff416877f5ddd16a6d7.png");
  margin: 0;
}

/* line 26, vendor/assets/stylesheets/prettyCheckable.sass */
.inverted .prettycheckbox > a, .inverted .prettyradio > a {
  background-image: url("https://cdn.iversity.org/assets/prettyCheckable_dark-3dfac208309daf2f1f29ed88c6d11431e9c9a0d99d9a5c085d87be0ae3a80cd2.png");
}

/* line 31, vendor/assets/stylesheets/prettyCheckable.sass */
.inverted .answer-wrapper .prettycheckbox label, .inverted .answer-wrapper .prettyradio label {
  width: 82%;
}

/* line 34, vendor/assets/stylesheets/prettyCheckable.sass */
.inverted .answer-wrapper.correct .prettycheckbox > a .prettyradio > a {
  background-image: url("https://cdn.iversity.org/assets/prettyCheckable_correct-1de5f2cb4fbd0e51c37b64eeb1ce643185dddc06bf1239ac048daafb8269a483.png");
}

/* line 39, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a:focus, .prettyradio > a:focus {
  outline: 0 none;
}

/* line 42, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox label, .prettyradio label {
  display: block;
  float: left;
  cursor: pointer;
  margin: 6px 5px;
}

/* line 49, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox a.disabled, .prettycheckbox label.disabled {
  cursor: not-allowed;
}

/* line 53, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio a.disabled, .prettyradio label.disabled {
  cursor: not-allowed;
}

/* line 56, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a {
  background-position: 0 0;
}

/* line 58, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a:focus {
  background-position: -30px 0;
}

/* line 60, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a.checked {
  background-position: -60px 0;
}

/* line 62, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a.checked:focus {
  background-position: -90px 0;
}

/* line 64, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a.checked.disabled {
  background-position: -150px 0;
}

/* line 66, vendor/assets/stylesheets/prettyCheckable.sass */
.prettycheckbox > a.disabled {
  background-position: -120px 0;
}

/* line 69, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio > a {
  background-position: -180px 0;
}

/* line 71, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio > a:focus {
  background-position: -210px 0;
}

/* line 73, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio > a.checked {
  background-position: -240px 0;
}

/* line 75, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio > a.checked:focus {
  background-position: -270px 0;
}

/* line 77, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio > a.checked.disabled {
  background-position: -330px 0;
}

/* line 79, vendor/assets/stylesheets/prettyCheckable.sass */
.prettyradio > a.disabled {
  background-position: -300px 0;
}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */
/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-container img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-modal {
  background-color: #000;
  opacity: .5;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-line {
  background-color: #39f;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  /* line 9, vendor/assets/stylesheets/cropper.min.css */
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  /* line 9, vendor/assets/stylesheets/cropper.min.css */
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 9, vendor/assets/stylesheets/cropper.min.css */
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-invisible {
  opacity: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-hidden {
  display: none !important;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-move {
  cursor: move;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-crop {
  cursor: crosshair;
}

/* line 9, vendor/assets/stylesheets/cropper.min.css */
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* line 1, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core {
  position: relative;
}

/* line 4, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap {
  background: #fff;
  position: absolute;
}

/* line 8, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap textarea, .text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #9daccc;
  outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  /*padding: 3px 5px 4px 5px;*/
  padding: 10px 5px;
  white-space: nowrap;
  font: 14px "proxima-nova", tahoma, verdana, arial, sans-serif;
  line-height: 13px;
  height: auto;
}

/* line 30, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOAQMAAADHWqTrAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8yXJnt8Ns4AAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1MzmNZGAwAAABpJREFUCJljYEAF/xsY6hkY7BgYZBgYOFBkADkdAmFDagYFAAAAAElFTkSuQmCC") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 2;
}

/* line 43, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #9daccc;
  width: 100%;
  max-height: 100px;
  padding: 1px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 60, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-dropdown.text-position-below {
  margin-top: 1px;
}

/* line 63, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-dropdown.text-position-above {
  margin-bottom: 1px;
}

/* line 66, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-dropdown .text-list .text-suggestion {
  padding: 3px 5px;
  cursor: pointer;
}

/* line 70, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
  font-style: normal;
  text-decoration: underline;
}

/* line 74, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-dropdown .text-list .text-suggestion.text-selected {
  color: #fff;
  background: #6d84b4;
}

/* line 78, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-focus {
  -webkit-box-shadow: 0px 0px 6px #6d84b4;
  -moz-box-shadow: 0px 0px 6px #6d84b4;
  box-shadow: 0px 0px 6px #6d84b4;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 87, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-focus.text-show-focus {
  display: block;
}

/* line 90, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-prompt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 1px 0 0 2px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #c0c0c0;
  overflow: hidden;
  white-space: pre;
}

/* line 103, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-prompt.text-hide-prompt {
  display: none;
}

/* line 106, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 35px 3px 3px;
  cursor: text;
}

/* line 116, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}

/* line 119, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags .text-tag {
  float: left;
}

/* line 122, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags .text-tag .text-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px solid #9daccc;
  background: #e2e6f0;
  color: #000;
  padding: 0px 17px 0px 3px;
  margin: 0 2px 2px 0;
  cursor: pointer;
  height: 16px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}

/* line 140, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAhCAYAAAAPm1F2AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAQ5JREFUOI2dlD0WwiAQhCc8L6HHgAPoASwtSYvX8BrQxtIyveYA8RppLO1jE+LwE8lzms2yH8MCj1QoaBzH+VuUYNYMS213UlvDRamtUbXb5ZyPHuDoxwGgip3ipfvGuGzPz+vZ/coDONdzFuYCO6ramQQG0DJIE1oPBBvM6e9LqaS2FwD7FWwnVoIAsOc2Xn1jDlyd8pfPBRVOBHA8cc/3yCmQqt0jcY4LuTyAF3pOYS6wI48LAm4MUrx5JthgSQJAt5LtNgAUgEMBBIC3AL2xgo58dEPfhE9wygef89FtCeC49UwltR1pQrK2qr9vNr7uRTCBF3pOYS6wI4/zdQ8MUpxPI9hgSQL0Xyio/QBt54DzsHQx6gAAAABJRU5ErkJggg==") 0 0 no-repeat;
}

/* line 149, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}

/* line 152, vendor/assets/stylesheets/textext-1.3.1.css */
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}

/* delete if nobody has complained */
/*@font-face {*/
/*  font-family: 'iversity-font';*/
/*  src:url(asset_path('iversicon/iversity-font.eot?3d2btz'));*/
/*  src:url(asset_path('iversicon/iversity-font.eot?#iefox3d2btz')) format('embedded-opentype'),*/
/*    url(asset_path('iversicon/iversity-font.woff?3d2btz')) format('woff'),*/
/*    url(asset_path('iversicon/iversity-font.ttf?3d2btz')) format('truetype'),*/
/*    url(asset_path('iversicon/iversity-font.svg?3d2btz#iversity-font')) format('svg');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*[class^="iversicon-"], [class*=" iversicon-"] {*/
/*  font-family: 'iversity-font';*/
/*  speak: none;*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  font-variant: normal;*/
/*  text-transform: none;*/
/*  line-height: 1em;*/
/*  !* Better Font Rendering =========== *!*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*}*/
/*.iversicon-logop1:before {*/
/*  content: "\e601";*/
/*}*/
/*.iversicon-logop2:before {*/
/*  content: "\e602";*/
/*}*/
/*.iversicon-logo:before {*/
/*  content: "\e600";*/
/*}*/
/*.iversicon-logo-color {*/
/*  position:relative;*/
/*  display: inline-block;*/
/*  width: 1em !important;*/
/*  height: 1em !important;*/
/*  line-height: 1em !important;*/
/*  margin: 0 !important;*/
/*}*/
/*.iversicon-logo-color:before {*/
/*  content: "\e601";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left:0;*/
/*  color: gray;*/
/*}*/
/*.iversicon-logo-color:after {*/
/*  content: "\e602";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left:0;*/
/*}*/
/*.iversicon-spin {*/
/*  -webkit-animation: spin 1.5s infinite linear;*/
/*  -moz-animation: spin 1.5s infinite linear;*/
/*  -o-animation: spin 1.5s infinite linear;*/
/*  animation: spin 1.5s infinite linear;*/
/*}*/
/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/
/* line 7, vendor/assets/stylesheets/hljs/default.css */
pre code {
  display: block;
  padding: 0.5em;
  background: #F0F0F0;
}

/* line 12, vendor/assets/stylesheets/hljs/default.css */
pre code,
pre .subst,
pre .tag .title,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title {
  color: black;
}

/* line 21, vendor/assets/stylesheets/hljs/default.css */
pre .string,
pre .title,
pre .constant,
pre .parent,
pre .tag .value,
pre .rules .value,
pre .rules .value .number,
pre .preprocessor,
pre .ruby .symbol,
pre .ruby .symbol .string,
pre .aggregate,
pre .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .addition,
pre .flow,
pre .stream,
pre .bash .variable,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .tex .special,
pre .erlang_repl .function_or_atom,
pre .markdown .header {
  color: #800;
}

/* line 48, vendor/assets/stylesheets/hljs/default.css */
pre .comment,
pre .annotation,
pre .template_comment,
pre .diff .header,
pre .chunk,
pre .markdown .blockquote {
  color: #888;
}

/* line 57, vendor/assets/stylesheets/hljs/default.css */
pre .number,
pre .date,
pre .regexp,
pre .literal,
pre .smalltalk .symbol,
pre .smalltalk .char,
pre .go .constant,
pre .change,
pre .markdown .bullet,
pre .markdown .link_url {
  color: #080;
}

/* line 70, vendor/assets/stylesheets/hljs/default.css */
pre .label,
pre .javadoc,
pre .ruby .string,
pre .decorator,
pre .filter .argument,
pre .localvars,
pre .array,
pre .attr_selector,
pre .important,
pre .pseudo,
pre .pi,
pre .doctype,
pre .deletion,
pre .envvar,
pre .shebang,
pre .apache .sqbracket,
pre .nginx .built_in,
pre .tex .formula,
pre .erlang_repl .reserved,
pre .prompt,
pre .markdown .link_label,
pre .vhdl .attribute,
pre .clojure .attribute,
pre .coffeescript .property {
  color: #88F;
}

/* line 97, vendor/assets/stylesheets/hljs/default.css */
pre .keyword,
pre .id,
pre .phpdoc,
pre .title,
pre .built_in,
pre .aggregate,
pre .css .tag,
pre .javadoctag,
pre .phpdoc,
pre .yardoctag,
pre .smalltalk .class,
pre .winutils,
pre .bash .variable,
pre .apache .tag,
pre .go .typename,
pre .tex .command,
pre .markdown .strong,
pre .request,
pre .status {
  font-weight: bold;
}

/* line 119, vendor/assets/stylesheets/hljs/default.css */
pre .markdown .emphasis {
  font-style: italic;
}

/* line 123, vendor/assets/stylesheets/hljs/default.css */
pre .nginx .built_in {
  font-weight: normal;
}

/* line 127, vendor/assets/stylesheets/hljs/default.css */
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-input {
  min-height: 75px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-button-row {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0px;
  height: 20px;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-spacer {
  width: 1px;
  height: 20px;
  margin-left: 14px;
  position: absolute;
  background-color: Silver;
  display: inline-block;
  list-style: none;
}

/* line 31, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-button {
  width: 20px;
  height: 20px;
  padding-left: 2px;
  padding-right: 3px;
  position: absolute;
  display: inline-block;
  list-style: none;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-button > span {
  background-image: url(https://cdn.iversity.org/assets/vendor/markdown-buttons-02e5183eccc26ca67d303afcc8abb83ad2ec613fb2acb65bb89d481cff364a69.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* line 51, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-spacer1 {
  left: 50px;
}

/* line 55, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-spacer2 {
  left: 175px;
}

/* line 59, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-spacer3 {
  left: 300px;
}

/* line 64, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-prompt-background {
  background-color: Black;
}

/* line 69, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-prompt-dialog {
  border: 1px solid #999999;
  background-color: #F5F5F5;
}

/* line 75, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-prompt-dialog > div {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif;
}

/* line 81, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-prompt-dialog > form > input[type="text"] {
  border: 1px solid #999999;
  color: black;
}

/* line 86, app/assets/stylesheets/../../../vendor/assets/stylesheets/markdown.css.erb */
.wmd-prompt-dialog > form > input[type="button"] {
  border: 1px solid #888888;
  font-family: trebuchet MS, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, node_modules/@fortawesome/fontawesome-free/scss/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1305, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1306, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1307, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1308, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1309, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1310, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1311, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1312, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1313, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1314, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1315, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1316, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1317, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1318, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1319, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1320, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1321, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1322, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1323, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1324, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1325, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1326, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1327, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1328, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1329, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1330, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1331, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1332, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1333, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1334, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1335, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1336, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1337, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1338, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1339, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1340, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1341, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1342, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1343, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1344, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1345, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1346, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1347, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1348, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1349, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1350, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1351, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1352, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1353, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1354, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1355, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1356, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1357, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1358, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1359, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1360, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1361, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1362, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1363, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1364, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1365, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1366, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1367, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1368, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1369, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1370, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1371, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1372, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1373, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1374, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1375, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1376, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1377, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1378, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1379, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1380, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1381, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1382, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1383, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1384, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1385, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1386, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1387, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1388, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1389, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1390, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1391, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1392, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1393, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1394, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1395, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1396, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1397, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1398, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1399, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1400, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1401, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1402, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1403, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1404, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1405, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1406, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1407, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1408, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1409, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1410, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1411, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1412, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1413, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1414, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1415, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1416, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1417, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1418, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1419, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1420, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1421, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1422, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1423, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1424, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1425, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1426, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1427, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1428, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1429, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1430, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1431, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1432, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1433, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1434, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1435, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1436, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1437, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1438, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1439, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1440, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1441, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1442, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1443, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1444, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1445, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1446, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1447, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1448, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1449, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1450, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1451, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1452, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1453, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1454, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1455, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1456, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1457, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1458, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1459, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1460, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1461, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, node_modules/@fortawesome/fontawesome-free/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-79d088064beb3826054fb88165416235897a856ca952fca1498b1c59b16aaa48.eot);
  src: url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-79d088064beb3826054fb88165416235897a856ca952fca1498b1c59b16aaa48.eot?#iefix) format("embedded-opentype"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-e42a88444448ac3d60549cc7c1ff2c8a9cac721034c073d80a14a44e79730cca.woff2) format("woff2"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-cb9e9e693192413cde2b1f21c1dc1d44b6fe7b27cc2b458e8b359d18f9ff8f4e.woff) format("woff"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-e8711bbb871afd8e9dea60e16d30f00c7e4837bbc9807065017475b849fa2313.ttf) format("truetype"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-be0a084962d8066884f7fe9bd27ec16e51f5a93b72a502c92c5a24dc87eb2ebc.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-373c04fd2418f5c77eea49d514731058f1907a94ff3b4e5d7c3e5767e8b53d8b.eot);
  src: url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-373c04fd2418f5c77eea49d514731058f1907a94ff3b4e5d7c3e5767e8b53d8b.eot?#iefix) format("embedded-opentype"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-9834b82ad26e2a37583d22676a12dd2eb0fe7c80356a2114d0db1aa8b3899537.woff2) format("woff2"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-3f6d3488cf65374f6f676c315340b0ac2be832bd55240c809448e36ef9b96326.woff) format("woff"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-af6397503fcefbd613976c21ad5c1e37298c18bbe07d096db03ccd3af6e05ba8.ttf) format("truetype"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-9674eb1bd5504717903837093a67668ea88f2ed006d91367d0d4b7aa1f9211fc.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-e4299464e7b012968eed63ac2db1c9509f56bca409ef9f71f2926a8c3c80b2a9.eot);
  src: url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-e4299464e7b012968eed63ac2db1c9509f56bca409ef9f71f2926a8c3c80b2a9.eot?#iefix) format("embedded-opentype"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-8ea8791754915a898a3100e63e32978a6d1763be6df8e73a39d3a90d691cdeef.woff2) format("woff2"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-f9217f66874b0c01cd8c10b6a295dbc4f609acb6f5adc41c37da46641b57eb02.woff) format("woff"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-cda59d6efffa685830fd95b55f64ae9cb51279cd34b2410b69f84c7ec30157d9.ttf) format("truetype"), url(https://cdn.iversity.org/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-a3b9817780214caf01e8aec20bcdc2305a1ff34a15fae81ecd0923df9cd5cd0a.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/partials_iversity/_animations.sass */
.test-animation {
  -moz-animation: 2s glowLoop infinite linear;
  -o-animation: 2s glowLoop infinite linear;
  -webkit-animation: 2s glowLoop infinite linear;
  animation: 2s glowLoop infinite linear;
}

@-webkit-keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

@-moz-keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

@keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@-moz-keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

@-moz-keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

@keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret, .sapCpButton > .caret,
.dropup > .btn > .caret,
.dropup > .sapCpButton > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #2e2b27;
  background-color: white;
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #578319;
  text-decoration: none;
}

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2c430d;
  text-decoration: underline;
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0px;
}

/* line 93, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.1;
  color: #333330;
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 48px;
}

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 32px;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 25px;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #578319;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #3b5811;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #578319;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3b5811;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 153, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 211, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

/* line 250, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

/* line 265, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0px;
}

/* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 122, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 183, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #656561;
}

/* line 133, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #656561;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 107, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 108, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 155, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 36px;
  }
  /* line 204, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
.input-group-sm > .input-group-btn > .sapCpButton[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
.input-group-sm > .input-group-btn > .sapCpButton[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"],
.input-group-sm > .input-group-btn > .sapCpButton[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"],
.input-group-sm > .input-group-btn > .sapCpButton[type="month"], .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 209, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
.input-group-lg > .input-group-btn > .sapCpButton[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
.input-group-lg > .input-group-btn > .sapCpButton[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"],
.input-group-lg > .input-group-btn > .sapCpButton[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"],
.input-group-lg > .input-group-btn > .sapCpButton[type="month"], .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

/* line 222, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.sapCpButton, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.sapCpButton {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .sapCpButton {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.sapCpButton {
  height: 33px;
  line-height: 33px;
}

/* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.sapCpButton,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.input-group-sm > .input-group-btn > .sapCpButton[multiple] {
  height: auto;
}

/* line 323, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 330, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 334, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .sapCpButton {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.sapCpButton {
  height: 49px;
  line-height: 49px;
}

/* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.sapCpButton,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.input-group-lg > .input-group-btn > .sapCpButton[multiple] {
  height: auto;
}

/* line 349, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 356, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 360, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33;
}

/* line 378, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 388, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 400, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .sapCpButton + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 407, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .sapCpButton + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 432, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #736c62;
}

@media (min-width: 768px) {
  /* line 468, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 565, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  /* line 601, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .sapCpButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .sapCpButton:focus, .btn.focus, .focus.sapCpButton, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .sapCpButton:hover, .btn:focus, .sapCpButton:focus, .btn.focus, .focus.sapCpButton {
  color: #333333;
  text-decoration: none;
}

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .sapCpButton:active, .btn.active, .active.sapCpButton {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .disabled.sapCpButton, .btn[disabled], .sapCpButton[disabled], fieldset[disabled] .btn, fieldset[disabled] .sapCpButton {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.sapCpButton, fieldset[disabled] a.btn, fieldset[disabled] a.sapCpButton {
  pointer-events: none;
}

/* line 68, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: #cccccc;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .sapCpButton {
  color: white;
  background-color: #578319;
  border-color: #496e15;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .sapCpButton:focus, .btn-primary.focus, .focus.sapCpButton {
  color: white;
  background-color: #3b5811;
  border-color: #020300;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .sapCpButton:hover {
  color: white;
  background-color: #3b5811;
  border-color: #273a0b;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .sapCpButton:active, .btn-primary.active, .active.sapCpButton, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.sapCpButton {
  color: white;
  background-color: #3b5811;
  background-image: none;
  border-color: #273a0b;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .sapCpButton:active:hover, .btn-primary:active:focus, .sapCpButton:active:focus, .btn-primary.focus:active, .sapCpButton.focus:active, .btn-primary.active:hover, .active.sapCpButton:hover, .btn-primary.active:focus, .active.sapCpButton:focus, .btn-primary.active.focus, .active.focus.sapCpButton, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.sapCpButton:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.sapCpButton:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.sapCpButton {
  color: white;
  background-color: #273a0b;
  border-color: #020300;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .disabled.sapCpButton:hover, .btn-primary.disabled:focus, .disabled.sapCpButton:focus, .btn-primary.disabled.focus, .disabled.focus.sapCpButton, .btn-primary[disabled]:hover, .sapCpButton[disabled]:hover, .btn-primary[disabled]:focus, .sapCpButton[disabled]:focus, .btn-primary.focus[disabled], .focus.sapCpButton[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .sapCpButton:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .sapCpButton:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.sapCpButton {
  background-color: #578319;
  border-color: #496e15;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .sapCpButton .badge {
  color: #578319;
  background-color: white;
}

/* line 75, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: white;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #FFCC00;
  border-color: #e6b800;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #cca300;
  border-color: #665200;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: white;
  background-color: #cca300;
  border-color: #a88700;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #cca300;
  background-image: none;
  border-color: #a88700;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: white;
  background-color: #a88700;
  border-color: #665200;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FFCC00;
  border-color: #e6b800;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #FFCC00;
  background-color: white;
}

/* line 87, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #578319;
  border-radius: 0;
}

/* line 101, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2c430d;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 135, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .sapCpButton {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 139, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .sapCpButton {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 143, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .sapCpButton {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 151, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 74, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: whitesmoke;
}

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  background-color: #578319;
  outline: 0;
}

/* line 100, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 107, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #999999;
  white-space: nowrap;
}

/* line 160, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  /* line 204, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .btn-group > .sapCpButton,
.btn-group-vertical > .btn,
.btn-group-vertical > .sapCpButton {
  position: relative;
  float: left;
}

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .sapCpButton:hover, .btn-group > .btn:focus, .btn-group > .sapCpButton:focus, .btn-group > .btn:active, .btn-group > .sapCpButton:active, .btn-group > .btn.active, .btn-group > .active.sapCpButton,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .sapCpButton:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .sapCpButton:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .sapCpButton:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.sapCpButton {
  z-index: 2;
}

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .sapCpButton + .btn, .btn-group .btn + .sapCpButton, .btn-group .sapCpButton + .sapCpButton,
.btn-group .btn + .btn-group,
.btn-group .sapCpButton + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .sapCpButton,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar .sapCpButton,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .btn-toolbar > .sapCpButton,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .sapCpButton:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .btn-group > .sapCpButton:first-child {
  margin-left: 0;
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .sapCpButton:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .sapCpButton:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .sapCpButton {
  border-radius: 0;
}

/* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .sapCpButton:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .sapCpButton:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .btn-group > .sapCpButton + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .sapCpButton + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, .sapCpButton .caret {
  margin-left: 0;
}

/* line 131, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .sapCpButton .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .sapCpButton .caret {
  border-width: 0 5px 5px;
}

/* line 145, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .sapCpButton,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .sapCpButton {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .sapCpButton {
  float: none;
}

/* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .sapCpButton + .btn, .btn-group-vertical > .btn + .sapCpButton, .btn-group-vertical > .sapCpButton + .sapCpButton,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .sapCpButton + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .sapCpButton,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .sapCpButton:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .sapCpButton:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .sapCpButton:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 184, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .sapCpButton {
  border-radius: 0;
}

/* line 188, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .sapCpButton:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .sapCpButton:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .btn-group-justified > .sapCpButton,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .sapCpButton {
  width: 100%;
}

/* line 216, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .sapCpButton input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .sapCpButton input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #656561;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.sapCpButton {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}

/* line 94, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.sapCpButton {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}

/* line 101, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .sapCpButton,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .sapCpButton,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .sapCpButton:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .sapCpButton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .sapCpButton,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .sapCpButton,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .sapCpButton:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .sapCpButton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .input-group-btn > .sapCpButton {
  position: relative;
}

/* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .input-group-btn > .sapCpButton + .btn, .input-group-btn > .btn + .sapCpButton, .input-group-btn > .sapCpButton + .sapCpButton {
  margin-left: -1px;
}

/* line 150, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .sapCpButton:hover, .input-group-btn > .btn:focus, .input-group-btn > .sapCpButton:focus, .input-group-btn > .btn:active, .input-group-btn > .sapCpButton:active {
  z-index: 2;
}

/* line 159, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .sapCpButton,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .sapCpButton,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #578319;
}

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #a1a19f;
  cursor: default;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

/* line 118, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #578319;
}

/* line 144, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

/* line 199, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 206, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 210, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  /* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  /* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  /* line 129, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  /* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}

/* line 168, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  /* line 178, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

/* line 204, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  /* line 191, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7px -15px;
}

/* line 233, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 991px) {
  /* line 241, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 255, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  /* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* line 284, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  /* line 468, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  /* line 296, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 284, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 344, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.sapCpButton {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

/* line 347, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.sapCpButton {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  /* line 357, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 377, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: white;
  border-color: #eeeeee;
}

/* line 399, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

/* line 401, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 413, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 416, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 423, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}

/* line 431, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 442, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #eeeeee;
}

@media (max-width: 991px) {
  /* line 453, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 455, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 462, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  /* line 470, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

/* line 481, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 483, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 487, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

/* line 492, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}

/* line 502, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 504, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 509, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}

/* line 511, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}

/* line 517, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 527, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}

/* line 531, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 533, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}

/* line 540, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 545, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 548, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}

/* line 555, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}

/* line 563, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 573, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: white;
  background-color: #090909;
}

@media (max-width: 991px) {
  /* line 584, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 592, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 599, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  /* line 607, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

/* line 619, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 621, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 625, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

/* line 630, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 637, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}

/* line 642, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #999999;
}

/* line 644, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}

/* line 650, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 0px;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/ ";
}

/* line 25, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #578319;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2c430d;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  cursor: default;
  background-color: #578319;
  border-color: #578319;
}

/* line 61, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: white;
  border-color: #dddddd;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: white;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.btn .label, .sapCpButton .label {
  position: relative;
  top: -1px;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #999999;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #578319;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3b5811;
}

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #FFCC00;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cca300;
}

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: 10px;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge, .sapCpButton .badge {
  position: relative;
  top: -1px;
}

/* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .sapCpButton .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #578319;
  background-color: white;
}

/* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0px;
}

/* line 35, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #2e2b27;
}

/* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #578319;
}

/* line 9, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: whitesmoke;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: white;
  text-align: center;
  background-color: #578319;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #FFCC00;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 40, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}

/* line 57, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #578319;
  border-color: #578319;
}

/* line 66, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #bde781;
}

/* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}

/* line 87, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: whitesmoke;
}

/* line 100, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

/* line 82, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

/* line 127, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

/* line 131, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

/* line 135, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

/* line 143, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 153, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

/* line 157, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

/* line 164, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 170, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 226, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

/* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

/* line 244, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 254, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 257, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #578319;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #578319;
  border-color: #578319;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #578319;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #578319;
  background-color: white;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #578319;
}

/* line 260, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 0px;
}

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 0px;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}

/* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .sapCpButton + .btn, .modal-footer .btn + .sapCpButton, .modal-footer .sapCpButton + .sapCpButton {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .sapCpButton + .btn, .modal-footer .btn-group .btn + .sapCpButton, .modal-footer .btn-group .sapCpButton + .sapCpButton {
  margin-left: -1px;
}

/* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

/* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

/* line 51, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

/* line 58, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}

/* line 65, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}

/* line 72, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 79, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 86, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 96, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0px;
}

/* line 106, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}

/* line 67, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: white;
  border-left-width: 0;
}

/* line 82, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}

/* line 98, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: white;
}

/* line 115, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

/* line 124, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  border-radius: 10px;
}

/* line 207, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: white;
}

/* line 218, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .sapCpButton {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 7, app/assets/stylesheets/partials_bootstrap/../partials_iversity/_animations.sass */
.test-animation {
  -moz-animation: 2s glowLoop infinite linear;
  -o-animation: 2s glowLoop infinite linear;
  -webkit-animation: 2s glowLoop infinite linear;
  animation: 2s glowLoop infinite linear;
}

@-webkit-keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

@-moz-keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

@keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@-moz-keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

@-moz-keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

@keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

/* line 17, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn, .sapCpButton {
  padding: 15px 40px;
  text-transform: none;
  color: white;
  border: none;
  border-radius: 24px;
  box-shadow: none;
  background-image: none;
  background: #656561;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-shadow: none;
}

/* line 32, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.wspace-normal, .wspace-normal.sapCpButton {
  white-space: normal;
}

/* line 35, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.disabled, .disabled.sapCpButton {
  background-color: #d9d9d7;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #4e4e4a;
}

/* line 39, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.disabled:hover, .disabled.sapCpButton:hover {
  cursor: default;
  background-color: #d9d9d7;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #4e4e4a;
}

/* line 45, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-primary, .sapCpButton {
  background-color: #578319;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-primary:hover, .sapCpButton:hover {
  color: white;
  background-color: shade(#578319, 10%);
  background-color: #4c7216;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-primary.disabled:hover, .disabled.sapCpButton:hover {
  color: #656561;
  background-color: #578319;
}

/* line 47, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-success, .btn-success.sapCpButton {
  background-color: #578319;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-success:hover, .btn-success.sapCpButton:hover {
  color: white;
  background-color: shade(#578319, 10%);
  background-color: #4c7216;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-success.disabled:hover, .btn-success.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #578319;
}

/* line 49, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-danger, .btn-danger.sapCpButton {
  background-color: #8C1913;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-danger:hover, .btn-danger.sapCpButton:hover {
  color: white;
  background-color: shade(#8C1913, 10%);
  background-color: #7a1611;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-danger.disabled:hover, .btn-danger.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #8C1913;
}

/* line 51, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-warning, .btn-warning.sapCpButton {
  background-color: #FFCC00;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-warning:hover, .btn-warning.sapCpButton:hover {
  color: white;
  background-color: shade(#FFCC00, 10%);
  background-color: #ebbc00;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-warning.disabled:hover, .btn-warning.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #FFCC00;
}

/* line 53, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-info, .btn-info.sapCpButton {
  background-color: #007373;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-info:hover, .btn-info.sapCpButton:hover {
  color: white;
  background-color: shade(#007373, 10%);
  background-color: #005f5f;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-info.disabled:hover, .btn-info.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #007373;
}

/* line 55, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-course-admin, .btn-course-admin.sapCpButton, .btn.btn-orga-admin, .btn-orga-admin.sapCpButton {
  background-color: #a60e80;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-course-admin:hover, .btn-course-admin.sapCpButton:hover, .btn.btn-orga-admin:hover, .btn-orga-admin.sapCpButton:hover {
  color: white;
  background-color: shade(#a60e80, 10%);
  background-color: #930c71;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-course-admin.disabled:hover, .btn-course-admin.disabled.sapCpButton:hover, .btn.btn-orga-admin.disabled:hover, .btn-orga-admin.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #a60e80;
}

/* line 57, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-facebook, .btn-facebook.sapCpButton {
  background-color: #3b5998;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-facebook:hover, .btn-facebook.sapCpButton:hover {
  color: white;
  background-color: shade(#3b5998, 10%);
  background-color: #355089;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-facebook.disabled:hover, .btn-facebook.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #3b5998;
}

/* line 59, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-twitter, .btn-twitter.sapCpButton {
  background-color: #00acee;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-twitter:hover, .btn-twitter.sapCpButton:hover {
  color: white;
  background-color: shade(#00acee, 10%);
  background-color: #009dda;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-twitter.disabled:hover, .btn-twitter.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #00acee;
}

/* line 61, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-linkedin, .btn-linkedin.sapCpButton {
  background-color: #007bb6;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-linkedin:hover, .btn-linkedin.sapCpButton:hover {
  color: white;
  background-color: shade(#007bb6, 10%);
  background-color: #006da2;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-linkedin.disabled:hover, .btn-linkedin.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #007bb6;
}

/* line 63, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-google, .btn-google.sapCpButton {
  background-color: #4c8bf5;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-google:hover, .btn-google.sapCpButton:hover {
  color: white;
  background-color: shade(#4c8bf5, 10%);
  background-color: #397ef4;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-google.disabled:hover, .btn-google.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #4c8bf5;
}

/* line 65, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-email, .btn-email.sapCpButton {
  background-color: #9db830;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-email:hover, .btn-email.sapCpButton:hover {
  color: white;
  background-color: shade(#9db830, 10%);
  background-color: #8fa82c;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-email.disabled:hover, .btn-email.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #9db830;
}

/* line 67, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-whatsapp, .btn-whatsapp.sapCpButton {
  background-color: #43d854;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-whatsapp:hover, .btn-whatsapp.sapCpButton:hover {
  color: white;
  background-color: shade(#43d854, 10%);
  background-color: #32d445;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-whatsapp.disabled:hover, .btn-whatsapp.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #43d854;
}

/* line 69, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-back, .btn-back.sapCpButton {
  background-color: #656561;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-back:hover, .btn-back.sapCpButton:hover {
  color: white;
  background-color: shade(#656561, 10%);
  background-color: #5b5b57;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-back.disabled:hover, .btn-back.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #656561;
}

/* line 71, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-file, .btn-file.sapCpButton {
  color: white;
  background-color: #c1c2c1;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-file:hover, .btn-file.sapCpButton:hover {
  color: white;
  background-color: shade(#c1c2c1, 10%);
  background-color: #b7b8b7;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-file.disabled:hover, .btn-file.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #c1c2c1;
}

/* line 74, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-dark, .btn-dark.sapCpButton {
  color: white;
  background-color: #505050;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-dark:hover, .btn-dark.sapCpButton:hover {
  color: white;
  background-color: shade(#505050, 10%);
  background-color: #464646;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-dark.disabled:hover, .btn-dark.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #505050;
}

/* line 77, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-outline, .btn-outline.sapCpButton {
  border: 2px solid #025e8d;
  background-color: transparent;
  color: #025e8d;
}

/* line 81, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-outline:hover, .btn-outline.sapCpButton:hover, .btn.btn-outline.active, .btn-outline.active.sapCpButton {
  background-color: #025e8d;
  color: white;
  box-shadow: none;
}

/* line 86, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-round {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
}

/* line 92, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-round.btn-round-mini {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 100, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-square {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

/* line 113, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share .btn-text {
  text-transform: uppercase;
  font-size: 11px;
}

/* line 116, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.btn-xs, .btn-group-xs > .btn-share.btn, .btn-group-xs > .btn-share.sapCpButton {
  padding: 5px 12px 3px 32px;
  position: relative;
}

/* line 119, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-text {
  padding: 5px 12px 3px 20px;
  position: relative;
  height: 28px;
}

/* line 123, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-text .btn-text {
  width: 1px;
  height: 1px;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 129, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-logo {
  padding: 5px 12px 3px 12px;
}

/* line 131, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-logo .icon {
  display: none;
}

/* line 134, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share .icon {
  position: absolute;
  height: 19px;
  width: 19px;
  top: 9px;
  left: 7px;
  font-size: 11px;
}

/* line 142, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.btn-whatsapp .icon {
  font-size: 14px;
  top: 7px;
}

/* line 147, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.social-share-buttons .share-label {
  color: #a1a19f;
  margin: 7px 9px 10px 0;
  padding: 0;
}

/* line 151, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.social-share-buttons .twitter-share {
  margin: 0 9px 0 0;
  width: 88px;
}

/* line 154, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.social-share-buttons .fb-share {
  width: 102px;
  margin: 0 9px 0 0;
  overflow: visible;
}

/* line 160, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon {
  border: none;
  cursor: pointer;
  padding: 15px 30px 15px 90px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
  padding-right: 60px;
}

/* line 172, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon:before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 120%;
  background: rgba(51, 51, 48, 0.05);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 185, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon:hover:before {
  background: rgba(51, 51, 48, 0);
}

/* line 188, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-exclamation:before {
  content: "\F12A";
}

/* line 190, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-plus:before {
  content: "\F067";
}

/* line 192, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-minus:before {
  content: "\F068";
}

/* line 194, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-download:before {
  content: "\F019";
}

/* line 196, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-chevron-bottom:before {
  content: "\f078";
}

/* line 198, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-chevron-right:before {
  content: "\f054";
}

/* line 200, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-chevron-left:before {
  content: "\f053";
}

/* line 202, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-facebook:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\f39e";
}

/* line 205, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-linkedin:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\f0e1";
}

/* line 208, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-heart:before {
  content: "\F004";
}

/* line 210, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-google:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\F1a0";
}

/* line 213, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-email:before {
  content: "\F0E0";
}

/* line 217, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-pencil:before {
  content: "\f040";
}

/* line 222, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .sapCpButton {
  padding: 25px 60px;
}

/* line 225, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .sapCpButton {
  padding: 8px 20px;
}

/* line 227, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-sm.btn-icon, .btn-group-sm > .btn-icon.btn, .btn-group-sm > .btn-icon.sapCpButton {
  padding: 8px 20px 8px 56px;
}

/* line 229, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-sm.btn-icon:before, .btn-group-sm > .btn-icon.btn:before, .btn-group-sm > .btn-icon.sapCpButton:before {
  width: 36px;
  line-height: 2.4;
}

/* line 233, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-ms {
  padding: 5px 11px;
}

/* line 236, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .sapCpButton {
  padding: 3px 12px;
}

/* line 239, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-tiny {
  padding: 1px 7px 0px 7px;
  font-size: 9px;
  line-height: 17px;
  margin-top: -3px;
}

/* line 246, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-group > .btn:first-child, .btn-group > .sapCpButton:first-child, .btn-group > .btn:last-child, .btn-group > .sapCpButton:last-child, .btn-group > .dropdown-toggle {
  border-radius: 0;
}

/* line 250, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-group > .btn + .dropdown-toggle, .btn-group > .sapCpButton + .dropdown-toggle {
  box-shadow: none;
}

/* line 254, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a {
  color: #222222;
  font-weight: 700;
}

/* line 257, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a:hover {
  color: #025e8d;
  text-decoration: none;
}

/* line 262, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a.a-link, button.a-link, input.a-link[type="submit"] {
  color: #216D78;
  font-weight: normal;
  text-decoration: underline;
}

/* line 266, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a.a-link.a-danger, button.a-link.a-danger, input.a-link.a-danger[type="submit"] {
  color: #E85031;
}

/* line 268, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a.a-link:hover, button.a-link:hover, input.a-link[type="submit"]:hover {
  text-decoration: none;
}

/* line 276, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
button.d-block {
  width: 100%;
}

/* line 280, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-ajax {
  -moz-animation: all 2s linear;
  -o-animation: all 2s linear;
  -webkit-animation: all 2s linear;
  animation: all 2s linear;
}

/* line 282, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-ajax .ajax-spinner {
  background: rgba(217, 217, 215, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 288, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.glow-loop {
  -moz-animation: 2s glowLoop infinite ease-in;
  -o-animation: 2s glowLoop infinite ease-in;
  -webkit-animation: 2s glowLoop infinite ease-in;
  animation: 2s glowLoop infinite ease-in;
}

/* line 291, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
button.unstyled, input.unstyled[type="submit"] {
  border: none;
  background: none;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal {
  overflow-y: auto;
}

/* line 3, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .close {
  margin-top: -2px;
  font-size: 25px;
  height: 25px;
}

/* line 7, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .close:not([disabled]):focus {
  outline: 4px solid #0088cc;
}

/* line 10, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6 {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 20px;
}

/* line 17, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .modal-content {
  border-radius: 3px;
}

/* line 21, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal.wide-modal footer.footer {
  text-align: center;
  padding: 10px;
}

/* line 27, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal.narrow-modal .modal-dialog {
  max-width: 430px;
}

/* line 29, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal.narrow-modal footer.footer {
  text-align: center;
  padding: 10px;
}

/* line 33, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .modal-footer {
  margin-top: 20px;
  text-align: right;
}

/* line 37, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .modal-footer a:first-child, .modal .modal-footer .btn:first-child, .modal .modal-footer .sapCpButton:first-child {
  margin-right: 20px;
}

/* line 40, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.modal .modal-footer a:last-child, .modal .modal-footer .btn:last-child, .modal .modal-footer .sapCpButton:last-child {
  margin-left: 0;
  margin-right: 0;
}

/* line 49, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#sign-up-modal .modal-footer {
  margin-top: 0;
  padding: 40px;
  background-color: #ececea;
  text-align: center;
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#sign-up-modal .session-login .session-oauth {
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#sign-up-modal .session-login .session-oauth a {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 63, app/assets/stylesheets/partials_bootstrap/_modals.sass */
  #workModal {
    height: 0px;
  }
}

@media (min-width: 1199px) {
  /* line 67, app/assets/stylesheets/partials_bootstrap/_modals.sass */
  .modal.wide-modal .modal-dialog {
    width: 800px;
  }
}

/* line 71, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog {
  width: 730px;
}

/* line 74, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog .modal-content .modal-header {
  border: none;
}

/* line 76, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog .modal-content .modal-body {
  margin: 0px 40px 40px 55px;
  height: 425px;
  background: url("https://cdn.iversity.org/assets/work_with_us-9ecf01a6db05281b8013cc7b0b872c3f0e9b6da1543c808c708c93dcbaec8ce4.png") -50px 73px no-repeat;
}

/* line 80, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog .modal-content .modal-body h1 {
  color: white;
}

/* line 82, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog .modal-content .modal-body p {
  color: #97CEB5;
}

/* line 84, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog .modal-content .modal-body p .closing {
  cursor: pointer;
  padding-left: 20px;
}

/* line 87, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#workModal .modal-dialog .modal-content .modal-body .links {
  margin-top: 33px;
}

/* line 92, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .close {
  z-index: 999;
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 0 7px;
  background: #333330;
  color: white;
  border: 2px solid #656561;
  border-radius: 30px;
  opacity: 1;
}

/* line 103, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .close:hover {
  background: #656561;
}

/* line 105, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .modal-dialog {
  max-height: 600px;
}

/* line 107, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .modal-body {
  overflow: visible;
  padding: 0;
}

/* line 110, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .external-newsletter {
  margin-top: 30px;
}

/* line 112, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .external-newsletter ul {
  margin: 20px 0;
  text-align: left;
}

/* line 115, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .external-newsletter small {
  color: #656561;
}

/* line 117, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .loading-checkbox {
  float: left;
  width: 25px;
  height: 22px;
  text-align: center;
}

/* line 123, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item {
  height: 500px;
  color: #333330;
  float: none;
}

/* line 127, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item.active, .onboarding-modal .carousel-inner .item.left, .onboarding-modal .carousel-inner .item.right {
  display: flex;
  align-items: center;
}

/* line 132, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner h2, .onboarding-modal .carousel-inner h3 {
  margin: 0;
}

/* line 134, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner h2 span, .onboarding-modal .carousel-inner h3 span {
  color: white;
  font-weight: 400;
}

/* line 137, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner h3 {
  margin-top: 15px;
  font-weight: 400;
  color: #007373;
}

/* line 142, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .center-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* line 149, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .center-item h3 {
  color: #333330;
}

/* line 151, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .center-item p, .onboarding-modal .carousel-inner .center-item .btn, .onboarding-modal .carousel-inner .center-item .sapCpButton {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 154, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .center-item p span, .onboarding-modal .carousel-inner .center-item .btn span, .onboarding-modal .carousel-inner .center-item .sapCpButton span {
  color: white;
  font-weight: 400;
}

/* line 157, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .center-item p {
  font-size: 18px;
}

/* line 160, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item-timing {
  background-color: #F4941A;
}

/* line 162, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item-workload {
  background-color: #FFCC00;
}

/* line 164, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item-motivation {
  background-color: #578319;
}

/* line 166, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item-external-newsletter {
  background-color: #7CD0E4;
}

/* line 168, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-inner .item-conversion {
  background-color: #007373;
}

/* line 171, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-banner {
  padding: 25px;
  width: 90%;
  margin: 0 auto;
  background: white;
  text-align: center;
  overflow-y: auto;
  max-height: 80%;
}

/* line 181, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-footer {
  overflow: auto;
  margin-top: 0;
  padding: 15px 20px;
  background-color: white;
  text-align: left;
}

/* line 187, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .carousel-indicators {
  position: inherit;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
}

/* line 193, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .onboarding-button-wrapper {
  width: 30%;
}

/* line 195, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .onboarding-button-wrapper:first-child {
  padding: 15px 0;
}

/* line 197, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .onboarding-pagination {
  width: 40%;
  padding: 15px 0;
  text-align: center;
}

/* line 201, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .onboarding-pagination .pagination-circle {
  display: inline-block;
  margin-right: 4px;
  background-color: #656561;
  width: 10px;
  height: 10px;
  border: 1px solid #656561;
  border-radius: 10px;
}

/* line 209, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.onboarding-modal .onboarding-pagination .pagination-circle.active {
  position: relative;
  margin: 0 3px 0 0;
  width: 12px;
  height: 12px;
  box-shadow: 0px 0px 0px 1px white inset;
  border-radius: 12px;
}

/* line 219, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.verification-modal img {
  width: 100%;
  margin-top: 20px;
}

/* line 223, app/assets/stylesheets/partials_bootstrap/_modals.sass */
body.modal-merchant {
  background: transparent;
}

/* line 227, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .modal-content {
  border: none;
}

/* line 229, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .close {
  position: absolute;
  right: 5px;
  z-index: 10000;
}

/* line 234, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .modal-header {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none;
}

/* line 240, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .campaign-background {
  position: absolute;
  width: 102%;
  height: 105%;
  top: -5px;
  left: -5px;
  background-size: cover;
  filter: blur(5px);
  opacity: 0.5;
}

/* line 249, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .campaign-timer {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  padding: 40px 0;
  font-weight: 100;
  text-align: center;
  font-size: 70px;
  color: #4e4e4a;
}

/* line 258, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .campaign-timer .label-counter {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 263, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .modal-body {
  text-align: center;
}

/* line 265, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .modal-body .price-striked {
  margin-top: 30px;
  display: inline-block;
}

/* line 269, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .badge-grade-wrapper {
  z-index: 100;
  left: -5px;
  height: 50%;
}

/* line 273, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .badge-grade-wrapper .badge-grade {
  width: 300px;
  height: 30px;
  line-height: 30px;
  background-color: #FFCC00;
}

/* line 278, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .badge-grade-wrapper .badge-grade .left {
  top: 30px;
  left: 13px;
  background: linear-gradient(135deg, #997a00 50%, rgba(153, 122, 0, 0) 50.1%);
}

/* line 282, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .badge-grade-wrapper .badge-grade .right {
  top: 30px;
  left: 183px;
  background: linear-gradient(135deg, #997a00 50%, rgba(153, 122, 0, 0) 50.1%);
}

/* line 286, app/assets/stylesheets/partials_bootstrap/_modals.sass */
.campaign-modal .badge-grade-wrapper .badge-grade .current-grade {
  left: -45px;
  font-size: 15px;
}

/* line 291, app/assets/stylesheets/partials_bootstrap/_modals.sass */
#confirm-modal.modal {
  z-index: 1060;
}

/* line 4, app/assets/stylesheets/partials_bootstrap/_forms.sass */
select, textarea, input {
  background-color: white;
  border: 1px solid #c1c2c1;
  max-width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  color: #656561;
  padding: 6px 12px;
  box-shadow: none;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/partials_bootstrap/_forms.sass */
select:focus, textarea:focus, input:focus {
  color: #656561;
  border-color: #216D78;
  box-shadow: #216D78 0px 0px 10px;
}

/* line 18, app/assets/stylesheets/partials_bootstrap/_forms.sass */
select.disabled, textarea.disabled, input.disabled {
  cursor: not-allowed;
  background-color: #ececea;
}

/* line 22, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type="submit"], input[type="checkbox"], #main > textarea {
  height: inherit;
}

/* line 25, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type="file"] {
  border: 0px;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/partials_bootstrap/_forms.sass */
textarea {
  min-height: 75px;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.input-group .uneditable-input {
  color: #656561;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
}

/* line 38, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-group + .help-block,
.form-horizontal .input-group + .help-block {
  margin-top: 0;
}

/* line 47, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group .datetime-picker + .help-inline {
  margin-left: 90px;
}

/* line 49, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group .help-block, .form-group .help-inline {
  word-break: break-word;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.warning .control-label,
.form-group.warning .help-block,
.form-group.warning .help-inline {
  color: #F4941A;
  font-weight: 500;
}

/* line 58, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.warning input,
.form-group.warning select,
.form-group.warning textarea {
  color: #F4941A;
  border: 1px solid #F4941A;
}

/* line 63, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.warning input:focus,
.form-group.warning select:focus,
.form-group.warning textarea:focus {
  border-color: #216D78;
  box-shadow: #216D78 0px 0px 10px;
}

/* line 67, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.error .control-label,
.form-group.error .help-block,
.form-group.error .help-inline {
  color: #E85031;
  font-weight: 400;
}

/* line 72, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #E85031;
  color: #656561;
}

/* line 77, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.error input:focus,
.form-group.error select:focus,
.form-group.error textarea:focus {
  border-color: #216D78;
  box-shadow: #216D78 0px 0px 10px;
}

/* line 81, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.success .control-label,
.form-group.success .help-block,
.form-group.success .help-inline {
  color: #578319;
  font-weight: 400;
}

/* line 86, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.success input,
.form-group.success select,
.form-group.success textarea {
  border: 1px solid #578319;
  color: #656561;
}

/* line 91, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.success input:focus,
.form-group.success select:focus,
.form-group.success textarea:focus {
  border-color: #216D78;
  box-shadow: #216D78 0px 0px 10px;
}

/* line 95, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.control-label, label {
  font-size: 14px;
  font-weight: 400;
}

/* line 98, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.control-label.h5, label.h5 {
  font-size: 16px;
}

/* line 101, app/assets/stylesheets/partials_bootstrap/_forms.sass */
label.radio-inline, label.checkbox-inline {
  line-height: 35px;
}

/* line 104, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.half {
  width: 45%;
}

/* line 107, app/assets/stylesheets/partials_bootstrap/_forms.sass */
legend {
  border-bottom: none;
  color: #656561;
}

/* line 111, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-actions {
  border-top: none;
  background-color: #ececea;
}

/* line 115, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.help-block {
  padding: 8px;
  color: #656561;
}

/* line 131, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input.file {
  max-width: 100%;
}

/* line 134, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.radio-label {
  margin-top: -2px;
}

/* line 138, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-group.file .btn.fileinput-exists, .form-group.file .fileinput-exists.sapCpButton {
  color: white;
  background-color: #a1a19f;
}

/* line 145, app/assets/stylesheets/partials_bootstrap/_forms.sass */
#new_video .fileupload .btn, #new_video .fileupload .sapCpButton, #new_asset .fileupload .btn, #new_asset .fileupload .sapCpButton {
  padding: 7px;
}

/* line 150, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted textarea, .inverted input, .inverted select {
  background-color: #4e4e4a;
  color: white;
  border-color: #a1a19f;
}

/* line 156, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted textarea:focus, .inverted input:focus, .inverted select:focus {
  color: #ececea;
  border-color: #216D78;
  box-shadow: #216D78 0px 0px 10px;
}

/* line 160, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .form-control[disabled], .inverted .form-control[readonly], .inverted fieldset[disabled] .form-control {
  border-color: transparent;
  background-color: #a1a19f;
}

/* line 166, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .error input,
.inverted .error select,
.inverted .error textarea {
  border: 1px solid #E85031;
}

/* line 170, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .error input:focus,
.inverted .error select:focus,
.inverted .error textarea:focus {
  border: 1px solid #216D78;
}

/* line 173, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .warning input,
.inverted .warning select,
.inverted .warning textarea {
  color: orange;
  border: 1px solid #F4941A;
}

/* line 178, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .warning input:focus,
.inverted .warning select:focus,
.inverted .warning textarea:focus {
  border: 1px solid #216D78;
}

/* line 181, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .success input,
.inverted .success select,
.inverted .success textarea {
  color: #578319;
  border-color: #578319;
}

/* line 186, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .success input:focus,
.inverted .success select:focus,
.inverted .success textarea:focus {
  border-color: #216D78;
}

/* line 189, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .honored {
  max-width: 110px;
  min-width: 110px;
}

/* line 192, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.inverted .honored > label {
  float: right;
}

/* line 196, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .organisation {
  font-style: normal;
}

/* line 198, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .new_organisation {
  margin-left: 0px;
}

/* line 202, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .course_organisations .add_fields:first-of-type {
  display: inline-block;
  margin-bottom: 20px;
}

/* line 205, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .course_organisations .add_fields {
  display: none;
}

/* line 207, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .course_organisations .course_organisation_fields {
  margin-bottom: 15px;
  padding: 10px;
  background: #f1f1f1;
}

/* line 211, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .course_organisations .course_organisation_fields .new_organisation_title {
  margin-bottom: 20px;
}

/* line 214, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .form-group.video-file {
  max-height: 71px;
}

/* line 218, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .floating-label label {
  float: left;
}

/* line 220, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .floating-label p {
  float: left;
  margin-top: 0px;
  padding-top: 5px;
}

/* line 227, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.gray-bg select, .gray-bg textarea, .gray-bg input[type="text"], .gray-bg input[type="password"], .gray-bg input[type="datetime"],
.gray-bg input[type="datetime-local"], .gray-bg input[type="date"], .gray-bg input[type="month"], .gray-bg input[type="time"],
.gray-bg input[type="week"], .gray-bg input[type="number"], .gray-bg input[type="email"], .gray-bg input[type="url"],
.gray-bg input[type="search"], .gray-bg input[type="tel"], .gray-bg input[type="color"] {
  border: 1px solid #d9d9d7;
}

/* line 233, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-warning {
  background-color: #F4941A;
  color: white;
  padding: 20px;
  margin: 30px 0;
}

/* line 239, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-message {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  right: 0;
  opacity: 0;
}

/* line 251, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.email-settings .controls input {
  margin-top: -2px;
}

/* line 257, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.checkbox-text-align label {
  max-width: 86%;
  margin-top: 0;
}

/* line 262, app/assets/stylesheets/partials_bootstrap/_forms.sass */
form .image-preview {
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 265, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-footer {
  margin-top: 20px;
  text-align: right;
}

/* line 268, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-footer a, .form-footer .btn, .form-footer .sapCpButton {
  margin-right: 20px;
}

/* line 271, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-footer a:last-child, .form-footer .btn:last-child, .form-footer .sapCpButton:last-child {
  margin-right: 0;
}

/* line 274, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.specific-websites-options {
  margin-top: 15px;
}

/* line 278, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.add-multiple-wrapper .add-multiple-group {
  overflow: auto;
  margin-bottom: 10px;
}

/* line 281, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.add-multiple-wrapper .add-multiple-group .addremove-language {
  margin-right: 5px;
}

/* line 283, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.add-multiple-wrapper .add-multiple-group select, .add-multiple-wrapper .add-multiple-group input {
  width: 70%;
  float: left;
}

/* line 287, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.add-multiple-wrapper .actions-multiple {
  float: right;
}

/* line 291, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.form-exam-participants .form-group {
  width: 120px;
}

/* line 294, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input.form-control[type=checkbox], input.form-control[type=radio] {
  width: auto;
  height: auto;
}

/* line 298, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input.dropbox-input[readonly] {
  cursor: text;
  background-color: white;
}

/* line 303, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  border: none;
  box-shadow: none;
}

/* line 310, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]:focus {
  outline: none;
}

/* line 313, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #d9d9d7;
  border-radius: 1.3px;
  border: 0px solid #394d21;
}

/* line 322, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 1px;
  background: #a1a19f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

/* line 333, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d9d9d7;
}

/* line 336, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #d9d9d7;
  border-radius: 1.3px;
  border: 0px solid #394d21;
}

/* line 345, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 1px;
  background: #a1a19f;
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* line 362, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  background: #d9d9d7;
  border: 0px solid #394d21;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

/* line 368, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 1px;
  background: #a1a19f;
  cursor: pointer;
  height: 12px;
}

/* line 378, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]:focus {
  outline: none;
}

/* line 379, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]:focus::-ms-fill-lower, input[type=range]:focus::-ms-fill-upper {
  background: #d9d9d7;
}

/* line 385, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #d9d9d7;
  border-radius: 1.3px;
  border: 0px solid #394d21;
}

/* line 394, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 1px;
  background: #a1a19f;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

/* line 405, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d9d9d7;
}

/* line 408, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #d9d9d7;
  border-radius: 1.3px;
  border: 0px solid #394d21;
}

/* line 417, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 1px;
  background: #a1a19f;
  cursor: pointer;
}

/* line 426, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* line 434, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
  background: #d9d9d7;
  border: 0px solid #394d21;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

/* line 440, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 1px;
  background: #a1a19f;
  cursor: pointer;
  height: 12px;
}

/* line 451, app/assets/stylesheets/partials_bootstrap/_forms.sass */
input[type=range]:focus::-ms-fill-lower, input[type=range]:focus::-ms-fill-upper {
  background: #d9d9d7;
}

/* line 458, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.editable-container .editable-buttons {
  margin-left: 0px;
}

/* line 460, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.editable-container .editable-cancel {
  display: none;
}

/* line 462, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.editable-container .btn-sm, .editable-container .btn-group-sm > .btn, .editable-container .btn-group-sm > .sapCpButton {
  padding: 5px 12px 6px 12px;
}

/* line 464, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.editable-container .editableform-loading {
  background: url("https://cdn.iversity.org/assets/loading-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif") center center no-repeat;
}

/* line 466, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.editable-container .editable-clear-x {
  background: url("https://cdn.iversity.org/assets/loading-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif") center center no-repeat;
}

/* line 468, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.editable-click {
  border-bottom: none;
}

/* line 478, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.no-label label {
  display: none;
}

/* line 481, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.radio label.pl1 {
  padding-left: 0.5rem;
}

/* line 484, app/assets/stylesheets/partials_bootstrap/_forms.sass */
label + small {
  font-size: 0.75rem;
}

/* line 487, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget {
  border: none;
  float: left;
}

/* line 492, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  margin-top: 4px;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
  outline: none;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 503, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > input:focus {
  outline: none;
}

/* line 510, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
}

/* line 518, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > .half-star:before {
  content: "\f089";
  position: absolute;
}

/* line 522, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > label {
  color: #a1a19f;
  float: right;
  cursor: pointer;
}

/* line 526, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > label[for="star5"] {
  width: 4rem;
}

/* line 529, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > input:checked ~ label, .rating-widget > input:focus ~ label {
  color: #FFD700;
}

/* line 532, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget:not(:checked) > label:hover {
  color: #FFD700;
}

/* line 535, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

/* line 540, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > input:checked + label:hover, .rating-widget > input:checked ~ label:hover {
  color: #c9ab05;
}

/* line 543, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-widget > label:hover ~ input:checked ~ label, .rating-widget > input:checked ~ label:hover ~ label {
  color: #c9ab05;
}

/* line 546, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-display {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

/* line 551, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-display::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f005\f005\f005\f005\f005';
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FFD700 var(--percent), #d9d9d7 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 559, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.rating-display span {
  color: #656561;
}

/* line 562, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.password-toggle input {
  padding-right: 2rem;
}

/* line 564, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.password-toggle button {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #578319;
}

/* line 570, app/assets/stylesheets/partials_bootstrap/_forms.sass */
::-ms-reveal {
  display: none;
}

/* line 574, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.btn-checkbox-radio input {
  display: none;
}

/* line 576, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.btn-checkbox-radio input:checked + .btn, .btn-checkbox-radio input:checked + .sapCpButton {
  background-color: #025e8d;
  color: white;
}

/* line 579, app/assets/stylesheets/partials_bootstrap/_forms.sass */
.btn-checkbox-radio .btn:hover, .btn-checkbox-radio .sapCpButton:hover {
  background-color: #025e8d;
}

/* line 4, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 8px 35px 8px 14px;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
  text-shadow: none;
  font-weight: bold;
  color: white;
  border: none;
  background-color: #F4941A;
}

/* line 18, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert.alert-notice, .alert.alert-success {
  color: #656561;
}

/* line 20, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert.alert-notice a, .alert.alert-success a {
  color: white;
}

/* line 23, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert.alert-error, .alert.alert-danger {
  background-color: #E85031;
}

/* line 25, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert.alert-info {
  background-color: #F4941A;
}

/* line 27, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert.alert-notice {
  background-color: #BFDA9B;
}

/* line 31, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert .alert-heading, .alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  color: white;
}

/* line 34, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.alert .preview-mode-button {
  margin-left: 15px;
  padding: 1px 12px;
}

/* line 40, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
#notifications .alert {
  position: absolute;
}

/* line 43, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label {
  border-radius: 0;
  font-weight: bold;
  text-shadow: none;
}

/* line 47, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label a {
  color: white;
  font-weight: normal;
}

/* line 51, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label-success, .label-active, .label-closed, .label-solved {
  background-color: #578319;
}

/* line 54, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label-draft, .label-pending {
  background-color: #c1c2c1;
}

/* line 57, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label-announced, .label-important, .label-new {
  background-color: #FFCC00;
  color: #656561;
}

/* line 61, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label-danger, .label-finished, .label-archived, .label-open {
  background-color: #E85031;
}

/* line 64, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label-info, .label-hold {
  background-color: #a60e80;
}

/* line 67, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.label-inverse, .label-discarded, .label-suspended {
  background-color: #333330;
}

/* line 70, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.badge {
  border-radius: 0;
  font-weight: 300;
  text-shadow: none;
}

/* line 75, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.badge-success {
  background-color: #578319;
}

/* line 78, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.badge-important {
  background-color: #E85031;
}

/* line 81, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.badge-info {
  background-color: #a60e80;
}

/* line 84, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
.badge-inverse {
  background-color: #333330;
}

/* line 88, app/assets/stylesheets/partials_bootstrap/_alerts.sass */
#notifications .alert {
  position: relative;
  padding: 18px 35px 18px 14px;
  margin-bottom: 0;
  z-index: 1040;
}

/* line 1, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron {
  clear: both;
  font-size: 16px;
  color: #656561;
  position: relative;
  background-color: #f1f1f1;
}

/* line 7, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron p {
  font-size: 15px;
  font-weight: normal;
  color: #656561;
}

/* line 11, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron li {
  line-height: 24px;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.course-card {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: white;
}

/* line 21, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .hero-social {
  margin-top: 20px;
}

/* line 23, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .hero-video {
  line-height: 0;
  border-right: 5px solid #007373;
}

/* line 26, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .hero-details {
  position: relative;
  padding: 20px 20px 0 0;
}

/* line 29, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .hero-details .highlight {
  padding: 15px;
  background-color: #FFCC00;
  color: white;
  text-align: center;
}

/* line 34, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .hero-details .subtitle {
  max-height: 100px;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .footer a:last-child, .jumbotron .footer button:last-child {
  margin-right: 10px;
}

/* line 44, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .assessment-intro .exam-certificate-wrapper {
  margin-top: 50px;
  padding: 0 50px;
}

/* line 47, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .assessment-intro .exam-certificate-wrapper .or {
  margin: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 53, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.profile {
  padding: 20px;
}

/* line 55, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.profile h1 {
  font-size: 25px;
}

/* line 58, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.profile .pie-content .count {
  margin-top: 20px;
}

/* line 61, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .user-profile-admin-cog {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 66, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted {
  padding: 0;
  background-color: #f1f1f1;
}

/* line 73, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .well {
  border: none;
  background-color: #656561;
  color: #f1f1f1;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  padding: 15px 20px;
}

/* line 85, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .adaptive-button-selection {
  margin: 9px;
  padding: 9px;
}

/* line 89, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .resource-wrapper {
  margin: 9px;
  padding: 9px;
  word-wrap: break-word;
}

/* line 93, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .resource-wrapper.left-resource {
  margin-right: 0;
  min-height: 431px;
}

/* line 96, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .resource-wrapper.right-resource {
  margin-left: 0;
}

/* line 98, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .resource-wrapper.auto-height {
  min-height: inherit;
}

/* line 100, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .resource-wrapper.adaptive {
  padding: 0;
}

/* line 102, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .resource-wrapper > *:first-child, .jumbotron.inverted .resource-wrapper .header *:first-child {
  margin-top: 0;
}

/* line 105, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted.exercise-unit .resource-wrapper.left-resource {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  min-height: auto;
}

/* line 110, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted.exercise-unit .resource-wrapper.left-resource .resource-content {
  padding: 0;
}

/* line 115, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .adaptive .quiz-question-wrapper .btn-round {
  bottom: 20px;
}

/* line 119, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .question-hints-wrapper {
  padding-bottom: 10px;
}

/* line 121, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .question-hint {
  display: none;
  margin-top: 1px;
  padding: 10px;
  background: #F4941A;
}

/* line 127, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round {
  position: absolute;
  bottom: 15px;
  right: 30px;
  text-align: center;
  pointer-events: none;
  background-color: #7CD0E4;
  color: white;
  border: none;
  box-shadow: 0px 0px 15px #333330;
  opacity: 0;
  font-weight: bold;
  text-transform: capitalize;
}

/* line 141, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round:not(.wrong) {
  transition: all, 0.3s;
}

/* line 143, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round.shown {
  pointer-events: all;
  margin-bottom: 0;
  opacity: 1;
}

/* line 147, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round.wrong {
  background-color: #F6AC8F;
}

/* line 150, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round.correct {
  background-color: #578319;
  transform-origin: center center;
  border-radius: 155px;
}

/* line 155, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round.submit-question-button:hover {
  background-color: #52c1db;
}

/* line 157, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round.hint-button {
  background-color: #F4941A;
}

/* line 159, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-question-wrapper .btn-round.hint-button:hover {
  background-color: #d1790a;
}

/* line 170, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header {
  margin-bottom: 18px;
}

/* line 172, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header .question-title, .jumbotron.inverted .question-wrapper .question-header .question-title p {
  font-size: 16px;
  margin-bottom: 9px;
}

/* line 175, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header .question-metadata {
  font-size: 11px;
  font-weight: 300;
}

/* line 178, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header .question-metadata li {
  padding: 0;
}

/* line 180, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header .question-metadata li a {
  color: white;
  font-weight: normal;
}

/* line 183, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header .question-metadata li.lighter, .jumbotron.inverted .question-wrapper .question-header .question-metadata li.lighter a {
  color: #a1a19f;
}

/* line 185, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .question-header .question-metadata .fa-circle {
  font-size: 3px;
  margin: 0 9px;
  line-height: 10px;
  vertical-align: middle;
}

/* line 190, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper {
  position: relative;
  margin-bottom: 5px;
  padding: 13px 9px;
  background-color: #505050;
  color: #d9d9d7;
  transition: background-color, 0.5s;
}

/* line 197, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper:last-child {
  margin-bottom: 0;
}

/* line 199, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper.disabled {
  cursor: default;
}

/* line 201, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper.disabled label, .jumbotron.inverted .question-wrapper .answer-wrapper.disabled a {
  cursor: default;
}

/* line 203, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper:hover:not(.disabled) {
  cursor: pointer;
  background-color: #164950;
}

/* line 206, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper.selected {
  background-color: #007373;
  color: white;
}

/* line 209, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper.correct {
  background-color: #578319;
  color: white;
}

/* line 212, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper.wrong {
  background-color: #F6AC8F;
  color: white;
}

/* line 215, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper label {
  font-size: 14px;
  font-weight: 300;
}

/* line 218, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .question-wrapper .answer-wrapper .answer-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6AC8F;
  opacity: 0;
}

/* line 227, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-complete {
  position: relative;
  min-height: 431px;
}

/* line 230, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-complete h2 {
  margin-top: 0;
  color: #578319;
}

/* line 233, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron.inverted .quiz-complete .complete-center {
  line-height: 331px;
  text-align: center;
  font-size: 100px;
  color: #578319;
}

/* line 243, app/assets/stylesheets/partials_bootstrap/_jumbotron.sass */
.jumbotron .main-resource-nav-bg {
  position: absolute;
  height: 48px;
  width: 100%;
  background-color: #3c3c3c;
}

/* line 23, app/assets/stylesheets/_bootstrap_and_overrides.sass */
body {
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

/* line 35, app/assets/stylesheets/_bootstrap_and_overrides.sass */
.progress {
  margin-bottom: 0px;
  border-radius: 2px;
}

/* line 41, app/assets/stylesheets/_bootstrap_and_overrides.sass */
#notifications .alert a {
  white-space: nowrap;
}

/* line 44, app/assets/stylesheets/_bootstrap_and_overrides.sass */
.navbar {
  border: 0px;
  min-height: 20px;
}

/* line 48, app/assets/stylesheets/_bootstrap_and_overrides.sass */
.tooltip > .tooltip-inner {
  background-color: #f1f1f1;
  color: #222222;
  border: 1px solid #a1a19f;
  border-radius: 2px;
}

/* line 54, app/assets/stylesheets/_bootstrap_and_overrides.sass */
.tooltip > .tooltip-inner ul {
  text-align: left;
}

/* line 57, app/assets/stylesheets/_bootstrap_and_overrides.sass */
.tooltip-arrow {
  display: none;
}

/* line 60, app/assets/stylesheets/_bootstrap_and_overrides.sass */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #656561;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://cdn.iversity.org/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("https://cdn.iversity.org/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("https://cdn.iversity.org/assets/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("https://cdn.iversity.org/assets/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("https://cdn.iversity.org/assets/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("https://cdn.iversity.org/assets/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
}

/*
 * Iversity Partials
 */
/* line 7, app/assets/stylesheets/partials_bootstrap/../partials_iversity/_animations.sass */
.test-animation {
  -moz-animation: 2s glowLoop infinite linear;
  -o-animation: 2s glowLoop infinite linear;
  -webkit-animation: 2s glowLoop infinite linear;
  animation: 2s glowLoop infinite linear;
}

@-webkit-keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

@-moz-keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

@keyframes glowLoop {
  0% {
    text-shadow: 0px 0px 1px white;
  }
  50% {
    text-shadow: 1px 1px 15px white;
  }
  100% {
    text-shadow: 0px 0px 1px white;
  }
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@-moz-keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@keyframes fadeInEightyFive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.80;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

@-moz-keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

@keyframes shake {
  0% {
    transform: translate(10%, 0%);
  }
  50% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}

/* line 17, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn, .sapCpButton {
  padding: 15px 40px;
  text-transform: none;
  color: white;
  border: none;
  border-radius: 24px;
  box-shadow: none;
  background-image: none;
  background: #656561;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-shadow: none;
}

/* line 32, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.wspace-normal, .wspace-normal.sapCpButton {
  white-space: normal;
}

/* line 35, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.disabled, .disabled.sapCpButton {
  background-color: #d9d9d7;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #4e4e4a;
}

/* line 39, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.disabled:hover, .disabled.sapCpButton:hover {
  cursor: default;
  background-color: #d9d9d7;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #4e4e4a;
}

/* line 45, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-primary, .sapCpButton {
  background-color: #578319;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-primary:hover, .sapCpButton:hover {
  color: white;
  background-color: shade(#578319, 10%);
  background-color: #4c7216;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-primary.disabled:hover, .disabled.sapCpButton:hover {
  color: #656561;
  background-color: #578319;
}

/* line 47, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-success, .btn-success.sapCpButton {
  background-color: #578319;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-success:hover, .btn-success.sapCpButton:hover {
  color: white;
  background-color: shade(#578319, 10%);
  background-color: #4c7216;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-success.disabled:hover, .btn-success.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #578319;
}

/* line 49, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-danger, .btn-danger.sapCpButton {
  background-color: #8C1913;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-danger:hover, .btn-danger.sapCpButton:hover {
  color: white;
  background-color: shade(#8C1913, 10%);
  background-color: #7a1611;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-danger.disabled:hover, .btn-danger.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #8C1913;
}

/* line 51, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-warning, .btn-warning.sapCpButton {
  background-color: #FFCC00;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-warning:hover, .btn-warning.sapCpButton:hover {
  color: white;
  background-color: shade(#FFCC00, 10%);
  background-color: #ebbc00;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-warning.disabled:hover, .btn-warning.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #FFCC00;
}

/* line 53, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-info, .btn-info.sapCpButton {
  background-color: #007373;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-info:hover, .btn-info.sapCpButton:hover {
  color: white;
  background-color: shade(#007373, 10%);
  background-color: #005f5f;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-info.disabled:hover, .btn-info.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #007373;
}

/* line 55, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-course-admin, .btn-course-admin.sapCpButton, .btn.btn-orga-admin, .btn-orga-admin.sapCpButton {
  background-color: #a60e80;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-course-admin:hover, .btn-course-admin.sapCpButton:hover, .btn.btn-orga-admin:hover, .btn-orga-admin.sapCpButton:hover {
  color: white;
  background-color: shade(#a60e80, 10%);
  background-color: #930c71;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-course-admin.disabled:hover, .btn-course-admin.disabled.sapCpButton:hover, .btn.btn-orga-admin.disabled:hover, .btn-orga-admin.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #a60e80;
}

/* line 57, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-facebook, .btn-facebook.sapCpButton {
  background-color: #3b5998;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-facebook:hover, .btn-facebook.sapCpButton:hover {
  color: white;
  background-color: shade(#3b5998, 10%);
  background-color: #355089;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-facebook.disabled:hover, .btn-facebook.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #3b5998;
}

/* line 59, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-twitter, .btn-twitter.sapCpButton {
  background-color: #00acee;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-twitter:hover, .btn-twitter.sapCpButton:hover {
  color: white;
  background-color: shade(#00acee, 10%);
  background-color: #009dda;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-twitter.disabled:hover, .btn-twitter.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #00acee;
}

/* line 61, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-linkedin, .btn-linkedin.sapCpButton {
  background-color: #007bb6;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-linkedin:hover, .btn-linkedin.sapCpButton:hover {
  color: white;
  background-color: shade(#007bb6, 10%);
  background-color: #006da2;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-linkedin.disabled:hover, .btn-linkedin.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #007bb6;
}

/* line 63, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-google, .btn-google.sapCpButton {
  background-color: #4c8bf5;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-google:hover, .btn-google.sapCpButton:hover {
  color: white;
  background-color: shade(#4c8bf5, 10%);
  background-color: #397ef4;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-google.disabled:hover, .btn-google.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #4c8bf5;
}

/* line 65, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-email, .btn-email.sapCpButton {
  background-color: #9db830;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-email:hover, .btn-email.sapCpButton:hover {
  color: white;
  background-color: shade(#9db830, 10%);
  background-color: #8fa82c;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-email.disabled:hover, .btn-email.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #9db830;
}

/* line 67, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-whatsapp, .btn-whatsapp.sapCpButton {
  background-color: #43d854;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-whatsapp:hover, .btn-whatsapp.sapCpButton:hover {
  color: white;
  background-color: shade(#43d854, 10%);
  background-color: #32d445;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-whatsapp.disabled:hover, .btn-whatsapp.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #43d854;
}

/* line 69, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-back, .btn-back.sapCpButton {
  background-color: #656561;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-back:hover, .btn-back.sapCpButton:hover {
  color: white;
  background-color: shade(#656561, 10%);
  background-color: #5b5b57;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-back.disabled:hover, .btn-back.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #656561;
}

/* line 71, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-file, .btn-file.sapCpButton {
  color: white;
  background-color: #c1c2c1;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-file:hover, .btn-file.sapCpButton:hover {
  color: white;
  background-color: shade(#c1c2c1, 10%);
  background-color: #b7b8b7;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-file.disabled:hover, .btn-file.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #c1c2c1;
}

/* line 74, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-dark, .btn-dark.sapCpButton {
  color: white;
  background-color: #505050;
}

/* line 6, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-dark:hover, .btn-dark.sapCpButton:hover {
  color: white;
  background-color: shade(#505050, 10%);
  background-color: #464646;
}

/* line 13, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-dark.disabled:hover, .btn-dark.disabled.sapCpButton:hover {
  color: #656561;
  background-color: #505050;
}

/* line 77, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-outline, .btn-outline.sapCpButton {
  border: 2px solid #025e8d;
  background-color: transparent;
  color: #025e8d;
}

/* line 81, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn.btn-outline:hover, .btn-outline.sapCpButton:hover, .btn.btn-outline.active, .btn-outline.active.sapCpButton {
  background-color: #025e8d;
  color: white;
  box-shadow: none;
}

/* line 86, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-round {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
}

/* line 92, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-round.btn-round-mini {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 100, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-square {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

/* line 113, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share .btn-text {
  text-transform: uppercase;
  font-size: 11px;
}

/* line 116, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.btn-xs, .btn-group-xs > .btn-share.btn, .btn-group-xs > .btn-share.sapCpButton {
  padding: 5px 12px 3px 32px;
  position: relative;
}

/* line 119, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-text {
  padding: 5px 12px 3px 20px;
  position: relative;
  height: 28px;
}

/* line 123, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-text .btn-text {
  width: 1px;
  height: 1px;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 129, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-logo {
  padding: 5px 12px 3px 12px;
}

/* line 131, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.no-logo .icon {
  display: none;
}

/* line 134, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share .icon {
  position: absolute;
  height: 19px;
  width: 19px;
  top: 9px;
  left: 7px;
  font-size: 11px;
}

/* line 142, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-share.btn-whatsapp .icon {
  font-size: 14px;
  top: 7px;
}

/* line 147, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.social-share-buttons .share-label {
  color: #a1a19f;
  margin: 7px 9px 10px 0;
  padding: 0;
}

/* line 151, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.social-share-buttons .twitter-share {
  margin: 0 9px 0 0;
  width: 88px;
}

/* line 154, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.social-share-buttons .fb-share {
  width: 102px;
  margin: 0 9px 0 0;
  overflow: visible;
}

/* line 160, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon {
  border: none;
  cursor: pointer;
  padding: 15px 30px 15px 90px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
  padding-right: 60px;
}

/* line 172, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon:before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 120%;
  background: rgba(51, 51, 48, 0.05);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 185, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon:hover:before {
  background: rgba(51, 51, 48, 0);
}

/* line 188, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-exclamation:before {
  content: "\F12A";
}

/* line 190, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-plus:before {
  content: "\F067";
}

/* line 192, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-minus:before {
  content: "\F068";
}

/* line 194, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-download:before {
  content: "\F019";
}

/* line 196, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-chevron-bottom:before {
  content: "\f078";
}

/* line 198, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-chevron-right:before {
  content: "\f054";
}

/* line 200, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-chevron-left:before {
  content: "\f053";
}

/* line 202, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-facebook:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\f39e";
}

/* line 205, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-linkedin:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\f0e1";
}

/* line 208, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-heart:before {
  content: "\F004";
}

/* line 210, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-google:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\F1a0";
}

/* line 213, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-email:before {
  content: "\F0E0";
}

/* line 217, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-icon.graphic-pencil:before {
  content: "\f040";
}

/* line 222, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .sapCpButton {
  padding: 25px 60px;
}

/* line 225, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .sapCpButton {
  padding: 8px 20px;
}

/* line 227, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-sm.btn-icon, .btn-group-sm > .btn-icon.btn, .btn-group-sm > .btn-icon.sapCpButton {
  padding: 8px 20px 8px 56px;
}

/* line 229, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-sm.btn-icon:before, .btn-group-sm > .btn-icon.btn:before, .btn-group-sm > .btn-icon.sapCpButton:before {
  width: 36px;
  line-height: 2.4;
}

/* line 233, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-ms {
  padding: 5px 11px;
}

/* line 236, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .sapCpButton {
  padding: 3px 12px;
}

/* line 239, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-tiny {
  padding: 1px 7px 0px 7px;
  font-size: 9px;
  line-height: 17px;
  margin-top: -3px;
}

/* line 246, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-group > .btn:first-child, .btn-group > .sapCpButton:first-child, .btn-group > .btn:last-child, .btn-group > .sapCpButton:last-child, .btn-group > .dropdown-toggle {
  border-radius: 0;
}

/* line 250, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-group > .btn + .dropdown-toggle, .btn-group > .sapCpButton + .dropdown-toggle {
  box-shadow: none;
}

/* line 254, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a {
  color: #222222;
  font-weight: 700;
}

/* line 257, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a:hover {
  color: #025e8d;
  text-decoration: none;
}

/* line 262, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a.a-link, button.a-link, input.a-link[type="submit"] {
  color: #216D78;
  font-weight: normal;
  text-decoration: underline;
}

/* line 266, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a.a-link.a-danger, button.a-link.a-danger, input.a-link.a-danger[type="submit"] {
  color: #E85031;
}

/* line 268, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
a.a-link:hover, button.a-link:hover, input.a-link[type="submit"]:hover {
  text-decoration: none;
}

/* line 276, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
button.d-block {
  width: 100%;
}

/* line 280, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-ajax {
  -moz-animation: all 2s linear;
  -o-animation: all 2s linear;
  -webkit-animation: all 2s linear;
  animation: all 2s linear;
}

/* line 282, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.btn-ajax .ajax-spinner {
  background: rgba(217, 217, 215, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 288, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
.glow-loop {
  -moz-animation: 2s glowLoop infinite ease-in;
  -o-animation: 2s glowLoop infinite ease-in;
  -webkit-animation: 2s glowLoop infinite ease-in;
  animation: 2s glowLoop infinite ease-in;
}

/* line 291, app/assets/stylesheets/partials_bootstrap/_buttons.sass */
button.unstyled, input.unstyled[type="submit"] {
  border: none;
  background: none;
  padding: 0;
}

/* line 2, app/assets/stylesheets/partials_iversity/_admin.sass */
.iversity-admin .col-sm-6 {
  line-height: 40px;
}

/* line 1, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #c1c2c1;
  border-radius: 7px;
}

/* line 7, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details {
  position: relative;
}

/* line 9, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details .summary-hide {
  display: none;
}

/* line 12, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details[open] .summary-hide {
  display: block;
}

/* line 14, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details[open] .summary-read {
  display: none;
}

/* line 16, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details[open] .banner-content {
  margin-bottom: 40px;
}

/* line 18, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details[open] summary {
  position: absolute;
  bottom: -2rem;
  right: 0;
}

/* line 22, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner details summary {
  cursor: pointer;
  color: #578319;
  font-weight: 700;
}

/* line 27, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.springer-banner .springer-logo {
  width: 70px;
}

/* line 31, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.main-header {
  font-size: 17px;
  margin-bottom: 20px;
  background-color: white;
  height: 56px;
}

/* line 37, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.main-header .springer-logo, .main-header .springer-logo-logged-in {
  height: 55px;
}

@media screen and (max-width: 1280px) {
  /* line 40, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .springer-logo {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  /* line 40, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .springer-logo {
    display: none;
  }
}

@media screen and (max-width: 505px) {
  /* line 40, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .springer-logo {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  /* line 50, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .springer-logo .springer-logo-logged-in {
    display: none;
  }
}

/* line 55, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.main-header .mobile-logo img {
  height: 40px;
}

/* line 58, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.main-header a {
  text-transform: none;
  font-weight: 600;
}

/* line 62, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.main-header .btn, .main-header .sapCpButton {
  font-size: 17px;
  font-weight: bold;
  padding: 8px 25px;
}

@media (max-width: 991px) {
  /* line 70, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .dropdown.open .main-header-dropdown {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    right: 0;
    left: auto;
    padding: 1rem;
  }
  /* line 77, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .dropdown.open .main-header-dropdown .flex {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  /* line 81, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .dropdown.open .main-header-dropdown .main-nav-buttons {
    flex-direction: row;
    margin-bottom: 1rem;
  }
  /* line 84, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .dropdown.open .main-header-dropdown .main-nav-buttons .btn, .main-header .dropdown.open .main-header-dropdown .main-nav-buttons .sapCpButton {
    padding: 8px 12px;
  }
  /* line 86, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .dropdown.open .main-header-dropdown .main-nav-language {
    margin: 0 0 1rem 0;
    width: 100%;
  }
  /* line 89, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .dropdown.open .main-header-dropdown .main-nav-staticlinks li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 94, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .main-header .main-header-dropdown {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    min-width: auto;
    padding: inherit;
    margin: inherit;
    font-size: 17px;
    background-color: transparent;
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 117, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.c-header__messaging-link {
  position: relative;
  background-image: url("https://cdn.iversity.org/assets/speech-bubble-31fe09f2a76c0e7e125959eefad417b2b369da5e679fd598def5dddb0ed2a0a0.svg");
  background-repeat: no-repeat;
  width: 42px;
  height: 30px;
}

/* line 124, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.badge-unread {
  position: absolute !important;
  top: 2px !important;
  right: 0 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 17px !important;
  min-width: 1.4em !important;
  color: white !important;
  background-color: #E85031 !important;
  border-radius: 50% !important;
  text-align: center !important;
}

/* line 137, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.badge-changelog {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: white;
  width: 18px;
  height: 18px;
  background-color: #1c6d79;
  border-radius: 50%;
  text-align: center;
  border-top: 3px solid #79d0e5;
  border-right: 3px solid #ea4f27;
  border-bottom: 3px solid #ffcd00;
  border-left: 3px solid #8bc247;
}

/* line 160, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.PageHeader__UserDropdown li a {
  padding: 8px 12px;
  font-weight: 600;
}

/* line 164, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.PageHeader__UserDropdown .dropdown-menu {
  right: -1px;
  left: auto;
  top: 55px;
}

/* line 175, app/assets/stylesheets/partials_iversity/_pageheader.sass */
body header.main-header .PageHeader__UserDropdown .dropdown-menu li > a:not(.ivAdminLink) {
  color: #4e4e4a;
}

/* line 178, app/assets/stylesheets/partials_iversity/_pageheader.sass */
.campaign-highlight {
  display: block;
  color: #FFCC00;
  font-style: italic;
  font-size: 14px;
  margin-top: -5px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

@media screen and (min-width: 992px) {
  /* line 187, app/assets/stylesheets/partials_iversity/_pageheader.sass */
  .page-header-separator {
    border-left: 1px solid #d9d9d7;
    width: 0;
    height: 22px;
  }
}

/* line 1, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer {
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid #d9d9d7;
  padding: 15px 0 15px 0;
  background-color: white;
}

/* line 7, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .h5 {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #656561;
  letter-spacing: 0;
}

/* line 13, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer ul {
  padding-left: 0px;
  list-style: none;
}

/* line 18, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer_links li {
  display: block;
}

/* line 20, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer_links li a {
  color: #656561;
  font-weight: normal;
}

/* line 23, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer_links li a:hover {
  background-color: transparent;
  color: #4e4e4a;
}

/* line 26, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer_links li i {
  color: #a1a19f;
}

/* line 30, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer_links_organisation a {
  font-weight: normal;
}

/* line 33, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer_links_organisation li {
  float: left;
  padding-left: 20px;
}

/* line 37, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  /* line 37, app/assets/stylesheets/partials_iversity/_footer.sass */
  .main-footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* line 45, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .footer-logo {
  margin-left: 15px;
}

@media screen and (min-width: 590px) {
  /* line 45, app/assets/stylesheets/partials_iversity/_footer.sass */
  .main-footer .footer-logo {
    display: none;
  }
}

/* line 51, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__QuicklinksColumn {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

/* line 56, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  /* line 56, app/assets/stylesheets/partials_iversity/_footer.sass */
  .main-footer .MainFooter__SocialButtons {
    float: right;
  }
}

/* line 62, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons a {
  display: inline-block;
  width: 45px;
  margin-right: 2px;
  padding: 10px;
  color: white;
  text-align: center;
}

/* line 69, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons .twitter-icon {
  background-color: #00aced;
}

/* line 71, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons .fb-icon {
  background-color: #3B5998;
}

/* line 73, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons .gp-icon {
  background-color: #d62d20;
}

/* line 75, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons .linkedin-icon {
  background-color: #0077B5;
}

/* line 77, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons .youtube-icon {
  background-color: #ff0100;
}

/* line 79, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__SocialButtons .instagram-icon {
  background-color: #cb2255;
}

/* line 82, app/assets/stylesheets/partials_iversity/_footer.sass */
.main-footer .MainFooter__Award {
  float: left;
  margin-top: 20px;
  margin-right: 35px;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  /* line 82, app/assets/stylesheets/partials_iversity/_footer.sass */
  .main-footer .MainFooter__Award {
    float: right;
  }
}

/* line 91, app/assets/stylesheets/partials_iversity/_footer.sass */
.org-footer-extension + .main-footer {
  margin-top: 0;
}

/* line 96, app/assets/stylesheets/partials_iversity/_footer.sass */
body.lesson_units[data-locale-key='lesson_units.show'] .main-footer {
  margin-top: 0;
}

/* line 2, app/assets/stylesheets/partials_iversity/_landing.sass */
.cover-credits {
  font-size: 0.75rem;
  background: white;
  position: absolute;
  padding: 0.2rem 0.4rem;
  bottom: 0;
  right: 0;
}

/* line 9, app/assets/stylesheets/partials_iversity/_landing.sass */
.cover-credits a {
  font-weight: normal;
  color: #2e2b27;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt, .HomeBanner, .HomeBanner-black {
  position: relative;
  height: 80vh;
  max-height: 720px;
  padding: 40px 20px;
  overflow: hidden;
  background-color: #2aafc2;
  background-position: left top;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  /* line 14, app/assets/stylesheets/partials_iversity/_landing.sass */
  .HomeBanner-alt, .HomeBanner, .HomeBanner-black {
    height: 90vh;
  }
}

/* line 26, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner {
  background: radial-gradient(51.51% 51.51% at 38.06% 48.49%, #0070A8 0%, #01557E 100%);
}

/* line 29, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt {
  background-color: #f39943;
}

/* line 33, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text .btn, .HomeBanner-alt .HomeBanner__Text .sapCpButton {
  background-color: #f2b348 !important;
  color: #000;
  color: black !important;
}

/* line 37, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text .btn:hover, .HomeBanner-alt .HomeBanner__Text .sapCpButton:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 39, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text h3, .HomeBanner-alt .HomeBanner__Text h1, .HomeBanner-alt .HomeBanner__Text h2, .HomeBanner-alt .HomeBanner__Text h4 {
  margin: 0;
  margin-bottom: .5rem;
}

/* line 42, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text .lead {
  font-weight: 800;
  font-size: 22.5px;
}

/* line 45, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text p {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

/* line 48, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text p.small {
  font-size: 100%;
  line-height: 1;
}

/* line 51, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text small, .HomeBanner-alt .HomeBanner__Text .small {
  font-size: 80%;
}

/* line 53, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text p, .HomeBanner-alt .HomeBanner__Text small {
  color: #000;
}

/* line 56, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-alt .HomeBanner__Text .highlight-red {
  color: #ff0000;
}

/* line 61, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-black .HomeBanner__Text {
  color: black !important;
}

/* line 62, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-black .HomeBanner__Text .btn, .HomeBanner-black .HomeBanner__Text .sapCpButton {
  background-color: black !important;
}

/* line 66, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner-black .HomeBanner__Text h3, .HomeBanner-black .HomeBanner__Text h1 {
  color: black !important;
}

@media screen and (max-width: 767px) {
  /* line 71, app/assets/stylesheets/partials_iversity/_landing.sass */
  .HomeBanner-black .landing-image {
    display: none;
  }
}

/* line 74, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Image {
  width: 40%;
}

/* line 76, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Image img {
  position: absolute;
  top: 50%;
  left: 23%;
  height: auto;
  width: auto;
  max-height: 72vh;
  max-width: 40%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  /* line 76, app/assets/stylesheets/partials_iversity/_landing.sass */
  .HomeBanner__Image img {
    top: 45%;
    left: 50%;
    max-height: 65vh;
    max-width: 97%;
  }
}

@media screen and (max-width: 767px) {
  /* line 74, app/assets/stylesheets/partials_iversity/_landing.sass */
  .HomeBanner__Image {
    opacity: 0.07;
    width: 90vw;
  }
}

/* line 95, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Text {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 130%;
}

/* line 102, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Text h1 {
  font-weight: 100;
  color: white;
}

/* line 108, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Text h2.h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  /* line 95, app/assets/stylesheets/partials_iversity/_landing.sass */
  .HomeBanner__Text {
    text-align: center;
  }
}

/* line 115, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Button {
  margin-top: 45px;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 118, app/assets/stylesheets/partials_iversity/_landing.sass */
.HomeBanner__Button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 122, app/assets/stylesheets/partials_iversity/_landing.sass */
.referral-link-field {
  margin-top: 30px;
  max-width: 25%;
}

/* line 126, app/assets/stylesheets/partials_iversity/_landing.sass */
.FeaturedCourses {
  margin-bottom: 70px;
}

/* line 128, app/assets/stylesheets/partials_iversity/_landing.sass */
.FeaturedCourses .h1 {
  margin-bottom: 50px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage {
  width: 100%;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage iframe {
  max-width: 100%;
}

/* line 9, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header {
  position: relative;
  height: 680px;
  background-color: #333330;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-image {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 100%;
}

/* line 24, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-bottom: 0px !important;
  visibility: visible;
  transition: opacity, 0.5s;
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 43, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-cover-header-banner {
  padding: 30px 120px;
}

/* line 45, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper.video-on {
  opacity: 0;
  visibility: hidden;
}

/* line 49, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-cover-header-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 45px;
}

/* line 53, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-cover-header-play {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  text-align: center;
  background-color: #578319;
  z-index: 1;
}

/* line 67, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-cover-header-play:hover {
  background-color: #3b5811;
}

/* line 69, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-cover-header-play .fa-play {
  margin-left: 7px;
  line-height: 70px;
  font-size: 30px;
  color: white;
}

/* line 75, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background: white;
  padding: 40px;
  min-height: 170px;
  position: relative;
  z-index: 0;
}

/* line 86, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper h1 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  /* line 86, app/assets/stylesheets/partials_iversity/_course_cover.sass */
  .course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper h1 {
    font-size: 30px;
  }
}

/* line 90, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper .organisation-logo {
  margin: -15px -2px 0 0;
}

/* line 92, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper .instructors {
  display: block;
  margin: 3px 0 4px 0;
}

/* line 95, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper .course-cover-header-subtitle {
  margin-top: 15px;
}

/* line 97, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .course-info-wrapper .banner-preview-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 40px;
}

/* line 103, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-header-banner-wrapper .ribbon {
  right: -13px;
  z-index: 102;
}

/* line 107, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .youtube-frame-api {
  visibility: hidden;
  transition: opacity, 0.5s;
  opacity: 0;
}

/* line 111, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .youtube-frame-api.video-on {
  visibility: visible;
  opacity: 1;
}

/* line 116, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-info-stripe {
  padding: 0 40px;
  text-align: justify;
  background-color: #ececea;
}

/* line 120, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-info-stripe:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* line 124, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-info-stripe li {
  display: inline-block;
  margin-right: -.25em;
  padding: .5em 0;
  position: relative;
  top: 0.75em;
}

/* line 131, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-how-enroll {
  background-color: #7CD0E4;
  margin-bottom: 30px;
}

/* line 134, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-how-enroll .how-enroll-wrapper {
  padding: 25px 0 0 0;
}

/* line 136, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-how-enroll h2 {
  margin-top: 0;
  color: white;
  font-weight: 400;
}

/* line 140, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-how-enroll p {
  font-size: 18px;
}

/* line 142, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-how-enroll .a-link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 146, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-cover-how-enroll .certificate-how-img {
  height: 145px;
}

/* line 149, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-info {
  margin-bottom: 50px;
}

/* line 152, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .session-switcher-button {
  z-index: 101;
}

/* line 154, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .session-switcher-button a {
  display: block;
  padding: 10px 20px;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  background-color: #c1c2c1;
  color: white;
}

/* line 161, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .session-switcher-button a:before {
  content: '\f133';
  font-size: 16px;
}

/* line 164, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .session-switcher-button a:after {
  content: '\f0d7';
  margin: -7px;
  display: block;
}

/* line 168, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .session-switcher-button a:hover {
  background-color: #a1a19f;
}

/* line 172, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .session-switcher-button.opened a:after {
  content: '\f0d8';
}

/* line 174, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher {
  z-index: 100;
  background-color: #ececea;
  will-change: top;
  transition: top, 0.5s;
}

/* line 180, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher.opened {
  top: 0;
}

/* line 182, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher .session-switcher-title {
  margin: 0;
  padding: 15px 25px;
  text-transform: uppercase;
  background-color: #c1c2c1;
  color: white;
}

/* line 188, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher ul.session-switcher-list {
  max-width: 100%;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 194, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher ul.session-switcher-list li:first-child {
  margin-top: 15px;
}

/* line 197, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher ul.session-switcher-list li.current-session a {
  color: #007373;
}

/* line 199, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher ul.session-switcher-list li a {
  display: block;
  padding: 7px 25px;
  color: #656561;
}

/* line 203, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher ul.session-switcher-list li a:hover {
  background-color: #c1c2c1;
  color: white;
}

/* line 206, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage .course-session-switcher ul.session-switcher-list li a i {
  margin: 8px 15px 0 0;
  font-size: 20px;
}

/* line 210, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-coverpage ~ .recommendations > .fa-spinner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* line 216, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper {
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  background: #ececea;
}

/* line 229, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .list-info {
  padding: 35px 25px 35px 25px;
  hyphens: auto;
}

/* line 232, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .list-info li {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

/* line 236, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .list-info li i {
  margin-right: 5px;
}

/* line 238, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .course-launch-date {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 244, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .course-launch-date b {
  text-transform: uppercase;
}

/* line 246, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .course-launch-date h3 {
  margin-top: 10px;
}

/* line 248, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .course-eta {
  margin-bottom: 20px;
  color: #007373;
  font-weight: bold;
}

/* line 253, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-aditional-info-wrapper .organisation-logo-wrapper {
  vertical-align: middle;
  display: table-cell;
  padding: 20px;
  height: 170px;
}

/* line 260, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.sidebar .course-aditional-info-wrapper {
  display: none;
}

/* line 263, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper {
  background-color: #333330;
  background-size: cover;
  background-position: center center;
}

/* line 267, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .course-cover-header-banner-wrapper {
  margin: 60px 0;
}

/* line 270, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .group-actions .course-header {
  width: 100%;
}

/* line 272, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .group-actions .course-header .list-none {
  margin: 0;
}

/* line 274, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .group-actions .course-title {
  font-size: 35px;
}

/* line 276, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .group-actions .context-menu {
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 280, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .course-eta {
  margin-bottom: 20px;
  color: #007373;
  font-weight: bold;
}

/* line 284, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .ribbon {
  background-color: white;
}

/* line 286, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.course-header-old-wrapper .ribbon .organisation-logo {
  max-width: 100px;
  max-height: 100px;
}

/* line 292, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.confirmation-page .confirmation-text h2 {
  color: white;
}

/* line 294, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.confirmation-page .confirmation-text h2, .confirmation-page .confirmation-text h3 {
  margin: 0;
}

/* line 296, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.confirmation-page .confirmation-text b {
  display: block;
  margin: 20px 0;
}

/* line 299, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.confirmation-page .confirmation-text a {
  color: #333330;
  font-weight: 300;
}

/* line 304, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.heading-cover {
  margin: 0 0 30px 0;
  text-align: center;
}

/* line 307, app/assets/stylesheets/partials_iversity/_course_cover.sass */
.heading-cover h1, .heading-cover h3 {
  margin: 0;
}

/* line 2, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bundle-list .label {
  float: right;
  margin-left: 3px;
}

/* line 6, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card {
  background-color: #ececea;
  margin-bottom: 50px;
  height: auto !important;
  color: #656561;
}

/* line 11, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .description {
  padding: 10px 20px 20px 20px;
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .info {
  font-size: 12px;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .icon-box {
  margin-top: 5px;
  margin-left: -20px;
  padding: 10px 10px 10px 10px;
  width: 60px;
  background-color: #007373;
  color: white;
  font-size: 30px;
}

/* line 27, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .card-header {
  margin-bottom: 5px;
  padding: 10px 20px;
}

/* line 30, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .card-header h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #4e4e4a;
  line-height: 35px;
}

/* line 35, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .card-header h2 a {
  font-weight: 100;
  color: #4e4e4a;
}

/* line 38, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .card-header .subtitle {
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .product-price {
  margin: 15px 0;
  font-weight: 300;
  font-size: 33px;
  color: #656561;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 47, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .product-price span:first-child {
  font-size: 0.5em;
}

/* line 49, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .product-price .span-euro-tag {
  margin-left: -10px;
  font-size: 0.7em;
  vertical-align: text-top;
}

/* line 53, app/assets/stylesheets/partials_iversity/_bundle.sass */
.bonus-card .card-footer {
  text-align: right;
}

/* line 1, app/assets/stylesheets/partials_iversity/_courses.sass */
.prettyradio label, .prettycheckbox label {
  width: 80%;
}

/* line 4, app/assets/stylesheets/partials_iversity/_courses.sass */
.main-resource-nav .resource-title {
  font-weight: 600;
  font-size: 20px;
}

/* line 11, app/assets/stylesheets/partials_iversity/_courses.sass */
.Course__TitleBigHeading {
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 15, app/assets/stylesheets/partials_iversity/_courses.sass */
.Course__TitleBigHeading h1 {
  margin: 0 0 7px 0;
  padding: 0;
}

/* line 18, app/assets/stylesheets/partials_iversity/_courses.sass */
.Course__TitleBigHeading h1 span {
  float: right;
  margin-top: 20px;
}

/* line 21, app/assets/stylesheets/partials_iversity/_courses.sass */
.Course__TitleBigHeading label {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 3px;
}

/* line 29, app/assets/stylesheets/partials_iversity/_courses.sass */
.group-actions .course-header {
  width: 80%;
}

/* line 31, app/assets/stylesheets/partials_iversity/_courses.sass */
.group-actions .course-title {
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/partials_iversity/_courses.sass */
.course_admin {
  color: #a60e80;
}

/* line 37, app/assets/stylesheets/partials_iversity/_courses.sass */
.organisation-logo {
  /* height: 85px */
  max-width: 17%;
  max-height: 10%;
  /* width: auto */
}

/* line 48, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-header .list-none {
  margin-left: 4px;
}

/* line 50, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-header .organisation {
  font-style: normal;
}

/* line 53, app/assets/stylesheets/partials_iversity/_courses.sass */
.courses-list + .sidebar {
  padding-left: 40px;
}

/* line 57, app/assets/stylesheets/partials_iversity/_courses.sass */
.meta {
  font-size: 14px;
  margin-bottom: 10px;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 63, app/assets/stylesheets/partials_iversity/_courses.sass */
.meta li {
  float: left;
  margin-right: 7px;
}

/* line 66, app/assets/stylesheets/partials_iversity/_courses.sass */
.meta li a {
  font-weight: normal;
}

/* line 69, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card-tab {
  padding: 20px;
  border-top: none;
}

/* line 73, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card-tab > h2:first-child {
  margin: 10px 0 20px 0;
}

/* line 76, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card-tab.card-closed {
  border-top: 1px solid #d9d9d7;
}

/* line 80, app/assets/stylesheets/partials_iversity/_courses.sass */
.custom-btn-tabs-wrapper {
  border-bottom: none;
}

/* line 83, app/assets/stylesheets/partials_iversity/_courses.sass */
.custom-btn-tabs-wrapper > li a {
  display: block;
  border: none;
  padding: 15px;
  margin-bottom: 20px;
  color: #4e4e4a;
  background: #f1f1f1;
  text-align: center;
}

/* line 91, app/assets/stylesheets/partials_iversity/_courses.sass */
.custom-btn-tabs-wrapper > li a:hover, .custom-btn-tabs-wrapper > li a.active {
  color: white;
  background: #007373;
}

/* line 95, app/assets/stylesheets/partials_iversity/_courses.sass */
.custom-btn-tabs-wrapper > li.active > a, .custom-btn-tabs-wrapper > li.active > a:focus, .custom-btn-tabs-wrapper > li.active > a:hover {
  color: white;
  background: #007373;
  border: none;
}

/* line 101, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card {
  padding: 20px;
  border-top: 1px solid #d9d9d7;
  position: relative;
  margin-top: 30px;
}

/* line 107, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card > .header {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* line 112, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card > .header .meta .first {
  position: relative;
  left: -20px;
  padding: 0px 7px;
  background-color: #007373;
  color: white;
}

/* line 119, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card > .header .ribbon {
  top: 20px;
}

/* line 121, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card > .header .title-link {
  margin-top: 0;
  font-weight: 100;
  font-size: 35px;
  line-height: 35px;
  color: #a1a19f;
}

/* line 128, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card .footer {
  border-top: 1px solid #d9d9d7;
  padding-top: 15px;
  margin-top: 15px;
}

/* line 132, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card .footer .footer-meta {
  font-size: 14px;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 138, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card .footer .footer-meta li {
  float: left;
  margin-right: 10px;
}

/* line 141, app/assets/stylesheets/partials_iversity/_courses.sass */
.item-card .footer .footer-meta li i {
  position: relative;
  top: -2px;
}

/* line 146, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .new-announcement {
  margin-top: 30px;
}

/* line 148, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .manage-announcements {
  color: #a60e80;
  font-size: 18px;
  margin-top: 10px;
  position: absolute;
}

/* line 153, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement:first-child {
  margin-top: 30px;
  border: none;
}

/* line 156, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .preview-announcement {
  word-wrap: break-word;
}

/* line 159, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement-filters {
  margin-top: 20px;
}

/* line 162, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement-filtered {
  position: relative;
  margin: 10px 0;
}

/* line 165, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement-filtered li {
  clear: both;
  background: #ececea;
  padding: 0px 7px;
}

/* line 169, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement-filtered a {
  margin-left: 10px;
}

/* line 171, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement-filtered a i.expanded:before {
  content: '\f146';
}

/* line 173, app/assets/stylesheets/partials_iversity/_courses.sass */
.announcements .announcement-filtered ul {
  border-top: 1px solid white;
}

/* line 177, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state {
  position: relative;
  bottom: 20px;
  margin-left: 15px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: #a60e80;
}

/* line 187, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state:before {
  font-family: 'Font Awesome 5 Free';
  line-height: 3;
  margin-right: 3px;
}

/* line 191, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state.draft:before {
  content: "\f0ad";
}

/* line 193, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state.announced:before {
  content: "\f06e";
}

/* line 195, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state.preview:before {
  content: "\f091";
}

/* line 197, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state.active:before {
  content: "\f04b";
}

/* line 199, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state.archived:before {
  content: "\f187";
}

/* line 201, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-state.scheduled:before {
  content: "\f133";
}

/* line 204, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-question {
  margin-bottom: 15px;
}

/* line 207, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-question .header h4 {
  margin-bottom: 0;
}

/* line 209, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-question .footer-meta {
  font-size: 14px;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 215, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-question .footer-meta li {
  float: left;
  margin-right: 10px;
}

/* line 218, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-question .footer-meta li i {
  position: relative;
  top: -2px;
}

/* line 222, app/assets/stylesheets/partials_iversity/_courses.sass */
.instructors-list-edit {
  list-style: none;
}

/* line 224, app/assets/stylesheets/partials_iversity/_courses.sass */
.instructors-list-edit li {
  clear: both;
  margin-bottom: 7px;
}

/* line 227, app/assets/stylesheets/partials_iversity/_courses.sass */
.instructors-list-edit .i-drag {
  margin-right: 5px;
  height: 24px;
}

/* line 231, app/assets/stylesheets/partials_iversity/_courses.sass */
table.memberships .instructors-list-edit td {
  vertical-align: middle;
}

/* line 235, app/assets/stylesheets/partials_iversity/_courses.sass */
.vjs-tech:hover {
  cursor: pointer;
}

/* line 238, app/assets/stylesheets/partials_iversity/_courses.sass */
.courses-heading {
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 242, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters {
  padding: 15px;
  background-color: #ececea;
  margin-bottom: 20px;
}

/* line 246, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters select {
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters .filter-buttons li {
  margin: 0;
  padding: 0;
  float: left;
}

/* line 254, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters .filter-buttons li.active a {
  background-color: #578319;
}

/* line 256, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters a:hover {
  background-color: #578319;
}

/* line 258, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters .btn-sm, .course-filters .btn-group-sm > .btn, .course-filters .btn-group-sm > .sapCpButton {
  padding: 5px 18px;
}

/* line 261, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters select {
  width: 100%;
}

/* line 263, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters .filter-search {
  position: relative;
}

/* line 265, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters .filter-search input {
  margin: 0;
  padding: 0 60px 0 20px;
  width: 100%;
  float: left;
  height: 31px;
}

/* line 271, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-filters .filter-search .btn, .course-filters .filter-search .sapCpButton {
  position: absolute !important;
  right: 0;
}

/* line 276, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-courses .heading {
  margin-bottom: 30px;
}

/* line 278, app/assets/stylesheets/partials_iversity/_courses.sass */
.related-courses .heading h1 {
  margin-bottom: 0;
}

/* line 281, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-vertical-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  /* line 281, app/assets/stylesheets/partials_iversity/_courses.sass */
  .share-vertical-fixed {
    display: none;
  }
}

/* line 290, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-vertical-fixed .share-title {
  display: block;
  width: 55px;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase;
  background: #656561;
  color: white;
}

/* line 299, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-vertical-fixed .btn, .share-vertical-fixed .sapCpButton {
  width: 55px;
  height: 55px;
  padding: 0;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
}

/* line 307, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-horizontal {
  margin-top: -25px;
  text-align: center;
}

/* line 311, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-horizontal .list-none li {
  margin-right: 10px;
  float: left;
}

/* line 314, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-horizontal .list-none li:last-child {
  margin-right: 0;
}

/* line 316, app/assets/stylesheets/partials_iversity/_courses.sass */
.share-horizontal .btn, .share-horizontal .sapCpButton {
  width: 55px;
  height: 55px;
  padding: 0;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
}

/* line 324, app/assets/stylesheets/partials_iversity/_courses.sass */
.filter-address {
  margin-bottom: 10px;
  padding: 7px;
  background-color: #ececea;
}

/* line 328, app/assets/stylesheets/partials_iversity/_courses.sass */
.filter-address a {
  margin-right: 10px;
  color: #a1a19f;
}

/* line 341, app/assets/stylesheets/partials_iversity/_courses.sass */
.courses-card-grid .course-card {
  margin-bottom: 30px;
  height: 100%;
}

/* line 345, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-bottom {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* line 352, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card {
  border: 1px solid #c1c2c1;
  color: black;
  position: relative;
}

/* line 357, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .ribbon {
  right: -14px;
  top: 15px;
}

/* line 360, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .rating-display {
  margin-top: 0.1rem;
}

/* line 366, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-cover {
  display: block;
  width: 100%;
  aspect-ratio: 72/37;
  object-fit: cover;
}

/* line 376, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-lang-wrapper .course-card-lang:nth-of-type(3) {
  left: 80px;
}

/* line 378, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-lang-wrapper .course-card-lang:nth-of-type(2) {
  left: 48px;
}

/* line 380, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-lang-wrapper .course-card-lang:nth-of-type(1) {
  left: 16px;
}

/* line 383, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-lang {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 30px;
  height: 20px;
  text-align: center;
  background: #333330;
  font-size: 10px;
  border: 1px solid #a1a19f;
  border-bottom: none;
}

/* line 398, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .h3 {
  font-weight: 300;
  font-size: 23px;
}

/* line 401, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .h3[lang="de"] {
  hyphens: auto;
}

/* line 404, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-meta {
  min-height: 35px;
}

/* line 407, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-info {
  min-height: 150px;
}

/* line 410, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-org-carousel-wrapper {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 72px;
  height: 72px;
  padding: 8px;
  background-color: white;
}

/* line 419, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-org-carousel {
  position: relative;
  height: 100%;
}

/* line 423, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-org-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 434, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label {
  margin-right: initial;
  line-height: initial;
  font-size: 14px;
  font-weight: 800;
}

/* line 439, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label.course-card-label-pro {
  color: #007373;
}

/* line 441, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label.course-card-label-free {
  color: #578319;
}

/* line 444, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label.course-card-label-etcs {
  color: #FFCC00;
}

/* line 447, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label.course-card-label-bundle {
  color: #a60e80;
}

/* line 450, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label.course-card-label-espresso {
  color: #d83918;
}

/* line 453, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-label .course-card-label-trial {
  position: absolute;
  bottom: -5px;
  right: 0px;
  padding-top: 3px;
}

/* line 459, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card .course-card-progress-wrapper {
  position: relative;
  bottom: auto;
  width: auto;
  height: 15px;
}

/* line 465, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-progress-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
}

/* line 470, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-progress-wrapper > * {
  height: 15px;
}

/* line 473, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-progress-bar {
  margin: 0 18px;
  background: black;
  border-top-right-radius: 10px;
  background-color: #d9d9d7;
  overflow: hidden;
}

/* line 480, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-progress {
  width: 0%;
  background-color: #578319;
}

/* line 484, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-card-progress span {
  margin-left: 7px;
  font-size: 0.7rem;
  color: white;
  font-weight: bold;
  vertical-align: text-top;
}

/* line 493, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-admin {
  color: #a60e80;
}

/* line 495, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-admin:hover {
  color: #d512a4;
}

/* line 499, app/assets/stylesheets/partials_iversity/_courses.sass */
table .course-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 505, app/assets/stylesheets/partials_iversity/_courses.sass */
table .slug {
  font-size: 13px;
  color: #a1a19f;
  font-style: italic;
}

/* line 510, app/assets/stylesheets/partials_iversity/_courses.sass */
.js-stick-element.stick-element {
  position: fixed;
  top: 0;
  z-index: 1;
}

/* line 516, app/assets/stylesheets/partials_iversity/_courses.sass */
.sidebar .js-stick-element {
  margin-top: 31px;
}

/* line 518, app/assets/stylesheets/partials_iversity/_courses.sass */
.sidebar .js-stick-element.stick-element {
  margin-top: 51px;
}

/* line 521, app/assets/stylesheets/partials_iversity/_courses.sass */
.memberships.table .role-col {
  background-color: #f1f1f1;
}

/* line 524, app/assets/stylesheets/partials_iversity/_courses.sass */
.course-feedback-entry {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
}

/* line 530, app/assets/stylesheets/partials_iversity/_courses.sass */
.feedback-banner {
  background-color: #7CD0E4;
  padding: 0;
  position: relative;
}

/* line 534, app/assets/stylesheets/partials_iversity/_courses.sass */
.feedback-banner .p2 {
  position: relative;
  z-index: 2;
}

/* line 537, app/assets/stylesheets/partials_iversity/_courses.sass */
.feedback-banner img.panda-star {
  z-index: 1;
  shape-outside: url("https://cdn.iversity.org/assets/panda-52b90b8a279022971d55dff056e33b754fa052ae9c6307ab9a0510a35a33f7c6.png");
  shape-image-threshold: 0.1;
  width: 115px;
  height: 216px;
  float: right;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

/* line 549, app/assets/stylesheets/partials_iversity/_courses.sass */
#feedbackModal .modal-body {
  padding: 0;
}

/* line 552, app/assets/stylesheets/partials_iversity/_courses.sass */
#feedbackModal .feedback-banner {
  padding-bottom: 0;
}

/* line 555, app/assets/stylesheets/partials_iversity/_courses.sass */
#feedbackModal .close {
  position: absolute;
  right: 1rem;
  z-index: 3;
}

/* line 560, app/assets/stylesheets/partials_iversity/_courses.sass */
#feedbackModal .rating-widget-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  /* line 567, app/assets/stylesheets/partials_iversity/_courses.sass */
  #feedbackModal .rating-widget label {
    font-size: 40px;
  }
  /* line 573, app/assets/stylesheets/partials_iversity/_courses.sass */
  #feedbackModal .rating-widget > label[for=star5] {
    width: 5rem;
  }
}

@media (max-width: 991px) {
  /* line 577, app/assets/stylesheets/partials_iversity/_courses.sass */
  #feedbackModal .rating-widget-center {
    padding-left: 2rem;
  }
}

/* line 2, app/assets/stylesheets/partials_iversity/_markdown.sass */
#markdown-image-modal small {
  line-height: 1.2em;
}

/* line 5, app/assets/stylesheets/partials_iversity/_markdown.sass */
#markdown-image-modal .insert-image {
  padding: 0 15px 15px 15px;
}

/* line 8, app/assets/stylesheets/partials_iversity/_markdown.sass */
#markdown-image-modal .label-danger {
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/partials_iversity/_markdown.sass */
#markdown-image-modal .image-actions {
  min-height: 36px;
}

/* line 12, app/assets/stylesheets/partials_iversity/_markdown.sass */
#markdown-image-modal .image-actions input {
  max-width: 75px;
}

/* line 19, app/assets/stylesheets/partials_iversity/_markdown.sass */
.course-info li li,
.ivUserGeneratedContent li li,
.wmd-preview li li {
  transform: translateY(-10px);
}

/* line 22, app/assets/stylesheets/partials_iversity/_markdown.sass */
.wmd-inline-preview-button {
  position: absolute;
  right: 30px;
  top: -5px;
  width: auto;
  height: auto;
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 0.3rem 0.5rem;
  background-color: white;
  outline: none;
}

/* line 33, app/assets/stylesheets/partials_iversity/_markdown.sass */
.wmd-inline-preview-button:hover {
  background-color: #cccccc;
}

/* line 36, app/assets/stylesheets/partials_iversity/_markdown.sass */
.markdown-inline-preview {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #656561;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  min-height: 75px;
}

/* line 49, app/assets/stylesheets/partials_iversity/_markdown.sass */
.wmd-button-bar {
  position: relative;
}

/* line 3, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header .header-box {
  padding-top: 180px;
  padding-bottom: 90px;
  max-width: 750px;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header h1 {
  font-size: 65px;
  line-height: 66px;
}

/* line 11, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header .sub-header {
  max-width: 650px;
  font-size: 1.2em;
  margin: 0 auto;
}

/* line 15, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header .campaign-timer {
  margin: 0 auto;
  margin-top: 90px;
  max-width: 550px;
}

/* line 20, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header .campaign-timer .row .time-box div {
  background: white;
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
  padding: 25px 10px 5px 10px;
  color: #333330;
}

/* line 27, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header .campaign-timer .row .time-box.zero div {
  color: #E85031;
}

/* line 29, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .promo-header .campaign-timer .row .time-box .label-counter {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 10px 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .general-stats {
  background-color: #ececea;
}

/* line 38, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .general-stats .stats-table {
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .general-stats .stats-table .c-green {
  color: #578319;
}

/* line 42, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .general-stats .stats-table .stats-value {
  margin-top: 10px;
  font-size: 45px;
  font-family: "Proxima-Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 48, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referrals-list .referral-card {
  margin-bottom: 20px;
}

/* line 50, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referrals-list .referral-card .card-thumb {
  overflow: hidden;
  float: left;
  max-width: 50px;
  height: 50px;
  border-right: 5px solid #7CD0E4;
  margin-right: 10px;
}

/* line 57, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referrals-list .referral-card .card-thumb img {
  height: 50px;
  max-width: none;
}

/* line 60, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referrals-list .referral-card .card-title {
  display: inline-block;
}

/* line 62, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referrals-list .referral-card .referral-link-field {
  box-sizing: border-box;
  max-width: 220px;
  margin: 5px auto;
  text-align: center;
  margin-top: 0px;
}

/* line 70, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .node {
  cursor: pointer;
  stroke: #656561;
  stroke-width: 0.5px;
}

/* line 75, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .link {
  fill: none;
  stroke: #c1c2c1;
  stroke-width: 1.5px;
}

/* line 80, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/* line 87, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* line 97, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/* line 102, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend {
  width: 330px;
  overflow: auto;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 110, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend ul li {
  width: 140px;
}

/* line 112, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend ul li:first-child {
  width: 300px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 116, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend ul li span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid black;
}

/* line 122, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor0 {
  background-color: #fff;
}

/* line 124, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor1 {
  background-color: #a1a19f;
}

/* line 126, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor2 {
  background-color: #ea4e44;
}

/* line 128, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor3 {
  background-color: #ffcc00;
}

/* line 130, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor4 {
  background-color: #84cee4;
}

/* line 132, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor5 {
  background-color: #AECB36;
}

/* line 134, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .impact-tree-legend .nodecolor6 {
  background-color: #a60e80;
}

/* line 137, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referral-link-small {
  margin-top: 10px;
}

/* line 140, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .referral-scores-small {
  margin-top: 10px;
}

/* line 143, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .know-more {
  background-color: #ececea;
}

/* line 146, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .what-you-get {
  text-align: center;
  background-color: #ececea;
}

/* line 150, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .what-you-get .section-heading p {
  margin-bottom: 40px;
}

/* line 153, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .what-you-get h3 {
  margin-top: 30px;
}

/* line 155, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .what-you-get .row {
  margin-bottom: 40px;
}

/* line 159, app/assets/stylesheets/partials_iversity/_referrals.sass */
body.my-referrals .what-you-get .responsive-circle i:before {
  font-size: 1em;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 164, app/assets/stylesheets/partials_iversity/_referrals.sass */
  body.my-referrals .promo-header {
    background-image: none !important;
    background-color: #656561 !important;
  }
  /* line 167, app/assets/stylesheets/partials_iversity/_referrals.sass */
  body.my-referrals .promo-header .header-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 170, app/assets/stylesheets/partials_iversity/_referrals.sass */
  body.my-referrals .promo-header .campaign-timer {
    margin-top: 40px;
  }
  /* line 173, app/assets/stylesheets/partials_iversity/_referrals.sass */
  body.my-referrals .promo-header .campaign-timer .row .time-box div {
    font-size: 60px;
    line-height: 60px;
    padding-top: 20px;
  }
  /* line 178, app/assets/stylesheets/partials_iversity/_referrals.sass */
  body.my-referrals .promo-header .campaign-timer .row .time-box .label-counter {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px 16px 10px;
  }
  /* line 183, app/assets/stylesheets/partials_iversity/_referrals.sass */
  body.my-referrals .referrals-list .referral-card .card-content.ambassador-separator {
    border-right: none;
    border-left: none;
  }
}

/* line 1, app/assets/stylesheets/partials_iversity/_general_elements.sass */
::selection {
  background-color: #BFDA9B;
}

/* line 4, app/assets/stylesheets/partials_iversity/_general_elements.sass */
::-moz-selection {
  background-color: #BFDA9B;
  color: #333330;
}

/* line 8, app/assets/stylesheets/partials_iversity/_general_elements.sass */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 16px;
}

/* line 15, app/assets/stylesheets/partials_iversity/_general_elements.sass */
h1 .highlight, h2 .highlight, h3 .highlight, h4 .highlight, h5 .highlight, h6 .highlight, p .highlight {
  color: #578319;
  font-weight: 400;
}

/* line 19, app/assets/stylesheets/partials_iversity/_general_elements.sass */
h1 {
  letter-spacing: -0.049em;
}

/* line 22, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.h2, .h3, .h4, .h5, .h6 {
  letter-spacing: normal;
}

/* line 25, app/assets/stylesheets/partials_iversity/_general_elements.sass */
a {
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/partials_iversity/_general_elements.sass */
a:hover, a:active {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.container {
  padding: 20px 20px 0px 20px;
}

/* line 34, app/assets/stylesheets/partials_iversity/_general_elements.sass */
#main .container {
  padding-bottom: 20px;
}

/* line 40, app/assets/stylesheets/partials_iversity/_general_elements.sass */
body.iframe .container {
  width: 100%;
}

/* line 45, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon {
  z-index: 1;
  position: absolute;
  right: 1px;
  top: -15px;
  padding: 5px 20px;
  line-height: 20px;
  font-size: 12px;
  background: #c1c2c1;
}

/* line 55, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon .ribbon-content {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

/* line 59, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #a1a19f transparent transparent transparent;
  bottom: -14px;
  right: 0;
  border-width: 14px 14px 0 0;
}

/* line 68, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon.ribbon-left {
  right: auto;
  left: 1px;
}

/* line 71, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon.ribbon-left .ribbon-content:after {
  right: auto;
  left: 0;
  border-width: 14px 0 0 14px;
}

/* line 75, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon-large {
  font-size: 15px;
  line-height: 15px;
  padding: 12px 35px;
  top: -25px;
}

/* line 81, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon-free {
  background: #578319;
  color: white;
}

/* line 85, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ribbon-pro {
  background: #007373;
}

/* line 88, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.track-corporate-header .ribbon {
  top: 20px;
  background: #578319;
  color: white;
}

/* line 93, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.promo-wrapper {
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -6px;
  right: 10px;
  bottom: 10px;
  background-color: #E85031;
}

/* line 103, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.badge-grade-wrapper {
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 9px;
  right: 10px;
  bottom: 10px;
}

/* line 111, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.badge-grade-wrapper .badge-grade {
  height: 50px;
  background: #578319;
  width: 200px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-family: sans-serif;
  color: white;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: -64px;
  box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.34);
}

/* line 125, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.badge-grade-wrapper .badge-grade:after {
  position: absolute;
  content: '';
  display: block;
  height: 100px;
  width: 100px;
  background: transparent;
  top: -55px;
  left: 130px;
  transform: rotate(-45deg);
  box-shadow: -115px -121px 0px 0px transparent;
}

/* line 136, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.badge-grade-wrapper .badge-grade .left {
  position: absolute;
  content: '';
  display: block;
  top: 50px;
  left: 25px;
  height: 8px;
  width: 8px;
  background: linear-gradient(135deg, #5a926a 50%, rgba(90, 146, 106, 0) 50.1%);
}

/* line 145, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.badge-grade-wrapper .badge-grade .right {
  position: absolute;
  content: '';
  display: block;
  top: 50px;
  left: 157px;
  height: 8px;
  width: 8px;
  background: linear-gradient(135deg, #5a926a 50%, rgba(90, 146, 106, 0) 50.1%);
  transform: rotate(90deg);
}

/* line 155, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.badge-grade-wrapper .badge-grade .current-grade {
  font-weight: bold;
  position: relative;
  left: -5px;
  top: 1px;
  font-size: 25px;
}

/* line 162, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.i-drag {
  width: 9px;
  height: 30px;
  background-image: url("https://cdn.iversity.org/assets/draggable-79556f24c226f3067824dd83505a61a37af3fa0391ec9f52659f0a8ea0770b9d.png");
  background-repeat: no-repeat;
}

/* line 170, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.i-drag:hover {
  cursor: move;
}

/* line 174, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.share-popover .fa.fa-share {
  vertical-align: -2px;
}

/* line 176, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.share-popover:hover {
  cursor: pointer;
}

/* line 179, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.list-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #656561;
}

/* line 185, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-meta {
  padding-top: 10px;
  border-top: 1px solid #c1c2c1;
  font-size: 12px;
  min-width: 50%;
  line-height: 50px;
}

/* line 191, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-meta li {
  display: inline;
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 30px;
}

@media (max-width: 1200px) {
  /* line 198, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .course-meta li .meta-label {
    display: none;
  }
}

/* line 201, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-meta li i {
  vertical-align: 0;
}

/* line 203, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-meta li > a {
  color: #4e4e4a;
}

/* line 205, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-meta li > a:hover {
  cursor: pointer;
}

/* line 207, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-meta li > a i {
  vertical-align: -2px;
}

/* line 211, app/assets/stylesheets/partials_iversity/_general_elements.sass */
h1.c-course, h1.c-profile, h1.c-announcement, h1.c-deadline, h1.c-date, h1.c-discussion, h1.c-reference, h1.c-neutral, h2.c-course, h2.c-profile, h2.c-announcement, h2.c-deadline, h2.c-date, h2.c-discussion, h2.c-reference, h2.c-neutral, h3.c-course, h3.c-profile, h3.c-announcement, h3.c-deadline, h3.c-date, h3.c-discussion, h3.c-reference, h3.c-neutral, h4.c-course, h4.c-profile, h4.c-announcement, h4.c-deadline, h4.c-date, h4.c-discussion, h4.c-reference, h4.c-neutral, h5.c-course, h5.c-profile, h5.c-announcement, h5.c-deadline, h5.c-date, h5.c-discussion, h5.c-reference, h5.c-neutral, h6.c-course, h6.c-profile, h6.c-announcement, h6.c-deadline, h6.c-date, h6.c-discussion, h6.c-reference, h6.c-neutral, .group-actions.c-course, .group-actions.c-profile, .group-actions.c-announcement, .group-actions.c-deadline, .group-actions.c-date, .group-actions.c-discussion, .group-actions.c-reference, .group-actions.c-neutral {
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 0;
}

/* line 233, app/assets/stylesheets/partials_iversity/_general_elements.sass */
hr {
  border-top: 1px solid #c1c2c1;
}

/* line 236, app/assets/stylesheets/partials_iversity/_general_elements.sass */
li > hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.gray-bg {
  background-color: #f1f1f1 !important;
}

/* line 245, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.bgfiller {
  padding: 20px;
  box-sizing: border-box;
}

/* line 249, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card {
  cursor: pointer;
}

/* line 252, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card.expanded .instructor-card-info {
  background-color: #DBECB9;
}

/* line 254, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card.expanded .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 256, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card.expanded .instructor-card-more {
  display: none;
}

/* line 258, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card.expanded .btn-profile {
  display: block;
}

/* line 260, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card .instructor-card-info {
  background-color: #ececea;
  border-left: 5px solid #578319;
}

/* line 263, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card .btn-profile {
  text-align: center;
  display: none;
  padding: 0.5rem;
  background-color: #BFDA9B;
  color: #416100;
}

/* line 269, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card .btn-profile:hover {
  background-color: #578319;
}

/* line 271, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card .fa-chevron-down {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #578319;
}

/* line 276, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card .instructor-card-more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30%, #ececea 70%, #ececea);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.8rem;
  width: 100%;
}

/* line 284, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.instructor-card .instuctor-card-description p:last-child {
  margin-bottom: 0;
}

/* line 290, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details[open] .md-col-10 {
  background-color: #DBECB9;
}

/* line 292, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details[open] .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 294, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details summary {
  cursor: pointer;
}

/* line 296, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details .md-col-10 {
  background-color: #ececea;
  border-left: 5px solid #578319;
}

/* line 299, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details .btn-profile {
  text-align: center;
  display: block;
  padding: 0.5rem;
  background-color: #BFDA9B;
  color: #416100;
}

/* line 305, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details .btn-profile:hover {
  background-color: #578319;
}

/* line 307, app/assets/stylesheets/partials_iversity/_general_elements.sass */
details.instructor-details .fa-chevron-down {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #578319;
}

/* line 336, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.block-wrapper {
  margin-bottom: 20px;
}

/* line 340, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.enroll .enroll-with-facebook-link {
  margin-right: 10px;
}

/* line 342, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.enroll .btn, .enroll .sapCpButton {
  margin-bottom: 15px;
}

/* line 345, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper, .button-dropdown-wrapper {
  position: relative;
  margin: 0 10px;
}

/* line 348, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper .btn, .course-instances-wrapper .sapCpButton, .button-dropdown-wrapper .btn, .button-dropdown-wrapper .sapCpButton {
  display: block;
}

/* line 350, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper .selected-session, .button-dropdown-wrapper .selected-session {
  margin-top: 5px;
}

/* line 352, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper .dropdown-menu, .button-dropdown-wrapper .dropdown-menu {
  left: 0;
  right: auto;
  text-align: left;
}

/* line 356, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper .dropdown-menu:before, .button-dropdown-wrapper .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  right: auto;
  left: 9px;
}

/* line 367, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper .dropdown-menu:after, .button-dropdown-wrapper .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  right: auto;
  left: 10px;
}

/* line 378, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.course-instances-wrapper .dropdown-menu .active > a, .button-dropdown-wrapper .dropdown-menu .active > a {
  background-color: #a1a19f;
  background-image: none;
}

/* line 382, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu {
  margin: 0;
  padding: 0;
}

/* line 387, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu .btn-group a {
  background: transparent;
}

/* line 389, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu .btn-group a:hover {
  background-color: #ececea;
}

/* line 392, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu:hover {
  background-color: transparent;
}

/* line 395, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu .open .btn.dropdown-toggle, .context-menu .open .dropdown-toggle.sapCpButton {
  color: #d9d9d7;
  box-shadow: none;
}

/* line 398, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu .btn.dropdown-toggle, .context-menu .dropdown-toggle.sapCpButton {
  padding: 0;
}

/* line 401, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu .btn.dropdown-toggle:hover, .context-menu .dropdown-toggle.sapCpButton:hover, .context-menu .btn.dropdown-toggle:active, .context-menu .dropdown-toggle.sapCpButton:active {
  color: #d9d9d7;
}

/* line 403, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu a {
  color: #a1a19f;
}

/* line 405, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.context-menu a:hover {
  background-color: #d9d9d7;
}

/* line 409, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  border-radius: 2px;
  color: #a1a19f;
}

/* line 417, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.finished, .icon-resource.success {
  color: #578319;
}

/* line 419, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.failed {
  color: #F6AC8F;
}

/* line 423, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.fill {
  background-color: #007373;
  color: white;
  padding: 7px 6px 5px 6px;
}

/* line 427, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.empty:before {
  content: "\f071";
}

/* line 429, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.unit_video:before {
  content: "\f03d";
}

/* line 432, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.lti_service:before {
  content: "\f35d";
}

/* line 434, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.journal_video:before {
  content: "\f03d";
}

/* line 436, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.document:before {
  content: "\f15b";
}

/* line 438, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.image:before {
  content: "\f03e";
}

/* line 440, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.audio:before {
  content: "\f028";
}

/* line 442, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.link:before {
  content: "\f0c1";
}

/* line 444, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.quiz:before {
  content: "\f0eb";
}

/* line 446, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.literature_entry:before {
  content: "\f10d";
}

/* line 448, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.text:before {
  content: "\f15c";
}

/* line 450, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.test:before {
  content: "\f0eb";
}

/* line 452, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.homework:before {
  content: "\f14a";
}

/* line 454, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.journal:before {
  content: "\f044";
}

/* line 456, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.h5p:before {
  content: "\f87c";
}

/* line 458, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.exam:before {
  content: "\f091";
}

/* line 460, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.exam.project:before {
  content: "\F15C";
}

/* line 462, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.pdf:before {
  content: "\f1c1";
}

/* line 464, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.question:before {
  content: "\f128";
}

/* line 466, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.lesson_unit:before {
  content: "\f009";
}

/* line 468, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.not-available:before {
  content: "\f023";
}

/* line 470, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.icon-resource.other_file:before {
  content: "\f019";
}

/* line 474, app/assets/stylesheets/partials_iversity/_general_elements.sass */
body #main ul.dropdown-menu li > a:not(.ivAdminLink), body .nav.nav-tabs ul.dropdown-menu li > a:not(.ivAdminLink) {
  color: #333330;
}

/* line 477, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.email-share {
  position: relative;
  top: -3px;
}

/* line 480, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.email-share i {
  font-size: 20px;
}

/* line 483, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ui-sortable-helper {
  background-color: rgba(236, 236, 234, 0.7);
  opacity: 0.7;
}

/* line 487, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.Hamburger__Button {
  background-color: white !important;
}

/* line 489, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.Hamburger__Button:hover, .Hamburger__Button:active {
  background-color: white;
}

/* line 492, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.hamburger-button {
  padding: 0.5rem;
  border: none;
  font-size: 22px;
  background: white;
  line-height: 0;
}

/* line 498, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.hamburger-button:hover {
  background: #ececea;
}

/* line 502, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs {
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

/* line 508, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs.w-margins {
  margin: 15px 0;
}

/* line 511, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs.last-selected {
  background-color: #84cee4;
}

/* line 518, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li > * {
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: #007373;
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 529, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li > *:after, .breadcrumbs li > *:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
}

/* line 540, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li > *:after {
  border-left: 30px solid #007373;
  z-index: 2;
}

/* line 543, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li > *:before {
  border-left: 30px solid white;
  margin-left: 1px;
  z-index: 1;
}

/* line 547, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li:hover a {
  background: #007373;
}

/* line 549, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li:hover a:after {
  border-left-color: #007373;
}

/* line 552, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li:last-child > *:after, .breadcrumbs li:last-child > *:before, .breadcrumbs li:last-child > * {
  border: none;
  width: 100%;
  padding: 10px 30px 10px 55px;
}

/* line 557, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li:first-child > * {
  padding-left: 20px;
}

/* line 559, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li span, .breadcrumbs li a {
  background: #007373;
}

/* line 561, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li span:after, .breadcrumbs li a:after {
  border-left-color: #007373;
}

/* line 563, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li.active * {
  background: #154850;
}

/* line 565, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.breadcrumbs li.active *:after {
  border-left-color: #154850;
}

/* line 568, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.organisation {
  font-style: italic;
  margin: 0;
}

/* line 572, app/assets/stylesheets/partials_iversity/_general_elements.sass */
progress[value] {
  /* Reset the default appearance */
  appearance: none;
  height: 20px;
  margin: 0 10px;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
  padding: 2px;
}

/* line 580, app/assets/stylesheets/partials_iversity/_general_elements.sass */
progress[value]::-webkit-progress-bar {
  background-color: #ececea;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
  position: relative;
}

/* line 585, app/assets/stylesheets/partials_iversity/_general_elements.sass */
progress[value]::-webkit-progress-value {
  background-color: #007373;
}

/* line 588, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 593, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.preview-assessment-label {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  background-color: #a60e80;
  text-align: center;
  font-weight: bold;
  color: white;
}

/* line 601, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.preview-assessment-label.not-admin {
  background-color: #FFCC00;
  color: #656561;
}

/* line 605, app/assets/stylesheets/partials_iversity/_general_elements.sass */
input.referral-link-field {
  cursor: text;
  border: 1px solid #d9d9d7;
  background-color: #ececea;
  font-size: 12px;
  padding: 1px 7px;
}

/* line 611, app/assets/stylesheets/partials_iversity/_general_elements.sass */
input.referral-link-field:focus {
  outline: none;
}

/* line 614, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.input-stepper {
  appearance: textfield;
  width: 50%;
  float: left;
  text-align: center;
  text-align-appearance: none;
  text-align-margin: 0;
}

/* line 622, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.pointer {
  cursor: pointer;
}

/* line 627, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.input-stepper-btn {
  padding: 7px 15px 8px 15px;
}

/* line 629, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.input-stepper-btn.minus {
  float: left;
}

/* line 632, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond {
  width: 150px;
  height: 150px;
  color: white;
  border: 2px solid white;
  transform: rotate(45deg);
  display: table;
}

/* line 640, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-big {
  width: 250px;
  height: 250px;
}

/* line 643, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-big .sqr-diamond-content {
  font-size: 100px;
  line-height: 100px;
}

/* line 646, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-big .sqr-diamond-content small {
  font-size: 20px;
  line-height: 20px;
}

/* line 649, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-small {
  width: 100px;
  height: 100px;
}

/* line 652, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-small .sqr-diamond-content {
  font-size: 30px;
  line-height: 30px;
}

/* line 655, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-small .sqr-diamond-content small {
  font-size: 14px;
  line-height: 14px;
}

/* line 658, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-mini {
  width: 60px;
  height: 60px;
}

/* line 661, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-mini .sqr-diamond-content {
  font-size: 30px;
  line-height: 30px;
}

/* line 664, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-mini .sqr-diamond-content small {
  font-size: 12px;
  line-height: 12px;
}

/* line 668, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-blue {
  color: #007373;
  border: 2px solid #007373;
}

/* line 671, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-blue small {
  color: #007373;
}

/* line 673, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-blue.sqr-fill {
  background: #007373;
  color: white;
}

/* line 676, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond.sqr-blue.sqr-fill small {
  color: white;
}

/* line 679, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond .sqr-diamond-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-family: "Proxima-Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: rotate(-45deg);
}

/* line 687, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sqr-diamond .sqr-diamond-content small {
  display: block;
  padding-top: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 695, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.responsive-circle {
  width: 50%;
  margin: 0 auto;
}

/* line 698, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.responsive-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 4px solid #007373;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 707, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.responsive-circle i {
  margin: 0;
  vertical-align: 0;
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 3.1em;
  font-size: 5.5em;
  margin-top: -1.5em;
  text-align: center;
  color: #007373;
}

/* line 718, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.responsive-circle i.free-text {
  font-style: normal;
  font-size: 45px;
}

/* line 725, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.continuous-text > h1:first-child, .continuous-text h2:first-child, .continuous-text h3:first-child, .continuous-text h4:first-child, .continuous-text h5:first-child, .continuous-text h6:first-child {
  margin-top: 0;
}

/* line 727, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.continuous-text h1, .continuous-text h2, .continuous-text h3, .continuous-text h4, .continuous-text h5, .continuous-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 732, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 735, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs li {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  background-color: #f1f1f1;
  border: 1px solid #d9d9d7;
}

/* line 741, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs li a {
  margin: 0;
  border: none;
  color: #656561;
  font-weight: normal;
  position: relative;
}

/* line 747, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs li a .i-drag {
  height: 40px;
  position: absolute;
  top: 13px;
  left: 0px;
  display: inline-block;
}

/* line 754, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs li a .question-tab-number {
  text-transform: uppercase;
}

/* line 756, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs li a .question-tab-title {
  min-height: 24px;
}

/* line 758, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs > li.active {
  border: 1px solid #a1a19f;
}

/* line 760, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs > li.active > a {
  color: #4e4e4a;
  border: none;
  background: #c1c2c1;
}

/* line 765, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs > li.active > a:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 773, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs > li.active > a:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #c1c2c1;
  border-width: 18px;
  top: 50%;
  margin-top: -18px;
}

/* line 782, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.vertical-tabs .nav-tabs > :hover > a {
  color: #656561;
  border: none;
  position: relative;
  background: #c1c2c1;
}

/* line 789, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sidebar .sidebar-block {
  margin-bottom: 20px;
}

/* line 791, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sidebar .sidebar-block:last-child {
  margin-bottom: 0;
}

/* line 793, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sidebar .sidebar-block h1, .sidebar .sidebar-block h2, .sidebar .sidebar-block h3, .sidebar .sidebar-block h4, .sidebar .sidebar-block h5, .sidebar .sidebar-block h6 {
  margin-top: 0;
}

/* line 795, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.sidebar .fb-like {
  margin-bottom: 10px;
}

/* line 798, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.avatar-thumb {
  width: 100%;
}

/* line 801, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.profile-thumb-card {
  margin-right: 10px;
}

/* line 804, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.no-tab-content {
  margin-top: 20px;
}

/* line 807, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress {
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #578319;
}

/* line 812, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress .progress-mask {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #a1a19f;
  transition: height, 1.5s;
}

/* line 822, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress .progress-mask.ribbon-ending:after, .segment-progress .progress-mask.ribbon-ending:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* line 830, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress .progress-mask.ribbon-ending:before {
  left: 0;
  border-left: 5px solid #a1a19f;
}

/* line 833, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress .progress-mask.ribbon-ending:after {
  right: 0;
  border-right: 5px solid #a1a19f;
}

/* line 839, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress.exam-submitted .ribbon-ending:before {
  border-left-color: #578319;
}

/* line 841, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress.exam-submitted .ribbon-ending:after {
  border-right-color: #578319;
}

/* line 847, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #578319;
}

/* line 854, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.segment-progress-horizontal .progress-mask-horizontal {
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 0;
  right: 0;
  background-color: #a1a19f;
  transition: width, 1.5s;
}

/* line 863, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.collapse-toggle-big {
  font-size: 50px;
  color: #c1c2c1;
}

/* line 868, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.row.small-gutter [class*='col-']:first-child {
  padding-right: 4px;
}

/* line 871, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.row.small-gutter [class*='col-']:last-child {
  padding-left: 4px;
}

/* line 874, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.row.same-height {
  display: table;
}

/* line 876, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.row.same-height [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

/* line 882, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dl-icon-percentage dt {
  width: 7%;
  text-align: left;
}

/* line 885, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dl-icon-percentage dd {
  margin-left: 7%;
  margin-bottom: 15px;
}

/* line 889, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.fieldset-wrapper {
  padding: 20px;
  background-color: #ececea;
}

/* line 892, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.fieldset-wrapper p, .fieldset-wrapper label {
  font-weight: bold;
}

/* line 895, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap {
  position: relative;
  z-index: 1;
}

/* line 898, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  background: #E85031;
  color: #fff;
  text-align: center;
  padding: 0.2em 0.5em;
  width: 85%;
  margin: 20px auto;
}

/* line 908, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon:before, .true-ribbon-wrap .true-ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  border: 1em solid #f29e8d;
  z-index: -1;
}

/* line 915, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon:before {
  left: -1.5em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

/* line 919, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon:after {
  right: -1.5em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

/* line 923, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon .true-ribbon-content {
  text-transform: uppercase;
}

/* line 925, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon .true-ribbon-content:before, .true-ribbon-wrap .true-ribbon .true-ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #8a240f transparent transparent transparent;
  bottom: -0.5em;
}

/* line 932, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon .true-ribbon-content:before {
  left: 0;
  border-width: 0.5em 0 0 1em;
}

/* line 935, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.true-ribbon-wrap .true-ribbon .true-ribbon-content:after {
  right: 0;
  border-width: 0.5em 1em 0 0;
}

/* line 940, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters li:first-child {
  border-top: 1px solid #c1c2c1;
}

/* line 942, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters li {
  border-bottom: 1px solid #c1c2c1;
}

/* line 944, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters a {
  padding: 20px;
  display: block;
  font-weight: normal;
  color: #656561;
  font-size: 18px;
}

/* line 950, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters a:hover {
  color: #333330;
  background-color: #7CD0E4;
}

/* line 953, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters .description {
  color: #656561;
  line-height: 20px;
}

/* line 956, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters .active {
  background-color: #7CD0E4;
}

/* line 958, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.side-filters .active a {
  color: #333330;
}

/* line 965, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivSoftMetaInfo {
  color: #4e4e4a;
  font-size: 13px;
  font-weight: 400;
}

/* line 970, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAvatar {
  box-shadow: #a1a19f 0 0 1px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

/* line 978, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAvatar:focus {
  outline: none;
}

/* line 981, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAvatar--PopoverEnabled {
  cursor: pointer;
}

/* line 984, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAvatar--Large {
  width: 50px;
  min-width: 50px;
  height: 50px;
  max-height: 50px;
}

/* line 990, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAvatar--Larger {
  width: 60px;
  min-width: 60px;
  height: 60px;
  max-height: 60px;
}

/* line 995, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAvatar--Larger img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  max-height: 60px;
}

/* line 1001, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivMarginTop--50 {
  margin-top: 50px;
}

/* line 1005, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  /* line 1005, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .AvatarPopover {
    padding: 10px;
  }
}

/* line 1010, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Header {
  display: table;
}

/* line 1012, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Header div {
  display: table-cell;
  vertical-align: middle;
}

/* line 1016, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Header__Text {
  min-width: 160px;
  padding-left: 15px;
  line-height: 1.15em;
}

/* line 1020, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Header__Text p {
  margin: 0;
  line-height: 1.15em;
}

/* line 1024, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Name {
  font-size: 15px;
  font-weight: bold;
  color: black;
  padding-bottom: 8px;
}

/* line 1031, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.popover .popover-title {
  margin-bottom: 0px;
}

/* line 1034, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Info {
  color: #a1a19f !important;
  padding-bottom: 5px;
}

/* line 1038, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Footer {
  margin-top: 8px;
  display: table;
}

/* line 1041, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Footer a {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  line-height: 15px;
  white-space: nowrap;
}

/* line 1047, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.AvatarPopover__Footer a:first-child {
  padding-right: 15px;
}

/* line 1051, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeart {
  width: 30px;
  height: 27px;
  display: inline-block;
  fill: #c1c2c1;
}

/* line 1056, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeart svg {
  transition: fill 0.4s, transform 0.4s, opacity 0.4s;
  z-index: -1;
}

/* line 1060, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeart--HasLikes {
  fill: #E85031 !important;
}

/* line 1063, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeart--CanToggle {
  cursor: pointer;
}

/* line 1066, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeart--CannotToggle {
  cursor: not-allowed;
}

/* line 1069, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeart__Number {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 30px;
  text-align: center;
  color: white;
  font-size: 12px !important;
  font-weight: bold !important;
}

/* line 1079, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like, .btn-like.sapCpButton {
  border: none;
  background-color: #f1f1f1;
  color: #416100;
}

/* line 1083, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like .fa, .btn-like.sapCpButton .fa {
  display: none;
}

/* line 1085, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like .far, .btn-like.sapCpButton .far {
  display: block;
}

/* line 1088, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like:hover i.fa, .btn-like.sapCpButton:hover i.fa {
  display: block;
}

/* line 1090, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like:hover i.far, .btn-like.sapCpButton:hover i.far {
  display: none;
}

/* line 1092, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like:disabled, .btn-like.sapCpButton:disabled {
  opacity: 0.4;
}

/* line 1095, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like.js-ivHeart--UserLikesIt .fa, .btn-like.js-ivHeart--UserLikesIt.sapCpButton .fa {
  display: block;
}

/* line 1097, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.btn.btn-like.js-ivHeart--UserLikesIt .far, .btn-like.js-ivHeart--UserLikesIt.sapCpButton .far {
  display: none;
}

/* line 1100, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivStrip {
  background-color: #f1f1f1 !important;
  padding: 16px;
  border-top: 1px solid #c1c2c1;
}

/* line 1105, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivArticleForExtendedReading {
  max-width: 738px;
  margin: 0 auto;
  padding: 40px 0;
}

/* line 1110, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivArticleForExtendedReading h1 {
  margin-bottom: 15px;
}

/* line 1112, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivArticleForExtendedReading h2 {
  margin-top: 30px;
}

/* line 1118, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivCommentForm {
  padding-left: 75px;
  margin-top: 10px;
}

/* line 1122, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivCommentForm__TextareaAndAvatar {
  position: relative;
  overflow: visible;
}

/* line 1126, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivCommentForm__Avatar {
  position: absolute;
  top: 0;
  left: -60px;
}

/* line 1131, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivCommentForm__BubbleBit {
  position: absolute;
  top: 10px;
  left: -9px;
  z-index: 10;
}

/* line 1139, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.LegoContainer {
  padding: 0 15px 15px 0;
}

/* line 1142, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.LegoContainer:before {
  content: "";
  display: table;
}

/* line 1145, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.LegoContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1150, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.LegoElement {
  margin: 15px 0 0 15px;
}

@media screen and (max-width: 767px) {
  /* line 1155, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .ivFloatRightOrFullWidth {
    width: 100%;
    min-width: 100%;
  }
  /* line 1160, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .ivFloatRightOrFullWidth:before {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1164, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .ivFloatRightOrFullWidth:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  /* line 1155, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .ivFloatRightOrFullWidth {
    float: right;
  }
}

/* line 1172, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivButtonRightRounded {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1178, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAdminLink {
  color: #a60e80 !important;
}

/* line 1180, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivAdminLink:hover {
  color: #770a5c !important;
  background-color: transparent;
  cursor: pointer;
}

/* line 1185, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivBlueTextlink {
  color: #007373;
}

/* line 1187, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivBlueTextlink:hover, .ivBlueTextlink:active {
  color: #216D78;
  text-decoration: none;
}

/* line 1191, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHiddenInitially {
  display: none;
}

/* line 1196, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHeadingWithBackButton a {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 1196, app/assets/stylesheets/partials_iversity/_general_elements.sass */
  .ivHeadingWithBackButton a {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/* line 1205, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivTableHeading__SortIcon a {
  color: #c1c2c1 !important;
}

/* line 1208, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivTableHeading--Sorted {
  border-bottom: 3px solid #007373 !important;
}

/* line 1212, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivStackableBox {
  border: 1px solid #ececea;
}

/* line 1214, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivStackableBox + .ivStackableBox {
  border-top: none;
}

/* line 1217, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivFloatSpaced {
  float: left;
  display: inline-block;
  margin-right: 12px;
}

/* line 1228, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivUserContentActions__Heart {
  display: block;
}

/* line 1231, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivIconButton {
  color: #c1c2c1 !important;
}

/* line 1233, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivIconButton:hover {
  color: #a1a19f !important;
}

/* line 1236, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHoverOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #007373;
  opacity: 0;
  transition: opacity .2s;
}

/* line 1246, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivHoverOverlay:hover {
  opacity: .25;
}

/* line 1250, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivNoOutline:active, .ivNoOutline:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

/* line 1256, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.table-filters {
  float: right;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1265, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivUserGeneratedContent iframe {
  max-width: 100%;
  max-height: 500px;
}

/* line 1269, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivLoadMoreButton {
  background-color: #578319;
  transition: background-color 0.1s;
}

/* line 1272, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivLoadMoreButton:hover {
  background-color: #416100;
}

/* line 1275, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.ivEmptyState__Generic {
  padding: 1em 0;
  font-weight: 600;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1281, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.skip-link {
  border: 2px solid #578319;
  border-radius: 3px;
  color: #3c3c3c;
  font-weight: 700;
  text-decoration: none;
  left: 50%;
  padding: 0.5rem 1rem;
  position: absolute;
  transform: translate(-50%, -200%);
  transition: transform 0.3s;
}

/* line 1293, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.skip-link:focus {
  transform: translate(-50%, 0);
  color: #3c3c3c;
}

/* line 1297, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1301, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.link-blue {
  color: #007373;
  text-decoration: underline;
  font-weight: bold;
}

/* line 1305, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.link-blue:hover {
  color: #216D78;
}

/* line 1308, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dropdown-dots {
  position: relative;
}

/* line 1310, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dropdown-dots > button {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* line 1317, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dropdown-dots > button:hover {
  background-color: #f1f1f1;
}

/* line 1319, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dropdown-dots .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
}

/* line 1323, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.dropdown-dots .dropdown-menu li > a.c-orange {
  color: #F4941A !important;
}

/* line 1327, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.translation-wrapper .translation-tabs-wrapper {
  margin-left: 1rem;
}

/* line 1329, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.translation-wrapper .translation-tab {
  padding: 0.2rem 1rem;
  border: none;
  margin-right: 0.15rem;
  background: white;
  color: #656561;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
}

/* line 1338, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.translation-wrapper .translation-tab.tab-filled {
  background-color: #ACDDEA;
  color: #154850;
}

/* line 1341, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.translation-wrapper .translation-tab.active, .translation-wrapper .translation-tab:hover, .translation-wrapper .translation-tab.tab-filled:hover {
  background: #216D78;
  color: white;
}

/* line 1344, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.translation-wrapper .translation-content > * {
  display: none;
}

/* line 1346, app/assets/stylesheets/partials_iversity/_general_elements.sass */
.translation-wrapper .translation-content > *.active {
  display: block;
}

/* line 2, app/assets/stylesheets/partials_iversity/_pages.sass */
ul.administration-pages li {
  float: left;
  margin: 20px;
  width: 20%;
  height: 120px;
  border: 1px solid #a1a19f;
  border-radius: 4px;
  background: #ececea;
}

/* line 10, app/assets/stylesheets/partials_iversity/_pages.sass */
ul.administration-pages li:hover {
  background: #f1f1f1;
}

/* line 13, app/assets/stylesheets/partials_iversity/_pages.sass */
ul.administration-pages li i {
  font-size: 30px;
}

/* line 16, app/assets/stylesheets/partials_iversity/_pages.sass */
ul.administration-pages li a {
  padding: 31px;
  display: block;
  text-align: center;
  color: #656561;
}

/* line 22, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages {
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages:not(.promo-page) .partners {
  margin: 40px 0;
}

/* line 29, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages h3 {
  margin: 20px 0 15px 0;
  line-height: 120%;
}

/* line 32, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages p {
  margin: 0 0 5px 0;
}

/* line 35, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-header {
  margin: 0px 0 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d7;
}

/* line 40, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content {
  margin-bottom: 40px;
}

/* line 42, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content a {
  color: #216D78;
  font-weight: normal;
  text-decoration: underline;
}

/* line 46, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content a:hover {
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content .team-member img {
  width: 100%;
  border-bottom: 5px solid #578319;
}

/* line 52, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content .team-member .team-content {
  background-color: #f1f1f1;
  padding: 30px 20px;
}

/* line 56, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content .team-member .team-content header h4 {
  margin: 0;
}

/* line 58, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content .team-member .team-content header p {
  font-style: italic;
}

/* line 61, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages .pages-content ul li, body.pages .pages-content ol li {
  list-style-type: square;
}

/* line 63, app/assets/stylesheets/partials_iversity/_pages.sass */
body.pages.full-width {
  margin-bottom: 0;
}

/* line 73, app/assets/stylesheets/partials_iversity/_pages.sass */
.error-message {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
  font-size: 28px;
}

/* line 81, app/assets/stylesheets/partials_iversity/_pages.sass */
.error-message .http-status {
  font-size: 70px;
  color: #E85031;
}

/*
 * Tweaks for plugins
 * used at iversity
 */
/* line 7, app/assets/stylesheets/partials_iversity/_plugins.sass */
.input-group-addon-custom {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #ececea;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  vertical-align: top;
  margin-left: -1px;
}

/* line 23, app/assets/stylesheets/partials_iversity/_plugins.sass */
.input-group-addon-custom:hover {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/partials_iversity/_plugins.sass */
.input-group-addon-custom span {
  float: left;
}

/* line 28, app/assets/stylesheets/partials_iversity/_plugins.sass */
.bootstrap-datetimepicker-widget td .timepicker-hour, .bootstrap-datetimepicker-widget td .timepicker-minute {
  display: inline;
  float: none;
}

/* line 34, app/assets/stylesheets/partials_iversity/_plugins.sass */
.bvalidator_errmsg {
  background-color: #E85031;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border: none;
  border-radius: 0;
}

/* line 40, app/assets/stylesheets/partials_iversity/_plugins.sass */
.bvalidator_errmsg em {
  border-color: #E85031 transparent transparent;
}

/* line 43, app/assets/stylesheets/partials_iversity/_plugins.sass */
.bvalidator_invalid {
  border-bottom-color: #E85031 !important;
  color: #E85031 !important;
}

/* line 48, app/assets/stylesheets/partials_iversity/_plugins.sass */
.bootstrap-datetimepicker-widget .timepicker-picker {
  margin-top: 10px;
}

/* line 50, app/assets/stylesheets/partials_iversity/_plugins.sass */
.bootstrap-datetimepicker-widget .timepicker-picker td span:hover {
  background-color: transparent;
}

/* line 54, app/assets/stylesheets/partials_iversity/_plugins.sass */
.datetime-picker + .help-inline {
  margin-left: 50px;
}

/* line 59, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper {
  margin-top: 5px;
}

/* line 61, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper label {
  float: left;
}

/* line 63, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper .slider-value {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}

/* line 67, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper.optional {
  width: 92%;
}

/* line 69, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper.optional .controls {
  clear: both;
}

/* line 71, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper.optional .slider-bar {
  float: left;
  width: 100%;
}

/* line 74, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-wrapper .ui-slider-handle {
  top: -.2em;
  cursor: move;
}

/* line 78, app/assets/stylesheets/partials_iversity/_plugins.sass */
.slider-check {
  top: 0px;
}

/* line 82, app/assets/stylesheets/partials_iversity/_plugins.sass */
.ui-slider.ui-widget-content {
  background: #d9d9d7;
  border-radius: 0;
  border: none;
}

/* line 86, app/assets/stylesheets/partials_iversity/_plugins.sass */
.ui-slider .ui-widget-header {
  background: #578319;
}

/* line 88, app/assets/stylesheets/partials_iversity/_plugins.sass */
.ui-slider .ui-slider-handle {
  background: #a1a19f;
  border-radius: 0;
}

/* line 95, app/assets/stylesheets/partials_iversity/_plugins.sass */
.fileinput .fileinput-filename {
  height: 22px;
}

/* line 100, app/assets/stylesheets/partials_iversity/_plugins.sass */
.fileinput .fileinput-preview.thumbnail img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbswrapper {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 30px;
  background: #f1f1f1;
}

/* line 9, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbswrapper p {
  margin-top: 20px;
  margin-bottom: 0px;
}

/* line 13, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs {
  overflow: hidden;
  width: 100%;
}

/* line 17, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs li {
  cursor: pointer;
  float: left;
  margin: 0 .5em 0 1em;
}

/* line 22, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs li:first-child {
  margin-left: 0;
}

/* line 24, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs li:first-child a:before {
  border-width: 0;
  border-style: none;
}

/* line 30, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs li:last-child a:before {
  padding: 0;
  width: auto;
}

/* line 33, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs li:last-child a:after {
  border-width: 0;
  border-style: none;
}

/* line 37, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs a {
  width: 235px;
  color: #656561;
  background: white;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}

/* line 47, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: white white white transparent;
  left: -1em;
}

/* line 57, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid white;
  right: -1em;
}

/* line 67, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs a:hover {
  background: #FFCC00;
  color: white;
}

/* line 71, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs a:hover:before {
  border-color: #FFCC00 #FFCC00 #FFCC00 transparent;
}

/* line 74, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs a:hover:after {
  border-left-color: #FFCC00;
}

/* line 78, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs .active a {
  background: #FFCC00;
  color: white;
}

/* line 81, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs .active a:before {
  border-color: #FFCC00 #FFCC00 #FFCC00 transparent;
}

/* line 83, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs .active a:after {
  border-left-color: #FFCC00;
}

/* line 86, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports.breadcrumbs .active a:hover {
  color: #333330;
}

/* line 91, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .back-button-success {
  margin-top: 30px;
}

/* line 93, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .detail-header {
  padding-top: 10px;
  padding-left: 10px;
}

/* line 96, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .item-card-tab {
  border: none;
  padding: 0px;
}

/* line 99, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table {
  margin-bottom: 0px;
  border: none;
  width: 100%;
}

/* line 103, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.criteria {
  width: 40%;
}

/* line 105, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.user {
  cursor: pointer;
  width: 40%;
}

/* line 108, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.user .accordion-toggle {
  height: 20px;
  overflow: hidden;
}

/* line 111, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.user .accordion-toggle .fa-check {
  color: #578319;
}

/* line 113, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.score {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.instructor {
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.buttons {
  width: 25%;
}

/* line 119, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.right-align {
  text-align: right;
}

/* line 121, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.spacer {
  border-top: 0;
  padding: 0;
  width: 5px;
}

/* line 125, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td.icon {
  width: 17px;
}

/* line 127, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table td {
  height: 27px;
  padding: 10px;
  word-break: break-word;
  vertical-align: middle;
  border-top: none;
}

/* line 133, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table th {
  border-top: none;
  vertical-align: middle;
}

/* line 136, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .table .btn, .reports .table .sapCpButton {
  margin-left: 5px;
  margin-top: -2px;
}

/* line 140, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table td.comment {
  width: 50%;
  padding-left: 15px;
}

/* line 143, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table td.user {
  cursor: auto;
  width: 25%;
}

/* line 146, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table td.buttons {
  width: 25%;
  padding-right: 15px;
}

/* line 149, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table td {
  border-top: 4px solid white;
  height: 30px;
  background-color: #f1f1f1;
}

/* line 153, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table th {
  background-color: #f1f1f1;
  padding-left: 15px;
  height: 30px;
}

/* line 158, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table .btn.disabled, .reports .index-table .disabled.sapCpButton {
  box-shadow: none;
  background-color: transparent;
}

/* line 161, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .index-table .btn.disabled:hover, .reports .index-table .disabled.sapCpButton:hover {
  box-shadow: none;
  background-color: transparent;
}

/* line 165, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .accordion-body {
  background-color: #f1f1f1;
}

/* line 168, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .accordion-heading {
  background-color: #f1f1f1;
  height: 43px;
}

/* line 172, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .accordion-inner {
  padding: 0px 10px;
}

/* line 175, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .accordion-group {
  margin-bottom: 15px;
}

/* line 178, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .li.t-bold {
  margin-left: 3px;
  margin-top: 5px;
}

/* line 182, app/assets/stylesheets/partials_iversity/_reports.sass */
.reports .footer {
  margin-top: 30px;
}

/* line 5, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page .main-footer {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page .promo-section {
  padding: 80px 0;
}

/* line 10, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page .promo-section .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

/* line 15, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page span.c-blue {
  color: #007373;
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page span.c-yellow {
  color: #FFCC00;
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page span.c-green {
  color: #578319;
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-page span.c-gray {
  color: #a1a19f;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header {
  position: relative;
  background-color: #a1a19f;
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .header-image-wrapper, .promo-header .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 39, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .header-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

/* line 45, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .header-box {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
}

/* line 50, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .header-box .btn, .promo-header .header-box .sapCpButton {
  margin-top: 50px;
}

/* line 53, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .homepage-video-play {
  color: white;
  font-size: 60px;
  transition: all 0.5s;
  opacity: 0.7;
}

/* line 58, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .homepage-video-play:hover {
  opacity: 1;
}

/* line 60, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header h1 {
  font-size: 85px;
  line-height: 86px;
}

/* line 63, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header h1, .promo-header h2, .promo-header h3, .promo-header h4, .promo-header h5, .promo-header h6, .promo-header p, .promo-header small {
  color: white;
}

/* line 66, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
.promo-header .scroll-to-content {
  color: white;
  position: absolute;
  margin-left: -10px;
  bottom: 40px;
  font-size: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 76, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
  body.promo-page {
    padding: 0;
  }
  /* line 78, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
  body.promo-page .navbar-fixed-top, body.promo-page .navbar-fixed-bottom, body.promo-page .navbar-static-top {
    margin: 0;
  }
  /* line 81, app/assets/stylesheets/partials_iversity/_promo_pages.sass */
  body.promo-page .promo-section {
    padding: 80px 25px;
  }
}

/* line 2, app/assets/stylesheets/partials_iversity/_user_activity.sass */
.activity-list .activity-list__item {
  border-bottom: 2px solid #d9d9d7;
  padding: 0.8rem 0;
}

/* line 5, app/assets/stylesheets/partials_iversity/_user_activity.sass */
.activity-list .activity-list__item:first-child {
  padding-top: 0;
}

/* line 10, app/assets/stylesheets/partials_iversity/_user_activity.sass */
.activity-tabs .active a {
  color: #007373;
}

/* line 15, app/assets/stylesheets/partials_iversity/_user_activity.sass */
.assessment_sessions .table-striped .score {
  width: 70px;
  text-align: center;
}

/* line 3, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price {
  margin: 15px 0;
  font-weight: 300;
  font-size: 50px;
  color: #656561;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 9, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price span:last-child {
  font-size: 0.5em;
}

/* line 11, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price .span-euro-tag {
  margin-left: -10px;
  font-size: 0.7em;
  vertical-align: text-top;
}

/* line 16, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price.price-small {
  font-size: 30px;
}

/* line 19, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price.price-striked {
  position: relative;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price.price-striked:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-45deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-price-free {
  font-size: 30px;
  min-height: 72px;
  padding-top: 15px;
}

/* line 39, app/assets/stylesheets/partials_iversity/_tracks.sass */
.intro-price {
  margin-top: 8px;
}

/* line 41, app/assets/stylesheets/partials_iversity/_tracks.sass */
.intro-price p {
  margin: 0;
  margin-top: -10px;
  font-size: 12px;
}

/* line 46, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks {
  background-color: #7CD0E4;
}

/* line 48, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .heading {
  margin-bottom: 30px;
}

/* line 50, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .heading h1 {
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .heading h3 {
  margin-top: 0;
}

/* line 54, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .course-tracks-wrapper {
  position: relative;
}

/* line 57, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .course-tracks-wrapper .course-tracks-position {
  padding: 20px 0 41px 0;
}

/* line 60, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .course-tracks-wrapper .course-tracks-position .col-md-offset-custom-3 {
  margin-left: 12.5%;
}

/* line 62, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .course-tracks-wrapper .course-tracks-position .col-md-offset-custom-1 {
  margin-left: 37.33%;
}

/* line 66, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card {
  position: relative;
  width: 100%;
  min-height: 420px;
  padding: 35px 20px 15px 20px;
  border-top: 5px solid #ececea;
  float: left;
  text-align: center;
  background-color: white;
}

/* line 76, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card:hover {
  cursor: pointer;
  border-color: #578319;
}

/* line 79, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card.active {
  position: relative;
  min-height: 450px;
  top: -15px;
  border-color: #578319;
}

/* line 84, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card.active .track-actions {
  margin-top: 45px;
}

/* line 86, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card.active .track-actions .less-info {
  display: block;
}

/* line 88, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card.active .track-actions .more-info {
  display: none;
}

/* line 91, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card h2 {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 28px;
  color: #7f7f7a;
}

/* line 97, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .true-ribbon-wrap {
  position: absolute;
  top: 55px;
  width: 100%;
  left: 0;
}

/* line 102, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .track-price {
  margin: 0 0 30px 0;
}

/* line 104, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .list-none {
  min-height: 86px;
}

/* line 106, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .list-none .faded {
  color: #ececea;
}

/* line 109, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .track-actions {
  margin-top: 30px;
}

/* line 111, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .track-actions .more-info, .course-tracks .track-card .track-actions .less-info {
  display: block;
  margin-bottom: 10px;
}

/* line 114, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .track-actions .less-info {
  display: none;
}

/* line 116, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-card .track-actions .highlight {
  font-weight: bold;
  margin-top: 25px;
}

/* line 120, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-info {
  margin-top: 20px;
  background-color: white;
  padding: 20px;
  margin-top: -15px;
}

/* line 126, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-info .row > div strong {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* line 130, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-info .row > div strong:first-child {
  margin-top: 0;
}

/* line 132, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-info .highlight {
  font-weight: bold;
  text-align: center;
}

/* line 136, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-info .track-price + .btn + p, .course-tracks .track-info .track-price + .sapCpButton + p {
  margin-bottom: 0;
  margin-top: 15px;
}

/* line 140, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what {
  background-color: #007373;
}

/* line 142, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what a {
  color: white;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/* line 147, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what:not(.opened) .track-what-closed {
  height: 50px;
}

/* line 149, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what:not(.opened) .track-what-opened {
  height: 0;
  padding: 0;
}

/* line 153, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what.opened .track-what-closed {
  height: 0;
}

/* line 155, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what.opened .track-what-opened {
  height: 175px;
}

/* line 158, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what .track-what-closed {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  transition: width, 0.5s;
}

/* line 166, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what .track-what-opened {
  overflow: hidden;
  height: 0;
  transition: width, 0.5s;
}

/* line 171, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what .track-what-opened h2 {
  margin: 25px 0 20px 0;
}

/* line 173, app/assets/stylesheets/partials_iversity/_tracks.sass */
.course-tracks .track-what .track-what-opened strong {
  margin-bottom: 10px;
}

/* line 177, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq {
  padding: 20px 0;
  background-color: white;
}

/* line 180, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq h1 {
  margin-bottom: 30px;
}

/* line 183, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq .panel-group .panel {
  border: none;
  background-color: #ececea;
  box-shadow: none;
}

/* line 187, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq .panel-group .panel .panel-heading {
  background-color: #d9d9d7;
}

/* line 189, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

/* line 193, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq .panel-group .panel .panel-heading .panel-title a:hover {
  color: white;
  text-decoration: none;
}

/* line 196, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq .panel-group .panel .panel-heading .panel-title a i {
  color: white;
}

/* line 199, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-faq .panel-group .panel .panel-body {
  border: none;
}

/* line 202, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate {
  margin-bottom: 30px;
  background-color: #ececea;
  text-align: center;
}

/* line 206, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-header {
  padding: 20px;
  min-height: 300px;
}

/* line 209, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-header h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 212, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-strip {
  height: 160px;
  position: relative;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #d9d9d7;
}

/* line 219, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-strip .true-ribbon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 224, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-strip .true-ribbon-wrap .true-ribbon {
  width: 50%;
}

/* line 227, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-strip .track-corporate-strip-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 233, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-strip .track-corporate-strip-center .track-price, .track-corporate .track-corporate-strip .track-corporate-strip-center h4 {
  margin: -10px;
}

/* line 235, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-strip .track-corporate-strip-center h3 {
  font-weight: 300;
  color: #656561;
}

/* line 240, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-footer {
  padding: 10px;
}

/* line 242, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-footer .btn, .track-corporate .track-corporate-footer .sapCpButton {
  display: inline-block;
}

/* line 244, app/assets/stylesheets/partials_iversity/_tracks.sass */
.track-corporate .track-corporate-footer .highlight {
  font-weight: bold;
  padding: 15px 40px;
  margin-bottom: 0;
  line-height: 20px;
}

/* line 250, app/assets/stylesheets/partials_iversity/_tracks.sass */
.vat-hint-cards {
  height: 60px;
  line-height: 60px;
  margin-bottom: -41px;
}

/* line 254, app/assets/stylesheets/partials_iversity/_tracks.sass */
.vat-hint-order {
  height: 60px;
  line-height: 60px;
}

/* line 258, app/assets/stylesheets/partials_iversity/_tracks.sass */
.Verification__Card {
  position: relative;
}

/* line 262, app/assets/stylesheets/partials_iversity/_tracks.sass */
.Verification__Card.disabled .Verification__Card__State {
  background-color: #E85031;
}

/* line 264, app/assets/stylesheets/partials_iversity/_tracks.sass */
.Verification__Card .table {
  margin-bottom: 0px;
}

/* line 266, app/assets/stylesheets/partials_iversity/_tracks.sass */
.Verification__Card .table .wrong {
  color: #E85031;
}

/* line 268, app/assets/stylesheets/partials_iversity/_tracks.sass */
.Verification__Card .table .correct {
  color: #578319;
}

/* line 271, app/assets/stylesheets/partials_iversity/_tracks.sass */
.Verification__Card__State {
  font-weight: 800;
  text-align: right;
  background-color: #578319;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  padding: 10px;
}

/* line 44, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 20px 20px;
  border-radius: 50%;
  background: #d9d9d7;
  transform: translateZ(0);
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.initial-state .slice {
  transform: rotate(-3.6deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.initial-state .slice:after {
  transform: rotate(3.6deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.initial-state:hover .slice,
.pie.initial-state:hover .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.initial-state:hover .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.initial-state:hover .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.initial-state:hover .slice:nth-child(4) {
  transform: rotate(270deg);
}

/* line 58, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.center-h {
  margin: 0 auto;
}

/* line 63, app/assets/stylesheets/partials_iversity/_pie.sass */
.slice {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 125px;
  transform-origin: bottom left;
  transition: 1s ease-in-out;
  overflow: hidden;
}

/* line 72, app/assets/stylesheets/partials_iversity/_pie.sass */
.slice:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top-right-radius: 100%;
  background: #578319;
  transform-origin: bottom left;
  transition: 1s ease-in-out;
}

/* line 86, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.failed .slice:after {
  background: #E85031;
}

/* line 89, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.failed .pie-content h1 {
  color: #E85031;
}

/* line 92, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content {
  border-radius: 250px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 210px;
  height: 210px;
  background: #f1f1f1;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 20px;
}

/* line 104, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .pie-heading {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a1a19f;
}

/* line 107, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .pie-heading .heading-metric {
  display: block;
  margin: 0;
  font-size: 35px;
  font-weight: 100;
}

/* line 112, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .pie-heading .heading-metric.heading-metric-highlight {
  color: #578319;
}

/* line 115, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content.grade h1 {
  line-height: 1;
  font-size: 100px;
  font-weight: bold;
  color: #578319;
}

/* line 120, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content.grade h2 {
  color: #c1c2c1;
}

/* line 123, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .metric-context {
  display: block;
  margin-bottom: 20px;
}

/* line 126, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .metric-context small {
  display: inline-block;
  color: #578319;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
}

/* line 133, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .metric-context .metric-highlight {
  display: block;
  font-size: 20px;
  color: #a1a19f;
  text-transform: uppercase;
}

/* line 140, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .count h2 {
  margin: 0;
}

/* line 142, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .item-context {
  margin-bottom: 20px;
}

/* line 144, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .item-context p {
  color: #578319;
  font-weight: bold;
}

/* line 148, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-content .item-context h3 {
  font-weight: bold;
  color: #a1a19f;
}

/* line 152, app/assets/stylesheets/partials_iversity/_pie.sass */
.loading-pie {
  border-radius: 250px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 210px;
  height: 210px;
  background: #f1f1f1;
  text-align: center;
  box-sizing: border-box;
  border: 2px dashed #c1c2c1;
  padding: 15px;
  -moz-animation: 15s rotate-endless infinite linear;
  -o-animation: 15s rotate-endless infinite linear;
  -webkit-animation: 15s rotate-endless infinite linear;
  animation: 15s rotate-endless infinite linear;
  transform-origin: 50% 50%;
}

/* line 168, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small {
  width: 200px;
  height: 200px;
}

/* line 171, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .slice {
  width: 100px;
  height: 100px;
}

/* line 175, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .pie-content {
  border-radius: 200px;
  position: absolute;
  top: 12.5px;
  left: 12.5px;
  width: 175px;
  height: 175px;
}

/* line 182, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .loading-pie {
  top: 12.5px;
  left: 12.5px;
  width: 175px;
  height: 175px;
}

/* line 187, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .heading-metric {
  font-size: 20px;
}

/* line 189, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .metric-highlight {
  font-size: 15px;
}

/* line 191, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .metric-context {
  margin-top: 15px;
}

/* line 193, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.pie-small .metric-context small {
  font-size: 75%;
}

/* line 202, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-a .pie-content.grade h1, .pie.grade-a .metric-context .metric-highlight small {
  color: #578319;
}

/* line 204, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-a .slice:after {
  background: #578319;
}

/* line 207, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-b .pie-content.grade h1, .pie.grade-b .metric-context .metric-highlight small {
  color: #BFDA9B;
}

/* line 209, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-b .slice:after {
  background: #BFDA9B;
}

/* line 212, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-c .pie-content.grade h1, .pie.grade-c .metric-context .metric-highlight small {
  color: #FFCC00;
}

/* line 214, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-c .slice:after {
  background: #FFCC00;
}

/* line 217, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-d .pie-content.grade h1, .pie.grade-d .metric-context .metric-highlight small {
  color: #F4941A;
}

/* line 219, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-d .slice:after {
  background: #F4941A;
}

/* line 222, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-f .pie-content.grade h1, .pie.grade-f .metric-context .metric-highlight small {
  color: #E85031;
}

/* line 224, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie.grade-f .slice:after {
  background: #E85031;
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-0 .slice {
  transform: rotate(-90deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-0 .slice:after {
  transform: rotate(90deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-1 .slice {
  transform: rotate(-86.4deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-1 .slice:after {
  transform: rotate(86.4deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-2 .slice {
  transform: rotate(-82.8deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-2 .slice:after {
  transform: rotate(82.8deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-3 .slice {
  transform: rotate(-79.2deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-3 .slice:after {
  transform: rotate(79.2deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-4 .slice {
  transform: rotate(-75.6deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-4 .slice:after {
  transform: rotate(75.6deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-5 .slice {
  transform: rotate(-72deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-5 .slice:after {
  transform: rotate(72deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-6 .slice {
  transform: rotate(-68.4deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-6 .slice:after {
  transform: rotate(68.4deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-7 .slice {
  transform: rotate(-64.8deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-7 .slice:after {
  transform: rotate(64.8deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-8 .slice {
  transform: rotate(-61.2deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-8 .slice:after {
  transform: rotate(61.2deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-9 .slice {
  transform: rotate(-57.6deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-9 .slice:after {
  transform: rotate(57.6deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-10 .slice {
  transform: rotate(-54deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-10 .slice:after {
  transform: rotate(54deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-11 .slice {
  transform: rotate(-50.4deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-11 .slice:after {
  transform: rotate(50.4deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-12 .slice {
  transform: rotate(-46.8deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-12 .slice:after {
  transform: rotate(46.8deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-13 .slice {
  transform: rotate(-43.2deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-13 .slice:after {
  transform: rotate(43.2deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-14 .slice {
  transform: rotate(-39.6deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-14 .slice:after {
  transform: rotate(39.6deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-15 .slice {
  transform: rotate(-36deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-15 .slice:after {
  transform: rotate(36deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-16 .slice {
  transform: rotate(-32.4deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-16 .slice:after {
  transform: rotate(32.4deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-17 .slice {
  transform: rotate(-28.8deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-17 .slice:after {
  transform: rotate(28.8deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-18 .slice {
  transform: rotate(-25.2deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-18 .slice:after {
  transform: rotate(25.2deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-19 .slice {
  transform: rotate(-21.6deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-19 .slice:after {
  transform: rotate(21.6deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-20 .slice {
  transform: rotate(-18deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-20 .slice:after {
  transform: rotate(18deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-21 .slice {
  transform: rotate(-14.4deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-21 .slice:after {
  transform: rotate(14.4deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-22 .slice {
  transform: rotate(-10.8deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-22 .slice:after {
  transform: rotate(10.8deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-23 .slice {
  transform: rotate(-7.2deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-23 .slice:after {
  transform: rotate(7.2deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-24 .slice {
  transform: rotate(-3.6deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-24 .slice:after {
  transform: rotate(3.6deg);
}

/* line 7, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-25 .slice {
  transform: rotate(0deg);
}

/* line 9, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-25 .slice:after {
  transform: rotate(0deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-26 .slice, .percent-26 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-26 .slice:nth-child(2) {
  transform: rotate(3.6deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-27 .slice, .percent-27 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-27 .slice:nth-child(2) {
  transform: rotate(7.2deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-28 .slice, .percent-28 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-28 .slice:nth-child(2) {
  transform: rotate(10.8deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-29 .slice, .percent-29 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-29 .slice:nth-child(2) {
  transform: rotate(14.4deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-30 .slice, .percent-30 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-30 .slice:nth-child(2) {
  transform: rotate(18deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-31 .slice, .percent-31 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-31 .slice:nth-child(2) {
  transform: rotate(21.6deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-32 .slice, .percent-32 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-32 .slice:nth-child(2) {
  transform: rotate(25.2deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-33 .slice, .percent-33 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-33 .slice:nth-child(2) {
  transform: rotate(28.8deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-34 .slice, .percent-34 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-34 .slice:nth-child(2) {
  transform: rotate(32.4deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-35 .slice, .percent-35 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-35 .slice:nth-child(2) {
  transform: rotate(36deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-36 .slice, .percent-36 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-36 .slice:nth-child(2) {
  transform: rotate(39.6deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-37 .slice, .percent-37 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-37 .slice:nth-child(2) {
  transform: rotate(43.2deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-38 .slice, .percent-38 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-38 .slice:nth-child(2) {
  transform: rotate(46.8deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-39 .slice, .percent-39 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-39 .slice:nth-child(2) {
  transform: rotate(50.4deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-40 .slice, .percent-40 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-40 .slice:nth-child(2) {
  transform: rotate(54deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-41 .slice, .percent-41 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-41 .slice:nth-child(2) {
  transform: rotate(57.6deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-42 .slice, .percent-42 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-42 .slice:nth-child(2) {
  transform: rotate(61.2deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-43 .slice, .percent-43 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-43 .slice:nth-child(2) {
  transform: rotate(64.8deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-44 .slice, .percent-44 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-44 .slice:nth-child(2) {
  transform: rotate(68.4deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-45 .slice, .percent-45 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-45 .slice:nth-child(2) {
  transform: rotate(72deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-46 .slice, .percent-46 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-46 .slice:nth-child(2) {
  transform: rotate(75.6deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-47 .slice, .percent-47 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-47 .slice:nth-child(2) {
  transform: rotate(79.2deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-48 .slice, .percent-48 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-48 .slice:nth-child(2) {
  transform: rotate(82.8deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-49 .slice, .percent-49 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-49 .slice:nth-child(2) {
  transform: rotate(86.4deg);
}

/* line 12, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-50 .slice, .percent-50 .slice:after {
  transform: rotate(0);
}

/* line 15, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-50 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-51 .slice,
.percent-51 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-51 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-51 .slice:nth-child(3) {
  transform: rotate(93.6deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-52 .slice,
.percent-52 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-52 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-52 .slice:nth-child(3) {
  transform: rotate(97.2deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-53 .slice,
.percent-53 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-53 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-53 .slice:nth-child(3) {
  transform: rotate(100.8deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-54 .slice,
.percent-54 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-54 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-54 .slice:nth-child(3) {
  transform: rotate(104.4deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-55 .slice,
.percent-55 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-55 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-55 .slice:nth-child(3) {
  transform: rotate(108deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-56 .slice,
.percent-56 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-56 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-56 .slice:nth-child(3) {
  transform: rotate(111.6deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-57 .slice,
.percent-57 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-57 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-57 .slice:nth-child(3) {
  transform: rotate(115.2deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-58 .slice,
.percent-58 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-58 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-58 .slice:nth-child(3) {
  transform: rotate(118.8deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-59 .slice,
.percent-59 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-59 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-59 .slice:nth-child(3) {
  transform: rotate(122.4deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-60 .slice,
.percent-60 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-60 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-60 .slice:nth-child(3) {
  transform: rotate(126deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-61 .slice,
.percent-61 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-61 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-61 .slice:nth-child(3) {
  transform: rotate(129.6deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-62 .slice,
.percent-62 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-62 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-62 .slice:nth-child(3) {
  transform: rotate(133.2deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-63 .slice,
.percent-63 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-63 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-63 .slice:nth-child(3) {
  transform: rotate(136.8deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-64 .slice,
.percent-64 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-64 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-64 .slice:nth-child(3) {
  transform: rotate(140.4deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-65 .slice,
.percent-65 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-65 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-65 .slice:nth-child(3) {
  transform: rotate(144deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-66 .slice,
.percent-66 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-66 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-66 .slice:nth-child(3) {
  transform: rotate(147.6deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-67 .slice,
.percent-67 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-67 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-67 .slice:nth-child(3) {
  transform: rotate(151.2deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-68 .slice,
.percent-68 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-68 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-68 .slice:nth-child(3) {
  transform: rotate(154.8deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-69 .slice,
.percent-69 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-69 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-69 .slice:nth-child(3) {
  transform: rotate(158.4deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-70 .slice,
.percent-70 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-70 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-70 .slice:nth-child(3) {
  transform: rotate(162deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-71 .slice,
.percent-71 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-71 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-71 .slice:nth-child(3) {
  transform: rotate(165.6deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-72 .slice,
.percent-72 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-72 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-72 .slice:nth-child(3) {
  transform: rotate(169.2deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-73 .slice,
.percent-73 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-73 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-73 .slice:nth-child(3) {
  transform: rotate(172.8deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-74 .slice,
.percent-74 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-74 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-74 .slice:nth-child(3) {
  transform: rotate(176.4deg);
}

/* line 18, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-75 .slice,
.percent-75 .slice:after {
  transform: rotate(0);
}

/* line 21, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-75 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 23, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-75 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-76 .slice,
.percent-76 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-76 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-76 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-76 .slice:nth-child(4) {
  transform: rotate(183.6deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-77 .slice,
.percent-77 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-77 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-77 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-77 .slice:nth-child(4) {
  transform: rotate(187.2deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-78 .slice,
.percent-78 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-78 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-78 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-78 .slice:nth-child(4) {
  transform: rotate(190.8deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-79 .slice,
.percent-79 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-79 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-79 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-79 .slice:nth-child(4) {
  transform: rotate(194.4deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-80 .slice,
.percent-80 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-80 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-80 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-80 .slice:nth-child(4) {
  transform: rotate(198deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-81 .slice,
.percent-81 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-81 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-81 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-81 .slice:nth-child(4) {
  transform: rotate(201.6deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-82 .slice,
.percent-82 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-82 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-82 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-82 .slice:nth-child(4) {
  transform: rotate(205.2deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-83 .slice,
.percent-83 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-83 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-83 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-83 .slice:nth-child(4) {
  transform: rotate(208.8deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-84 .slice,
.percent-84 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-84 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-84 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-84 .slice:nth-child(4) {
  transform: rotate(212.4deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-85 .slice,
.percent-85 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-85 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-85 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-85 .slice:nth-child(4) {
  transform: rotate(216deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-86 .slice,
.percent-86 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-86 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-86 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-86 .slice:nth-child(4) {
  transform: rotate(219.6deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-87 .slice,
.percent-87 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-87 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-87 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-87 .slice:nth-child(4) {
  transform: rotate(223.2deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-88 .slice,
.percent-88 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-88 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-88 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-88 .slice:nth-child(4) {
  transform: rotate(226.8deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-89 .slice,
.percent-89 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-89 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-89 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-89 .slice:nth-child(4) {
  transform: rotate(230.4deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-90 .slice,
.percent-90 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-90 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-90 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-90 .slice:nth-child(4) {
  transform: rotate(234deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-91 .slice,
.percent-91 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-91 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-91 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-91 .slice:nth-child(4) {
  transform: rotate(237.6deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-92 .slice,
.percent-92 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-92 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-92 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-92 .slice:nth-child(4) {
  transform: rotate(241.2deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-93 .slice,
.percent-93 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-93 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-93 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-93 .slice:nth-child(4) {
  transform: rotate(244.8deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-94 .slice,
.percent-94 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-94 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-94 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-94 .slice:nth-child(4) {
  transform: rotate(248.4deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-95 .slice,
.percent-95 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-95 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-95 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-95 .slice:nth-child(4) {
  transform: rotate(252deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-96 .slice,
.percent-96 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-96 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-96 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-96 .slice:nth-child(4) {
  transform: rotate(255.6deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-97 .slice,
.percent-97 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-97 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-97 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-97 .slice:nth-child(4) {
  transform: rotate(259.2deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-98 .slice,
.percent-98 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-98 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-98 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-98 .slice:nth-child(4) {
  transform: rotate(262.8deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-99 .slice,
.percent-99 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-99 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-99 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-99 .slice:nth-child(4) {
  transform: rotate(266.4deg);
}

/* line 26, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-100 .slice,
.percent-100 .slice:after {
  transform: rotate(0);
}

/* line 29, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-100 .slice:nth-child(2) {
  transform: rotate(90deg);
}

/* line 31, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-100 .slice:nth-child(3) {
  transform: rotate(180deg);
}

/* line 33, app/assets/stylesheets/partials_iversity/_pie.sass */
.percent-100 .slice:nth-child(4) {
  transform: rotate(270deg);
}

@-webkit-keyframes rotate-endless {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-endless {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate-endless {
  /* line 253, app/assets/stylesheets/partials_iversity/_pie.sass */
  0% {
    transform: rotate(0);
  }
  /* line 255, app/assets/stylesheets/partials_iversity/_pie.sass */
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-endless {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 259, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-conic {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 10s;
}

/* line 269, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-conic-inner {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 10s;
}

/* line 279, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-conic-data {
  width: 160px;
  height: 160px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.5em;
  color: #4F4F4F;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 293, app/assets/stylesheets/partials_iversity/_pie.sass */
.pie-conic-data .pie-countdown strong {
  font-weight: normal;
}

/* line 2, app/assets/stylesheets/partials_iversity/_purchase.sass */
.purchase-page button[type="submit"] {
  margin-bottom: 20px;
}

/* line 4, app/assets/stylesheets/partials_iversity/_purchase.sass */
.purchase-page .container {
  padding: 80px 50px 20px 50px;
  width: 85%;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/partials_iversity/_purchase.sass */
.confirmation-header {
  background: #c1c2c1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 160px 0;
}

/* line 15, app/assets/stylesheets/partials_iversity/_purchase.sass */
.confirmation-header .confirmation-header-banner {
  padding: 40px;
  background-color: white;
}

/* line 18, app/assets/stylesheets/partials_iversity/_purchase.sass */
.confirmation-header .confirmation-header-banner .price-box {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ececea;
}

/* line 22, app/assets/stylesheets/partials_iversity/_purchase.sass */
.confirmation-header .confirmation-header-banner .price-box h3 {
  margin-top: 10px;
}

/* line 24, app/assets/stylesheets/partials_iversity/_purchase.sass */
.confirmation-header .confirmation-header-banner .price-box a {
  margin-top: 20px;
  display: block;
}

/* line 28, app/assets/stylesheets/partials_iversity/_purchase.sass */
.confirmation-header .share-horizontal {
  margin-top: 0;
}

/* line 33, app/assets/stylesheets/partials_iversity/_purchase.sass */
.payment-methods.loading {
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
}

/* line 37, app/assets/stylesheets/partials_iversity/_purchase.sass */
.payment-methods li {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/partials_iversity/_purchase.sass */
.payment-methods li img {
  height: 57px;
  padding: 7px;
}

/* line 45, app/assets/stylesheets/partials_iversity/_purchase.sass */
.payment-methods li:hover img, .payment-methods li.selected img {
  background-color: white;
}

/* line 49, app/assets/stylesheets/partials_iversity/_purchase.sass */
.payment-methods .selected:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  margin-bottom: 5px;
}

/* line 63, app/assets/stylesheets/partials_iversity/_purchase.sass */
body.merchant_orders .order-price .track-price, body.merchant .order-price .track-price {
  margin: 0;
  line-height: 40px;
  font-size: 40px;
}

/* line 67, app/assets/stylesheets/partials_iversity/_purchase.sass */
body.merchant_orders .order-price .track-price .span-euro-tag, body.merchant .order-price .track-price .span-euro-tag {
  margin-left: -10px;
  font-size: 0.7em;
  vertical-align: text-top;
}

/* line 73, app/assets/stylesheets/partials_iversity/_purchase.sass */
body.merchant_orders .voucher .form-inline .form-group, body.merchant_orders .amount .form-inline .form-group, body.merchant .voucher .form-inline .form-group, body.merchant .amount .form-inline .form-group {
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/partials_iversity/_purchase.sass */
body.merchant_orders .voucher .form-inline .form-group .form-control, body.merchant_orders .amount .form-inline .form-group .form-control, body.merchant .voucher .form-inline .form-group .form-control, body.merchant .amount .form-inline .form-group .form-control {
  display: block;
}

/* line 78, app/assets/stylesheets/partials_iversity/_purchase.sass */
body.merchant_orders .voucher .voucher-btn, body.merchant_orders .amount .voucher-btn, body.merchant .voucher .voucher-btn, body.merchant .amount .voucher-btn {
  margin-top: 24px;
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/partials_iversity/_full_width.sass */
body.full-width .main-header {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/partials_iversity/_full_width.sass */
body.full-width .container-full {
  margin: 0 auto;
  width: 100%;
}

/* line 10, app/assets/stylesheets/partials_iversity/_full_width.sass */
body.full-width .main-footer {
  margin-top: 0px;
}

/* line 2, app/assets/stylesheets/partials_iversity/_vanity.sass */
.promo-header.vanity {
  height: 65vh;
}

/* line 4, app/assets/stylesheets/partials_iversity/_vanity.sass */
.promo-header.vanity .header-image-wrapper {
  height: 100%;
}

/* line 6, app/assets/stylesheets/partials_iversity/_vanity.sass */
.promo-header.vanity .header-image-wrapper .header-image {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/* line 11, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-title-bar {
  width: 100%;
  padding: 30px 10%;
  background-color: #ececea;
  color: #4e4e4a;
  position: absolute;
  bottom: 0;
  top: auto;
}

/* line 20, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-title-bar h1 {
  font-size: 32px;
  line-height: 35.2px;
  color: #4e4e4a;
}

/* line 25, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-title-bar .vanity-profile-pic {
  position: absolute;
  top: -50px;
  width: 170px;
  height: 170px;
  background-color: white;
  border: 2px solid #c1c2c1;
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 25, app/assets/stylesheets/partials_iversity/_vanity.sass */
  .vanity-title-bar .vanity-profile-pic {
    display: block;
  }
}

/* line 35, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-title-bar .vanity-profile-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  /* line 42, app/assets/stylesheets/partials_iversity/_vanity.sass */
  .vanity-title-bar .vanity-organisation {
    margin-left: 190px;
  }
}

/* line 46, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-separator {
  margin: 0 10%;
  height: 2px;
  background-color: #d9d9d7;
}

/* line 51, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-section {
  margin-top: 30px;
}

/* line 53, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-section-heading {
  margin: 40px 0 30px 0;
  text-align: center;
}

/* line 59, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-expanded {
  display: none;
  overflow: auto;
  padding: 0 10% 30px 10%;
  background-color: #ececea;
}

/* line 65, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-expanded .vanity-expanded-border {
  margin-bottom: 30px;
  border-top: 2px solid white;
}

/* line 69, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-expanded img.pull-left {
  margin: 0 20px 20px 0;
}

/* line 71, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-expanded img.pull-right {
  margin: 0 0 20px 20px;
}

/* line 74, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-expanded .close-expanded {
  clear: both;
  color: #a1a19f;
}

/* line 77, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-expanded .close-expanded:hover {
  color: #656561;
}

/* line 80, app/assets/stylesheets/partials_iversity/_vanity.sass */
.teaser {
  font-size: 20px;
}

/* line 82, app/assets/stylesheets/partials_iversity/_vanity.sass */
.teaser p {
  color: #333333;
}

/* line 85, app/assets/stylesheets/partials_iversity/_vanity.sass */
.vanity-description {
  margin-top: 20px;
  font-size: 22px;
}

/* line 89, app/assets/stylesheets/partials_iversity/_vanity.sass */
.instructor-card-small {
  position: relative;
  background-color: #ececea;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 94, app/assets/stylesheets/partials_iversity/_vanity.sass */
.instructor-card-small img {
  float: left;
}

/* line 96, app/assets/stylesheets/partials_iversity/_vanity.sass */
.instructor-card-small .instructor-description {
  float: left;
  margin-left: 20px;
}

/* line 99, app/assets/stylesheets/partials_iversity/_vanity.sass */
.instructor-card-small .instructor-description h3 {
  margin-bottom: 0;
}

/* line 101, app/assets/stylesheets/partials_iversity/_vanity.sass */
.instructor-card-small .instructor-description a {
  position: absolute;
  bottom: 30px;
}

/* line 105, app/assets/stylesheets/partials_iversity/_vanity.sass */
.course-page-card {
  border-radius: .5rem;
  position: relative;
  text-align: center;
  height: 100%;
  color: #333330;
}

/* line 111, app/assets/stylesheets/partials_iversity/_vanity.sass */
.course-page-card:hover {
  color: #333330;
}

/* line 113, app/assets/stylesheets/partials_iversity/_vanity.sass */
.course-page-card:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 122, app/assets/stylesheets/partials_iversity/_vanity.sass */
.course-page-card.with-image {
  height: auto;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/partials_iversity/_vanity.sass */
.course-page-card.with-image .h2 {
  font-size: 25px;
  height: 70px;
  word-break: break-word;
}

/* line 129, app/assets/stylesheets/partials_iversity/_vanity.sass */
.course-page-card.with-image .course-page-card-image {
  height: 107px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 136, app/assets/stylesheets/partials_iversity/_vanity.sass */
.generic-page-link {
  margin-bottom: 0.5rem;
}

/* line 138, app/assets/stylesheets/partials_iversity/_vanity.sass */
.generic-page-link:last-child {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/partials_iversity/_vanity.sass */
.generic-page-link:hover {
  background-color: #ececea;
}

/* line 1, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box {
  background: radial-gradient(20.98% 62.21% at 18.78% 25.45%, #ACDEE6 0%, #2397a9 100%);
  color: #fff;
}

/* line 4, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box h2, .question-box p {
  color: #fff;
}

/* line 6, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box h2 {
  font-size: 2.5rem;
}

/* line 8, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box .bold {
  font-size: 1.1rem;
}

/* line 10, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box .kite-wrapper-lg {
  background-repeat: no-repeat;
  background-position: center 140%;
  background-size: 300px;
}

/* line 14, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box .btn-info {
  background-color: #1C6D79;
}

/* line 17, app/assets/stylesheets/partials_iversity/_question_box.sass */
.question-box .question-box-text {
  background-repeat: no-repeat;
  background-position: 90% top;
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/partials_iversity/_question_box.sass */
  .kite-wrapper-sm, .question-box-headline-text-sm {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/partials_iversity/_question_box.sass */
  .kite-wrapper-lg, .question-box-headline-text-lg {
    display: none;
  }
  /* line 28, app/assets/stylesheets/partials_iversity/_question_box.sass */
  .question-box {
    text-align: center;
  }
  /* line 30, app/assets/stylesheets/partials_iversity/_question_box.sass */
  .question-box .question-box-text {
    background-image: none !important;
  }
}

/* line 2, app/assets/stylesheets/partials_iversity/_layouts.sass */
html, body {
  min-height: 100vh;
}

/* line 4, app/assets/stylesheets/partials_iversity/_layouts.sass */
body {
  display: flex;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/partials_iversity/_layouts.sass */
#main {
  flex: 1 0 auto;
}

/* line 9, app/assets/stylesheets/partials_iversity/_layouts.sass */
footer.main-footer {
  flex-shrink: 0;
}

/* line 15, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout {
  padding: 0;
}

/* line 18, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper {
  box-sizing: border-box;
  border: 1px solid #d9d9d7;
  border-top: none;
  width: 25%;
  float: left;
  z-index: 100;
  background-color: #f9f9f9;
  position: relative;
}

/* line 30, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper.filters-wrapper-closed {
  border-top: 1px solid #c1c2c1;
}

/* line 32, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper.filters-wrapper-closed .filters-back + .journal-info-public {
  border-top: 1px solid #c1c2c1;
}

/* line 34, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper.filters-wrapper-closed .journal-info-public {
  padding: 20px;
}

/* line 39, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .side-filters li {
  border-bottom: 1px solid #c1c2c1;
}

/* line 41, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .side-filters li:last-child {
  border-bottom: none;
}

/* line 43, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .side-filters a {
  padding: 20px;
  display: block;
  font-weight: normal;
  color: #656561;
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .side-filters a:hover {
  background-color: #7CD0E4;
}

/* line 51, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .side-filters .description {
  color: #656561;
  line-height: 20px;
}

/* line 54, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .side-filters .active {
  background-color: #7CD0E4;
}

/* line 56, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .filters-back {
  margin: 20px 20px;
  display: block;
}

/* line 59, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-wrapper .filters-back + .side-filters {
  border-top: 1px solid #c1c2c1;
}

/* line 64, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-content {
  box-sizing: border-box;
  border-top: none;
  width: 75%;
  float: left;
}

/* line 69, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-content .filters-content-top {
  padding: 15px;
  overflow: auto;
}

/* line 72, app/assets/stylesheets/partials_iversity/_layouts.sass */
.filters-layout .filters-content .courses-list {
  padding: 10px;
  padding-right: 0;
}

/* line 76, app/assets/stylesheets/partials_iversity/_layouts.sass */
.developer-tools {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

/* line 80, app/assets/stylesheets/partials_iversity/_layouts.sass */
.developer-tools p {
  padding: 3px 20px;
}

/* line 82, app/assets/stylesheets/partials_iversity/_layouts.sass */
.developer-tools li > .well {
  color: #E85031;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 89, app/assets/stylesheets/partials_iversity/_layouts.sass */
.developer-tools ul li:nth-child(2) .well {
  margin-top: 0px;
}

/* line 2, app/assets/stylesheets/partials_iversity/_organisation.sass */
.orga-bare {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/partials_iversity/_organisation.sass */
td > ul {
  padding-left: 0px;
}

/* line 8, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-support {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #DC3918;
  border-radius: 28px;
  padding: 10px 20px 10px 20px;
  border: none;
  color: white;
}

/* line 19, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-support:hover {
  color: white;
}

/* line 23, app/assets/stylesheets/partials_iversity/_organisation.sass */
#selectSegment #orga_segments_select.modal-body, #orga_segments_add_members #orga_segments_select.modal-body, #orga_segments_select #orga_segments_select.modal-body {
  padding-top: 30px;
}

/* line 25, app/assets/stylesheets/partials_iversity/_organisation.sass */
#selectSegment li, #orga_segments_add_members li, #orga_segments_select li {
  border-bottom: 1px solid #d9d9d7;
}

/* line 27, app/assets/stylesheets/partials_iversity/_organisation.sass */
#selectSegment li a, #orga_segments_add_members li a, #orga_segments_select li a {
  padding: 8px;
  display: block;
  color: #656561;
}

/* line 31, app/assets/stylesheets/partials_iversity/_organisation.sass */
#selectSegment li:nth-child(odd), #orga_segments_add_members li:nth-child(odd), #orga_segments_select li:nth-child(odd) {
  background: #ececea;
}

/* line 33, app/assets/stylesheets/partials_iversity/_organisation.sass */
#selectSegment li:hover, #orga_segments_add_members li:hover, #orga_segments_select li:hover {
  background: #7AB800;
}

/* line 38, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-admin h1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 4px 0 !important;
  margin-bottom: 20px !important;
}

/* line 45, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-admin h1 a {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0 !important;
}

/* line 50, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin #organisation_custom_styles, .organisation-admin #organisation_email_styles {
  font-size: 12px;
  font-family: monospace;
  background: #343434;
  color: #ffffff;
  line-height: 20px;
  max-height: 600px;
  overflow-y: auto !important;
}

/* line 59, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-admin .image-preview {
  height: auto;
  max-height: 140px;
  max-width: 400px;
  float: right;
  margin-right: 15px;
}

/* line 67, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin h1 {
  margin-top: 0px;
}

/* line 69, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin h1 span {
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin h1 a {
  font-weight: 300;
  font-size: 34px;
}

/* line 74, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin h1 .choose_segment {
  letter-spacing: -2px;
}

/* line 77, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .js-affiliation-name-editable {
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .image-preview {
  max-height: 50px;
}

/* line 85, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .navbar-collapse {
  padding: 0px;
}

/* line 90, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-head {
  border-bottom: 1px solid #d9d9d7;
}

/* line 93, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-head .organisation-select {
  margin-top: 30px;
}

/* line 96, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .table tbody > tr > td {
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .access-granting-modal table > thead > tr > th > label {
  margin-bottom: -10px;
}

/* line 102, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .access-granting-modal table > tbody > tr > td > label {
  margin-bottom: -5px;
}

/* line 104, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .access-granting-modal .grant-access-alert {
  background-color: #FFE07D;
  font-weight: bold;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 110, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .access-granting-modal .unregistered {
  font-style: italic;
}

/* line 112, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .access-granting-modal .table-wrapper {
  overflow: auto;
  height: 50vh;
}

/* line 116, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .added-emails {
  padding: 25px 10px;
  margin: 10px 0px;
  position: relative;
}

/* line 120, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .added-emails button {
  position: absolute;
  top: 0px;
  right: 10px;
}

/* line 124, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .added-emails.invalid {
  background-color: #F6AC8F;
  color: white;
}

/* line 127, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .added-emails.valid {
  background-color: #7CD0E4;
}

/* line 130, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .member_actions {
  z-index: 100;
  position: fixed;
  text-align: right;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 5px 20px 10px 20px;
  background: #f1f1f1;
  border: 1px solid #d9d9d7;
  border-radius: 3px;
}

/* line 147, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner {
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #d9d9d7;
  text-align: center;
  margin-bottom: 15px;
}

/* line 154, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details {
  position: relative;
  padding: 15px 0px;
  text-align: center;
}

/* line 158, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details .affiliation-table {
  text-align: left;
}

/* line 161, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details .affiliation-table td:first-child {
  padding-right: 17px;
}

/* line 163, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details.side-padding {
  padding: 15px 30px;
}

/* line 165, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details .affiliation-count {
  line-height: 70px;
  font-size: 70px;
  font-weight: 300;
}

/* line 169, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details .access-count {
  padding: 0;
  text-align: right;
  font-size: 45px;
}

/* line 173, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details .access-text {
  text-align: left;
  position: relative;
  transform: translateY(20%);
}

/* line 177, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .organisation-banner .member-details .btn-add-members {
  position: relative;
  transform: translateY(50%);
}

/* line 181, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .orga_admin_filters, .organisation-admin .admin_filters {
  border-left: 0px;
  border-right: 0px;
  margin-top: 20px;
  min-height: 40px;
}

/* line 187, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .orga_admin_filters .pull-left .filter, .organisation-admin .admin_filters .pull-left .filter {
  float: left;
  margin-right: 10px;
}

/* line 190, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .orga_admin_filters .search-with-spinner, .organisation-admin .admin_filters .search-with-spinner {
  position: relative;
}

/* line 192, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .orga_admin_filters .search-with-spinner .fa-spinner, .organisation-admin .admin_filters .search-with-spinner .fa-spinner {
  position: absolute;
  top: 8px;
  right: 9px;
}

/* line 197, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .members-table, .organisation-admin .courses-table {
  margin-top: 10px;
}

/* line 199, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .members-table th, .organisation-admin .courses-table th {
  white-space: nowrap;
}

/* line 202, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .members-table .collapsible td, .organisation-admin .courses-table .collapsible td {
  line-height: 2em;
  padding: 10px 8px;
  border-top: solid 1px #f1f1f1;
}

/* line 206, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .members-table .btn-delete-member, .organisation-admin .courses-table .btn-delete-member {
  margin: 7px 0px;
}

/* line 209, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .members-table .i-drag, .organisation-admin .courses-table .i-drag {
  margin-right: 5px;
}

/* line 212, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table {
  margin-bottom: 50px;
}

/* line 216, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table thead .fas {
  font-size: 15px;
}

/* line 220, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .show_in_academy .label {
  display: block;
  background: #ececea;
  cursor: pointer;
}

/* line 224, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .show_in_academy .label:hover {
  background: #BFDA9B;
}

/* line 226, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table td.course-title {
  max-width: 400px;
  white-space: normal;
}

/* line 229, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table td.course-image {
  min-width: 60px;
}

/* line 233, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .fas {
  font-size: 20px;
}

/* line 236, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .fa-edit {
  cursor: pointer;
  color: #999999;
}

/* line 241, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .fa-plus-square {
  color: #578319;
}

/* line 244, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .fa-trash {
  color: #E85031;
}

/* line 247, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .fa, .organisation-admin .courses-table .fas {
  margin-left: 5px;
}

/* line 250, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .fa-check-square {
  cursor: pointer;
}

/* line 253, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .add_remove_action {
  width: 20px;
}

/* line 258, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .add_remove_action.switch-fa .fa-minus-square:before, .organisation-admin .courses-table .add_remove_action.switch-fa .fa-plus-square:before {
  content: "\f14a";
}

/* line 260, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .add_remove_action.switch-fa .fa-minus-square {
  color: #578319;
}

/* line 262, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .add_remove_action.switch-fa .fa-plus-square {
  color: #c1c2c1;
}

/* line 269, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .courses-table .label {
  width: 100%;
}

/* line 272, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .purchase-accesses {
  margin-bottom: 70px;
}

/* line 275, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-admin .invite-button {
  margin-top: 40px;
}

/* line 279, app/assets/stylesheets/partials_iversity/_organisation.sass */
.members-table tbody > tr:nth-of-type(odd), .courses-table tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 282, app/assets/stylesheets/partials_iversity/_organisation.sass */
.members-table .default_segment, .courses-table .default_segment {
  background: #FFCC00 !important;
}

/* line 284, app/assets/stylesheets/partials_iversity/_organisation.sass */
.members-table .segmentlist-red, .courses-table .segmentlist-red {
  color: #E85031 !important;
}

/* line 287, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

/* line 293, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public.extended_form {
  margin-top: 80px;
}

/* line 296, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public.org-welcome-msg img {
  background-color: var(--primary, #8CC04F);
}

/* line 300, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .sign_in h2, .organisation-public .sign_up h2 {
  margin-top: 0px;
}

/* line 302, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .sign_in td, .organisation-public .sign_up td {
  padding-bottom: 10px;
  vertical-align: top;
  font-size: 12px;
}

/* line 306, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .sign_in td:first-child, .organisation-public .sign_up td:first-child {
  padding-right: 10px;
}

/* line 310, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .organisation-public-wrapper {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
  opacity: 0.9;
  background: white;
  padding: 20px;
  border-radius: 3px;
}

/* line 317, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .form-footer {
  text-align: left;
}

/* line 319, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .login-links {
  float: right;
  line-height: 1.7;
}

/* line 323, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public label, .organisation-public .control-label label {
  font-weight: bold;
}

/* line 327, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-public .opt-in-on-register label {
  font-weight: normal;
  font-size: 12px;
}

/* line 332, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-layout .main-footer .quick-links .list li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

/* line 339, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-layout .main-header {
  margin-bottom: 0;
}

/* line 343, app/assets/stylesheets/partials_iversity/_organisation.sass */
.organisation-layout .organisation-admin .course-navbar ul.nav.nav-tabs > li.active > a, .organisation-layout .organisation-admin .course-navbar .nav-tabs > li.active > a:hover, .organisation-layout .organisation-admin .course-navbar .nav-tabs > li.active > a:focus {
  color: #a1a19f;
}

/* line 348, app/assets/stylesheets/partials_iversity/_organisation.sass */
.promo-header.vanity.org-cover {
  position: absolute;
  width: 100%;
  height: 95%;
}

/* line 352, app/assets/stylesheets/partials_iversity/_organisation.sass */
.promo-header.vanity.org-cover .header-image {
  height: 100vh;
  background-position: center center;
}

/* line 356, app/assets/stylesheets/partials_iversity/_organisation.sass */
.org-header-logo {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  /* line 367, app/assets/stylesheets/partials_iversity/_organisation.sass */
  .organisation-layout.organisations .promo-header.vanity {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  /* line 373, app/assets/stylesheets/partials_iversity/_organisation.sass */
  .OrgaCourseMemberships__Download a {
    width: 100%;
  }
  /* line 375, app/assets/stylesheets/partials_iversity/_organisation.sass */
  .OrgaCourseMemberships__Download a + a {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  /* line 378, app/assets/stylesheets/partials_iversity/_organisation.sass */
  .OrgaCourseMemberships__Download a {
    float: right;
  }
  /* line 380, app/assets/stylesheets/partials_iversity/_organisation.sass */
  .OrgaCourseMemberships__Download a + a {
    margin-right: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignupWrapper {
  padding: 15px;
  overflow: hidden;
  background: radial-gradient(51.51% 51.51% at 38.06% 48.49%, #0070A8 0%, #01557E 100%);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
  .NewsletterSignupWrapper {
    padding: 70px;
  }
}

/* line 11, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup {
  max-width: 1140px;
  margin: 0 auto;
  padding: 36px 60px;
  background: white;
}

/* line 12, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup .sapCpContentPageLoading {
  opacity: 100 !important;
}

/* line 20, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup h2 {
  margin-top: 0;
}

/* line 22, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup p {
  margin-bottom: 0;
  padding-right: 20px;
}

/* line 25, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup form {
  margin-top: 30px;
}

/* line 27, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup input {
  padding: 0 25px;
  min-height: 30px;
  border: 1px solid #d9d9d7;
}

/* line 31, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup input.error {
  background-color: #F6AC8F;
}

/* line 33, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup input, .NewsletterSignup button {
  margin: 0;
  width: 100%;
}

/* line 36, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup button {
  min-height: 35px;
  padding: 0;
}

/* line 40, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup .col-md-4 {
  padding: 0 !important;
}

/* line 42, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup .col-md-2 {
  padding: 0 !important;
}

/* line 46, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup_Explanation {
  padding-left: 0;
}

/* line 50, app/assets/stylesheets/partials_iversity/_newsletter_signup.sass */
.NewsletterSignup__SuccessMessage {
  min-height: 30px;
  line-height: 90px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* line 2, app/assets/stylesheets/partials_iversity/lightbox.sass */
img[data-trigger="lightbox"] {
  cursor: pointer;
  transition: 0.3s;
}

/* line 5, app/assets/stylesheets/partials_iversity/lightbox.sass */
img[data-trigger="lightbox"]:hover {
  opacity: 0.7;
}

/* line 9, app/assets/stylesheets/partials_iversity/lightbox.sass */
.Lightbox {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 21, app/assets/stylesheets/partials_iversity/lightbox.sass */
.Lightbox img {
  margin: auto;
  display: block;
  max-width: 85%;
}

@media only screen and (max-width: 700px) {
  /* line 21, app/assets/stylesheets/partials_iversity/lightbox.sass */
  .Lightbox img {
    width: 100%;
  }
}

/* line 28, app/assets/stylesheets/partials_iversity/lightbox.sass */
.Lightbox__CloseButton {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

/* line 36, app/assets/stylesheets/partials_iversity/lightbox.sass */
.Lightbox__CloseButton:hover, .Lightbox__CloseButton:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials_iversity/_cookie_banner.scss */
.ck-banner, .cookie-manage {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  background-color: #2e2b27;
  color: #f1f1f1;
  transition: bottom 0.3s ease-in-out;
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
}

/* line 11, app/assets/stylesheets/partials_iversity/_cookie_banner.scss */
.ck-banner.closed, .cookie-manage.closed {
  bottom: -100%;
}

/* line 14, app/assets/stylesheets/partials_iversity/_cookie_banner.scss */
.ck-banner a:not(.btn):not(.sapCpButton), .cookie-manage a:not(.btn):not(.sapCpButton) {
  color: #f1f1f1;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/partials_iversity/_cookie_banner.scss */
.cookie-manage {
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  max-height: 90vh;
  overflow-y: auto;
}

/* line 25, app/assets/stylesheets/partials_iversity/_cookie_banner.scss */
.cookie-manage .h3, .cookie-manage .close {
  color: #f1f1f1;
}

/* line 28, app/assets/stylesheets/partials_iversity/_cookie_banner.scss */
.cookie-manage.show {
  transform: translateY(0%);
}

/* line 1, app/assets/stylesheets/partials_iversity/_users.sass */
.user-show-tab-pane {
  overflow: auto;
}

/* line 5, app/assets/stylesheets/partials_iversity/_users.sass */
.user-info-modal .custom_actions {
  background: #d9d9d7;
  padding: 10px;
  border-radius: 3px;
}

/* line 11, app/assets/stylesheets/partials_iversity/_users.sass */
.user-info-modal .user-actions a {
  margin-left: 2px;
}

/* line 14, app/assets/stylesheets/partials_iversity/_users.sass */
.avatar-profile {
  position: relative;
}

/* line 16, app/assets/stylesheets/partials_iversity/_users.sass */
.avatar-profile .btn-round-mini {
  margin: 0.2rem;
  background: #fff;
  color: #578319;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/partials_iversity/_users.sass */
.avatar-profile .btn-round-mini:hover {
  background: #578319;
  color: #fff;
}

/* line 24, app/assets/stylesheets/partials_iversity/_users.sass */
.avatar-profile .btn-round-mini i.fas {
  font-size: 1.3rem;
}

/* line 26, app/assets/stylesheets/partials_iversity/_users.sass */
.avatar-profile .controls-actions {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

/* line 30, app/assets/stylesheets/partials_iversity/_users.sass */
.avatar-profile .loading {
  position: absolute;
  bottom: 1rem;
  left: 0.2rem;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background: #578319;
  color: white;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/responsive/_xs-max.sass */
  #sign-up-modal .modal-body {
    padding: 20px;
  }
  /* line 8, app/assets/stylesheets/responsive/_xs-max.sass */
  body.errors #wrap {
    background-color: transparent;
  }
  /* line 11, app/assets/stylesheets/responsive/_xs-max.sass */
  body.errors #wrap .container #error-warning {
    width: auto;
  }
  /* line 13, app/assets/stylesheets/responsive/_xs-max.sass */
  body.errors #wrap .container #error-warning p {
    color: #656561;
  }
  /* line 15, app/assets/stylesheets/responsive/_xs-max.sass */
  body.errors #wrap .container canvas {
    display: none;
  }
  /* line 17, app/assets/stylesheets/responsive/_xs-max.sass */
  body.errors #wrap .container #overlay {
    display: none;
  }
  /* line 31, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing .promo-header .header-box, .promo-page .promo-header .header-box {
    padding-top: 20px;
  }
  /* line 33, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing .promo-header .header-box h1, .promo-page .promo-header .header-box h1 {
    font-size: 40px;
    line-height: 42px;
  }
  /* line 36, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing .promo-header .header-box h2, .promo-page .promo-header .header-box h2 {
    font-size: 20px;
  }
  /* line 38, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing .promo-header .header-box .btn, body.landing .promo-header .header-box .sapCpButton, .promo-page .promo-header .header-box .btn, .promo-page .promo-header .header-box .sapCpButton {
    margin-top: 20px;
  }
  /* line 42, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing .partners ul li, .promo-page .partners ul li {
    display: block;
    margin-bottom: 15px;
  }
  /* line 45, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing .partners ul li:last-child, .promo-page .partners ul li:last-child {
    margin-bottom: 0;
  }
  /* line 49, app/assets/stylesheets/responsive/_xs-max.sass */
  .modal .modal-dialog, .modal.wide-modal .modal-dialog, .modal.narrow-modal .modal-dialog {
    max-width: 100%;
    width: auto;
  }
  /* line 57, app/assets/stylesheets/responsive/_xs-max.sass */
  .jumbotron.inverted .resource-wrapper.left-resource {
    margin-right: 9px;
  }
  /* line 59, app/assets/stylesheets/responsive/_xs-max.sass */
  .jumbotron.inverted .resource-wrapper.right-resource {
    margin-left: 9px;
  }
  /* line 62, app/assets/stylesheets/responsive/_xs-max.sass */
  .table td, .table th {
    padding: 0;
  }
  /* line 66, app/assets/stylesheets/responsive/_xs-max.sass */
  .unit-reference .res-info {
    max-width: 80%;
    float: left;
  }
  /* line 69, app/assets/stylesheets/responsive/_xs-max.sass */
  .unit-reference .res-options {
    max-width: 20%;
    float: right;
  }
  /* ACQUISITION */
  /* line 77, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing-acquisition {
    padding: 0;
  }
  /* line 80, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing-acquisition .getin-touch input[name=nameprofessor]:first-child, body.landing-acquisition .getin-touch input[name=namestudent]:first-child, body.landing-acquisition .getin-touch input[name=emailstudent] {
    margin-bottom: 15px;
  }
  /* line 83, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing-acquisition .navbar-fixed-top, body.landing-acquisition .navbar-fixed-bottom, body.landing-acquisition .navbar-static-top {
    margin-right: 0;
  }
  /* line 85, app/assets/stylesheets/responsive/_xs-max.sass */
  body.landing-acquisition .acquisition-professor-modal {
    width: auto;
    margin-left: auto;
  }
  /* line 91, app/assets/stylesheets/responsive/_xs-max.sass */
  .btn-xs.btn-icon-mini, .btn-group-xs > .btn-icon-mini.btn, .btn-group-xs > .btn-icon-mini.sapCpButton {
    padding: 25px 5px 3px 25px;
  }
  /* line 94, app/assets/stylesheets/responsive/_xs-max.sass */
  .btn-xs.btn-icon-mini .btn-text, .btn-group-xs > .btn-icon-mini.btn .btn-text, .btn-group-xs > .btn-icon-mini.sapCpButton .btn-text {
    display: none;
  }
  /* line 98, app/assets/stylesheets/responsive/_xs-max.sass */
  .btn-share.no-logo .icon {
    display: block;
  }
  /* line 100, app/assets/stylesheets/responsive/_xs-max.sass */
  .btn-share .icon {
    left: 6px;
  }
  /* line 103, app/assets/stylesheets/responsive/_xs-max.sass */
  .social-share-buttons .twitter-share {
    width: 32px !important;
  }
  /* line 105, app/assets/stylesheets/responsive/_xs-max.sass */
  .social-share-buttons .mail-share {
    width: 32px !important;
  }
  /* line 107, app/assets/stylesheets/responsive/_xs-max.sass */
  .social-share-buttons .fb-share {
    width: 32px !important;
  }
  /* line 114, app/assets/stylesheets/responsive/_xs-max.sass */
  .vertical-tabs .nav-tabs > .active > a:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 122, app/assets/stylesheets/responsive/_xs-max.sass */
  .vertical-tabs .nav-tabs > .active > a:after {
    border: none;
  }
  /* line 125, app/assets/stylesheets/responsive/_xs-max.sass */
  .vertical-tabs .nav-tabs > :hover > a {
    border: none;
  }
  /* line 128, app/assets/stylesheets/responsive/_xs-max.sass */
  .nav-tabs {
    border-bottom: none;
  }
  /* line 131, app/assets/stylesheets/responsive/_xs-max.sass */
  .item-card-tab {
    border-top: 1px solid #d9d9d7;
  }
  /* line 136, app/assets/stylesheets/responsive/_xs-max.sass */
  .course-filters .filter-buttons li {
    display: block;
    margin-bottom: 1px;
    float: none;
  }
  /* line 140, app/assets/stylesheets/responsive/_xs-max.sass */
  .course-filters .filter-buttons a {
    display: block;
  }
  /* line 145, app/assets/stylesheets/responsive/_xs-max.sass */
  .course-coverpage .course-cover-header .course-cover-header-banner-wrapper {
    width: 95%;
  }
  /* line 148, app/assets/stylesheets/responsive/_xs-max.sass */
  .course-coverpage .course-cover-header .course-cover-header-banner-wrapper .course-aditional-info-wrapper .list-info {
    padding: 25px 45px;
  }
  /* line 152, app/assets/stylesheets/responsive/_xs-max.sass */
  body.studyanywhere .ambassador-header {
    height: auto;
  }
  /* line 154, app/assets/stylesheets/responsive/_xs-max.sass */
  body.studyanywhere .ambassador-section.section-network {
    background: transparent;
  }
  /* line 158, app/assets/stylesheets/responsive/_xs-max.sass */
  .newsletter-signup-wrapper input {
    width: 75%;
  }
  /* line 160, app/assets/stylesheets/responsive/_xs-max.sass */
  .newsletter-signup-wrapper .btn, .newsletter-signup-wrapper .sapCpButton {
    width: 25%;
  }
  /* line 163, app/assets/stylesheets/responsive/_xs-max.sass */
  .pagination > li > a, .pagination > li > span {
    padding: 6px;
  }
  /* line 166, app/assets/stylesheets/responsive/_xs-max.sass */
  .row.same-height {
    display: block;
  }
  /* line 168, app/assets/stylesheets/responsive/_xs-max.sass */
  .row.same-height [class*="col-"] {
    float: none;
    display: block;
    vertical-align: inherit;
  }
  /* line 174, app/assets/stylesheets/responsive/_xs-max.sass */
  .campaign-modal .col-sm-6 {
    text-align: center;
  }
  /* line 178, app/assets/stylesheets/responsive/_xs-max.sass */
  .purchase-page .container {
    width: 100%;
    padding: 80px 25px 20px 25px;
  }
  /* line 182, app/assets/stylesheets/responsive/_xs-max.sass */
  .custom-btn-tabs-wrapper > li {
    float: none;
  }
  /* line 185, app/assets/stylesheets/responsive/_xs-max.sass */
  .track-corporate .track-corporate-strip .true-ribbon-wrap .true-ribbon {
    width: 85%;
  }
}

@media (max-width: 991px) {
  /* line 6, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header {
    padding-top: 0;
  }
  /* line 9, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  /* line 12, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .menus-wrapper {
    position: absolute;
    right: 0;
    top: 60px;
  }
  /* line 16, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .menus-wrapper .navbar-collapse {
    min-width: 220px;
    z-index: 999;
    float: none !important;
    text-align: right;
    border-left: 1px solid #ececea;
    border-bottom: 1px solid #ececea;
    background-color: white;
  }
  /* line 24, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .menus-wrapper .navbar-collapse ul {
    text-align: right;
  }
  /* line 28, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .menus-wrapper .navbar-collapse ul > li .indicator {
    display: none;
  }
  /* line 30, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .menus-wrapper .navbar-collapse ul > li > a {
    margin-top: 0;
  }
  /* line 32, app/assets/stylesheets/responsive/_sm-max.sass */
  body .main-header .container .menus-wrapper .navbar-collapse.user-menu-collapse.in {
    border-top: 1px solid #d9d9d7;
  }
  /* line 34, app/assets/stylesheets/responsive/_sm-max.sass */
  .sub-menu {
    margin-bottom: 10px;
  }
  /* line 36, app/assets/stylesheets/responsive/_sm-max.sass */
  .sub-menu .navbar-toggle {
    float: left;
    margin-left: 0;
  }
  /* line 39, app/assets/stylesheets/responsive/_sm-max.sass */
  .sub-menu .navbar-collapse {
    border: none;
  }
  /* line 41, app/assets/stylesheets/responsive/_sm-max.sass */
  .sub-menu .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 43, app/assets/stylesheets/responsive/_sm-max.sass */
  .sub-menu .nav-tabs > li {
    float: none !important;
  }
  /* line 45, app/assets/stylesheets/responsive/_sm-max.sass */
  .sub-menu .dropdown-menu {
    position: relative;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/responsive/_sm-max.sass */
  .filters-layout .filters-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 54, app/assets/stylesheets/responsive/_sm-max.sass */
  .filters-layout .filters-content {
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/responsive/_sm-max.sass */
  .nav-tabs {
    border-bottom: none;
  }
  /* line 60, app/assets/stylesheets/responsive/_sm-max.sass */
  .item-card-tab {
    border-top: 1px solid #d9d9d7;
  }
  /* line 64, app/assets/stylesheets/responsive/_sm-max.sass */
  body.errors #world {
    display: none;
  }
  /* line 66, app/assets/stylesheets/responsive/_sm-max.sass */
  body.errors #world #overlay {
    display: none;
  }
  /* line 71, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-coverpage .course-cover-header .course-cover-header-banner-wrapper {
    display: block;
    bottom: 10%;
  }
  /* line 75, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-coverpage .course-cover-header .course-cover-header-banner-wrapper .course-aditional-info-wrapper .list-info {
    padding: 15px 45px;
  }
  /* line 77, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-coverpage .course-cover-header .course-cover-header-banner-wrapper .course-aditional-info-wrapper .course-launch-date {
    position: relative;
    margin-top: 10px;
    transform: translate(-50%, 0%);
  }
  /* line 81, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-coverpage .course-cover-header .course-cover-header-banner-wrapper .ribbon {
    right: -14px;
  }
  /* line 86, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-coverpage .course-cover-how-enroll .certificate-how-img {
    width: 100%;
    height: auto;
  }
  /* line 90, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-tracks .track-card {
    margin-bottom: 30px;
  }
  /* line 93, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-tracks .track-card .track-actions .more-info, .course-tracks .track-card .track-actions .less-info {
    padding: 35px;
  }
  /* line 96, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-tracks .track-what.opened .track-what-opened {
    height: auto;
  }
  /* line 100, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-tracks .course-tracks-wrapper .course-tracks-position .col-md-offset-custom-1 {
    margin-left: 0%;
  }
  /* line 102, app/assets/stylesheets/responsive/_sm-max.sass */
  .course-tracks .course-tracks-wrapper .course-tracks-position .col-md-offset-custom-3 {
    margin-left: 0%;
  }
  /* line 105, app/assets/stylesheets/responsive/_sm-max.sass */
  .filters-layout .filters-content .courses-list {
    padding: 0;
    padding-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .col-sm-3.sidebar {
    box-sizing: border-box;
  }
  /* line 9, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .btn.btn-primary.btn-icon, .btn-icon.sapCpButton {
    font-size: 12px;
  }
  /* line 11, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .btn.btn-primary.btn-icon:before, .btn-icon.sapCpButton:before {
    font-size: 17px;
  }
  /* line 15, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .row .courses-list {
    width: 100%;
  }
  /* line 17, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .row .courses-list + .sidebar {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
  }
  /* line 24, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .btn-xs.btn-icon-mini, .btn-group-xs > .btn-icon-mini.btn, .btn-group-xs > .btn-icon-mini.sapCpButton {
    padding: 25px 5px 3px 25px;
    position: relative;
    height: 20px;
  }
  /* line 28, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .btn-xs.btn-icon-mini .icon, .btn-group-xs > .btn-icon-mini.btn .icon, .btn-group-xs > .btn-icon-mini.sapCpButton .icon {
    display: block;
  }
  /* line 30, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .btn-xs.btn-icon-mini .btn-text, .btn-group-xs > .btn-icon-mini.btn .btn-text, .btn-group-xs > .btn-icon-mini.sapCpButton .btn-text {
    display: none;
  }
  /* line 34, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .social-share-buttons .twitter-share {
    width: 32px !important;
  }
  /* line 36, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .social-share-buttons .mail-share {
    width: 32px !important;
  }
  /* line 38, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .social-share-buttons .fb-share {
    width: 32px !important;
  }
  /* line 41, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  body.landing-acquisition .hero .row {
    top: 50px;
  }
  /* line 45, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-list-item-small .course-list-item-cover {
    height: auto;
  }
  /* line 48, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-list-item-small .course-list-item-body header {
    height: 95px;
  }
  /* line 51, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .nav-tabs {
    border-bottom: none;
  }
  /* line 54, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .item-card-tab {
    border-top: 1px solid #d9d9d7;
  }
  /* line 58, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .responsive-circle i {
    font-size: 3em;
  }
  /* line 60, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .responsive-circle i.free-text {
    font-size: 30px;
  }
  /* line 64, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .modal.wide-modal .modal-dialog {
    width: 700px;
  }
  /* line 67, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-tracks .track-card .true-ribbon-wrap .true-ribbon {
    width: 55%;
  }
  /* line 73, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  body.my-referrals .referrals-list .referral-card .referral-link-field {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 82, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-filters .col-sm-6 {
    width: 65.81197%;
    margin-bottom: 10px;
  }
  /* line 85, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-filters .col-sm-2 {
    float: right;
    margin: 0;
    width: 31.62393%;
  }
  /* line 90, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-filters .col-sm-4 {
    margin: 0;
    width: 100%;
  }
  /* line 93, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .course-filters .col-sm-8 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  /* line 99, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .breadcrumbs.unit-wizard li {
    display: none;
  }
  /* line 101, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .breadcrumbs.unit-wizard li.active {
    display: block;
  }
  /* line 104, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .breadcrumbs.reports a {
    width: auto;
  }
}

@media (max-width: 1199px) {
  /* line 110, app/assets/stylesheets/responsive/_sm-min_md-max.sass */
  .winners .newsletter .holder-body p .sub-text {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials_iversity/_shame.sass */
.popover-content {
  color: #656561;
}

/* line 4, app/assets/stylesheets/partials_iversity/_shame.sass */
.popover-title {
  color: #656561;
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/partials_iversity/_shame.sass */
img {
  max-width: 100%;
}

/* line 11, app/assets/stylesheets/partials_iversity/_shame.sass */
.memberships-assessment-filter select {
  max-width: 50%;
}

/* line 14, app/assets/stylesheets/partials_iversity/_shame.sass */
.form-alternative {
  margin: 15px 0 0 0;
  overflow: auto;
}

/* line 19, app/assets/stylesheets/partials_iversity/_shame.sass */
.scheduled-events .course-state {
  bottom: 0;
}

/* line 21, app/assets/stylesheets/partials_iversity/_shame.sass */
.scheduled-events .course-state:before {
  line-height: 0;
}

/* line 25, app/assets/stylesheets/partials_iversity/_shame.sass */
.signup-no-email .signup-no-email-info {
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/partials_iversity/_shame.sass */
.signup-no-email .signup-no-email-info h2 {
  margin-top: 0;
}

/* line 29, app/assets/stylesheets/partials_iversity/_shame.sass */
.signup-no-email fieldset {
  margin-bottom: 30px;
}

/* line 32, app/assets/stylesheets/partials_iversity/_shame.sass */
pre.has-error {
  background-color: #F6AC8F;
  border-color: #E85031;
  color: #333330;
}

/* line 38, app/assets/stylesheets/partials_iversity/_shame.sass */
.question-code .code-results {
  margin-top: 10px;
}

/* line 40, app/assets/stylesheets/partials_iversity/_shame.sass */
.question-code .code-results ~ .code-results {
  margin-top: 0;
}

/* line 44, app/assets/stylesheets/partials_iversity/_shame.sass */
.WatchlistMarginTopQuickfix {
  margin-top: 16px !important;
}

/* line 49, app/assets/stylesheets/partials_iversity/_shame.sass */
.oembed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 55, app/assets/stylesheets/partials_iversity/_shame.sass */
.oembed-container iframe, .oembed-container object, .oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 63, app/assets/stylesheets/partials_iversity/_shame.sass */
.modal {
  padding-right: 0px !important;
}

/* line 66, app/assets/stylesheets/partials_iversity/_shame.sass */
.ts-wrapper .ts-control {
  padding: 0 0.75rem;
}

/* line 69, app/assets/stylesheets/partials_iversity/_shame.sass */
#MembersTableContainer ~ .modal {
  z-index: 1060;
}

/* line 2, app/assets/stylesheets/page_specific/_about.sass */
.Page__about h3 {
  margin-top: 30px !important;
  font-weight: bold;
  font-size: 18px;
  color: #4e4e4a;
}

/* line 8, app/assets/stylesheets/page_specific/_about.sass */
.Page__about .AboutPage__Person div {
  padding-bottom: 40px;
}

/* line 10, app/assets/stylesheets/page_specific/_about.sass */
.Page__about .AboutPage__Person .col-md-4 {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/page_specific/_about.sass */
.Page__about .AboutPage__Person img {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-bottom: 10px;
}

/* Basscss Typography */
/* line 16, node_modules/basscss-sass/scss/_typography.scss */
.font-family-inherit {
  font-family: inherit;
}

/* line 18, node_modules/basscss-sass/scss/_typography.scss */
.font-size-inherit {
  font-size: inherit;
}

/* line 20, node_modules/basscss-sass/scss/_typography.scss */
.text-decoration-none {
  text-decoration: none;
}

/* line 22, node_modules/basscss-sass/scss/_typography.scss */
.bold {
  font-weight: bold;
}

/* line 24, node_modules/basscss-sass/scss/_typography.scss */
.regular {
  font-weight: normal;
}

/* line 26, node_modules/basscss-sass/scss/_typography.scss */
.italic {
  font-style: italic;
}

/* line 28, node_modules/basscss-sass/scss/_typography.scss */
.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 30, node_modules/basscss-sass/scss/_typography.scss */
.left-align {
  text-align: left;
}

/* line 32, node_modules/basscss-sass/scss/_typography.scss */
.center {
  text-align: center;
}

/* line 34, node_modules/basscss-sass/scss/_typography.scss */
.right-align {
  text-align: right;
}

/* line 36, node_modules/basscss-sass/scss/_typography.scss */
.justify {
  text-align: justify;
}

/* line 38, node_modules/basscss-sass/scss/_typography.scss */
.nowrap {
  white-space: nowrap;
}

/* line 40, node_modules/basscss-sass/scss/_typography.scss */
.break-word {
  word-wrap: break-word;
}

/* line 42, node_modules/basscss-sass/scss/_typography.scss */
.line-height-1 {
  line-height: 1;
}

/* line 44, node_modules/basscss-sass/scss/_typography.scss */
.line-height-2 {
  line-height: 1.125;
}

/* line 46, node_modules/basscss-sass/scss/_typography.scss */
.line-height-3 {
  line-height: 1.25;
}

/* line 48, node_modules/basscss-sass/scss/_typography.scss */
.line-height-4 {
  line-height: 1.5;
}

/* line 50, node_modules/basscss-sass/scss/_typography.scss */
.list-style-none {
  list-style: none;
}

/* line 52, node_modules/basscss-sass/scss/_typography.scss */
.underline {
  text-decoration: underline;
}

/* line 54, node_modules/basscss-sass/scss/_typography.scss */
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 61, node_modules/basscss-sass/scss/_typography.scss */
.list-reset {
  list-style: none;
  padding-left: 0;
}

/* Basscss Responsive Typography */
@media (min-width: 768px) {
  /* line 14, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .sm-left-align {
    text-align: left;
  }
  /* line 15, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .sm-center {
    text-align: center;
  }
  /* line 16, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .sm-right-align {
    text-align: right;
  }
  /* line 17, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  /* line 21, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .md-left-align {
    text-align: left;
  }
  /* line 22, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .md-center {
    text-align: center;
  }
  /* line 23, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .md-right-align {
    text-align: right;
  }
  /* line 24, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  /* line 28, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .lg-left-align {
    text-align: left;
  }
  /* line 29, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .lg-center {
    text-align: center;
  }
  /* line 30, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .lg-right-align {
    text-align: right;
  }
  /* line 31, node_modules/basscss-sass/scss/_responsive-typography.scss */
  .lg-justify {
    text-align: justify;
  }
}

/* Basscss Responsive Type Scale */
@media (min-width: 768px) {
  /* line 22, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h00 {
    font-size: 4rem;
  }
  /* line 23, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h0 {
    font-size: 3rem;
  }
  /* line 24, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h1 {
    font-size: 2rem;
  }
  /* line 25, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h2 {
    font-size: 1.5rem;
  }
  /* line 26, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h3 {
    font-size: 1.25rem;
  }
  /* line 27, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h4 {
    font-size: 1rem;
  }
  /* line 28, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h5 {
    font-size: 0.875rem;
  }
  /* line 29, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .sm-h6 {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h00 {
    font-size: 4rem;
  }
  /* line 34, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h0 {
    font-size: 3rem;
  }
  /* line 35, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h1 {
    font-size: 2rem;
  }
  /* line 36, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h2 {
    font-size: 1.5rem;
  }
  /* line 37, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h3 {
    font-size: 1.25rem;
  }
  /* line 38, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h4 {
    font-size: 1rem;
  }
  /* line 39, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h5 {
    font-size: 0.875rem;
  }
  /* line 40, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .md-h6 {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 44, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h00 {
    font-size: 4rem;
  }
  /* line 45, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h0 {
    font-size: 3rem;
  }
  /* line 46, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h1 {
    font-size: 2rem;
  }
  /* line 47, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h2 {
    font-size: 1.5rem;
  }
  /* line 48, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h3 {
    font-size: 1.25rem;
  }
  /* line 49, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h4 {
    font-size: 1rem;
  }
  /* line 50, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h5 {
    font-size: 0.875rem;
  }
  /* line 51, node_modules/basscss-sass/scss/_responsive-type-scale.scss */
  .lg-h6 {
    font-size: 0.75rem;
  }
}

/* Basscss Align */
/* line 10, node_modules/basscss-sass/scss/_align.scss */
.align-baseline {
  vertical-align: baseline;
}

/* line 12, node_modules/basscss-sass/scss/_align.scss */
.align-top {
  vertical-align: top;
}

/* line 14, node_modules/basscss-sass/scss/_align.scss */
.align-middle {
  vertical-align: middle;
}

/* line 16, node_modules/basscss-sass/scss/_align.scss */
.align-bottom {
  vertical-align: bottom;
}

/* Basscss Layout */
/* line 14, node_modules/basscss-sass/scss/_layout.scss */
.inline {
  display: inline;
}

/* line 16, node_modules/basscss-sass/scss/_layout.scss */
.block {
  display: block;
}

/* line 18, node_modules/basscss-sass/scss/_layout.scss */
.inline-block {
  display: inline-block;
}

/* line 20, node_modules/basscss-sass/scss/_layout.scss */
.table {
  display: table;
}

/* line 22, node_modules/basscss-sass/scss/_layout.scss */
.table-cell {
  display: table-cell;
}

/* line 24, node_modules/basscss-sass/scss/_layout.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 26, node_modules/basscss-sass/scss/_layout.scss */
.overflow-scroll {
  overflow: scroll;
}

/* line 28, node_modules/basscss-sass/scss/_layout.scss */
.overflow-auto {
  overflow: auto;
}

/* line 30, node_modules/basscss-sass/scss/_layout.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 36, node_modules/basscss-sass/scss/_layout.scss */
.clearfix:after {
  clear: both;
}

/* line 38, node_modules/basscss-sass/scss/_layout.scss */
.left {
  float: left;
}

/* line 40, node_modules/basscss-sass/scss/_layout.scss */
.right {
  float: right;
}

/* line 42, node_modules/basscss-sass/scss/_layout.scss */
.fit {
  max-width: 100%;
}

/* line 44, node_modules/basscss-sass/scss/_layout.scss */
.max-width-1 {
  max-width: 24rem;
}

/* line 46, node_modules/basscss-sass/scss/_layout.scss */
.max-width-2 {
  max-width: 32rem;
}

/* line 48, node_modules/basscss-sass/scss/_layout.scss */
.max-width-3 {
  max-width: 48rem;
}

/* line 50, node_modules/basscss-sass/scss/_layout.scss */
.max-width-4 {
  max-width: 64rem;
}

/* line 52, node_modules/basscss-sass/scss/_layout.scss */
.border-box {
  box-sizing: border-box;
}

/* Basscss Responsive Layout */
@media (min-width: 768px) {
  /* line 19, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-inline {
    display: inline;
  }
  /* line 20, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-block {
    display: block;
  }
  /* line 21, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-inline-block {
    display: inline-block;
  }
  /* line 22, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-table {
    display: table;
  }
  /* line 23, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-table-cell {
    display: table-cell;
  }
  /* line 25, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-overflow-hidden {
    overflow: hidden;
  }
  /* line 26, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-overflow-scroll {
    overflow: scroll;
  }
  /* line 27, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-overflow-auto {
    overflow: auto;
  }
  /* line 29, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-left {
    float: left;
  }
  /* line 30, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .sm-right {
    float: right;
  }
}

@media (min-width: 992px) {
  /* line 36, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-inline {
    display: inline;
  }
  /* line 37, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-block {
    display: block;
  }
  /* line 38, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-inline-block {
    display: inline-block;
  }
  /* line 39, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-table {
    display: table;
  }
  /* line 40, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-table-cell {
    display: table-cell;
  }
  /* line 42, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-overflow-hidden {
    overflow: hidden;
  }
  /* line 43, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-overflow-scroll {
    overflow: scroll;
  }
  /* line 44, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-overflow-auto {
    overflow: auto;
  }
  /* line 46, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-left {
    float: left;
  }
  /* line 47, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .md-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  /* line 53, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-inline {
    display: inline;
  }
  /* line 54, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-block {
    display: block;
  }
  /* line 55, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-inline-block {
    display: inline-block;
  }
  /* line 56, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-table {
    display: table;
  }
  /* line 57, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-table-cell {
    display: table-cell;
  }
  /* line 59, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-overflow-hidden {
    overflow: hidden;
  }
  /* line 60, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-overflow-scroll {
    overflow: scroll;
  }
  /* line 61, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-overflow-auto {
    overflow: auto;
  }
  /* line 63, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-left {
    float: left;
  }
  /* line 64, node_modules/basscss-sass/scss/_responsive-layout.scss */
  .lg-right {
    float: right;
  }
}

/* Basscss Margin */
/* line 14, node_modules/basscss-sass/scss/_margin.scss */
.m0 {
  margin: 0;
}

/* line 16, node_modules/basscss-sass/scss/_margin.scss */
.mt0 {
  margin-top: 0;
}

/* line 18, node_modules/basscss-sass/scss/_margin.scss */
.mr0 {
  margin-right: 0;
}

/* line 20, node_modules/basscss-sass/scss/_margin.scss */
.mb0 {
  margin-bottom: 0;
}

/* line 22, node_modules/basscss-sass/scss/_margin.scss */
.ml0 {
  margin-left: 0;
}

/* line 24, node_modules/basscss-sass/scss/_margin.scss */
.mx0 {
  margin-left: 0;
  margin-right: 0;
}

/* line 26, node_modules/basscss-sass/scss/_margin.scss */
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 28, node_modules/basscss-sass/scss/_margin.scss */
.m1 {
  margin: 0.5rem;
}

/* line 30, node_modules/basscss-sass/scss/_margin.scss */
.mt1 {
  margin-top: 0.5rem;
}

/* line 32, node_modules/basscss-sass/scss/_margin.scss */
.mr1 {
  margin-right: 0.5rem;
}

/* line 34, node_modules/basscss-sass/scss/_margin.scss */
.mb1 {
  margin-bottom: 0.5rem;
}

/* line 36, node_modules/basscss-sass/scss/_margin.scss */
.ml1 {
  margin-left: 0.5rem;
}

/* line 38, node_modules/basscss-sass/scss/_margin.scss */
.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 40, node_modules/basscss-sass/scss/_margin.scss */
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 42, node_modules/basscss-sass/scss/_margin.scss */
.m2 {
  margin: 1rem;
}

/* line 44, node_modules/basscss-sass/scss/_margin.scss */
.mt2 {
  margin-top: 1rem;
}

/* line 46, node_modules/basscss-sass/scss/_margin.scss */
.mr2 {
  margin-right: 1rem;
}

/* line 48, node_modules/basscss-sass/scss/_margin.scss */
.mb2 {
  margin-bottom: 1rem;
}

/* line 50, node_modules/basscss-sass/scss/_margin.scss */
.ml2 {
  margin-left: 1rem;
}

/* line 52, node_modules/basscss-sass/scss/_margin.scss */
.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 54, node_modules/basscss-sass/scss/_margin.scss */
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 56, node_modules/basscss-sass/scss/_margin.scss */
.m3 {
  margin: 2rem;
}

/* line 58, node_modules/basscss-sass/scss/_margin.scss */
.mt3 {
  margin-top: 2rem;
}

/* line 60, node_modules/basscss-sass/scss/_margin.scss */
.mr3 {
  margin-right: 2rem;
}

/* line 62, node_modules/basscss-sass/scss/_margin.scss */
.mb3 {
  margin-bottom: 2rem;
}

/* line 64, node_modules/basscss-sass/scss/_margin.scss */
.ml3 {
  margin-left: 2rem;
}

/* line 66, node_modules/basscss-sass/scss/_margin.scss */
.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

/* line 68, node_modules/basscss-sass/scss/_margin.scss */
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 70, node_modules/basscss-sass/scss/_margin.scss */
.m4 {
  margin: 4rem;
}

/* line 72, node_modules/basscss-sass/scss/_margin.scss */
.mt4 {
  margin-top: 4rem;
}

/* line 74, node_modules/basscss-sass/scss/_margin.scss */
.mr4 {
  margin-right: 4rem;
}

/* line 76, node_modules/basscss-sass/scss/_margin.scss */
.mb4 {
  margin-bottom: 4rem;
}

/* line 78, node_modules/basscss-sass/scss/_margin.scss */
.ml4 {
  margin-left: 4rem;
}

/* line 80, node_modules/basscss-sass/scss/_margin.scss */
.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

/* line 82, node_modules/basscss-sass/scss/_margin.scss */
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* line 84, node_modules/basscss-sass/scss/_margin.scss */
.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 86, node_modules/basscss-sass/scss/_margin.scss */
.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 88, node_modules/basscss-sass/scss/_margin.scss */
.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

/* line 90, node_modules/basscss-sass/scss/_margin.scss */
.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

/* line 92, node_modules/basscss-sass/scss/_margin.scss */
.m-auto {
  margin: auto;
}

/* line 94, node_modules/basscss-sass/scss/_margin.scss */
.mt-auto {
  margin-top: auto;
}

/* line 96, node_modules/basscss-sass/scss/_margin.scss */
.mr-auto {
  margin-right: auto;
}

/* line 98, node_modules/basscss-sass/scss/_margin.scss */
.mb-auto {
  margin-bottom: auto;
}

/* line 100, node_modules/basscss-sass/scss/_margin.scss */
.ml-auto {
  margin-left: auto;
}

/* line 102, node_modules/basscss-sass/scss/_margin.scss */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 104, node_modules/basscss-sass/scss/_margin.scss */
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

/* Basscss Responsive Margin */
@media (min-width: 768px) {
  /* line 19, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-m0 {
    margin: 0;
  }
  /* line 20, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mt0 {
    margin-top: 0;
  }
  /* line 21, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mr0 {
    margin-right: 0;
  }
  /* line 22, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mb0 {
    margin-bottom: 0;
  }
  /* line 23, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-ml0 {
    margin-left: 0;
  }
  /* line 24, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 25, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 27, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-m1 {
    margin: 0.5rem;
  }
  /* line 28, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mt1 {
    margin-top: 0.5rem;
  }
  /* line 29, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mr1 {
    margin-right: 0.5rem;
  }
  /* line 30, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mb1 {
    margin-bottom: 0.5rem;
  }
  /* line 31, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-ml1 {
    margin-left: 0.5rem;
  }
  /* line 32, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 33, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 35, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-m2 {
    margin: 1rem;
  }
  /* line 36, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mt2 {
    margin-top: 1rem;
  }
  /* line 37, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mr2 {
    margin-right: 1rem;
  }
  /* line 38, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mb2 {
    margin-bottom: 1rem;
  }
  /* line 39, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-ml2 {
    margin-left: 1rem;
  }
  /* line 40, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 41, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 43, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-m3 {
    margin: 2rem;
  }
  /* line 44, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mt3 {
    margin-top: 2rem;
  }
  /* line 45, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mr3 {
    margin-right: 2rem;
  }
  /* line 46, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mb3 {
    margin-bottom: 2rem;
  }
  /* line 47, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-ml3 {
    margin-left: 2rem;
  }
  /* line 48, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 49, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 51, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-m4 {
    margin: 4rem;
  }
  /* line 52, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mt4 {
    margin-top: 4rem;
  }
  /* line 53, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mr4 {
    margin-right: 4rem;
  }
  /* line 54, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mb4 {
    margin-bottom: 4rem;
  }
  /* line 55, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-ml4 {
    margin-left: 4rem;
  }
  /* line 56, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 57, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /* line 59, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 60, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 61, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  /* line 62, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  /* line 64, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-ml-auto {
    margin-left: auto;
  }
  /* line 65, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mr-auto {
    margin-right: auto;
  }
  /* line 66, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  /* line 72, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-m0 {
    margin: 0;
  }
  /* line 73, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mt0 {
    margin-top: 0;
  }
  /* line 74, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mr0 {
    margin-right: 0;
  }
  /* line 75, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mb0 {
    margin-bottom: 0;
  }
  /* line 76, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-ml0 {
    margin-left: 0;
  }
  /* line 77, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 78, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 80, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-m1 {
    margin: 0.5rem;
  }
  /* line 81, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mt1 {
    margin-top: 0.5rem;
  }
  /* line 82, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mr1 {
    margin-right: 0.5rem;
  }
  /* line 83, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mb1 {
    margin-bottom: 0.5rem;
  }
  /* line 84, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-ml1 {
    margin-left: 0.5rem;
  }
  /* line 85, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 86, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 88, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-m2 {
    margin: 1rem;
  }
  /* line 89, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mt2 {
    margin-top: 1rem;
  }
  /* line 90, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mr2 {
    margin-right: 1rem;
  }
  /* line 91, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mb2 {
    margin-bottom: 1rem;
  }
  /* line 92, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-ml2 {
    margin-left: 1rem;
  }
  /* line 93, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 94, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 96, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-m3 {
    margin: 2rem;
  }
  /* line 97, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mt3 {
    margin-top: 2rem;
  }
  /* line 98, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mr3 {
    margin-right: 2rem;
  }
  /* line 99, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mb3 {
    margin-bottom: 2rem;
  }
  /* line 100, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-ml3 {
    margin-left: 2rem;
  }
  /* line 101, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 102, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 104, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-m4 {
    margin: 4rem;
  }
  /* line 105, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mt4 {
    margin-top: 4rem;
  }
  /* line 106, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mr4 {
    margin-right: 4rem;
  }
  /* line 107, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mb4 {
    margin-bottom: 4rem;
  }
  /* line 108, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-ml4 {
    margin-left: 4rem;
  }
  /* line 109, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 110, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /* line 112, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 113, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 114, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  /* line 115, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  /* line 117, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-ml-auto {
    margin-left: auto;
  }
  /* line 118, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mr-auto {
    margin-right: auto;
  }
  /* line 119, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  /* line 125, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-m0 {
    margin: 0;
  }
  /* line 126, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mt0 {
    margin-top: 0;
  }
  /* line 127, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mr0 {
    margin-right: 0;
  }
  /* line 128, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mb0 {
    margin-bottom: 0;
  }
  /* line 129, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-ml0 {
    margin-left: 0;
  }
  /* line 130, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 131, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 133, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-m1 {
    margin: 0.5rem;
  }
  /* line 134, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mt1 {
    margin-top: 0.5rem;
  }
  /* line 135, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mr1 {
    margin-right: 0.5rem;
  }
  /* line 136, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mb1 {
    margin-bottom: 0.5rem;
  }
  /* line 137, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-ml1 {
    margin-left: 0.5rem;
  }
  /* line 138, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 139, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 141, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-m2 {
    margin: 1rem;
  }
  /* line 142, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mt2 {
    margin-top: 1rem;
  }
  /* line 143, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mr2 {
    margin-right: 1rem;
  }
  /* line 144, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mb2 {
    margin-bottom: 1rem;
  }
  /* line 145, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-ml2 {
    margin-left: 1rem;
  }
  /* line 146, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 147, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* line 149, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-m3 {
    margin: 2rem;
  }
  /* line 150, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mt3 {
    margin-top: 2rem;
  }
  /* line 151, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mr3 {
    margin-right: 2rem;
  }
  /* line 152, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mb3 {
    margin-bottom: 2rem;
  }
  /* line 153, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-ml3 {
    margin-left: 2rem;
  }
  /* line 154, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  /* line 155, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 157, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-m4 {
    margin: 4rem;
  }
  /* line 158, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mt4 {
    margin-top: 4rem;
  }
  /* line 159, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mr4 {
    margin-right: 4rem;
  }
  /* line 160, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mb4 {
    margin-bottom: 4rem;
  }
  /* line 161, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-ml4 {
    margin-left: 4rem;
  }
  /* line 162, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 163, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  /* line 165, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 166, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 167, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  /* line 168, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  /* line 170, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-ml-auto {
    margin-left: auto;
  }
  /* line 171, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mr-auto {
    margin-right: auto;
  }
  /* line 172, node_modules/basscss-sass/scss/_responsive-margin.scss */
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Basscss Padding */
/* line 14, node_modules/basscss-sass/scss/_padding.scss */
.p0 {
  padding: 0;
}

/* line 16, node_modules/basscss-sass/scss/_padding.scss */
.pt0 {
  padding-top: 0;
}

/* line 18, node_modules/basscss-sass/scss/_padding.scss */
.pr0 {
  padding-right: 0;
}

/* line 20, node_modules/basscss-sass/scss/_padding.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 22, node_modules/basscss-sass/scss/_padding.scss */
.pl0 {
  padding-left: 0;
}

/* line 24, node_modules/basscss-sass/scss/_padding.scss */
.px0 {
  padding-left: 0;
  padding-right: 0;
}

/* line 26, node_modules/basscss-sass/scss/_padding.scss */
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 28, node_modules/basscss-sass/scss/_padding.scss */
.p1 {
  padding: 0.5rem;
}

/* line 30, node_modules/basscss-sass/scss/_padding.scss */
.pt1 {
  padding-top: 0.5rem;
}

/* line 32, node_modules/basscss-sass/scss/_padding.scss */
.pr1 {
  padding-right: 0.5rem;
}

/* line 34, node_modules/basscss-sass/scss/_padding.scss */
.pb1 {
  padding-bottom: 0.5rem;
}

/* line 36, node_modules/basscss-sass/scss/_padding.scss */
.pl1 {
  padding-left: 0.5rem;
}

/* line 38, node_modules/basscss-sass/scss/_padding.scss */
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 40, node_modules/basscss-sass/scss/_padding.scss */
.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 42, node_modules/basscss-sass/scss/_padding.scss */
.p2 {
  padding: 1rem;
}

/* line 44, node_modules/basscss-sass/scss/_padding.scss */
.pt2 {
  padding-top: 1rem;
}

/* line 46, node_modules/basscss-sass/scss/_padding.scss */
.pr2 {
  padding-right: 1rem;
}

/* line 48, node_modules/basscss-sass/scss/_padding.scss */
.pb2 {
  padding-bottom: 1rem;
}

/* line 50, node_modules/basscss-sass/scss/_padding.scss */
.pl2 {
  padding-left: 1rem;
}

/* line 52, node_modules/basscss-sass/scss/_padding.scss */
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 54, node_modules/basscss-sass/scss/_padding.scss */
.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 56, node_modules/basscss-sass/scss/_padding.scss */
.p3 {
  padding: 2rem;
}

/* line 58, node_modules/basscss-sass/scss/_padding.scss */
.pt3 {
  padding-top: 2rem;
}

/* line 60, node_modules/basscss-sass/scss/_padding.scss */
.pr3 {
  padding-right: 2rem;
}

/* line 62, node_modules/basscss-sass/scss/_padding.scss */
.pb3 {
  padding-bottom: 2rem;
}

/* line 64, node_modules/basscss-sass/scss/_padding.scss */
.pl3 {
  padding-left: 2rem;
}

/* line 66, node_modules/basscss-sass/scss/_padding.scss */
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 68, node_modules/basscss-sass/scss/_padding.scss */
.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 70, node_modules/basscss-sass/scss/_padding.scss */
.p4 {
  padding: 4rem;
}

/* line 72, node_modules/basscss-sass/scss/_padding.scss */
.pt4 {
  padding-top: 4rem;
}

/* line 74, node_modules/basscss-sass/scss/_padding.scss */
.pr4 {
  padding-right: 4rem;
}

/* line 76, node_modules/basscss-sass/scss/_padding.scss */
.pb4 {
  padding-bottom: 4rem;
}

/* line 78, node_modules/basscss-sass/scss/_padding.scss */
.pl4 {
  padding-left: 4rem;
}

/* line 80, node_modules/basscss-sass/scss/_padding.scss */
.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* line 82, node_modules/basscss-sass/scss/_padding.scss */
.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* Basscss Responsive Padding */
@media (min-width: 768px) {
  /* line 19, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-p0 {
    padding: 0;
  }
  /* line 20, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pt0 {
    padding-top: 0;
  }
  /* line 21, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pr0 {
    padding-right: 0;
  }
  /* line 22, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pb0 {
    padding-bottom: 0;
  }
  /* line 23, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pl0 {
    padding-left: 0;
  }
  /* line 24, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 25, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 27, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-p1 {
    padding: 0.5rem;
  }
  /* line 28, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pt1 {
    padding-top: 0.5rem;
  }
  /* line 29, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pr1 {
    padding-right: 0.5rem;
  }
  /* line 30, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pb1 {
    padding-bottom: 0.5rem;
  }
  /* line 31, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pl1 {
    padding-left: 0.5rem;
  }
  /* line 32, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 33, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 35, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-p2 {
    padding: 1rem;
  }
  /* line 36, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pt2 {
    padding-top: 1rem;
  }
  /* line 37, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pr2 {
    padding-right: 1rem;
  }
  /* line 38, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pb2 {
    padding-bottom: 1rem;
  }
  /* line 39, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pl2 {
    padding-left: 1rem;
  }
  /* line 40, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 41, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 43, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-p3 {
    padding: 2rem;
  }
  /* line 44, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pt3 {
    padding-top: 2rem;
  }
  /* line 45, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pr3 {
    padding-right: 2rem;
  }
  /* line 46, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pb3 {
    padding-bottom: 2rem;
  }
  /* line 47, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pl3 {
    padding-left: 2rem;
  }
  /* line 48, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 49, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 51, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-p4 {
    padding: 4rem;
  }
  /* line 52, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pt4 {
    padding-top: 4rem;
  }
  /* line 53, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pr4 {
    padding-right: 4rem;
  }
  /* line 54, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pb4 {
    padding-bottom: 4rem;
  }
  /* line 55, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-pl4 {
    padding-left: 4rem;
  }
  /* line 56, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 57, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  /* line 63, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-p0 {
    padding: 0;
  }
  /* line 64, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pt0 {
    padding-top: 0;
  }
  /* line 65, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pr0 {
    padding-right: 0;
  }
  /* line 66, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pb0 {
    padding-bottom: 0;
  }
  /* line 67, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pl0 {
    padding-left: 0;
  }
  /* line 68, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 69, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 71, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-p1 {
    padding: 0.5rem;
  }
  /* line 72, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pt1 {
    padding-top: 0.5rem;
  }
  /* line 73, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pr1 {
    padding-right: 0.5rem;
  }
  /* line 74, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pb1 {
    padding-bottom: 0.5rem;
  }
  /* line 75, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pl1 {
    padding-left: 0.5rem;
  }
  /* line 76, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 77, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 79, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-p2 {
    padding: 1rem;
  }
  /* line 80, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pt2 {
    padding-top: 1rem;
  }
  /* line 81, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pr2 {
    padding-right: 1rem;
  }
  /* line 82, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pb2 {
    padding-bottom: 1rem;
  }
  /* line 83, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pl2 {
    padding-left: 1rem;
  }
  /* line 84, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 85, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 87, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-p3 {
    padding: 2rem;
  }
  /* line 88, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pt3 {
    padding-top: 2rem;
  }
  /* line 89, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pr3 {
    padding-right: 2rem;
  }
  /* line 90, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pb3 {
    padding-bottom: 2rem;
  }
  /* line 91, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pl3 {
    padding-left: 2rem;
  }
  /* line 92, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 93, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 95, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-p4 {
    padding: 4rem;
  }
  /* line 96, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pt4 {
    padding-top: 4rem;
  }
  /* line 97, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pr4 {
    padding-right: 4rem;
  }
  /* line 98, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pb4 {
    padding-bottom: 4rem;
  }
  /* line 99, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-pl4 {
    padding-left: 4rem;
  }
  /* line 100, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 101, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  /* line 107, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-p0 {
    padding: 0;
  }
  /* line 108, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pt0 {
    padding-top: 0;
  }
  /* line 109, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pr0 {
    padding-right: 0;
  }
  /* line 110, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pb0 {
    padding-bottom: 0;
  }
  /* line 111, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pl0 {
    padding-left: 0;
  }
  /* line 112, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 113, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 115, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-p1 {
    padding: 0.5rem;
  }
  /* line 116, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pt1 {
    padding-top: 0.5rem;
  }
  /* line 117, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pr1 {
    padding-right: 0.5rem;
  }
  /* line 118, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pb1 {
    padding-bottom: 0.5rem;
  }
  /* line 119, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pl1 {
    padding-left: 0.5rem;
  }
  /* line 120, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 121, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 123, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-p2 {
    padding: 1rem;
  }
  /* line 124, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pt2 {
    padding-top: 1rem;
  }
  /* line 125, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pr2 {
    padding-right: 1rem;
  }
  /* line 126, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pb2 {
    padding-bottom: 1rem;
  }
  /* line 127, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pl2 {
    padding-left: 1rem;
  }
  /* line 128, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 129, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 131, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-p3 {
    padding: 2rem;
  }
  /* line 132, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pt3 {
    padding-top: 2rem;
  }
  /* line 133, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pr3 {
    padding-right: 2rem;
  }
  /* line 134, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pb3 {
    padding-bottom: 2rem;
  }
  /* line 135, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pl3 {
    padding-left: 2rem;
  }
  /* line 136, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 137, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 139, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-p4 {
    padding: 4rem;
  }
  /* line 140, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pt4 {
    padding-top: 4rem;
  }
  /* line 141, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pr4 {
    padding-right: 4rem;
  }
  /* line 142, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pb4 {
    padding-bottom: 4rem;
  }
  /* line 143, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-pl4 {
    padding-left: 4rem;
  }
  /* line 144, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 145, node_modules/basscss-sass/scss/_responsive-padding.scss */
  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Basscss Grid */
/* line 13, node_modules/basscss-sass/scss/_grid.scss */
.col {
  float: left;
  box-sizing: border-box;
}

/* line 18, node_modules/basscss-sass/scss/_grid.scss */
.col-right {
  float: right;
  box-sizing: border-box;
}

/* line 23, node_modules/basscss-sass/scss/_grid.scss */
.col-1 {
  width: calc(calc(1 / 12) * 100%);
}

/* line 27, node_modules/basscss-sass/scss/_grid.scss */
.col-2 {
  width: calc(calc(2 / 12) * 100%);
}

/* line 31, node_modules/basscss-sass/scss/_grid.scss */
.col-3 {
  width: calc(calc(3 / 12) * 100%);
}

/* line 35, node_modules/basscss-sass/scss/_grid.scss */
.col-4 {
  width: calc(calc(4 / 12) * 100%);
}

/* line 39, node_modules/basscss-sass/scss/_grid.scss */
.col-5 {
  width: calc(calc(5 / 12) * 100%);
}

/* line 43, node_modules/basscss-sass/scss/_grid.scss */
.col-6 {
  width: calc(calc(6 / 12) * 100%);
}

/* line 47, node_modules/basscss-sass/scss/_grid.scss */
.col-7 {
  width: calc(calc(7 / 12) * 100%);
}

/* line 51, node_modules/basscss-sass/scss/_grid.scss */
.col-8 {
  width: calc(calc(8 / 12) * 100%);
}

/* line 55, node_modules/basscss-sass/scss/_grid.scss */
.col-9 {
  width: calc(calc(9 / 12) * 100%);
}

/* line 59, node_modules/basscss-sass/scss/_grid.scss */
.col-10 {
  width: calc(calc(10 / 12) * 100%);
}

/* line 63, node_modules/basscss-sass/scss/_grid.scss */
.col-11 {
  width: calc(calc(11 / 12) * 100%);
}

/* line 67, node_modules/basscss-sass/scss/_grid.scss */
.col-12 {
  width: 100%;
}

@media (min-width: 31.3125rem) {
  /* line 73, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col {
    float: left;
    box-sizing: border-box;
  }
  /* line 78, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-right {
    float: right;
    box-sizing: border-box;
  }
  /* line 83, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-1 {
    width: calc(calc(1 / 12) * 100%);
  }
  /* line 87, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-2 {
    width: calc(calc(2 / 12) * 100%);
  }
  /* line 91, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-3 {
    width: calc(calc(3 / 12) * 100%);
  }
  /* line 95, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-4 {
    width: calc(calc(4 / 12) * 100%);
  }
  /* line 99, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-5 {
    width: calc(calc(5 / 12) * 100%);
  }
  /* line 103, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-6 {
    width: calc(calc(6 / 12) * 100%);
  }
  /* line 107, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-7 {
    width: calc(calc(7 / 12) * 100%);
  }
  /* line 111, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-8 {
    width: calc(calc(8 / 12) * 100%);
  }
  /* line 115, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-9 {
    width: calc(calc(9 / 12) * 100%);
  }
  /* line 119, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-10 {
    width: calc(calc(10 / 12) * 100%);
  }
  /* line 123, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-11 {
    width: calc(calc(11 / 12) * 100%);
  }
  /* line 127, node_modules/basscss-sass/scss/_grid.scss */
  .xs-col-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 135, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  /* line 140, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  /* line 145, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-1 {
    width: calc(calc(1 / 12) * 100%);
  }
  /* line 149, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-2 {
    width: calc(calc(2 / 12) * 100%);
  }
  /* line 153, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-3 {
    width: calc(calc(3 / 12) * 100%);
  }
  /* line 157, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-4 {
    width: calc(calc(4 / 12) * 100%);
  }
  /* line 161, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-5 {
    width: calc(calc(5 / 12) * 100%);
  }
  /* line 165, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-6 {
    width: calc(calc(6 / 12) * 100%);
  }
  /* line 169, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-7 {
    width: calc(calc(7 / 12) * 100%);
  }
  /* line 173, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-8 {
    width: calc(calc(8 / 12) * 100%);
  }
  /* line 177, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-9 {
    width: calc(calc(9 / 12) * 100%);
  }
  /* line 181, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-10 {
    width: calc(calc(10 / 12) * 100%);
  }
  /* line 185, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-11 {
    width: calc(calc(11 / 12) * 100%);
  }
  /* line 189, node_modules/basscss-sass/scss/_grid.scss */
  .sm-col-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 197, node_modules/basscss-sass/scss/_grid.scss */
  .md-col {
    float: left;
    box-sizing: border-box;
  }
  /* line 202, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  /* line 207, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-1 {
    width: calc(calc(1 / 12) * 100%);
  }
  /* line 211, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-2 {
    width: calc(calc(2 / 12) * 100%);
  }
  /* line 215, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-3 {
    width: calc(calc(3 / 12) * 100%);
  }
  /* line 219, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-4 {
    width: calc(calc(4 / 12) * 100%);
  }
  /* line 223, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-5 {
    width: calc(calc(5 / 12) * 100%);
  }
  /* line 227, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-6 {
    width: calc(calc(6 / 12) * 100%);
  }
  /* line 231, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-7 {
    width: calc(calc(7 / 12) * 100%);
  }
  /* line 235, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-8 {
    width: calc(calc(8 / 12) * 100%);
  }
  /* line 239, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-9 {
    width: calc(calc(9 / 12) * 100%);
  }
  /* line 243, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-10 {
    width: calc(calc(10 / 12) * 100%);
  }
  /* line 247, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-11 {
    width: calc(calc(11 / 12) * 100%);
  }
  /* line 251, node_modules/basscss-sass/scss/_grid.scss */
  .md-col-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 259, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  /* line 264, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  /* line 269, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-1 {
    width: calc(calc(1 / 12) * 100%);
  }
  /* line 273, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-2 {
    width: calc(calc(2 / 12) * 100%);
  }
  /* line 277, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-3 {
    width: calc(calc(3 / 12) * 100%);
  }
  /* line 281, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-4 {
    width: calc(calc(4 / 12) * 100%);
  }
  /* line 285, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-5 {
    width: calc(calc(5 / 12) * 100%);
  }
  /* line 289, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-6 {
    width: calc(calc(6 / 12) * 100%);
  }
  /* line 293, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-7 {
    width: calc(calc(7 / 12) * 100%);
  }
  /* line 297, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-8 {
    width: calc(calc(8 / 12) * 100%);
  }
  /* line 301, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-9 {
    width: calc(calc(9 / 12) * 100%);
  }
  /* line 305, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-10 {
    width: calc(calc(10 / 12) * 100%);
  }
  /* line 309, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-11 {
    width: calc(calc(11 / 12) * 100%);
  }
  /* line 313, node_modules/basscss-sass/scss/_grid.scss */
  .lg-col-12 {
    width: 100%;
  }
}

/* line 12, node_modules/basscss-sass/scss/_flexbox.scss */
.flex {
  display: flex;
}

@media (min-width: 768px) {
  /* line 15, node_modules/basscss-sass/scss/_flexbox.scss */
  .sm-flex {
    display: flex;
  }
}

@media (min-width: 992px) {
  /* line 19, node_modules/basscss-sass/scss/_flexbox.scss */
  .md-flex {
    display: flex;
  }
}

@media (min-width: 1200px) {
  /* line 23, node_modules/basscss-sass/scss/_flexbox.scss */
  .lg-flex {
    display: flex;
  }
}

/* line 26, node_modules/basscss-sass/scss/_flexbox.scss */
.flex-column {
  flex-direction: column;
}

/* line 28, node_modules/basscss-sass/scss/_flexbox.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 30, node_modules/basscss-sass/scss/_flexbox.scss */
.items-start {
  align-items: flex-start;
}

/* line 32, node_modules/basscss-sass/scss/_flexbox.scss */
.items-end {
  align-items: flex-end;
}

/* line 34, node_modules/basscss-sass/scss/_flexbox.scss */
.items-center {
  align-items: center;
}

/* line 36, node_modules/basscss-sass/scss/_flexbox.scss */
.items-baseline {
  align-items: baseline;
}

/* line 38, node_modules/basscss-sass/scss/_flexbox.scss */
.items-stretch {
  align-items: stretch;
}

/* line 40, node_modules/basscss-sass/scss/_flexbox.scss */
.self-start {
  align-self: flex-start;
}

/* line 42, node_modules/basscss-sass/scss/_flexbox.scss */
.self-end {
  align-self: flex-end;
}

/* line 44, node_modules/basscss-sass/scss/_flexbox.scss */
.self-center {
  align-self: center;
}

/* line 46, node_modules/basscss-sass/scss/_flexbox.scss */
.self-baseline {
  align-self: baseline;
}

/* line 48, node_modules/basscss-sass/scss/_flexbox.scss */
.self-stretch {
  align-self: stretch;
}

/* line 50, node_modules/basscss-sass/scss/_flexbox.scss */
.justify-start {
  justify-content: flex-start;
}

/* line 52, node_modules/basscss-sass/scss/_flexbox.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 54, node_modules/basscss-sass/scss/_flexbox.scss */
.justify-center {
  justify-content: center;
}

/* line 56, node_modules/basscss-sass/scss/_flexbox.scss */
.justify-between {
  justify-content: space-between;
}

/* line 58, node_modules/basscss-sass/scss/_flexbox.scss */
.justify-around {
  justify-content: space-around;
}

/* line 60, node_modules/basscss-sass/scss/_flexbox.scss */
.justify-evenly {
  justify-content: space-evenly;
}

/* line 62, node_modules/basscss-sass/scss/_flexbox.scss */
.content-start {
  align-content: flex-start;
}

/* line 64, node_modules/basscss-sass/scss/_flexbox.scss */
.content-end {
  align-content: flex-end;
}

/* line 66, node_modules/basscss-sass/scss/_flexbox.scss */
.content-center {
  align-content: center;
}

/* line 68, node_modules/basscss-sass/scss/_flexbox.scss */
.content-between {
  align-content: space-between;
}

/* line 70, node_modules/basscss-sass/scss/_flexbox.scss */
.content-around {
  align-content: space-around;
}

/* line 72, node_modules/basscss-sass/scss/_flexbox.scss */
.content-stretch {
  align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
/* line 76, node_modules/basscss-sass/scss/_flexbox.scss */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

/* line 82, node_modules/basscss-sass/scss/_flexbox.scss */
.flex-none {
  flex: none;
}

/* line 84, node_modules/basscss-sass/scss/_flexbox.scss */
.order-0 {
  order: 0;
}

/* line 86, node_modules/basscss-sass/scss/_flexbox.scss */
.order-1 {
  order: 1;
}

/* line 88, node_modules/basscss-sass/scss/_flexbox.scss */
.order-2 {
  order: 2;
}

/* line 90, node_modules/basscss-sass/scss/_flexbox.scss */
.order-3 {
  order: 3;
}

/* line 92, node_modules/basscss-sass/scss/_flexbox.scss */
.order-last {
  order: 99999;
}

/* Basscss Position */
/* line 14, node_modules/basscss-sass/scss/_position.scss */
.relative {
  position: relative;
}

/* line 16, node_modules/basscss-sass/scss/_position.scss */
.absolute {
  position: absolute;
}

/* line 18, node_modules/basscss-sass/scss/_position.scss */
.fixed {
  position: fixed;
}

/* line 20, node_modules/basscss-sass/scss/_position.scss */
.top-0 {
  top: 0;
}

/* line 22, node_modules/basscss-sass/scss/_position.scss */
.right-0 {
  right: 0;
}

/* line 24, node_modules/basscss-sass/scss/_position.scss */
.bottom-0 {
  bottom: 0;
}

/* line 26, node_modules/basscss-sass/scss/_position.scss */
.left-0 {
  left: 0;
}

/* line 28, node_modules/basscss-sass/scss/_position.scss */
.z1 {
  z-index: 1;
}

/* line 30, node_modules/basscss-sass/scss/_position.scss */
.z2 {
  z-index: 2;
}

/* line 32, node_modules/basscss-sass/scss/_position.scss */
.z3 {
  z-index: 3;
}

/* line 34, node_modules/basscss-sass/scss/_position.scss */
.z4 {
  z-index: 4;
}

/* Basscss Responsive Position */
@media (min-width: 768px) {
  /* line 14, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-relative {
    position: relative;
  }
  /* line 15, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-absolute {
    position: absolute;
  }
  /* line 16, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-fixed {
    position: fixed;
  }
  /* line 18, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-top-0 {
    top: 0;
  }
  /* line 19, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-right-0 {
    right: 0;
  }
  /* line 20, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-bottom-0 {
    bottom: 0;
  }
  /* line 21, node_modules/basscss-sass/scss/_responsive-position.scss */
  .sm-left-0 {
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 25, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-relative {
    position: relative;
  }
  /* line 26, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-absolute {
    position: absolute;
  }
  /* line 27, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-fixed {
    position: fixed;
  }
  /* line 29, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-top-0 {
    top: 0;
  }
  /* line 30, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-right-0 {
    right: 0;
  }
  /* line 31, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-bottom-0 {
    bottom: 0;
  }
  /* line 32, node_modules/basscss-sass/scss/_responsive-position.scss */
  .md-left-0 {
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 36, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-relative {
    position: relative;
  }
  /* line 37, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-absolute {
    position: absolute;
  }
  /* line 38, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-fixed {
    position: fixed;
  }
  /* line 40, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-top-0 {
    top: 0;
  }
  /* line 41, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-right-0 {
    right: 0;
  }
  /* line 42, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-bottom-0 {
    bottom: 0;
  }
  /* line 43, node_modules/basscss-sass/scss/_responsive-position.scss */
  .lg-left-0 {
    left: 0;
  }
}

/* Basscss Border */
/* line 12, node_modules/basscss-sass/scss/_border.scss */
.border {
  border-style: solid;
  border-width: 1px;
}

/* line 17, node_modules/basscss-sass/scss/_border.scss */
.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

/* line 22, node_modules/basscss-sass/scss/_border.scss */
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

/* line 27, node_modules/basscss-sass/scss/_border.scss */
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* line 32, node_modules/basscss-sass/scss/_border.scss */
.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 37, node_modules/basscss-sass/scss/_border.scss */
.border-none {
  border: 0;
}

/* line 39, node_modules/basscss-sass/scss/_border.scss */
.rounded {
  border-radius: 7px;
}

/* line 41, node_modules/basscss-sass/scss/_border.scss */
.circle {
  border-radius: 50%;
}

/* line 43, node_modules/basscss-sass/scss/_border.scss */
.rounded-top {
  border-radius: 7px 7px 0 0;
}

/* line 45, node_modules/basscss-sass/scss/_border.scss */
.rounded-right {
  border-radius: 0 7px 7px 0;
}

/* line 47, node_modules/basscss-sass/scss/_border.scss */
.rounded-bottom {
  border-radius: 0 0 7px 7px;
}

/* line 49, node_modules/basscss-sass/scss/_border.scss */
.rounded-left {
  border-radius: 7px 0 0 7px;
}

/* line 51, node_modules/basscss-sass/scss/_border.scss */
.not-rounded {
  border-radius: 0;
}

/* Basscss Hide */
/* line 14, node_modules/basscss-sass/scss/_hide.scss */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 768px) {
  /* line 23, node_modules/basscss-sass/scss/_hide.scss */
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 27, node_modules/basscss-sass/scss/_hide.scss */
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 31, node_modules/basscss-sass/scss/_hide.scss */
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 35, node_modules/basscss-sass/scss/_hide.scss */
  .lg-hide {
    display: none !important;
  }
}

/* line 38, node_modules/basscss-sass/scss/_hide.scss */
.display-none {
  display: none !important;
}

/* line 19, app/assets/stylesheets/partials_iversity/_tools.sass */
.green {
  color: #578319;
}

/* line 22, app/assets/stylesheets/partials_iversity/_tools.sass */
.red {
  color: #E85031;
}

/* line 25, app/assets/stylesheets/partials_iversity/_tools.sass */
.gray {
  color: #c1c2c1;
}

/* line 28, app/assets/stylesheets/partials_iversity/_tools.sass */
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 33, app/assets/stylesheets/partials_iversity/_tools.sass */
.button-none {
  border: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

/* line 38, app/assets/stylesheets/partials_iversity/_tools.sass */
.button-none:hover {
  background: transparent;
}

/* line 41, app/assets/stylesheets/partials_iversity/_tools.sass */
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 47, app/assets/stylesheets/partials_iversity/_tools.sass */
.mirror {
  scaleX: -1;
}

/* line 50, app/assets/stylesheets/partials_iversity/_tools.sass */
.clear-both {
  clear: both;
}

/* line 53, app/assets/stylesheets/partials_iversity/_tools.sass */
.o-auto {
  overflow: auto;
}

/* line 56, app/assets/stylesheets/partials_iversity/_tools.sass */
.overflow-y-auto {
  overflow-y: auto;
}

/* line 59, app/assets/stylesheets/partials_iversity/_tools.sass */
.d-block {
  display: block;
}

/* line 62, app/assets/stylesheets/partials_iversity/_tools.sass */
.d-inline {
  display: inline;
}

/* line 65, app/assets/stylesheets/partials_iversity/_tools.sass */
.d-inline-block {
  display: inline-block;
}

/* line 68, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-left {
  text-align: left;
}

/* line 70, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-center {
  text-align: center;
}

/* line 72, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-right {
  text-align: right;
}

/* line 74, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-justify {
  text-align: justify;
}

/* line 76, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-bold {
  font-weight: bold;
}

/* line 78, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-weight-500 {
  font-weight: 500;
}

/* line 80, app/assets/stylesheets/partials_iversity/_tools.sass */
.t-uppercase {
  text-transform: uppercase;
}

/* line 83, app/assets/stylesheets/partials_iversity/_tools.sass */
.b-box {
  box-sizing: border-box;
}

/* line 86, app/assets/stylesheets/partials_iversity/_tools.sass */
.border-none {
  border: none !important;
}

/* line 89, app/assets/stylesheets/partials_iversity/_tools.sass */
.border-transparent {
  border-color: transparent;
}

/* line 92, app/assets/stylesheets/partials_iversity/_tools.sass */
.margin-0 {
  margin: 0 !important;
}

/* line 95, app/assets/stylesheets/partials_iversity/_tools.sass */
.margin-top-0 {
  margin-top: 0 !important;
}

/* line 98, app/assets/stylesheets/partials_iversity/_tools.sass */
.margin-right-0 {
  margin-right: 0 !important;
}

/* line 101, app/assets/stylesheets/partials_iversity/_tools.sass */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* line 104, app/assets/stylesheets/partials_iversity/_tools.sass */
.margin-left-0 {
  margin-left: 0 !important;
}

/* line 107, app/assets/stylesheets/partials_iversity/_tools.sass */
.padding-0 {
  padding: 0 !important;
}

/* line 110, app/assets/stylesheets/partials_iversity/_tools.sass */
.padding-top-0 {
  padding-top: 0 !important;
}

/* line 113, app/assets/stylesheets/partials_iversity/_tools.sass */
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* line 116, app/assets/stylesheets/partials_iversity/_tools.sass */
.table-fit td {
  word-break: break-all;
}

/* line 119, app/assets/stylesheets/partials_iversity/_tools.sass */
.w-100 {
  width: 100%;
}

/* line 122, app/assets/stylesheets/partials_iversity/_tools.sass */
.w-auto {
  width: auto;
}

/* line 125, app/assets/stylesheets/partials_iversity/_tools.sass */
.h-100 {
  height: 100%;
}

/* line 128, app/assets/stylesheets/partials_iversity/_tools.sass */
.nowrap {
  white-space: nowrap;
}

/* line 131, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-green {
  color: #578319;
}

/* line 134, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-green-dark {
  color: #416100;
}

/* line 137, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-black {
  color: #333330;
}

/* line 140, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-white {
  color: white;
}

/* line 143, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-orange {
  color: #F4941A;
}

/* line 146, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-red {
  color: #E85031;
}

/* line 149, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-gray-dark {
  color: #a1a19f;
}

/* line 152, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-gray-darker {
  color: #656561;
}

/* line 155, app/assets/stylesheets/partials_iversity/_tools.sass */
.c-primary-var {
  color: var(--primary, #578319);
}

/* line 158, app/assets/stylesheets/partials_iversity/_tools.sass */
.bg-green {
  background-color: #578319;
}

/* line 161, app/assets/stylesheets/partials_iversity/_tools.sass */
.bg-green-lighter {
  background-color: #7AB800;
}

/* line 164, app/assets/stylesheets/partials_iversity/_tools.sass */
.bg-purple {
  background-color: #a60e80;
}

/* line 167, app/assets/stylesheets/partials_iversity/_tools.sass */
.bg-gray {
  background-color: #f1f1f1;
}

/* line 170, app/assets/stylesheets/partials_iversity/_tools.sass */
.bg-yellow-lighter {
  background-color: #FFEAAD;
}

/* line 174, app/assets/stylesheets/partials_iversity/_tools.sass */
.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 180, app/assets/stylesheets/partials_iversity/_tools.sass */
.hide-visibility {
  visibility: hidden;
}

/* line 183, app/assets/stylesheets/partials_iversity/_tools.sass */
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* line 187, app/assets/stylesheets/partials_iversity/_tools.sass */
.loader-absolute {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  font-size: 70px;
}

/* line 193, app/assets/stylesheets/partials_iversity/_tools.sass */
.elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 198, app/assets/stylesheets/partials_iversity/_tools.sass */
.ls-0 {
  letter-spacing: 0;
}

/* line 201, app/assets/stylesheets/partials_iversity/_tools.sass */
.sr-only {
  width: 1px;
  height: 1px;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 207, app/assets/stylesheets/partials_iversity/_tools.sass */
.capitalize {
  text-transform: capitalize;
}

/* line 210, app/assets/stylesheets/partials_iversity/_tools.sass */
.font-primary {
  font-family: "Proxima-Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 213, app/assets/stylesheets/partials_iversity/_tools.sass */
.fs1 {
  font-size: 1rem;
}

/* line 216, app/assets/stylesheets/partials_iversity/_tools.sass */
.not-rounded {
  border-radius: 0;
}

/* line 219, app/assets/stylesheets/partials_iversity/_tools.sass */
.lh-0 {
  line-height: 0;
}

@media (max-width: 991px) {
  /* line 223, app/assets/stylesheets/partials_iversity/_tools.sass */
  .lg-md-only-visible {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 227, app/assets/stylesheets/partials_iversity/_tools.sass */
  .sm-only-visible {
    display: none;
  }
}

/* line 3, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .wrap-certificate-cards {
  padding: 0 30px;
}

/* line 6, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress {
  margin-bottom: 50px;
}

/* line 8, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress h3 {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress .no-section-completed {
  padding: 15px;
  overflow: auto;
  background-color: #7CD0E4;
}

/* line 14, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress .no-section-completed .icon-not-completed {
  position: relative;
  margin-right: 20px;
}

/* line 17, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress .no-section-completed .icon-not-completed .fa-file-download {
  font-size: 40px;
  color: white;
}

/* line 22, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress .no-section-completed .text-not-completed p {
  margin: 0;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .certificate-progress .no-section-completed .text-not-completed p:first-child {
  color: white;
}

/* line 28, app/assets/stylesheets/partials_iversity/_certificates.sass */
body.verifications .bonus-card {
  margin-bottom: 50;
}

/* line 31, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-no-grouping-wrapper {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #ececea;
}

/* line 36, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-no-grouping-wrapper .certificate-threshold {
  z-index: 1;
  position: absolute;
}

/* line 39, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-no-grouping-wrapper .certificate-threshold .arrow-gap {
  width: 5px;
  height: 10px;
  background: white;
}

/* line 43, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-no-grouping-wrapper .certificate-threshold .arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 10px 3px;
  border-color: transparent transparent #656561 transparent;
}

/* line 49, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-no-grouping-wrapper .certificate-threshold .download-certificate-text {
  margin-left: -100%;
}

/* line 52, app/assets/stylesheets/partials_iversity/_certificates.sass */
.download-statement-links {
  margin-top: -1px;
}

/* line 56, app/assets/stylesheets/partials_iversity/_certificates.sass */
.course-progress-numeric-wrapper {
  position: relative;
  height: 10px;
}

/* line 59, app/assets/stylesheets/partials_iversity/_certificates.sass */
.course-progress-numeric-wrapper .course-progress-numeric {
  color: #578319;
  position: absolute;
  top: -5px;
  right: 100%;
  font-size: 12px;
  font-weight: bold;
  transition: left, 1.5s;
}

/* line 70, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems {
  margin-top: 30px;
  justify-content: center;
}

/* line 74, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .gem {
  position: relative;
  align-items: center;
  text-align: center;
  margin-right: 2px;
  padding: 40px;
  background-color: #ececea;
}

/* line 82, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .gem:last-child {
  margin-right: 0;
}

/* line 84, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .gem .gem-svg {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 87, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .gem .group-title {
  font-weight: 700;
  color: #a1a19f;
}

/* line 90, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .gem.achieved .group-title {
  color: #656561;
}

/* line 94, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .map_location {
  height: 300px;
}

/* line 96, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .map_location label {
  width: auto;
  display: inline;
}

/* line 99, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .map_location img {
  max-width: none;
}

/* line 102, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .course-tracks {
  margin-top: 30px;
}

/* line 104, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .course-tracks .course-tracks-wrapper .course-tracks-position {
  padding: 20px 30px 40px 30px;
}

/* line 106, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .track-what {
  padding: 0 20px;
}

/* line 109, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-progress-gems .certificates-list {
  margin-top: 30px;
}

/* line 112, app/assets/stylesheets/partials_iversity/_certificates.sass */
.failed-warning {
  background-color: #FFCC00;
  color: #333330;
  padding: 20px;
  margin: 30px 0;
  font-size: 17px;
}

/* line 118, app/assets/stylesheets/partials_iversity/_certificates.sass */
.failed-warning a {
  color: white;
}

/* line 121, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper {
  position: relative;
}

/* line 124, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificateUser {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d7;
}

/* line 129, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificateUser .certificateBg {
  fill: #d9d9d7;
}

/* line 131, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificateUser .grade {
  display: none;
}

/* line 133, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificateUser .grade .text {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  fill: #656561;
}

/* line 137, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificateUser .certificateHover {
  display: none;
}

/* line 139, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.downloadable:hover {
  cursor: pointer;
}

/* line 141, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.downloadable:hover .certificateHover {
  display: block;
  fill: #01557E;
}

/* line 144, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.downloadable:hover .footer, .certificate-wrapper.downloadable:hover .certificate-title, .certificate-wrapper.downloadable:hover .certificate-timestamp {
  display: none;
}

/* line 148, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.graded .certificateUser .grade {
  display: block;
}

/* line 152, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.sop .certificateUser .banner, .certificate-wrapper.supplement_coa_ects .certificateUser .banner, .certificate-wrapper.supplement_coa .certificateUser .banner {
  display: none;
}

/* line 158, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.downloadable.sop .certificateUser .certificateBg {
  fill: #0070A8;
}

/* line 162, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.downloadable.coa .certificateUser .certificateBg, .certificate-wrapper.downloadable.supplement_coa .certificateUser .certificateBg {
  fill: #578319;
}

/* line 165, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper.downloadable.coa_ects .certificateBg, .certificate-wrapper.downloadable.supplement_coa_ects .certificateBg {
  fill: #FFCC00;
}

/* line 168, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificate-title {
  position: absolute;
  top: 35px;
  left: 25px;
  max-width: 60%;
  color: white;
  font-size: 24px;
}

/* line 175, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .certificate-timestamp {
  position: absolute;
  top: 120px;
  left: 25px;
  max-width: 60%;
  color: white;
  font-size: 12px;
  font-weight: normal;
}

/* line 183, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .footer {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  padding: 0.8rem;
  background-color: #578319;
  color: #fff;
}

/* line 191, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .footer .issuing {
  font-weight: bold;
  color: #fff;
}

/* line 194, app/assets/stylesheets/partials_iversity/_certificates.sass */
.certificate-wrapper .footer.not-available {
  background-color: #656561;
  font-weight: bold;
  color: #fff;
}

/* line 199, app/assets/stylesheets/partials_iversity/_certificates.sass */
.add-to-linkedin {
  display: inline-block;
  margin-top: 10px;
}

/* line 203, app/assets/stylesheets/partials_iversity/_certificates.sass */
.issue-certificates {
  margin-top: 20px;
}

/* line 205, app/assets/stylesheets/partials_iversity/_certificates.sass */
.issue-certificates:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/vendor_overrides/_editable.sass */
.editable-popup {
  border: 1px solid #eeeeee;
}

/* line 5, app/assets/stylesheets/vendor_overrides/_editable.sass */
.editable-popup .editableform input {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

/* line 5, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  white-space: normal;
}

/* line 10, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

/* line 26, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

/* line 33, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

/* line 39, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput .thumbnail > img {
  max-height: 100%;
}

/* line 41, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput .btn, .fileinput .sapCpButton {
  vertical-align: middle;
}

/* line 44, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

/* line 48, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput-inline .fileinput-controls {
  display: inline;
}

/* line 51, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

/* line 56, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-control .fileinput-filename {
  vertical-align: bottom;
}

/* line 59, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput.input-group {
  display: table;
}

/* line 64, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 0px 0px 0;
}

/* line 67, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-group-xs > .btn-file.btn, .fileinput-new.input-group .btn-group-xs > .btn-file.sapCpButton, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new.input-group .btn-group-sm > .btn-file.btn, .fileinput-new.input-group .btn-group-sm > .btn-file.sapCpButton,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-group-xs > .btn-file.btn,
.fileinput-new .input-group .btn-group-xs > .btn-file.sapCpButton,
.fileinput-new .input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-group-sm > .btn-file.btn,
.fileinput-new .input-group .btn-group-sm > .btn-file.sapCpButton {
  border-radius: 0 0px 0px 0;
}

/* line 70, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new.input-group .btn-group-lg > .btn-file.btn, .fileinput-new.input-group .btn-group-lg > .btn-file.sapCpButton,
.fileinput-new .input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-group-lg > .btn-file.btn,
.fileinput-new .input-group .btn-group-lg > .btn-file.sapCpButton {
  border-radius: 0 0px 0px 0;
}

/* line 74, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

/* line 76, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

/* line 80, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

/* line 82, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

/* line 86, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

/* line 88, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

/* line 93, app/assets/stylesheets/vendor_overrides/_bootstrap-fileinput.sass */
.input-group-addon:not(:first-child) {
  border-left: 0;
}

/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 5, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}

/* line 9, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
/* line 19, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editableform .form-control {
  width: auto;
}

/* line 23, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 32, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 48, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 53, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 58, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editableform-loading {
  /*background: url(https://cdn.iversity.org/../img/loading.gif) center center no-repeat;*/
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 65, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 69, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
/* line 77, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 81, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-error {
  color: red;
}

/* ---- For specific types ---- */
/* line 87, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 94, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
/* line 101, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 107, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
/* line 112, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
/* line 118, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 126, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-clear-x {
  /*background: url(https://cdn.iversity.org/../img/clear.png) center center no-repeat;*/
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 141, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 148, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}

/* line 152, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}

/* line 156, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 165, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

/* line 169, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
}

/* line 174, app/assets/stylesheets/vendor_overrides/x-editable.css */
a.editable-click:hover {
  border-bottom: dashed 1px #0088cc;
}

/* line 178, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 186, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

/* line 193, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-unsaved {
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-unsaved:after {
  /*    content: '*'*/
}

/* line 201, app/assets/stylesheets/vendor_overrides/x-editable.css */
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 210, app/assets/stylesheets/vendor_overrides/x-editable.css */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 226, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

/* line 237, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker-inline {
  width: 220px;
}

/* line 240, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 243, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 246, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 250, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 261, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* For some reason this had to be commented out after upgrading to jquery 3+ */
/* .datepicker > div {
  display: none;
} */
/* line 275, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 278, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 281, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 284, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table {
  margin: 0;
}

/* line 287, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 297, app/assets/stylesheets/vendor_overrides/x-editable.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 301, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 305, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 309, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 315, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 333, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 355, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9;
}

/* line 365, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 368, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 371, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 380, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 400, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 422, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 432, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 451, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 473, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 483, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 502, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 524, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 534, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 546, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 549, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 555, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 574, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 596, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 606, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 610, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 613, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 617, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 621, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 627, app/assets/stylesheets/vendor_overrides/x-editable.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 631, app/assets/stylesheets/vendor_overrides/x-editable.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 638, app/assets/stylesheets/vendor_overrides/x-editable.css */
.input-daterange input {
  text-align: center;
}

/* line 641, app/assets/stylesheets/vendor_overrides/x-editable.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 646, app/assets/stylesheets/vendor_overrides/x-editable.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 651, app/assets/stylesheets/vendor_overrides/x-editable.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Toastify js 1.9.3
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
/* line 10, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 10px);
  z-index: 2147483647;
}

/* line 27, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify.on {
  opacity: 1;
}

/* line 31, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}

/* line 36, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-right {
  right: 15px;
}

/* line 40, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-left {
  left: 15px;
}

/* line 44, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-top {
  top: -150px;
}

/* line 48, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-bottom {
  bottom: -150px;
}

/* line 52, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-rounded {
  border-radius: 25px;
}

/* line 56, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

/* line 63, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 500px) {
  /* line 73, app/assets/stylesheets/vendor_overrides/toastify.css */
  .toastify.toastify-right, .toastify.toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}

/* Iversity overides */
/* line 83, app/assets/stylesheets/vendor_overrides/toastify.css */
.toastify {
  display: flex;
  align-items: stretch;
  background: #BFDA9B;
  color: #656561;
  font-weight: bold;
  cursor: inherit;
  padding: 0;
  line-height: 1;
  flex-flow: row-reverse;
  max-width: calc(40% - 10px);
}

/* line 96, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-close {
  cursor: pointer;
  opacity: 1;
  padding: 15px;
  line-height: 1;
  background-color: #c1c2c1;
  color: #4e4e4a;
  display: flex;
  align-items: center;
  border: none;
}

/* line 108, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-close:hover {
  background-color: #4e4e4a;
  color: #c1c2c1;
}

/* where the message is */
/* line 114, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-close + div {
  padding: 15px 20px;
}

/* line 118, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-notice, .toast-success {
  color: #394D21;
}

/* line 122, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-notice a, .toast-success a {
  text-decoration: underline;
  color: #394D21;
}

/* line 127, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-error, .toast-danger {
  background-color: #F08F6F;
  color: #6E1918;
}

/* line 132, app/assets/stylesheets/vendor_overrides/toastify.css */
.toast-info {
  background-color: #FFDD57;
  color: #534518;
}

/* line 137, app/assets/stylesheets/vendor_overrides/toastify.css */
.js-toastify a {
  color: #394D21;
  text-decoration: underline;
}

/* line 142, app/assets/stylesheets/vendor_overrides/toastify.css */
.js-toastify a:hover {
  text-decoration: none;
}

@media print {
  /* line 5, app/assets/stylesheets/partials_iversity/_print.sass */
  .container {
    width: 100%;
  }
  /* line 7, app/assets/stylesheets/partials_iversity/_print.sass */
  a[href]:after {
    display: none;
  }
  /* line 9, app/assets/stylesheets/partials_iversity/_print.sass */
  .btn, .sapCpButton, button, .context-menu {
    display: none;
  }
  /* line 12, app/assets/stylesheets/partials_iversity/_print.sass */
  .video-wrapper .video-js-player div[class*="vjs-"], .video-wrapper .video-js-player button {
    display: none;
  }
  /* line 14, app/assets/stylesheets/partials_iversity/_print.sass */
  .ivArticleForExtendedReading {
    max-width: 100%;
  }
  /* line 16, app/assets/stylesheets/partials_iversity/_print.sass */
  .journal-entry-comment-item {
    break-inside: avoid;
  }
  /* line 18, app/assets/stylesheets/partials_iversity/_print.sass */
  .ivStackableBox {
    border: none;
  }
}
