@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://skylarkly.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot");
  src: url("https://skylarkly.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix") format("embedded-opentype"), url("https://skylarkly.com/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2") format("woff2"), url("https://skylarkly.com/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff") format("woff"), url("https://skylarkly.com/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf") format("truetype"), url("https://skylarkly.com/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 125, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/2.7.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Reset
*******************************/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
     User Global Variables
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Reset
*******************************/
/* Border-Box */
/* line 354, vendor/assets/stylesheets/semantic-css/components/reset.css */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 359, vendor/assets/stylesheets/semantic-css/components/reset.css */
html {
  box-sizing: border-box;
}

/* iPad Input Shadows */
/* line 364, vendor/assets/stylesheets/semantic-css/components/reset.css */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*******************************
         Theme Overrides
*******************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 389, vendor/assets/stylesheets/semantic-css/components/reset.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 403, vendor/assets/stylesheets/semantic-css/components/reset.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 414, vendor/assets/stylesheets/semantic-css/components/reset.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 432, vendor/assets/stylesheets/semantic-css/components/reset.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 447, vendor/assets/stylesheets/semantic-css/components/reset.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 455, vendor/assets/stylesheets/semantic-css/components/reset.css */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 465, vendor/assets/stylesheets/semantic-css/components/reset.css */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 471, vendor/assets/stylesheets/semantic-css/components/reset.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 481, vendor/assets/stylesheets/semantic-css/components/reset.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 487, vendor/assets/stylesheets/semantic-css/components/reset.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 494, vendor/assets/stylesheets/semantic-css/components/reset.css */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 501, vendor/assets/stylesheets/semantic-css/components/reset.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 508, vendor/assets/stylesheets/semantic-css/components/reset.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 515, vendor/assets/stylesheets/semantic-css/components/reset.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 521, vendor/assets/stylesheets/semantic-css/components/reset.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 528, vendor/assets/stylesheets/semantic-css/components/reset.css */
sup {
  top: -0.5em;
}

/* line 531, vendor/assets/stylesheets/semantic-css/components/reset.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 540, vendor/assets/stylesheets/semantic-css/components/reset.css */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 546, vendor/assets/stylesheets/semantic-css/components/reset.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 555, vendor/assets/stylesheets/semantic-css/components/reset.css */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 561, vendor/assets/stylesheets/semantic-css/components/reset.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 568, vendor/assets/stylesheets/semantic-css/components/reset.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 574, vendor/assets/stylesheets/semantic-css/components/reset.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 594, vendor/assets/stylesheets/semantic-css/components/reset.css */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 612, vendor/assets/stylesheets/semantic-css/components/reset.css */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 621, vendor/assets/stylesheets/semantic-css/components/reset.css */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 632, vendor/assets/stylesheets/semantic-css/components/reset.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 646, vendor/assets/stylesheets/semantic-css/components/reset.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 653, vendor/assets/stylesheets/semantic-css/components/reset.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 662, vendor/assets/stylesheets/semantic-css/components/reset.css */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 672, vendor/assets/stylesheets/semantic-css/components/reset.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 686, vendor/assets/stylesheets/semantic-css/components/reset.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 695, vendor/assets/stylesheets/semantic-css/components/reset.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 708, vendor/assets/stylesheets/semantic-css/components/reset.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 715, vendor/assets/stylesheets/semantic-css/components/reset.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 724, vendor/assets/stylesheets/semantic-css/components/reset.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 735, vendor/assets/stylesheets/semantic-css/components/reset.css */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 742, vendor/assets/stylesheets/semantic-css/components/reset.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 751, vendor/assets/stylesheets/semantic-css/components/reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 755, vendor/assets/stylesheets/semantic-css/components/reset.css */
td,
th {
  padding: 0;
}

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Site
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Page
*******************************/
/* line 340, vendor/assets/stylesheets/semantic-css/components/site.css */
html,
body {
  height: 100%;
}

/* line 344, vendor/assets/stylesheets/semantic-css/components/site.css */
html {
  font-size: 14px;
}

/* line 347, vendor/assets/stylesheets/semantic-css/components/site.css */
body {
  margin: 0px;
  padding: 0px;
  min-width: 278px;
  background: #f7f7f7;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.8);
  font-smoothing: antialiased;
}

/*******************************
             Headers
*******************************/
/* line 364, vendor/assets/stylesheets/semantic-css/components/site.css */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.33em;
  margin: calc(2rem -  0.165em) 0em 1rem;
  font-weight: bold;
  padding: 0em;
}

/* line 376, vendor/assets/stylesheets/semantic-css/components/site.css */
h1 {
  min-height: 1rem;
  font-size: 2rem;
}

/* line 380, vendor/assets/stylesheets/semantic-css/components/site.css */
h2 {
  font-size: 1.714rem;
}

/* line 383, vendor/assets/stylesheets/semantic-css/components/site.css */
h3 {
  font-size: 1.28rem;
}

/* line 386, vendor/assets/stylesheets/semantic-css/components/site.css */
h4 {
  font-size: 1.071rem;
}

/* line 389, vendor/assets/stylesheets/semantic-css/components/site.css */
h5 {
  font-size: 1rem;
}

/*******************************
             Text
*******************************/
/* line 398, vendor/assets/stylesheets/semantic-css/components/site.css */
p {
  margin: 0em 0em 1em;
  line-height: 1.33;
}

/* line 402, vendor/assets/stylesheets/semantic-css/components/site.css */
p:first-child {
  margin-top: 0em;
}

/* line 405, vendor/assets/stylesheets/semantic-css/components/site.css */
p:last-child {
  margin-bottom: 0em;
}

/*-------------------
        Links
--------------------*/
/* line 413, vendor/assets/stylesheets/semantic-css/components/site.css */
a {
  color: #009fda;
  text-decoration: none;
}

/* line 417, vendor/assets/stylesheets/semantic-css/components/site.css */
a:hover {
  color: #00b2f3;
}

/*******************************
          Highlighting
*******************************/
/* Site */
/* line 428, vendor/assets/stylesheets/semantic-css/components/site.css */
::-webkit-selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.8);
}

/* line 432, vendor/assets/stylesheets/semantic-css/components/site.css */
::-moz-selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.8);
}

/* line 436, vendor/assets/stylesheets/semantic-css/components/site.css */
::-moz-selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.8);
}
::selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.8);
}

/* Form */
/* line 442, vendor/assets/stylesheets/semantic-css/components/site.css */
textarea::-webkit-selection,
input::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8);
}

/* line 447, vendor/assets/stylesheets/semantic-css/components/site.css */
textarea::-moz-selection,
input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8);
}

/* line 452, vendor/assets/stylesheets/semantic-css/components/site.css */
textarea::-moz-selection, input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
textarea::selection,
input::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8);
}

/*******************************
        Global Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Breadcrumb
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
          Breadcrumb
*******************************/
/*-------------------
     Breadcrumb
--------------------*/
/* Coupling */
/*-------------------
       States
--------------------*/
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           Breadcrumb
*******************************/
/* line 366, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb {
  margin: 1em 0em;
  display: inline-block;
  vertical-align: middle;
}

/* line 371, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb:first-child {
  margin-top: 0em;
}

/* line 374, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb:last-child {
  margin-bottom: 0em;
}

/*******************************
          Content
*******************************/
/* Divider */
/* line 385, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb .divider {
  display: inline-block;
  opacity: 0.5;
  margin: 0em 0.2rem 0em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: baseline;
}

/* Link */
/* line 395, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb a {
  color: #009fda;
}

/* line 398, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb a:hover {
  color: #00b2f3;
}

/* Icon Divider */
/* line 403, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb .icon.divider {
  font-size: 0.7em;
  vertical-align: middle;
}

/* Section */
/* line 409, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb a.section {
  cursor: pointer;
}

/* line 412, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb .section {
  display: inline-block;
  margin: 0em;
  padding: 0em;
}

/* Loose Coupling */
/* line 419, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb.segment {
  display: inline-block;
  padding: 0.5em 1em;
}

/*******************************
            States
*******************************/
/* line 429, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb .active.section {
  font-weight: bold;
}

/*******************************
           Variations
*******************************/
/* line 438, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.mini.breadcrumb {
  font-size: 0.71428571rem;
}

/* line 441, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.tiny.breadcrumb {
  font-size: 0.85714286rem;
}

/* line 444, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.small.breadcrumb {
  font-size: 0.92857143rem;
}

/* line 447, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.breadcrumb {
  font-size: 1rem;
}

/* line 450, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.large.breadcrumb {
  font-size: 1.14285714rem;
}

/* line 453, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.big.breadcrumb {
  font-size: 1.28571429rem;
}

/* line 456, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.huge.breadcrumb {
  font-size: 1.42857143rem;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/breadcrumb.css */
.ui.massive.breadcrumb {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Form
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Form
*******************************/
/*-------------------
       Elements
--------------------*/
/* Form */
/* Text */
/* Field */
/* Form Label */
/* Input */
/* Select */
/* Text Area */
/* Checkbox */
/* Divider */
/* Validation Prompt */
/*-------------------
        States
--------------------*/
/* Disabled */
/* Focus */
/* Input Focus */
/* Text Area Focus */
/* Error */
/* Input Error */
/* Dropdown Error */
/* Focused Error */
/* Placeholder */
/* Loading Dimmer */
/* Loading Spinner */
/*-------------------
        Types
--------------------*/
/* Required */
/* Inverted */
/*-------------------
      Variations
--------------------*/
/* Grouped Fields */
/* Inline */
/* Sizes */
/*-------------------
       Groups
--------------------*/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Elements
*******************************/
/*--------------------
        Form
---------------------*/
/* line 434, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form {
  position: relative;
  max-width: 100%;
}

/*--------------------
        Content
---------------------*/
/* line 443, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form > p {
  margin: 1em 0em;
}

/*--------------------
        Field
---------------------*/
/* line 451, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields .field,
.ui.form .field {
  clear: both;
  margin: 0em 0em 1em;
}

/* line 456, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields:last-child,
.ui.form .field:last-child {
  margin-bottom: 0em;
}

/*--------------------
        Labels
---------------------*/
/* line 465, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field > label {
  display: block;
  margin: 0em 0em 0.2857rem 0em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9285em;
  font-weight: bold;
  text-transform: none;
}

/* line 473, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .grouped.fields > label {
  margin: 0em 0em 0.2857rem 0em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9285em;
  font-weight: bold;
  text-transform: none;
}

/* line 480, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 1em 0em 0em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9285em;
  font-weight: bold;
  text-transform: none;
}

/*--------------------
    Standard Inputs
---------------------*/
/* line 494, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form textarea,
.ui.form input:not([type]),
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="password"],
.ui.form input[type="number"],
.ui.form input[type="url"],
.ui.form input[type="tel"],
.ui.form .ui.input {
  width: 100%;
  vertical-align: top;
}

/* line 508, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form input:not([type]),
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="password"],
.ui.form input[type="number"],
.ui.form input[type="url"],
.ui.form input[type="tel"] {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.2142em;
  padding: 0.67861em 1em;
  font-size: 1em;
  background: #ffffff;
  border: 1px solid rgba(39, 41, 43, 0.15);
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2857rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 533, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.textarea,
.ui.form textarea {
  margin: 0em;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0.78571em 1em;
  background: #ffffff;
  border: 1px solid rgba(39, 41, 43, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2857rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  font-size: 1em;
  height: 12em;
  min-height: 8em;
  max-height: 24em;
  line-height: 1.2857;
  resize: vertical;
}

/* line 554, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form textarea,
.ui.form input[type="checkbox"] {
  vertical-align: top;
}

/*--------------------------
  Input w/ attached Button
---------------------------*/
/* line 563, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form input.attached {
  width: auto;
}

/*--------------------
     Basic Select
---------------------*/
/* line 571, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form select {
  display: block;
  height: auto;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(39, 41, 43, 0.15);
  border-radius: 0.2857rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  padding: 0.62em 1em;
  color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/*--------------------
       Dropdown
---------------------*/
/* line 589, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field > .selection.dropdown {
  width: 100%;
}

/* line 592, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field > .selection.dropdown > .dropdown.icon {
  float: right;
}

/* line 595, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.field > .selection.dropdown {
  width: auto;
}

/* line 598, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  float: none;
}

/*--------------------
       Dividers
---------------------*/
/* line 606, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .divider {
  clear: both;
  margin: 1em 0em;
}

/*--------------------
   Types of Messages
---------------------*/
/* line 615, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .info.message,
.ui.form .success.message,
.ui.form .warning.message,
.ui.form .error.message {
  display: none;
}

/* Assumptions */
/* line 623, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .message:first-child {
  margin-top: 0px;
}

/*--------------------
   Validation Prompt
---------------------*/
/* line 631, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field .prompt.label {
  white-space: nowrap;
}

/* line 634, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.field .prompt {
  margin: 0em 0em 0em 1em;
}

/* line 637, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.field .prompt:before {
  margin-top: -0.3em;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*******************************
            States
*******************************/
/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
/* line 657, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form ::-webkit-input-placeholder {
  color: rgba(140, 140, 140, 0.8);
}

/* line 660, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form ::-moz-placeholder {
  color: rgba(140, 140, 140, 0.8);
}

/* line 663, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form :focus::-webkit-input-placeholder {
  color: rgba(89, 89, 89, 0.8);
}

/* line 666, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form :focus::-moz-placeholder {
  color: rgba(89, 89, 89, 0.8);
}

/* Error Placeholder */
/* line 671, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .error ::-webkit-input-placeholder {
  color: #e38585;
}

/* line 674, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .error ::-moz-placeholder {
  color: #e38585;
}

/* line 677, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .error :focus::-webkit-input-placeholder {
  color: #de7171;
}

/* line 680, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .error :focus::-moz-placeholder {
  color: #de7171;
}

/*--------------------
        Focus
---------------------*/
/* line 688, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form input:not([type]):focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="url"]:focus,
.ui.form input[type="tel"]:focus {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(39, 41, 43, 0.3);
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  background: #ffffff;
  box-shadow: 1px 0em 0em 0em rgba(39, 41, 43, 0.3) inset;
}

/* line 703, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form textarea:focus {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(39, 41, 43, 0.3);
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  background: #ffffff;
  box-shadow: 1px 0em 0em 0em rgba(39, 41, 43, 0.3) inset;
  -webkit-appearance: none;
}

/*--------------------
        Success
---------------------*/
/* On Form */
/* line 718, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form.success .success.message {
  display: block;
}

/*--------------------
        Error
---------------------*/
/* On Form */
/* line 728, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form.warning .warning.message {
  display: block;
}

/*--------------------
        Warning
---------------------*/
/* On Form */
/* line 738, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form.error .error.message {
  display: block;
}

/* On Field(s) */
/* line 743, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field label,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .field.error .input {
  color: #d95c5c;
}

/* line 749, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label {
  border-color: #d95c5c;
  color: #ffffff;
}

/* line 754, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .field.error textarea,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="url"],
.ui.form .field.error input[type="tel"] {
  background: #fff0f0;
  border-color: #dbb1b1;
  color: #d95c5c;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  box-shadow: 2px 0em 0em 0em #d95c5c inset;
}

/* line 780, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field.error textarea:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="date"]:focus,
.ui.form .field.error input[type="datetime-local"]:focus,
.ui.form .field.error input[type="password"]:focus,
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="url"]:focus,
.ui.form .field.error input[type="tel"]:focus {
  background: #fff0f0;
  border-color: #dbb1b1;
  color: #dc6868;
  -webkit-appearance: none;
  box-shadow: 2px 0em 0em 0em #dc6868 inset;
}

/*------------------
    Dropdown Error
--------------------*/
/* line 801, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .ui.dropdown,
.ui.form .fields.error .field .ui.dropdown .item,
.ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item {
  background: #fff0f0;
  color: #d95c5c;
}

/* line 809, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown {
  border-color: #dbb1b1 !important;
}

/* line 813, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover {
  border-color: #dbb1b1 !important;
}

/* line 817, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu {
  border-color: #dbb1b1;
}

/* Hover */
/* line 823, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .ui.dropdown .menu .item:hover,
.ui.form .field.error .ui.dropdown .menu .item:hover {
  background-color: #fff2f2;
}

/* Active */
/* line 829, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .ui.dropdown .menu .active.item,
.ui.form .field.error .ui.dropdown .menu .active.item {
  background-color: #fdcfcf !important;
}

/*--------------------
    Checkbox Error
---------------------*/
/* line 838, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  color: #d95c5c;
}

/* line 844, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  background: #fff0f0;
  border-color: #dbb1b1;
}

/* line 851, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after {
  color: #d95c5c;
}

/*--------------------
       Disabled
---------------------*/
/* line 862, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field :disabled,
.ui.form .field.disabled {
  opacity: 0.5;
}

/* line 866, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field.disabled label {
  opacity: 0.5;
}

/* line 869, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .field.disabled :disabled {
  opacity: 1;
}

/*--------------
    Loading
---------------*/
/* line 877, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.loading.form {
  position: relative;
  cursor: default;
  point-events: none;
  text-shadow: none !important;
  color: transparent !important;
  transition: all 0s linear;
  z-index: 100;
}

/* line 887, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.loading.form:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

/* line 897, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.loading.form:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  animation: form-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}

@keyframes form-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*******************************
         Element Types
*******************************/
/*--------------------
     Required Field
---------------------*/
/* line 950, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .required.fields > .field > label:after,
.ui.form .required.field > label:after,
.ui.form .required.fields > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  margin: -0.2em 0em 0em 0.2em;
  content: '*';
  color: #d95c5c;
}

/* line 958, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .required.fields > .field > label:after,
.ui.form .required.field > label:after {
  display: inline-block;
  vertical-align: top;
}

/* line 963, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .required.fields > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  position: absolute;
  top: 0%;
  left: 100%;
}

/*******************************
           Variations
*******************************/
/*--------------------
    Inverted Colors
---------------------*/
/* line 980, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.inverted.form label,
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box {
  color: #ffffff;
}

/*--------------------
     Field Groups
---------------------*/
/* Grouped Vertically */
/* line 995, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .grouped.fields {
  margin: 0em 0em 1em;
}

/* line 998, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .grouped.fields:last-child {
  margin-bottom: 0em;
}

/* line 1001, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .grouped.fields > label {
  font-size: 0.9285em;
}

/* line 1004, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .grouped.fields .field {
  display: block;
  float: none;
  margin: 0.5em 0em;
  padding: 0em;
}

/*--------------------
        Fields
---------------------*/
/* Split fields */
/* line 1017, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields {
  clear: both;
}

/* line 1020, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1028, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields > .field {
  clear: none;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 1034, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields > .field:first-child {
  border-left: none;
  box-shadow: none;
}

/* Other Combinations */
/* line 1040, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
  width: 50%;
}

/* line 1044, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
  width: 33.33333333%;
}

/* line 1048, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
  width: 25%;
}

/* line 1052, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
  width: 20%;
}

/* line 1056, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .six.fields > .fields,
.ui.form .six.fields > .field {
  width: 16.66666667%;
}

/* line 1060, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .seven.fields > .fields,
.ui.form .seven.fields > .field {
  width: 14.28571429%;
}

/* line 1064, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .eight.fields > .fields,
.ui.form .eight.fields > .field {
  width: 12.5%;
}

/* line 1068, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .nine.fields > .fields,
.ui.form .nine.fields > .field {
  width: 11.11111111%;
}

/* line 1072, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .ten.fields > .fields,
.ui.form .ten.fields > .field {
  width: 10%;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767px) {
  /* line 1079, vendor/assets/stylesheets/semantic-css/components/form.css */
  .ui.form .two.fields > .fields,
.ui.form .two.fields > .field,
.ui.form .three.fields > .fields,
.ui.form .three.fields > .field,
.ui.form .four.fields > .fields,
.ui.form .four.fields > .field,
.ui.form .five.fields > .fields,
.ui.form .five.fields > .field,
.ui.form .six.fields > .fields,
.ui.form .six.fields > .field,
.ui.form .seven.fields > .fields,
.ui.form .seven.fields > .field,
.ui.form .eight.fields > .fields,
.ui.form .eight.fields > .field,
.ui.form .nine.fields > .fields,
.ui.form .nine.fields > .field,
.ui.form .ten.fields > .fields,
.ui.form .ten.fields > .field {
    width: 100% !important;
    margin: 0em 0em 1em;
    padding-left: 0%;
    padding-right: 0%;
  }
}

/* line 1103, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields .field:first-child {
  padding-left: 0%;
}

/* line 1106, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields .field:last-child {
  padding-right: 0%;
}

/* Sizing Combinations */
/* line 1111, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields .wide.field {
  width: 6.25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 1116, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields .wide.field:first-child {
  padding-left: 0%;
}

/* line 1119, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fields .wide.field:last-child {
  padding-right: 0%;
}

/* line 1122, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .one.wide.field {
  width: 6.25% !important;
}

/* line 1125, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .two.wide.field {
  width: 12.5% !important;
}

/* line 1128, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .three.wide.field {
  width: 18.75% !important;
}

/* line 1131, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .four.wide.field {
  width: 25% !important;
}

/* line 1134, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .five.wide.field {
  width: 31.25% !important;
}

/* line 1137, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .six.wide.field {
  width: 37.5% !important;
}

/* line 1140, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .seven.wide.field {
  width: 43.75% !important;
}

/* line 1143, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .eight.wide.field {
  width: 50% !important;
}

/* line 1146, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .nine.wide.field {
  width: 56.25% !important;
}

/* line 1149, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .ten.wide.field {
  width: 62.5% !important;
}

/* line 1152, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .eleven.wide.field {
  width: 68.75% !important;
}

/* line 1155, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .twelve.wide.field {
  width: 75% !important;
}

/* line 1158, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .thirteen.wide.field {
  width: 81.25% !important;
}

/* line 1161, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fourteen.wide.field {
  width: 87.5% !important;
}

/* line 1164, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .fifteen.wide.field {
  width: 93.75% !important;
}

/* line 1167, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .sixteen.wide.field {
  width: 100% !important;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767px) {
  /* line 1173, vendor/assets/stylesheets/semantic-css/components/form.css */
  .ui.form .two.fields > .fields,
.ui.form .two.fields > .field,
.ui.form .three.fields > .fields,
.ui.form .three.fields > .field,
.ui.form .four.fields > .fields,
.ui.form .four.fields > .field,
.ui.form .five.fields > .fields,
.ui.form .five.fields > .field,
.ui.form .fields > .two.wide.field,
.ui.form .fields > .three.wide.field,
.ui.form .fields > .four.wide.field,
.ui.form .fields > .five.wide.field,
.ui.form .fields > .six.wide.field,
.ui.form .fields > .seven.wide.field,
.ui.form .fields > .eight.wide.field,
.ui.form .fields > .nine.wide.field,
.ui.form .fields > .ten.wide.field,
.ui.form .fields > .eleven.wide.field,
.ui.form .fields > .twelve.wide.field,
.ui.form .fields > .thirteen.wide.field,
.ui.form .fields > .fourteen.wide.field,
.ui.form .fields > .fifteen.wide.field,
.ui.form .fields > .sixteen.wide.field {
    width: 100% !important;
    margin: 0em 0em 1em;
    padding-left: 0%;
    padding-right: 0%;
  }
}

/*--------------------
    Inline Fields
---------------------*/
/* line 1207, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields {
  margin: 0em 0em 1em;
}

/* line 1210, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields .field {
  display: inline-block;
  float: none;
  margin: 0em 1em 0em 0em;
  padding: 0em;
}

/* line 1216, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.fields .field > input,
.ui.form .inline.fields .field > .ui.input,
.ui.form .inline.field > label,
.ui.form .inline.field > p,
.ui.form .inline.field > input,
.ui.form .inline.field > .ui.input {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: middle;
  font-size: 0.9285em;
}

/* line 1231, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields .field > input,
.ui.form .inline.fields .field > .ui.input,
.ui.form .inline.field > input,
.ui.form .inline.field > .ui.input {
  font-size: 0.9285em;
}

/* line 1237, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields .field > .ui.checkbox label {
  padding-left: 1.75em;
}

/* Label */
/* line 1242, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
  margin: 0em 0.2857rem 0em 0em;
}

/* line 1246, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
  margin: 0em;
}

/*--------------------
        Sizes
---------------------*/
/* Standard */
/* line 1257, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.small.form {
  font-size: 0.875em;
}

/* Medium */
/* line 1262, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.form {
  font-size: auto;
}

/* Large */
/* line 1267, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.large.form {
  font-size: 1.125em;
}

/* Huge */
/* line 1272, vendor/assets/stylesheets/semantic-css/components/form.css */
.ui.huge.form {
  font-size: 1.2em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Grid
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Grid
*******************************/
/* Inherited From Site */
/*******************************
            Grid
*******************************/
/*******************************
           Variations
*******************************/
/*--------------
     Page
---------------*/
/* Column Gutters */
/*--------------
     Relaxed
---------------*/
/*--------------
     Divided
---------------*/
/*--------------
    Celled
---------------*/
/*--------------
    Stackable
---------------*/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Standard
*******************************/
/* line 393, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid {
  display: block;
  text-align: left;
  font-size: 0em;
  padding: 0em;
}

/* line 399, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid:after,
.ui.grid > .row:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/*----------------------
      Remove Gutters
-----------------------*/
/* line 412, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 418, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.relaxed.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 422, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="very relaxed"] {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

/* Collapse Margins on Consecutive Grids */
/* line 428, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid + .grid {
  margin-top: 1rem;
}

/*-------------------
       Columns
--------------------*/
/* Standard 16 column */
/* line 438, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  width: 6.25%;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

/* line 449, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*-------------------
        Rows
--------------------*/
/* line 458, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row {
  position: relative;
  display: block;
  width: auto !important;
  padding: 0rem;
  font-size: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*-------------------
       Columns
--------------------*/
/* Vertical padding when no rows */
/* line 474, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 478, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column {
  margin-top: 0em;
  margin-bottom: 0em;
}

/*-------------------
      Content
--------------------*/
/* line 487, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
  max-width: 100%;
}

/*-------------------
    Loose Coupling
--------------------*/
/* line 496, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .row + .ui.divider {
  margin: 1rem 1rem;
}

/* remove Border on last horizontal segment */
/* line 501, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column:last-child > .horizontal.segment,
.ui.grid > .column:last-child > .horizontal.segment {
  box-shadow: none;
}

/*******************************
           Variations
*******************************/
/*-----------------------
       Page Grid
-------------------------*/
/* line 516, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.page.grid {
  padding-left: 8%;
  padding-right: 8%;
  width: auto;
}

/* Collapse Margin */
/* line 523, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .ui.grid:first-child {
  margin-top: 0em;
}

/* line 526, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .ui.grid:last-child {
  margin-bottom: 0em;
}

@media only screen and (max-width: 767px) {
  /* line 530, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.page.grid {
    width: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em;
  }
}

@media only screen and (min-width: 768px) {
  /* line 539, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media only screen and (min-width: 992px) {
  /* line 548, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 557, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 566, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 23%;
    padding-right: 23%;
  }
}

/*-------------------
     Column Count
--------------------*/
/* Assume full width with one column */
/* line 581, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
  width: 100%;
}

/* Grid Based */
/* line 587, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="one column"] > .row > .column,
.ui.grid[class*="one column"] > .column {
  width: 100%;
}

/* line 591, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="two column"] > .row > .column,
.ui.grid[class*="two column"] > .column {
  width: 50%;
}

/* line 595, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="three column"] > .row > .column,
.ui.grid[class*="three column"] > .column {
  width: 33.33333333%;
}

/* line 599, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="four column"] > .row > .column,
.ui.grid[class*="four column"] > .column {
  width: 25%;
}

/* line 603, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="five column"] > .row > .column,
.ui.grid[class*="five column"] > .column {
  width: 20%;
}

/* line 607, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="six column"] > .row > .column,
.ui.grid[class*="six column"] > .column {
  width: 16.66666667%;
}

/* line 611, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="seven column"] > .row > .column,
.ui.grid[class*="seven column"] > .column {
  width: 14.28571429%;
}

/* line 615, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="eight column"] > .row > .column,
.ui.grid[class*="eight column"] > .column {
  width: 12.5%;
}

/* line 619, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="nine column"] > .row > .column,
.ui.grid[class*="nine column"] > .column {
  width: 11.11111111%;
}

/* line 623, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="ten column"] > .row > .column,
.ui.grid[class*="ten column"] > .column {
  width: 10%;
}

/* line 627, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="eleven column"] > .row > .column,
.ui.grid[class*="eleven column"] > .column {
  width: 9.09090909%;
}

/* line 631, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="twelve column"] > .row > .column,
.ui.grid[class*="twelve column"] > .column {
  width: 8.33333333%;
}

/* line 635, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="thirteen column"] > .row > .column,
.ui.grid[class*="thirteen column"] > .column {
  width: 7.69230769%;
}

/* line 639, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="fourteen column"] > .row > .column,
.ui.grid[class*="fourteen column"] > .column {
  width: 7.14285714%;
}

/* line 643, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="fifteen column"] > .row > .column,
.ui.grid[class*="fifteen column"] > .column {
  width: 6.66666667%;
}

/* line 647, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="sixteen column"] > .row > .column,
.ui.grid[class*="sixteen column"] > .column {
  width: 6.25%;
}

/* Row Based Overrides */
/* line 653, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="one column"] > .column {
  width: 100% !important;
}

/* line 656, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="two column"] > .column {
  width: 50% !important;
}

/* line 659, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="three column"] > .column {
  width: 33.33333333% !important;
}

/* line 662, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="four column"] > .column {
  width: 25% !important;
}

/* line 665, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="five column"] > .column {
  width: 20% !important;
}

/* line 668, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="six column"] > .column {
  width: 16.66666667% !important;
}

/* line 671, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="seven column"] > .column {
  width: 14.28571429% !important;
}

/* line 674, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="eight column"] > .column {
  width: 12.5% !important;
}

/* line 677, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="nine column"] > .column {
  width: 11.11111111% !important;
}

/* line 680, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="ten column"] > .column {
  width: 10% !important;
}

/* line 683, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="eleven column"] > .column {
  width: 9.09090909% !important;
}

/* line 686, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="twelve column"] > .column {
  width: 8.33333333% !important;
}

/* line 689, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="thirteen column"] > .column {
  width: 7.69230769% !important;
}

/* line 692, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="fourteen column"] > .column {
  width: 7.14285714% !important;
}

/* line 695, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="fifteen column"] > .column {
  width: 6.66666667% !important;
}

/* line 698, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row[class*="sixteen column"] > .column {
  width: 6.25% !important;
}

/*-------------------
    Column Width
--------------------*/
/* Sizing Combinations */
/* line 708, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="one wide"],
.ui.grid > .column.row > .column[class*="one wide"],
.ui.grid > .column[class*="one wide"],
.ui.column.grid > .column[class*="one wide"] {
  width: 6.25% !important;
}

/* line 714, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="two wide"],
.ui.grid > .column.row > .column[class*="two wide"],
.ui.grid > .column[class*="two wide"],
.ui.column.grid > .column[class*="two wide"] {
  width: 12.5% !important;
}

/* line 720, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="three wide"],
.ui.grid > .column.row > .column[class*="three wide"],
.ui.grid > .column[class*="three wide"],
.ui.column.grid > .column[class*="three wide"] {
  width: 18.75% !important;
}

/* line 726, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="four wide"],
.ui.grid > .column.row > .column[class*="four wide"],
.ui.grid > .column[class*="four wide"],
.ui.column.grid > .column[class*="four wide"] {
  width: 25% !important;
}

/* line 732, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="five wide"],
.ui.grid > .column.row > .column[class*="five wide"],
.ui.grid > .column[class*="five wide"],
.ui.column.grid > .column[class*="five wide"] {
  width: 31.25% !important;
}

/* line 738, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="six wide"],
.ui.grid > .column.row > .column[class*="six wide"],
.ui.grid > .column[class*="six wide"],
.ui.column.grid > .column[class*="six wide"] {
  width: 37.5% !important;
}

/* line 744, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="seven wide"],
.ui.grid > .column.row > .column[class*="seven wide"],
.ui.grid > .column[class*="seven wide"],
.ui.column.grid > .column[class*="seven wide"] {
  width: 43.75% !important;
}

/* line 750, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="eight wide"],
.ui.grid > .column.row > .column[class*="eight wide"],
.ui.grid > .column[class*="eight wide"],
.ui.column.grid > .column[class*="eight wide"] {
  width: 50% !important;
}

/* line 756, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="nine wide"],
.ui.grid > .column.row > .column[class*="nine wide"],
.ui.grid > .column[class*="nine wide"],
.ui.column.grid > .column[class*="nine wide"] {
  width: 56.25% !important;
}

/* line 762, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="ten wide"],
.ui.grid > .column.row > .column[class*="ten wide"],
.ui.grid > .column[class*="ten wide"],
.ui.column.grid > .column[class*="ten wide"] {
  width: 62.5% !important;
}

/* line 768, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="eleven wide"],
.ui.grid > .column.row > .column[class*="eleven wide"],
.ui.grid > .column[class*="eleven wide"],
.ui.column.grid > .column[class*="eleven wide"] {
  width: 68.75% !important;
}

/* line 774, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="twelve wide"],
.ui.grid > .column.row > .column[class*="twelve wide"],
.ui.grid > .column[class*="twelve wide"],
.ui.column.grid > .column[class*="twelve wide"] {
  width: 75% !important;
}

/* line 780, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="thirteen wide"],
.ui.grid > .column.row > .column[class*="thirteen wide"],
.ui.grid > .column[class*="thirteen wide"],
.ui.column.grid > .column[class*="thirteen wide"] {
  width: 81.25% !important;
}

/* line 786, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="fourteen wide"],
.ui.grid > .column.row > .column[class*="fourteen wide"],
.ui.grid > .column[class*="fourteen wide"],
.ui.column.grid > .column[class*="fourteen wide"] {
  width: 87.5% !important;
}

/* line 792, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="fifteen wide"],
.ui.grid > .column.row > .column[class*="fifteen wide"],
.ui.grid > .column[class*="fifteen wide"],
.ui.column.grid > .column[class*="fifteen wide"] {
  width: 93.75% !important;
}

/* line 798, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .column[class*="sixteen wide"],
.ui.grid > .column.row > .column[class*="sixteen wide"],
.ui.grid > .column[class*="sixteen wide"],
.ui.column.grid > .column[class*="sixteen wide"] {
  width: 100% !important;
}

/*----------------------
    Width per Device
-----------------------*/
/* Mobile Sizing Combinations */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 812, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="one wide mobile"],
.ui.grid > .column.row > .column[class*="one wide mobile"],
.ui.grid > .column[class*="one wide mobile"],
.ui.column.grid > .column[class*="one wide mobile"] {
    width: 6.25% !important;
  }
  /* line 818, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="two wide mobile"],
.ui.grid > .column.row > .column[class*="two wide mobile"],
.ui.grid > .column[class*="two wide mobile"],
.ui.column.grid > .column[class*="two wide mobile"] {
    width: 12.5% !important;
  }
  /* line 824, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="three wide mobile"],
.ui.grid > .column.row > .column[class*="three wide mobile"],
.ui.grid > .column[class*="three wide mobile"],
.ui.column.grid > .column[class*="three wide mobile"] {
    width: 18.75% !important;
  }
  /* line 830, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="four wide mobile"],
.ui.grid > .column.row > .column[class*="four wide mobile"],
.ui.grid > .column[class*="four wide mobile"],
.ui.column.grid > .column[class*="four wide mobile"] {
    width: 25% !important;
  }
  /* line 836, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="five wide mobile"],
.ui.grid > .column.row > .column[class*="five wide mobile"],
.ui.grid > .column[class*="five wide mobile"],
.ui.column.grid > .column[class*="five wide mobile"] {
    width: 31.25% !important;
  }
  /* line 842, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="six wide mobile"],
.ui.grid > .column.row > .column[class*="six wide mobile"],
.ui.grid > .column[class*="six wide mobile"],
.ui.column.grid > .column[class*="six wide mobile"] {
    width: 37.5% !important;
  }
  /* line 848, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="seven wide mobile"],
.ui.grid > .column.row > .column[class*="seven wide mobile"],
.ui.grid > .column[class*="seven wide mobile"],
.ui.column.grid > .column[class*="seven wide mobile"] {
    width: 43.75% !important;
  }
  /* line 854, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eight wide mobile"],
.ui.grid > .column.row > .column[class*="eight wide mobile"],
.ui.grid > .column[class*="eight wide mobile"],
.ui.column.grid > .column[class*="eight wide mobile"] {
    width: 50% !important;
  }
  /* line 860, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="nine wide mobile"],
.ui.grid > .column.row > .column[class*="nine wide mobile"],
.ui.grid > .column[class*="nine wide mobile"],
.ui.column.grid > .column[class*="nine wide mobile"] {
    width: 56.25% !important;
  }
  /* line 866, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="ten wide mobile"],
.ui.grid > .column.row > .column[class*="ten wide mobile"],
.ui.grid > .column[class*="ten wide mobile"],
.ui.column.grid > .column[class*="ten wide mobile"] {
    width: 62.5% !important;
  }
  /* line 872, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eleven wide mobile"],
.ui.grid > .column.row > .column[class*="eleven wide mobile"],
.ui.grid > .column[class*="eleven wide mobile"],
.ui.column.grid > .column[class*="eleven wide mobile"] {
    width: 68.75% !important;
  }
  /* line 878, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="twelve wide mobile"],
.ui.grid > .column.row > .column[class*="twelve wide mobile"],
.ui.grid > .column[class*="twelve wide mobile"],
.ui.column.grid > .column[class*="twelve wide mobile"] {
    width: 75% !important;
  }
  /* line 884, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="thirteen wide mobile"],
.ui.grid > .column.row > .column[class*="thirteen wide mobile"],
.ui.grid > .column[class*="thirteen wide mobile"],
.ui.column.grid > .column[class*="thirteen wide mobile"] {
    width: 81.25% !important;
  }
  /* line 890, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fourteen wide mobile"],
.ui.grid > .column.row > .column[class*="fourteen wide mobile"],
.ui.grid > .column[class*="fourteen wide mobile"],
.ui.column.grid > .column[class*="fourteen wide mobile"] {
    width: 87.5% !important;
  }
  /* line 896, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fifteen wide mobile"],
.ui.grid > .column.row > .column[class*="fifteen wide mobile"],
.ui.grid > .column[class*="fifteen wide mobile"],
.ui.column.grid > .column[class*="fifteen wide mobile"] {
    width: 93.75% !important;
  }
  /* line 902, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="sixteen wide mobile"],
.ui.grid > .column.row > .column[class*="sixteen wide mobile"],
.ui.grid > .column[class*="sixteen wide mobile"],
.ui.column.grid > .column[class*="sixteen wide mobile"] {
    width: 100% !important;
  }
}

/* Tablet Sizing Combinations */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 912, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="one wide tablet"],
.ui.grid > .column.row > .column[class*="one wide tablet"],
.ui.grid > .column[class*="one wide tablet"],
.ui.column.grid > .column[class*="one wide tablet"] {
    width: 6.25% !important;
  }
  /* line 918, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="two wide tablet"],
.ui.grid > .column.row > .column[class*="two wide tablet"],
.ui.grid > .column[class*="two wide tablet"],
.ui.column.grid > .column[class*="two wide tablet"] {
    width: 12.5% !important;
  }
  /* line 924, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="three wide tablet"],
.ui.grid > .column.row > .column[class*="three wide tablet"],
.ui.grid > .column[class*="three wide tablet"],
.ui.column.grid > .column[class*="three wide tablet"] {
    width: 18.75% !important;
  }
  /* line 930, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="four wide tablet"],
.ui.grid > .column.row > .column[class*="four wide tablet"],
.ui.grid > .column[class*="four wide tablet"],
.ui.column.grid > .column[class*="four wide tablet"] {
    width: 25% !important;
  }
  /* line 936, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="five wide tablet"],
.ui.grid > .column.row > .column[class*="five wide tablet"],
.ui.grid > .column[class*="five wide tablet"],
.ui.column.grid > .column[class*="five wide tablet"] {
    width: 31.25% !important;
  }
  /* line 942, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="six wide tablet"],
.ui.grid > .column.row > .column[class*="six wide tablet"],
.ui.grid > .column[class*="six wide tablet"],
.ui.column.grid > .column[class*="six wide tablet"] {
    width: 37.5% !important;
  }
  /* line 948, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="seven wide tablet"],
.ui.grid > .column.row > .column[class*="seven wide tablet"],
.ui.grid > .column[class*="seven wide tablet"],
.ui.column.grid > .column[class*="seven wide tablet"] {
    width: 43.75% !important;
  }
  /* line 954, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eight wide tablet"],
.ui.grid > .column.row > .column[class*="eight wide tablet"],
.ui.grid > .column[class*="eight wide tablet"],
.ui.column.grid > .column[class*="eight wide tablet"] {
    width: 50% !important;
  }
  /* line 960, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="nine wide tablet"],
.ui.grid > .column.row > .column[class*="nine wide tablet"],
.ui.grid > .column[class*="nine wide tablet"],
.ui.column.grid > .column[class*="nine wide tablet"] {
    width: 56.25% !important;
  }
  /* line 966, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="ten wide tablet"],
.ui.grid > .column.row > .column[class*="ten wide tablet"],
.ui.grid > .column[class*="ten wide tablet"],
.ui.column.grid > .column[class*="ten wide tablet"] {
    width: 62.5% !important;
  }
  /* line 972, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eleven wide tablet"],
.ui.grid > .column.row > .column[class*="eleven wide tablet"],
.ui.grid > .column[class*="eleven wide tablet"],
.ui.column.grid > .column[class*="eleven wide tablet"] {
    width: 68.75% !important;
  }
  /* line 978, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="twelve wide tablet"],
.ui.grid > .column.row > .column[class*="twelve wide tablet"],
.ui.grid > .column[class*="twelve wide tablet"],
.ui.column.grid > .column[class*="twelve wide tablet"] {
    width: 75% !important;
  }
  /* line 984, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="thirteen wide tablet"],
.ui.grid > .column.row > .column[class*="thirteen wide tablet"],
.ui.grid > .column[class*="thirteen wide tablet"],
.ui.column.grid > .column[class*="thirteen wide tablet"] {
    width: 81.25% !important;
  }
  /* line 990, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fourteen wide tablet"],
.ui.grid > .column.row > .column[class*="fourteen wide tablet"],
.ui.grid > .column[class*="fourteen wide tablet"],
.ui.column.grid > .column[class*="fourteen wide tablet"] {
    width: 87.5% !important;
  }
  /* line 996, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fifteen wide tablet"],
.ui.grid > .column.row > .column[class*="fifteen wide tablet"],
.ui.grid > .column[class*="fifteen wide tablet"],
.ui.column.grid > .column[class*="fifteen wide tablet"] {
    width: 93.75% !important;
  }
  /* line 1002, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="sixteen wide tablet"],
.ui.grid > .column.row > .column[class*="sixteen wide tablet"],
.ui.grid > .column[class*="sixteen wide tablet"],
.ui.column.grid > .column[class*="sixteen wide tablet"] {
    width: 100% !important;
  }
}

/* Computer/Desktop Sizing Combinations */
@media only screen and (min-width: 992px) {
  /* line 1012, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="one wide computer"],
.ui.grid > .column.row > .column[class*="one wide computer"],
.ui.grid > .column[class*="one wide computer"],
.ui.column.grid > .column[class*="one wide computer"] {
    width: 6.25% !important;
  }
  /* line 1018, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="two wide computer"],
.ui.grid > .column.row > .column[class*="two wide computer"],
.ui.grid > .column[class*="two wide computer"],
.ui.column.grid > .column[class*="two wide computer"] {
    width: 12.5% !important;
  }
  /* line 1024, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="three wide computer"],
.ui.grid > .column.row > .column[class*="three wide computer"],
.ui.grid > .column[class*="three wide computer"],
.ui.column.grid > .column[class*="three wide computer"] {
    width: 18.75% !important;
  }
  /* line 1030, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="four wide computer"],
.ui.grid > .column.row > .column[class*="four wide computer"],
.ui.grid > .column[class*="four wide computer"],
.ui.column.grid > .column[class*="four wide computer"] {
    width: 25% !important;
  }
  /* line 1036, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="five wide computer"],
.ui.grid > .column.row > .column[class*="five wide computer"],
.ui.grid > .column[class*="five wide computer"],
.ui.column.grid > .column[class*="five wide computer"] {
    width: 31.25% !important;
  }
  /* line 1042, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="six wide computer"],
.ui.grid > .column.row > .column[class*="six wide computer"],
.ui.grid > .column[class*="six wide computer"],
.ui.column.grid > .column[class*="six wide computer"] {
    width: 37.5% !important;
  }
  /* line 1048, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="seven wide computer"],
.ui.grid > .column.row > .column[class*="seven wide computer"],
.ui.grid > .column[class*="seven wide computer"],
.ui.column.grid > .column[class*="seven wide computer"] {
    width: 43.75% !important;
  }
  /* line 1054, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eight wide computer"],
.ui.grid > .column.row > .column[class*="eight wide computer"],
.ui.grid > .column[class*="eight wide computer"],
.ui.column.grid > .column[class*="eight wide computer"] {
    width: 50% !important;
  }
  /* line 1060, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="nine wide computer"],
.ui.grid > .column.row > .column[class*="nine wide computer"],
.ui.grid > .column[class*="nine wide computer"],
.ui.column.grid > .column[class*="nine wide computer"] {
    width: 56.25% !important;
  }
  /* line 1066, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="ten wide computer"],
.ui.grid > .column.row > .column[class*="ten wide computer"],
.ui.grid > .column[class*="ten wide computer"],
.ui.column.grid > .column[class*="ten wide computer"] {
    width: 62.5% !important;
  }
  /* line 1072, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eleven wide computer"],
.ui.grid > .column.row > .column[class*="eleven wide computer"],
.ui.grid > .column[class*="eleven wide computer"],
.ui.column.grid > .column[class*="eleven wide computer"] {
    width: 68.75% !important;
  }
  /* line 1078, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="twelve wide computer"],
.ui.grid > .column.row > .column[class*="twelve wide computer"],
.ui.grid > .column[class*="twelve wide computer"],
.ui.column.grid > .column[class*="twelve wide computer"] {
    width: 75% !important;
  }
  /* line 1084, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="thirteen wide computer"],
.ui.grid > .column.row > .column[class*="thirteen wide computer"],
.ui.grid > .column[class*="thirteen wide computer"],
.ui.column.grid > .column[class*="thirteen wide computer"] {
    width: 81.25% !important;
  }
  /* line 1090, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fourteen wide computer"],
.ui.grid > .column.row > .column[class*="fourteen wide computer"],
.ui.grid > .column[class*="fourteen wide computer"],
.ui.column.grid > .column[class*="fourteen wide computer"] {
    width: 87.5% !important;
  }
  /* line 1096, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fifteen wide computer"],
.ui.grid > .column.row > .column[class*="fifteen wide computer"],
.ui.grid > .column[class*="fifteen wide computer"],
.ui.column.grid > .column[class*="fifteen wide computer"] {
    width: 93.75% !important;
  }
  /* line 1102, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="sixteen wide computer"],
.ui.grid > .column.row > .column[class*="sixteen wide computer"],
.ui.grid > .column[class*="sixteen wide computer"],
.ui.column.grid > .column[class*="sixteen wide computer"] {
    width: 100% !important;
  }
}

/* Large Monitor Sizing Combinations */
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  /* line 1112, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="one wide large screen"],
.ui.grid > .column.row > .column[class*="one wide large screen"],
.ui.grid > .column[class*="one wide large screen"],
.ui.column.grid > .column[class*="one wide large screen"] {
    width: 6.25% !important;
  }
  /* line 1118, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="two wide large screen"],
.ui.grid > .column.row > .column[class*="two wide large screen"],
.ui.grid > .column[class*="two wide large screen"],
.ui.column.grid > .column[class*="two wide large screen"] {
    width: 12.5% !important;
  }
  /* line 1124, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="three wide large screen"],
.ui.grid > .column.row > .column[class*="three wide large screen"],
.ui.grid > .column[class*="three wide large screen"],
.ui.column.grid > .column[class*="three wide large screen"] {
    width: 18.75% !important;
  }
  /* line 1130, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="four wide large screen"],
.ui.grid > .column.row > .column[class*="four wide large screen"],
.ui.grid > .column[class*="four wide large screen"],
.ui.column.grid > .column[class*="four wide large screen"] {
    width: 25% !important;
  }
  /* line 1136, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="five wide large screen"],
.ui.grid > .column.row > .column[class*="five wide large screen"],
.ui.grid > .column[class*="five wide large screen"],
.ui.column.grid > .column[class*="five wide large screen"] {
    width: 31.25% !important;
  }
  /* line 1142, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="six wide large screen"],
.ui.grid > .column.row > .column[class*="six wide large screen"],
.ui.grid > .column[class*="six wide large screen"],
.ui.column.grid > .column[class*="six wide large screen"] {
    width: 37.5% !important;
  }
  /* line 1148, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="seven wide large screen"],
.ui.grid > .column.row > .column[class*="seven wide large screen"],
.ui.grid > .column[class*="seven wide large screen"],
.ui.column.grid > .column[class*="seven wide large screen"] {
    width: 43.75% !important;
  }
  /* line 1154, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eight wide large screen"],
.ui.grid > .column.row > .column[class*="eight wide large screen"],
.ui.grid > .column[class*="eight wide large screen"],
.ui.column.grid > .column[class*="eight wide large screen"] {
    width: 50% !important;
  }
  /* line 1160, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="nine wide large screen"],
.ui.grid > .column.row > .column[class*="nine wide large screen"],
.ui.grid > .column[class*="nine wide large screen"],
.ui.column.grid > .column[class*="nine wide large screen"] {
    width: 56.25% !important;
  }
  /* line 1166, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="ten wide large screen"],
.ui.grid > .column.row > .column[class*="ten wide large screen"],
.ui.grid > .column[class*="ten wide large screen"],
.ui.column.grid > .column[class*="ten wide large screen"] {
    width: 62.5% !important;
  }
  /* line 1172, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eleven wide large screen"],
.ui.grid > .column.row > .column[class*="eleven wide large screen"],
.ui.grid > .column[class*="eleven wide large screen"],
.ui.column.grid > .column[class*="eleven wide large screen"] {
    width: 68.75% !important;
  }
  /* line 1178, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="twelve wide large screen"],
.ui.grid > .column.row > .column[class*="twelve wide large screen"],
.ui.grid > .column[class*="twelve wide large screen"],
.ui.column.grid > .column[class*="twelve wide large screen"] {
    width: 75% !important;
  }
  /* line 1184, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="thirteen wide large screen"],
.ui.grid > .column.row > .column[class*="thirteen wide large screen"],
.ui.grid > .column[class*="thirteen wide large screen"],
.ui.column.grid > .column[class*="thirteen wide large screen"] {
    width: 81.25% !important;
  }
  /* line 1190, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fourteen wide large screen"],
.ui.grid > .column.row > .column[class*="fourteen wide large screen"],
.ui.grid > .column[class*="fourteen wide large screen"],
.ui.column.grid > .column[class*="fourteen wide large screen"] {
    width: 87.5% !important;
  }
  /* line 1196, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fifteen wide large screen"],
.ui.grid > .column.row > .column[class*="fifteen wide large screen"],
.ui.grid > .column[class*="fifteen wide large screen"],
.ui.column.grid > .column[class*="fifteen wide large screen"] {
    width: 93.75% !important;
  }
  /* line 1202, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="sixteen wide large screen"],
.ui.grid > .column.row > .column[class*="sixteen wide large screen"],
.ui.grid > .column[class*="sixteen wide large screen"],
.ui.column.grid > .column[class*="sixteen wide large screen"] {
    width: 100% !important;
  }
}

/* Widescreen Sizing Combinations */
@media only screen and (min-width: 1920px) {
  /* line 1212, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="one wide widescreen"],
.ui.grid > .column.row > .column[class*="one wide widescreen"],
.ui.grid > .column[class*="one wide widescreen"],
.ui.column.grid > .column[class*="one wide widescreen"] {
    width: 6.25% !important;
  }
  /* line 1218, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="two wide widescreen"],
.ui.grid > .column.row > .column[class*="two wide widescreen"],
.ui.grid > .column[class*="two wide widescreen"],
.ui.column.grid > .column[class*="two wide widescreen"] {
    width: 12.5% !important;
  }
  /* line 1224, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="three wide widescreen"],
.ui.grid > .column.row > .column[class*="three wide widescreen"],
.ui.grid > .column[class*="three wide widescreen"],
.ui.column.grid > .column[class*="three wide widescreen"] {
    width: 18.75% !important;
  }
  /* line 1230, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="four wide widescreen"],
.ui.grid > .column.row > .column[class*="four wide widescreen"],
.ui.grid > .column[class*="four wide widescreen"],
.ui.column.grid > .column[class*="four wide widescreen"] {
    width: 25% !important;
  }
  /* line 1236, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="five wide widescreen"],
.ui.grid > .column.row > .column[class*="five wide widescreen"],
.ui.grid > .column[class*="five wide widescreen"],
.ui.column.grid > .column[class*="five wide widescreen"] {
    width: 31.25% !important;
  }
  /* line 1242, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="six wide widescreen"],
.ui.grid > .column.row > .column[class*="six wide widescreen"],
.ui.grid > .column[class*="six wide widescreen"],
.ui.column.grid > .column[class*="six wide widescreen"] {
    width: 37.5% !important;
  }
  /* line 1248, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="seven wide widescreen"],
.ui.grid > .column.row > .column[class*="seven wide widescreen"],
.ui.grid > .column[class*="seven wide widescreen"],
.ui.column.grid > .column[class*="seven wide widescreen"] {
    width: 43.75% !important;
  }
  /* line 1254, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eight wide widescreen"],
.ui.grid > .column.row > .column[class*="eight wide widescreen"],
.ui.grid > .column[class*="eight wide widescreen"],
.ui.column.grid > .column[class*="eight wide widescreen"] {
    width: 50% !important;
  }
  /* line 1260, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="nine wide widescreen"],
.ui.grid > .column.row > .column[class*="nine wide widescreen"],
.ui.grid > .column[class*="nine wide widescreen"],
.ui.column.grid > .column[class*="nine wide widescreen"] {
    width: 56.25% !important;
  }
  /* line 1266, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="ten wide widescreen"],
.ui.grid > .column.row > .column[class*="ten wide widescreen"],
.ui.grid > .column[class*="ten wide widescreen"],
.ui.column.grid > .column[class*="ten wide widescreen"] {
    width: 62.5% !important;
  }
  /* line 1272, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="eleven wide widescreen"],
.ui.grid > .column.row > .column[class*="eleven wide widescreen"],
.ui.grid > .column[class*="eleven wide widescreen"],
.ui.column.grid > .column[class*="eleven wide widescreen"] {
    width: 68.75% !important;
  }
  /* line 1278, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="twelve wide widescreen"],
.ui.grid > .column.row > .column[class*="twelve wide widescreen"],
.ui.grid > .column[class*="twelve wide widescreen"],
.ui.column.grid > .column[class*="twelve wide widescreen"] {
    width: 75% !important;
  }
  /* line 1284, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="thirteen wide widescreen"],
.ui.grid > .column.row > .column[class*="thirteen wide widescreen"],
.ui.grid > .column[class*="thirteen wide widescreen"],
.ui.column.grid > .column[class*="thirteen wide widescreen"] {
    width: 81.25% !important;
  }
  /* line 1290, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fourteen wide widescreen"],
.ui.grid > .column.row > .column[class*="fourteen wide widescreen"],
.ui.grid > .column[class*="fourteen wide widescreen"],
.ui.column.grid > .column[class*="fourteen wide widescreen"] {
    width: 87.5% !important;
  }
  /* line 1296, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="fifteen wide widescreen"],
.ui.grid > .column.row > .column[class*="fifteen wide widescreen"],
.ui.grid > .column[class*="fifteen wide widescreen"],
.ui.column.grid > .column[class*="fifteen wide widescreen"] {
    width: 93.75% !important;
  }
  /* line 1302, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .row > .column[class*="sixteen wide widescreen"],
.ui.grid > .column.row > .column[class*="sixteen wide widescreen"],
.ui.grid > .column[class*="sixteen wide widescreen"],
.ui.column.grid > .column[class*="sixteen wide widescreen"] {
    width: 100% !important;
  }
}

/*----------------------
        Centered
-----------------------*/
/* line 1314, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
  text-align: center;
}

/* line 1319, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.centered.grid > .column:not(.aligned):not(.row),
.ui.centered.grid > .row > .column:not(.aligned),
.ui.centered.grid > .row:not(.centered),
.ui.grid .centered.row > .column:not(.aligned) {
  text-align: left;
}

/* line 1325, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .centered.column,
.ui.grid > .row > .centered.column {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------
        Relaxed
-----------------------*/
/* line 1336, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.relaxed.grid > .column:not(.row),
.ui.relaxed.grid > .row > .column,
.ui.grid > .relaxed.row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 1342, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="very relaxed"] > .column:not(.row),
.ui.grid[class*="very relaxed"] > .row > .column,
.ui.grid > .row[class*="very relaxed"] > .column {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Coupling with UI Divider */
/* line 1350, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.relaxed.grid .row + .ui.divider,
.ui.grid .relaxed.row + .ui.divider {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* line 1355, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="very relaxed"] .row + .ui.divider,
.ui.grid .row[class*="very relaxed"] + .ui.divider {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

/*----------------------
        Padded
-----------------------*/
/* line 1365, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.padded.grid:not(.vertically):not(.horizontally) {
  margin: 0em !important;
}

/* line 1368, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="horizontally padded"] {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

/* line 1372, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="vertically padded"] {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

/*----------------------
       "Floated"
-----------------------*/
/* line 1381, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="left floated"] {
  float: left;
}

/* line 1384, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="right floated"] {
  float: right;
}

/*----------------------
        Divided
-----------------------*/
/* line 1392, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  box-shadow: -1px 0px 0px 0px rgba(39, 41, 43, 0.15);
}

/* Swap from padding to margin on columns to have dividers align */
/* line 1398, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="vertically divided"] > .column:not(.row),
.ui.grid[class*="vertically divided"] > .row > .column {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

/* line 1405, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="vertically divided"] > .row {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
}

/* No divider on first column on row */
/* line 1413, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  box-shadow: none;
}

/* Divided Row */
/* line 1419, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .divided.row > .column {
  box-shadow: -1px 0px 0px 0px rgba(39, 41, 43, 0.15);
}

/* line 1422, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .divided.row > .column:first-child {
  box-shadow: none;
}

/* Vertically Divided */
/* line 1427, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="vertically divided"] > .row {
  position: relative;
}

/* line 1430, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="vertically divided"] > .row:before {
  position: absolute;
  content: "";
  top: 0em;
  left: 0px;
  width: calc(100% -  2rem);
  height: 1px;
  margin: 0% 1rem;
  box-shadow: 0px -1px 0px 0px rgba(39, 41, 43, 0.15);
}

/* Padded Horizontally Divided */
/* line 1443, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.divided.grid[class*="horizontally padded"],
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  width: 100%;
}

/* First Row Vertically Divided */
/* line 1449, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="vertically divided"] > .row:first-child:before {
  box-shadow: none;
}

/* Inverted Divided */
/* line 1454, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.2);
}

/* line 1458, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  box-shadow: none;
}

/* line 1462, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.inverted.grid[class*="vertically divided"] > .row:before {
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}

/* Relaxed */
/* line 1467, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.relaxed.grid[class*="vertically divided"] > .row:before {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% -  3rem);
}

/* line 1473, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="very relaxed"][class*="vertically divided"] > .row:before {
  margin-left: 5rem;
  margin-right: 5rem;
  width: calc(100% -  5rem);
}

/*----------------------
         Celled
-----------------------*/
/* line 1484, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.grid {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 1em 0em;
  box-shadow: 0px 0px 0px 1px #d4d4d5;
}

/* line 1491, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.grid > .row,
.ui.celled.grid > .column.row,
.ui.celled.grid > .column.row:first-child {
  display: table;
  table-layout: fixed;
  width: 100% !important;
  margin: 0em;
  padding: 0em;
  box-shadow: 0px -1px 0px 0px #d4d4d5;
}

/* line 1501, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  display: table-cell;
  box-shadow: -1px 0px 0px 0px #d4d4d5;
}

/* line 1506, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
  box-shadow: none;
}

/* line 1510, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.page.grid {
  box-shadow: none;
}

/* line 1513, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  padding: 0.75em;
}

/* line 1517, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.relaxed.celled.grid > .column:not(.row),
.ui.relaxed.celled.grid > .row > .column {
  padding: 1em;
}

/* line 1521, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.celled.grid[class*="very relaxed"] > .column:not(.row),
.ui.celled.grid[class*="very relaxed"] > .row > .column {
  padding: 2em;
}

/* Internally Celled */
/* line 1527, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="internally celled"] {
  box-shadow: none;
}

/* line 1530, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="internally celled"] > .row:first-child {
  box-shadow: none;
}

/* line 1533, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="internally celled"] > .row > .column:first-child {
  box-shadow: none;
}

/*----------------------
  Horizontally Centered
-----------------------*/
/* Left Aligned */
/* line 1543, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="left aligned"],
.ui.grid[class*="left aligned"] > .row > .column,
.ui.grid[class*="left aligned"] > .column,
.ui.grid .column[class*="left aligned"],
.ui.grid > .row[class*="left aligned"] > .column {
  text-align: left;
}

/* line 1550, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="left aligned"] {
  text-align: left !important;
}

/* Center Aligned */
/* line 1555, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="center aligned"],
.ui.grid[class*="center aligned"] > .row > .column,
.ui.grid[class*="center aligned"] > .column,
.ui.grid > .row[class*="center aligned"] > .column {
  text-align: center;
}

/* line 1561, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="center aligned"] {
  text-align: center !important;
}

/* Right Aligned */
/* line 1566, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="right aligned"],
.ui.grid[class*="right aligned"] > .row > .column,
.ui.grid[class*="right aligned"] > .column,
.ui.grid > .row[class*="right aligned"] > .column {
  text-align: right;
}

/* line 1572, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="right aligned"] {
  text-align: right !important;
}

/* Justified */
/* line 1577, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.justified.grid,
.ui.justified.grid > .row > .column,
.ui.justified.grid > .column,
.ui.grid .justified.column,
.ui.grid > .justified.row > .column {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 1588, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .justified.column {
  text-align: justify !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
}

/*----------------------
   Vertically Aligned
-----------------------*/
/* Top Aligned */
/* line 1602, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="top aligned"],
.ui.grid[class*="top aligned"] > .row > .column,
.ui.grid[class*="top aligned"] > .column,
.ui.grid .column[class*="top aligned"],
.ui.grid > .row[class*="top aligned"] > .column {
  vertical-align: top;
}

/* line 1609, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="top aligned"] {
  vertical-align: top !important;
}

/* Middle Aligned */
/* line 1614, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="middle aligned"],
.ui.grid[class*="middle aligned"] > .row > .column,
.ui.grid[class*="middle aligned"] > .column,
.ui.grid > .row[class*="middle aligned"] > .column {
  vertical-align: middle;
  align-items: center;
}

/* line 1624, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="middle aligned"] {
  vertical-align: middle !important;
}

/* Bottom Aligned */
/* line 1629, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="bottom aligned"],
.ui.grid[class*="bottom aligned"] > .row > .column,
.ui.grid[class*="bottom aligned"] > .column,
.ui.grid > .row[class*="bottom aligned"] > .column {
  vertical-align: bottom;
  align-items: flex-end;
}

/* line 1639, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid .column[class*="bottom aligned"] {
  vertical-align: bottom !important;
}

/*----------------------
         Colored
-----------------------*/
/* line 1647, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .white.row,
.ui.grid .white.column {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1652, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .white.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1658, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .black.row,
.ui.grid .black.column {
  background-color: #1b1c1d !important;
  color: #ffffff;
}

/* line 1663, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .black.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1669, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .blue.row,
.ui.grid .blue.column {
  background-color: #3b83c0 !important;
  color: #ffffff;
}

/* line 1674, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .blue.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1680, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .green.row,
.ui.grid .green.column {
  background-color: #5bbd72 !important;
  color: #ffffff;
}

/* line 1685, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .green.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1691, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .orange.row,
.ui.grid .orange.column {
  background-color: #e07b53 !important;
  color: #ffffff;
}

/* line 1696, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .orange.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1702, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .pink.row,
.ui.grid .pink.column {
  background-color: #d9499a !important;
  color: #ffffff;
}

/* line 1707, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .pink.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1713, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .purple.row,
.ui.grid .purple.column {
  background-color: #564f8a !important;
  color: #ffffff;
}

/* line 1718, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .purple.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1724, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .red.row,
.ui.grid .red.column {
  background-color: #d95c5c !important;
  color: #ffffff;
}

/* line 1729, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .red.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1735, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .teal.row,
.ui.grid .teal.column {
  background-color: #00b5ad !important;
  color: #ffffff;
}

/* line 1740, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .teal.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1746, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .yellow.row,
.ui.grid .yellow.column {
  background-color: #f2c61f !important;
  color: #ffffff;
}

/* line 1751, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid > .row > .yellow.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*----------------------
      Equal Width
-----------------------*/
/* line 1762, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal width"] {
  display: table;
  table-layout: fixed;
}

/* line 1766, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal width"] > .row,
.ui.grid > .row[class*="equal width"] {
  display: table;
  table-layout: fixed;
  width: 100% !important;
}

/* line 1772, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal width"] > .column,
.ui.grid[class*="equal width"] > .row > .column,
.ui.grid > .row[class*="equal width"] > .column {
  display: table-cell;
}

/* Flexbox (Experimental / Overrides Where Supported) */
/* line 1779, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal width"] {
  display: flex;
  flex-direction: column;
}

/* line 1790, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal width"] > .row,
.ui.grid > .row[class*="equal width"] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* line 1806, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal width"] > .column,
.ui.grid[class*="equal width"] > .row > .column,
.ui.grid > .row[class*="equal width"] > .column {
  display: inline-block;
  flex-direction: column;
  flex: 1 0 auto;
}

/*----------------------
  Equal Height Columns
-----------------------*/
/* line 1825, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal height"] {
  display: table;
  table-layout: fixed;
}

/* line 1829, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal height"] > .row,
.ui.grid > .row[class*="equal height"] {
  display: table;
  table-layout: fixed;
  width: 100% !important;
}

/* line 1835, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal height"] > .column,
.ui.grid[class*="equal height"] > .row > .column,
.ui.grid > .row[class*="equal height"] > .column {
  display: table-cell;
}

/* Flexbox (Experimental / Overrides Where Supported) */
/* line 1842, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal height"],
.ui.grid[class*="equal height"] > .row,
.ui.grid > .row[class*="equal height"] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* line 1859, vendor/assets/stylesheets/semantic-css/components/grid.css */
.ui.grid[class*="equal height"] > .column,
.ui.grid[class*="equal height"] > .row > .column,
.ui.grid > .row[class*="equal height"] > .column {
  display: inline-block;
  flex-direction: column;
  flex: 1 0 auto;
}

/*-------------------
      Doubling
--------------------*/
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1881, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid {
    width: 100% !important;
  }
  /* line 1884, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .doubling.row,
.ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important;
  }
  /* line 1889, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .doubling.row > .column,
.ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0em;
  }
  /* line 1896, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="two column"] > .row > .column,
.ui.doubling.grid[class*="two column"] > .column,
.ui.grid > .doubling.row[class*="two column"] > .column {
    width: 100% !important;
  }
  /* line 1901, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="three column"] > .row > .column,
.ui.doubling.grid[class*="three column"] > .column,
.ui.grid > .doubling.row[class*="three column"] > .column {
    width: 50% !important;
  }
  /* line 1906, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="four column"] > .row > .column,
.ui.doubling.grid[class*="four column"] > .column,
.ui.grid > .doubling.row[class*="four column"] > .column {
    width: 50% !important;
  }
  /* line 1911, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="five column"] > .row > .column,
.ui.doubling.grid[class*="five column"] > .column,
.ui.grid > .doubling.row[class*="five column"] > .column {
    width: 33.33333333% !important;
  }
  /* line 1916, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="six column"] > .row > .column,
.ui.doubling.grid[class*="six column"] > .column,
.ui.grid > .doubling.row[class*="six column"] > .column {
    width: 33.33333333% !important;
  }
  /* line 1921, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="eight column"] > .row > .column,
.ui.doubling.grid[class*="eight column"] > .column,
.ui.grid > .doubling.row[class*="eight column"] > .column {
    width: 33.33333333% !important;
  }
  /* line 1926, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="eight column"] > .row > .column,
.ui.doubling.grid[class*="eight column"] > .column,
.ui.grid > .doubling.row[class*="eight column"] > .column {
    width: 25% !important;
  }
  /* line 1931, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="nine column"] > .row > .column,
.ui.doubling.grid[class*="nine column"] > .column,
.ui.grid > .doubling.row[class*="nine column"] > .column {
    width: 25% !important;
  }
  /* line 1936, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="ten column"] > .row > .column,
.ui.doubling.grid[class*="ten column"] > .column,
.ui.grid > .doubling.row[class*="ten column"] > .column {
    width: 20% !important;
  }
  /* line 1941, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="twelve column"] > .row > .column,
.ui.doubling.grid[class*="twelve column"] > .column,
.ui.grid > .doubling.row[class*="twelve column"] > .column {
    width: 16.66666667% !important;
  }
  /* line 1946, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="fourteen column"] > .row > .column,
.ui.doubling.grid[class*="fourteen column"] > .column,
.ui.grid > .doubling.row[class*="fourteen column"] > .column {
    width: 14.28571429% !important;
  }
  /* line 1951, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="sixteen column"] > .row > .column,
.ui.doubling.grid[class*="sixteen column"] > .column,
.ui.grid > .doubling.row[class*="sixteen column"] > .column {
    width: 12.5% !important;
  }
}

/* Mobily Only */
@media only screen and (max-width: 767px) {
  /* line 1960, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid {
    width: 100% !important;
  }
  /* line 1963, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .doubling.row,
.ui.doubling.grid > .row {
    display: block !important;
    margin: 0em !important;
    padding: 0em !important;
  }
  /* line 1969, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid > .doubling.row > .column,
.ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0em !important;
  }
  /* line 1976, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="two column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="two column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="two column"]:not(.stackable) > .column {
    width: 100% !important;
  }
  /* line 1981, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="three column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="three column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="three column"]:not(.stackable) > .column {
    width: 50% !important;
  }
  /* line 1986, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="four column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="four column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="four column"]:not(.stackable) > .column {
    width: 50% !important;
  }
  /* line 1991, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="five column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="five column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="five column"]:not(.stackable) > .column {
    width: 50% !important;
  }
  /* line 1996, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="six column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="six column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="six column"]:not(.stackable) > .column {
    width: 50% !important;
  }
  /* line 2001, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="seven column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="seven column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="seven column"]:not(.stackable) > .column {
    width: 50% !important;
  }
  /* line 2006, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="eight column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="eight column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="eight column"]:not(.stackable) > .column {
    width: 50% !important;
  }
  /* line 2011, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="nine column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="nine column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="nine column"]:not(.stackable) > .column {
    width: 33.33333333% !important;
  }
  /* line 2016, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="ten column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="ten column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="ten column"]:not(.stackable) > .column {
    width: 33.33333333% !important;
  }
  /* line 2021, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="twelve column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="twelve column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="twelve column"]:not(.stackable) > .column {
    width: 33.33333333% !important;
  }
  /* line 2026, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="fourteen column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="fourteen column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="fourteen column"]:not(.stackable) > .column {
    width: 25% !important;
  }
  /* line 2031, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.doubling.grid[class*="sixteen column"]:not(.stackable) > .row > .column,
.ui.doubling.grid[class*="sixteen column"]:not(.stackable) > .column,
.ui.grid > .doubling.row[class*="sixteen column"]:not(.stackable) > .column {
    width: 25% !important;
  }
}

/*-------------------
      Stackable
--------------------*/
@media only screen and (max-width: 767px) {
  /* line 2043, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.grid {
    display: block !important;
    width: auto;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    padding: 0em;
  }
  /* line 2050, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.grid > .row > .wide.column,
.ui.stackable.grid > .wide.column,
.ui.stackable.grid > .column.grid > .column,
.ui.stackable.grid > .column.row > .column,
.ui.stackable.grid > .row > .column,
.ui.stackable.grid > .column:not(.row) {
    display: block !important;
    width: auto !important;
    margin: 0em 0em !important;
    box-shadow: none !important;
    padding: 1rem 1rem !important;
  }
  /* line 2062, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.grid > .row {
    margin: 0em;
    padding: 0em;
  }
  /* line 2066, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.page.grid {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  /* Equal Height Stackable */
  /* line 2072, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.page.grid[class*="equal height"] {
    display: block !important;
  }
  /* Divided Stackable */
  /* line 2077, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
.ui.stackable.celled.grid > .row:first-child > .column:first-child,
.ui.stackable.divided.grid > .column:not(.row):first-child,
.ui.stackable.celled.grid > .column:not(.row):first-child {
    border-top: none !important;
  }
  /* line 2083, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.inverted.stackable.celled.grid > .column:not(.row),
.ui.inverted.stackable.divided.grid > .column:not(.row),
.ui.inverted.stackable.celled.grid > .row > .column,
.ui.inverted.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 2089, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.stackable.celled.grid > .column:not(.row),
.ui.stackable.divided.grid > .column:not(.row),
.ui.stackable.celled.grid > .row > .column,
.ui.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(39, 41, 43, 0.15);
    box-shadow: none !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/*----------------------
     Only (Device)
-----------------------*/
/* These include arbitrary class repetitions for forced specificity */
/* Mobile Only Hide */
@media only screen and (max-width: 767px) {
  /* line 2109, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.tablet.only.grid.grid.grid:not(.mobile),
.ui.grid.grid.grid > .row[class*="tablet only"]:not(.mobile),
.ui.grid.grid.grid > .column[class*="tablet only"]:not(.mobile),
.ui.grid.grid.grid > .row > .column[class*="tablet only"]:not(.mobile) {
    display: none !important;
  }
  /* line 2115, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid.grid.grid[class*="computer only"]:not(.mobile),
.ui.grid.grid.grid > .row[class*="computer only"]:not(.mobile),
.ui.grid.grid.grid > .column[class*="computer only"]:not(.mobile),
.ui.grid.grid.grid > .row > .column[class*="computer only"]:not(.mobile) {
    display: none !important;
  }
}

/* Tablet Only Hide */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2125, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid.grid.grid[class*="mobile only"]:not(.tablet),
.ui.grid.grid.grid > .row[class*="mobile only"]:not(.tablet),
.ui.grid.grid.grid > .column[class*="mobile only"]:not(.tablet),
.ui.grid.grid.grid > .row > .column[class*="mobile only"]:not(.tablet) {
    display: none !important;
  }
  /* line 2131, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid.grid.grid[class*="computer only"]:not(.tablet),
.ui.grid.grid.grid > .row[class*="computer only"]:not(.tablet),
.ui.grid.grid.grid > .column[class*="computer only"]:not(.tablet),
.ui.grid.grid.grid > .row > .column[class*="computer only"]:not(.tablet) {
    display: none !important;
  }
}

/* Computer Only Hide */
@media only screen and (min-width: 992px) {
  /* line 2141, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid.grid.grid[class*="mobile only"]:not(.computer),
.ui.grid.grid.grid > .row[class*="mobile only"]:not(.computer),
.ui.grid.grid.grid > .column[class*="mobile only"]:not(.computer),
.ui.grid.grid.grid > .row > .column[class*="mobile only"]:not(.computer) {
    display: none !important;
  }
  /* line 2147, vendor/assets/stylesheets/semantic-css/components/grid.css */
  .ui.grid.grid.grid[class*="tablet only"]:not(.computer),
.ui.grid.grid.grid > .row[class*="tablet only"]:not(.computer),
.ui.grid.grid.grid > .column[class*="tablet only"]:not(.computer),
.ui.grid.grid.grid > .row > .column[class*="tablet only"]:not(.computer) {
    display: none !important;
  }
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Menu
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Menu
*******************************/
/*-------------------
    Globals Used
--------------------*/
/*-------------------
      Collection
--------------------*/
/* Sub Menu */
/*--------------
    Elements
---------------*/
/* Icon */
/* Header */
/*--------------
    Couplings
---------------*/
/* Button */
/* Input */
/* Label */
/* Dropdown */
/* Pointing Arrow */
/*--------------
     States
---------------*/
/*--------------
     Types
---------------*/
/* Vertical */
/* Secondary */
/* Pointing */
/* Tiered */
/* Tabular */
/* Pagination */
/* Labeled Icon */
/* Text */
/*--------------
   Variations
---------------*/
/* Inverted */
/* Inverted Sub Menu */
/* Inverted Hover */
/* Pressed */
/* Inverted Active */
/* Inverted Secondary */
/* Inverted Menu Divider */
/* Fixed */
/* Attached */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Standard
*******************************/
/*--------------
      Menu
---------------*/
/* line 444, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu {
  margin: 1rem 0rem;
  background: #ffffff;
  font-size: 0px;
  font-weight: normal;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.2857rem;
}

/* line 452, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:first-child {
  margin-top: 0rem;
}

/* line 462, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:last-child {
  margin-bottom: 0rem;
}

/*--------------
     Colors
---------------*/
/* Text Color */
/* line 472, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item {
  color: rgba(0, 0, 0, 0.8);
}

/* line 475, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item .item {
  color: rgba(0, 0, 0, 0.5);
}

/* Hover */
/* line 480, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item .menu a.item:hover,
.ui.menu .item .menu .link.item:hover {
  color: rgba(0, 0, 0, 0.85);
}

/*--------------
      Items
---------------*/
/* line 489, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item {
  position: relative;
  display: inline-block;
  padding: 0.78571em 0.95em;
  border-top: 0em solid transparent;
  background: none;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

/* line 507, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .menu {
  margin: 0em;
}

/* Floated Content */
/* line 512, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu > .item:first-child {
  border-radius: 0.2857rem 0px 0px 0.2857rem;
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:not(.vertical) .item.left,
.ui.menu:not(.vertical) .menu.left {
  float: left;
}

/* line 519, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:not(.vertical) .item.right,
.ui.menu:not(.vertical) .menu.right {
  float: right;
}

/*--------------
    Borders
---------------*/
/* line 528, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  right: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
}

/* line 538, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu > .right.menu:first-child {
  display: none;
}

/* line 541, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .menu.right .item:before,
.ui.menu .item.right:before {
  right: auto;
  left: 0px;
}

/*--------------
  Text Content
---------------*/
/* line 551, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .text.item > *,
.ui.menu .item > a:not(.ui),
.ui.menu .item > p:only-child {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
}

/* line 561, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > p:first-child {
  margin-top: 0;
}

/* line 564, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > p:last-child {
  margin-bottom: 0;
}

/*--------------
      Icons
---------------*/
/* line 572, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > i.icon {
  opacity: 0.75;
  float: none;
  margin: 0em 0.25em 0em 0em;
}

/* line 577, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > i.dropdown.icon {
  float: right;
  margin-left: 1em;
}

/*--------------
     Button
---------------*/
/* line 586, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:not(.vertical) .item > .button {
  position: relative;
  top: -0.05em;
  margin: -0.55em 0;
  padding-bottom: 0.55em;
  padding-top: 0.55em;
  font-size: 0.875em;
}

/*--------------
     Inputs
---------------*/
/* line 599, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > .input {
  width: 100%;
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:not(.vertical) .item > .input {
  position: relative;
  top: 0em;
  margin: -0.6em 0em;
}

/* line 607, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > .input input {
  font-size: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

/* line 612, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > .input .button,
.ui.menu .item > .input .label {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

/* Resizes */
/* line 619, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.small.menu .item > .input input {
  top: 0em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

/* line 624, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.small.menu .item > .input .button,
.ui.small.menu .item > .input .label {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

/* line 629, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.large.menu .item > .input input {
  top: -0.125em;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
}

/* line 634, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.large.menu .item > .input .button,
.ui.large.menu .item > .input .label {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

/*--------------
     Header
---------------*/
/* line 644, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .header.item,
.ui.vertical.menu .header.item {
  background: rgba(0, 0, 0, 0.04);
  margin: 0em;
  text-transform: normal;
  font-weight: bold;
}

/*--------------
    Dropdowns
---------------*/
/* Dropdown */
/* line 658, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .ui.dropdown.item.visible {
  background: rgba(0, 0, 0, 0.03);
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;
}

/* line 663, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .ui.dropdown.active {
  box-shadow: none;
}

/* Menu Position */
/* line 668, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .dropdown.item .menu {
  background: #ffffff;
  left: 0px;
  margin: 0px 0px 0px;
  min-width: calc(100% - 1px);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

/* line 676, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu:not(.secondary) .pointing.dropdown.item .menu {
  margin-top: 0px;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

/* line 681, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .simple.dropdown.item .menu {
  margin: 0px !important;
}

/* Secondary Menu Dropdown */
/* line 686, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu > .menu > .active.dropdown.item {
  background-color: transparent;
}

/* line 689, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu .dropdown.item .menu {
  left: 0px;
  min-width: 100%;
}

/* Even Width Menu Dropdown */
/* line 695, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.item.menu .dropdown .menu .item {
  width: 100%;
}

/*--------------
     Labels
---------------*/
/* line 703, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > .label {
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  margin: -0.15em 0em -0.15em 0.5em;
  padding: 0.3em 0.8em;
  vertical-align: baseline;
}

/* line 710, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > .floating.label {
  padding: 0.3em 0.8em;
}

/*--------------
     Images
---------------*/
/* line 718, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item > img:only-child {
  display: block;
  max-width: 100%;
  margin: 0em auto;
}

/*******************************
             States
*******************************/
/*--------------
      Hover
---------------*/
/* line 734, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.link.menu > .item:hover,
.ui.menu > .link.item:hover,
.ui.menu > a.item:hover,
.ui.link.menu .menu > .item:hover,
.ui.menu .menu > .link.item:hover,
.ui.menu .menu > a.item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
     Pressed
---------------*/
/* line 749, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
     Active
---------------*/
/* line 760, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .active.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  box-shadow: 0em 2px 0em inset;
}

/* line 766, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .active.item > i.icon {
  opacity: 1;
}

/* Vertical */
/* line 771, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .active.item {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0em;
  box-shadow: 2px 0em 0em inset;
}

/* line 776, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu > .active.item:first-child {
  border-radius: 0em 0.2857rem 0em 0em;
}

/* line 779, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu > .active.item:last-child {
  border-radius: 0em 0em 0.2857rem 0em;
}

/* line 782, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu > .active.item:only-child {
  border-radius: 0em 0.2857rem 0.2857rem 0em;
}

/* line 785, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .active.item .menu .active.item {
  border-left: none;
}

/* line 788, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item .menu .active.item {
  background-color: transparent;
  box-shadow: none;
}

/*--------------
  Active Hover
---------------*/
/* line 797, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .active.item:hover,
.ui.menu .active.item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/*--------------
     Disabled
---------------*/
/* line 806, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
  cursor: default;
  color: rgba(40, 40, 40, 0.3);
  background-color: transparent !important;
}

/*******************************
             Types
*******************************/
/*--------------
    Vertical
---------------*/
/* line 823, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu {
  background: #ffffff;
}

/*--- Item ---*/
/* line 829, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item {
  background: none;
  display: block;
  height: auto !important;
  border-top: none;
  border-left: 0em solid transparent;
  border-right: none;
}

/* line 837, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu > .item:first-child {
  border-radius: 0.2857rem 0.2857rem 0px 0px;
}

/* line 840, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu > .item:last-child {
  border-radius: 0px 0px 0.2857rem 0.2857rem;
}

/*--- Label ---*/
/* line 846, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item > .label {
  float: right;
  text-align: center;
}

/*--- Icon ---*/
/* line 853, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item > i.icon {
  width: 1.18em;
  float: right;
  margin: 0em 0em 0em 0.5em;
}

/* line 858, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item > .label + i.icon {
  float: none;
  margin: 0em 0.5em 0em 0em;
}

/*--- Border ---*/
/* line 865, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  height: 1px;
}

/* line 875, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item:first-child:before {
  background: none !important;
}

/*--- Dropdown ---*/
/* line 881, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .dropdown.item > .icon {
  float: right;
  content: "\f0da";
  margin-left: 1em;
}

/* line 886, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .active.dropdown.item {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}

/* line 890, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .dropdown.item .menu {
  top: 0% !important;
  left: 100%;
  margin: 0px 0px 0px 0px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0.2857rem 0.2857rem 0.2857rem;
}

/* line 897, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .dropdown.item .menu .item {
  font-size: 1rem;
}

/* line 900, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .dropdown.item .menu .item i.icon {
  margin-right: 0em;
}

/* line 903, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .dropdown.item.active {
  box-shadow: none;
}

/*--- Sub Menu ---*/
/* line 909, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item:not(.dropdown) > .menu {
  margin: 0.5em -0.95em 0em;
}

/* line 912, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item:not(.dropdown) > .menu > .item {
  background: none;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

/* line 917, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu .item > .menu > .item:before {
  display: none;
}

/*--------------
     Tiered
---------------*/
/* line 925, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu > .menu > .item:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 928, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu .active.item {
  background: #fcfcfc;
}

/* line 931, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu > .menu .item.active:after {
  position: absolute;
  content: '';
  margin-top: -1px;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #fcfcfc;
}

/* Sub Menu */
/* line 943, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu .sub.menu {
  background-color: #fcfcfc;
  border-radius: 0em;
  border-top: 1px solid rgba(39, 41, 43, 0.15);
  box-shadow: none;
}

/* line 949, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu > .sub.menu > .item {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  text-transform: normal;
  font-size: 0.875rem;
}

/* Sub Menu Divider */
/* line 957, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu .sub.menu .item:before {
  background: none;
}

/* Sub Menu Hover */
/* line 962, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu .sub.menu .item:hover {
  background: none transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Sub Menu Active */
/* line 968, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu .sub.menu .active.item {
  padding-top: 0.78571em;
  background: none transparent;
  border-radius: 0;
  border-top: medium none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 976, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tiered.menu .sub.menu .active.item:after {
  display: none;
}

/* Inverted Tiered Menu */
/* line 981, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.tiered.menu > .menu > .item {
  color: rgba(255, 255, 255, 0.5);
}

/* line 984, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.tiered.menu .sub.menu {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 987, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.tiered.menu .sub.menu .item {
  color: rgba(255, 255, 255, 0.8);
}

/* line 990, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.tiered.menu > .menu > .item:hover {
  color: #ffffff;
}

/* line 993, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.tiered.menu .active.item:after {
  display: none;
}

/* line 996, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
  color: #ffffff !important;
  box-shadow: none;
}

/* Tiered Pointing */
/* line 1003, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pointing.tiered.menu > .menu > .item:after {
  display: none;
}

/* line 1006, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pointing.tiered.menu > .sub.menu > .item:after {
  display: block;
}

/*--------------
     Tabular
---------------*/
/* line 1014, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.menu {
  background-color: transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: 1px solid #d4d4d5;
}

/* line 1020, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.fluid.menu {
  width: calc(100% +  2px) !important;
}

/* line 1024, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.menu .item {
  background-color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-left: 1.4em;
  padding-right: 1.4em;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1033, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.menu .item:before {
  display: none;
}

/* Hover */
/* line 1038, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.menu .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Active */
/* line 1044, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.menu .active.item {
  position: relative;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  border-color: #d4d4d5;
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: none;
  box-shadow: 0px 2px 0px -1px #ffffff;
  border-radius: 5px 5px 0px 0px;
}

/* Coupling with segment for attachment */
/* line 1057, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.attached.tabular.menu {
  position: relative;
  z-index: 2;
}

/* line 1061, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.tabular.menu + .bottom.attached.segment,
.ui.tabular.menu ~ .bottom.attached.segment + .bottom.attached.segment {
  border-top: none;
  margin: 0px;
}

/*--------------
   Pagination
---------------*/
/* line 1071, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pagination.menu {
  margin: 0em;
  display: inline-block;
  vertical-align: middle;
}

/* line 1076, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pagination.menu .item {
  min-width: 3em;
  text-align: center;
}

/* line 1080, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pagination.menu .icon.item i.icon {
  vertical-align: top;
}

/* line 1083, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pagination.menu.floated {
  display: block;
}

/* Active */
/* line 1088, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pagination.menu .active.item {
  border-top: none;
  padding-top: 0.78571em;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}

/*--------------
   Secondary
---------------*/
/* line 1099, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu {
  background: none;
  border-radius: 0em;
  box-shadow: none;
}

/* line 1104, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu > .menu > .item,
.ui.secondary.menu > .item {
  box-shadow: none;
  border: none;
  height: auto !important;
  background: none;
  margin: 0em 0.25em;
  padding: 0.5em 0.8em;
  border-radius: 0.2857rem;
}

/* line 1114, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu > .menu > .item:before,
.ui.secondary.menu > .item:before {
  display: none !important;
}

/* line 1118, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu .item > .input input {
  background-color: transparent;
  border: none;
}

/* line 1122, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu .link.item,
.ui.secondary.menu a.item {
  opacity: 0.8;
  transition: none;
}

/* line 1128, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu .header.item {
  border-right: 0.1em solid rgba(0, 0, 0, 0.1);
  background: none transparent;
  border-radius: 0em;
}

/* Hover */
/* line 1135, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
  opacity: 1;
}

/* Active */
/* line 1141, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.menu > .menu > .active.item,
.ui.secondary.menu > .active.item {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
  box-shadow: none;
}

/* line 1147, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.menu > .active.item {
  border-radius: 0.2857rem;
}

/* Inverted */
/* line 1152, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1156, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
  color: #ffffff;
}

/* line 1160, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.menu .active.item {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Disable variations */
/* line 1165, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.item.menu > .item {
  margin: 0em;
}

/* line 1168, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.attached.menu {
  box-shadow: none;
}

/*---------------------
   Secondary Vertical
-----------------------*/
/* line 1176, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.menu > .item {
  border: none;
  margin: 0em 0em 0.3em;
  border-radius: 0.2857rem;
}

/* line 1181, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.menu > .header.item {
  border-radius: 0em;
}

/* Inverted */
/* line 1186, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.menu {
  background-color: transparent;
}

/* line 1189, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.pointing.menu {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

/* line 1192, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.pointing.menu > .item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1195, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.pointing.menu > .header.item {
  color: #FFFFFF !important;
}

/* Hover */
/* line 1200, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.pointing.menu > .menu > .item:hover,
.ui.secondary.inverted.pointing.menu > .item:hover {
  color: rgba(255, 255, 255, 0.85);
}

/* Pressed */
/* line 1206, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.pointing.menu > .menu > .item:active,
.ui.secondary.inverted.pointing.menu > .item:active {
  border-color: rgba(255, 255, 255, 0.4);
}

/* Active */
/* line 1212, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.pointing.menu > .menu > .item.active,
.ui.secondary.inverted.pointing.menu > .item.active {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

/*---------------------
   Secondary Pointing
-----------------------*/
/* line 1222, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

/* line 1225, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu > .menu > .item,
.ui.secondary.pointing.menu > .item {
  margin: 0em 0em -3px;
  padding: 0.6em 0.95em;
  border-bottom: 3px solid transparent;
  border-radius: 0em;
  transition: color 0.2s ease;
}

/* Item Types */
/* line 1236, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu .header.item {
  margin-bottom: -3px;
  background-color: transparent !important;
  border-right-width: 0px !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.85) !important;
}

/* line 1243, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu .text.item {
  box-shadow: none !important;
}

/* line 1246, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu > .menu > .item:after,
.ui.secondary.pointing.menu > .item:after {
  display: none;
}

/* Hover */
/* line 1252, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu > .menu > .link.item:hover,
.ui.secondary.pointing.menu > .link.item:hover,
.ui.secondary.pointing.menu > .menu > a.item:hover,
.ui.secondary.pointing.menu > a.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Pressed */
/* line 1261, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu > .menu > .link.item:active,
.ui.secondary.pointing.menu > .link.item:active,
.ui.secondary.pointing.menu > .menu > a.item:active,
.ui.secondary.pointing.menu > a.item:active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}

/* Active */
/* line 1270, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.pointing.menu > .menu > .item.active,
.ui.secondary.pointing.menu > .item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
}

/* Secondary Vertical Pointing */
/* line 1279, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.pointing.menu {
  border: none;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
}

/* line 1283, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.pointing.menu > .item {
  margin: 0em -3px 0em 0em;
  border-bottom: none;
  border-right: 3px solid transparent;
  border-radius: 0em;
}

/* Hover */
/* line 1291, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.pointing.menu > .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* Pressed */
/* line 1297, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.pointing.menu > .item:active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}

/* Active */
/* line 1303, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.vertical.pointing.menu > .item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.85);
}

/* Inverted Vertical Pointing Secondary */
/* line 1310, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.secondary.inverted.vertical.pointing.menu {
  border-right: 3px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
}

/*--------------
    Text Menu
---------------*/
/* line 1319, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu {
  display: inline-block;
  background: none transparent;
  margin: 1rem -1rem;
  border-radius: 0px;
  box-shadow: none;
}

/* line 1326, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu > .item {
  opacity: 0.8;
  margin: 0em 1em;
  padding: 0em;
  height: auto !important;
  border-radius: 0px;
  box-shadow: none;
  transition: opacity 0.2s ease;
}

/* line 1336, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu > .item:before {
  display: none !important;
}

/* line 1339, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu .header.item {
  background-color: transparent;
  opacity: 1;
  color: rgba(50, 50, 50, 0.8);
  font-size: 0.875rem;
  padding: 0em;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1348, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu .text.item {
  opacity: 1;
  color: rgba(50, 50, 50, 0.8);
  font-weight: bold;
}

/*--- fluid text ---*/
/* line 1356, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.item.menu .item {
  margin: 0em;
}

/*--- vertical text ---*/
/* line 1362, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.text.menu {
  margin: 1rem 0em;
}

/* line 1365, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.text.menu:first-child {
  margin-top: 0rem;
}

/* line 1368, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.text.menu:last-child {
  margin-bottom: 0rem;
}

/* line 1371, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.text.menu .item {
  float: left;
  clear: left;
  margin: 0.5em 0em;
}

/* line 1376, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.text.menu .item > i.icon {
  float: none;
  margin: 0em 0.78571em 0em 0em;
}

/* line 1380, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.text.menu .header.item {
  margin: 0.8em 0em;
}

/*--- hover ---*/
/* line 1386, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu .item:hover {
  opacity: 1;
  background-color: transparent;
}

/*--- active ---*/
/* line 1393, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.menu .active.item {
  background-color: transparent;
  padding: 0em;
  border: none;
  opacity: 1;
  font-weight: bold;
  box-shadow: none;
}

/* disable variations */
/* line 1403, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.pointing.menu .active.item:after {
  box-shadow: none;
}

/* line 1406, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.text.attached.menu {
  box-shadow: none;
}

/* Inverted */
/* line 1411, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .item.active {
  background-color: transparent;
}

/* Fluid */
/* line 1419, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.fluid.text.menu {
  margin-left: 0em;
  margin-right: 0em;
}

/*--------------
    Icon Only
---------------*/
/* line 1428, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.icon.menu,
.ui.vertical.icon.menu {
  width: auto;
  display: inline-block;
  height: auto;
}

/* line 1434, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.icon.menu > .item {
  height: auto;
  text-align: center;
  color: rgba(60, 60, 60, 0.7);
}

/* line 1439, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.icon.menu > .item > .icon {
  display: block;
  float: none !important;
  opacity: 1;
  margin: 0em auto !important;
}

/* line 1445, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.icon.menu .icon:before {
  opacity: 1;
}

/* Item Icon Only */
/* line 1450, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .icon.item .icon {
  margin: 0em;
}

/* line 1453, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.icon.menu {
  float: none;
}

/*--- inverted ---*/
/* line 1459, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.icon.menu .item {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1462, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.icon.menu .icon {
  color: #ffffff;
}

/*--------------
   Labeled Icon
---------------*/
/* line 1470, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.labeled.icon.menu {
  text-align: center;
}

/* line 1473, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.fluid.labeled.icon.menu > .item {
  min-width: 0em;
}

/* line 1476, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.labeled.icon.menu > .item {
  min-width: 6em;
}

/* line 1479, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.labeled.icon.menu > .item > .icon {
  display: block;
  font-size: 1.5em !important;
  margin: 0em auto 0.5em !important;
}

/*******************************
           Variations
*******************************/
/*--------------
    Colors
---------------*/
/*--- Light Colors  ---*/
/* line 1498, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .blue.active.item,
.ui.blue.menu .active.item {
  border-color: #3b83c0 !important;
  color: #3b83c0 !important;
}

/* line 1503, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .green.active.item,
.ui.green.menu .active.item {
  border-color: #5bbd72 !important;
  color: #5bbd72 !important;
}

/* line 1508, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
  border-color: #e07b53 !important;
  color: #e07b53 !important;
}

/* line 1513, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .pink.active.item,
.ui.pink.menu .active.item {
  border-color: #d9499a !important;
  color: #d9499a !important;
}

/* line 1518, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
  border-color: #564f8a !important;
  color: #564f8a !important;
}

/* line 1523, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .red.active.item,
.ui.red.menu .active.item {
  border-color: #d95c5c !important;
  color: #d95c5c !important;
}

/* line 1528, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .teal.active.item,
.ui.teal.menu .active.item {
  border-color: #00b5ad !important;
  color: #00b5ad !important;
}

/* line 1533, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .yellow.active.item,
.ui.yellow.menu .active.item {
  border-color: #f2c61f !important;
  color: #f2c61f !important;
}

/*--------------
    Inverted
---------------*/
/* line 1543, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu {
  background: #1b1c1d;
  box-shadow: none;
}

/* line 1547, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .header.item {
  margin: 0em;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}

/* line 1552, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
  color: #ffffff;
}

/* line 1556, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .item.menu:not(.dropdown) {
  background: transparent;
}

/* line 1559, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .item .item,
.ui.inverted.menu .item .item > a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1563, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .dropdown .menu .item {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 1566, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover {
  color: rgba(225, 225, 225, 0.3);
}

/*--- Border ---*/
/* line 1573, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .item:before {
  background: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
}

/* line 1577, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.inverted.menu .item:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
}

/*--- Hover ---*/
/* line 1584, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover,
.ui.inverted.menu .dropdown.item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 1591, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .item .menu a.item:hover,
.ui.inverted.menu .item .menu .link.item:hover {
  background: transparent;
  color: #ffffff;
}

/*--- Pressed ---*/
/* line 1599, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu a.item:active,
.ui.inverted.menu .dropdown.item:active,
.ui.inverted.menu .link.item:active,
.ui.inverted.menu a.item:active {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

/*--- Active ---*/
/* line 1609, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.menu .active.item {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

/* line 1614, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.vertical.menu .item .menu .active.item {
  background: transparent;
  color: #ffffff;
}

/*--- Pointers ---*/
/* line 1621, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.pointing.menu .active.item:after {
  background: #5B5B5B;
  box-shadow: none;
}

/* line 1625, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.pointing.menu .active.item:hover:after {
  background: #4A4A4A;
}

/*--------------
    Selection
---------------*/
/* line 1633, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.selection.menu > .item {
  color: rgba(0, 0, 0, 0.4);
}

/* line 1636, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.selection.menu > .item:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* line 1639, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.selection.menu > .item.active {
  color: rgba(0, 0, 0, 0.85);
}

/* line 1642, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.selection.menu > .item {
  color: rgba(255, 255, 255, 0.4);
}

/* line 1645, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.selection.menu > .item:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1648, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.selection.menu > .item.active {
  color: #FFFFFF;
}

/*--------------
     Floated
---------------*/
/* line 1656, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.floated.menu {
  float: left;
  margin: 0rem 0.5rem 0rem 0rem;
}

/* line 1660, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.right.floated.menu {
  float: right;
  margin: 0rem 0rem 0rem 0.5rem;
}

/*--------------
 Inverted Colors
---------------*/
/*--- Light Colors  ---*/
/* line 1672, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.grey.menu {
  background-color: #fafafa;
}

/*--- Inverted Colors  ---*/
/* Blue */
/* line 1680, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.blue.menu {
  background-color: #3b83c0;
}

/* line 1683, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.blue.pointing.menu .active.item:after {
  background-color: #3b83c0;
}

/* Green */
/* line 1688, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.green.menu {
  background-color: #5bbd72;
}

/* line 1691, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.green.pointing.menu .active.item:after {
  background-color: #5bbd72;
}

/* Orange */
/* line 1696, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.orange.menu {
  background-color: #e07b53;
}

/* line 1699, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.orange.pointing.menu .active.item:after {
  background-color: #e07b53;
}

/* Pink */
/* line 1704, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.pink.menu {
  background-color: #d9499a;
}

/* line 1707, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.pink.pointing.menu .active.item:after {
  background-color: #d9499a;
}

/* Purple */
/* line 1712, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.purple.menu {
  background-color: #564f8a;
}

/* line 1715, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.purple.pointing.menu .active.item:after {
  background-color: #564f8a;
}

/* Red */
/* line 1720, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.red.menu {
  background-color: #d95c5c;
}

/* line 1723, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.red.pointing.menu .active.item:after {
  background-color: #d95c5c;
}

/* Teal */
/* line 1728, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.teal.menu {
  background-color: #00b5ad;
}

/* line 1731, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.teal.pointing.menu .active.item:after {
  background-color: #00b5ad;
}

/* Yellow */
/* line 1736, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.yellow.menu {
  background-color: #f2c61f;
}

/* line 1739, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.inverted.yellow.pointing.menu .active.item:after {
  background-color: #f2c61f;
}

/*--------------
     Fitted
---------------*/
/* line 1747, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
  padding: 0em;
}

/* line 1752, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
  padding-top: 0.78571em;
  padding-bottom: 0.78571em;
}

/* line 1758, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
  padding-left: 0.95em;
  padding-right: 0.95em;
}

/*--------------
   Borderless
---------------*/
/* line 1769, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
  background: none !important;
}

/*-------------------
       Compact
--------------------*/
/* line 1779, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.compact.menu {
  display: inline-block;
  margin: 0em;
  vertical-align: middle;
}

/* line 1784, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.compact.vertical.menu {
  width: auto !important;
}

/* line 1787, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.compact.vertical.menu .item:last-child::before {
  display: block;
}

/*-------------------
        Fluid
--------------------*/
/* line 1795, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.fluid,
.ui.vertical.menu.fluid {
  display: block;
  width: 100% !important;
}

/*-------------------
      Evenly Sized
--------------------*/
/* line 1805, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.item.menu,
.ui.item.menu .item {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
}

/* line 1812, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.two.item .item {
  width: 50%;
}

/* line 1815, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.three.item .item {
  width: 33.333%;
}

/* line 1818, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.four.item .item {
  width: 25%;
}

/* line 1821, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.five.item .item {
  width: 20%;
}

/* line 1824, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.six.item .item {
  width: 16.666%;
}

/* line 1827, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.seven.item .item {
  width: 14.285%;
}

/* line 1830, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.eight.item .item {
  width: 12.500%;
}

/* line 1833, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.nine.item .item {
  width: 11.11%;
}

/* line 1836, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.ten.item .item {
  width: 10.0%;
}

/* line 1839, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.eleven.item .item {
  width: 9.09%;
}

/* line 1842, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.twelve.item .item {
  width: 8.333%;
}

/*--------------
     Fixed
---------------*/
/* line 1850, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.fixed {
  position: fixed;
  z-index: 101;
  margin: 0em;
  border: none;
  width: 100%;
}

/* line 1857, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
  border-radius: 0px !important;
}

/* line 1862, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.fixed.menu,
.ui.top.fixed.menu {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
}

/* line 1869, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.right.fixed.menu {
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* line 1877, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.bottom.fixed.menu {
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto;
}

/* line 1883, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.left.fixed.menu {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* Coupling with Grid */
/* line 1893, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.fixed.menu + .ui.grid {
  padding-top: 2.75rem;
}

/*-------------------
       Pointing
--------------------*/
/* line 1901, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pointing.menu .active.item:after {
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  content: '';
  margin-left: -0.3em;
  width: 0.6em;
  height: 0.6em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  transform: rotate(45deg);
  z-index: 2;
  transition: background 0.2s ease;
}

/* Don't double up pointers */
/* line 1924, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pointing.menu .active.item .menu .active.item:after {
  display: none;
}

/* line 1927, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.pointing.menu .active.item:after {
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: -0.3em;
  bottom: auto;
  left: auto;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Colors */
/* line 1940, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pointing.menu .active.item:hover:after {
  background-color: #fafafa;
}

/* line 1943, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.pointing.menu .active.item:after {
  background-color: #f6f6f6;
}

/* line 1946, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.pointing.menu .item:hover:after {
  background-color: #fafafa;
}

/* line 1949, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.pointing.menu .active.item:after {
  background-color: #fcfcfc;
}

/*--------------
    Attached
---------------*/
/* line 1957, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.attached {
  margin: 0rem;
  border-radius: 0px;
  /* avoid rgba multiplying */
  box-shadow: 0px 0px 0px 1px #dddddd;
}

/* line 1964, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.top.attached.menu {
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 1967, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu.bottom.attached {
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/*--------------
     Sizes
---------------*/
/* Small */
/* line 1977, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.small.menu .item {
  font-size: 0.875rem;
}

/* line 1980, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.small.vertical.menu {
  width: 13rem;
}

/* Medium */
/* line 1985, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.menu .item {
  font-size: 1rem;
}

/* line 1988, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.vertical.menu {
  width: 15rem;
}

/* Large */
/* line 1993, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.large.menu .item {
  font-size: 1.125rem;
}

/* line 1996, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.large.menu .item .item {
  font-size: 0.875rem;
}

/* line 1999, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.large.menu .dropdown .item {
  font-size: 1rem;
}

/* line 2002, vendor/assets/stylesheets/semantic-css/components/menu.css */
.ui.large.vertical.menu {
  width: 18rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Message
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Message
*******************************/
/*-------------------
       Elements
--------------------*/
/* Header */
/* Paragraph */
/* List */
/* Icon */
/* Close Icon */
/*-------------------
        Types
--------------------*/
/* Icon Message */
/* Attached */
/* Floating */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Message
*******************************/
/* line 378, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message {
  position: relative;
  min-height: 1em;
  margin: 1em 0em;
  background: #efefef;
  padding: 1em 1.5em;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  border-radius: 0.2857rem;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px transparent;
}

/* line 391, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message:first-child {
  margin-top: 0em;
}

/* line 394, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message:last-child {
  margin-bottom: 0em;
}

/*--------------
     Content
---------------*/
/* Header */
/* line 404, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message .header {
  display: block;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0em 0em 0.5rem 0em;
}

/* Default font size */
/* line 412, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message .header:not(.ui) {
  font-size: 1.1em;
}

/* Paragraph */
/* line 417, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message p {
  opacity: 0.85;
  margin: 0.75em 0em;
}

/* line 421, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message p:first-child {
  margin-top: 0em;
}

/* line 424, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message p:last-child {
  margin-bottom: 0em;
}

/* line 427, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message .header + p {
  margin-top: 0.25em;
}

/* List */
/* line 432, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message ul.list {
  opacity: 0.85;
  list-style-position: inside;
  margin: 0.5em 0em 0em;
  padding: 0em;
}

/* line 438, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message ul.list:first-child {
  margin-top: 0em;
}

/* line 441, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message ul.list:last-child {
  margin-bottom: 0em;
}

/* line 444, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message ul.list li {
  position: relative;
  list-style-type: none;
  margin: 0em 0em 0.3em 1em;
  padding: 0em;
}

/* line 450, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message ul.list li:before {
  position: absolute;
  content: '•';
  left: -1em;
  height: 100%;
  vertical-align: baseline;
}

/* line 457, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message ul.list li:last-child {
  margin-bottom: 0em;
}

/* Icon */
/* line 462, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message > .icon {
  margin-right: 0.6em;
}

/* Close Icon */
/* line 467, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message > .close.icon {
  cursor: pointer;
  position: absolute;
  margin: 0em;
  top: 1.15em;
  right: 0.5em;
  opacity: 0.7;
  transition: opacity 0.1s linear;
}

/* line 479, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message > .close.icon:hover {
  opacity: 1;
}

/* First / Last Element */
/* line 484, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message > :first-child {
  margin-top: 0em;
}

/* line 487, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message > :last-child {
  margin-bottom: 0em;
}

/*******************************
            States
*******************************/
/*--------------
    Visible
---------------*/
/* line 501, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.visible.visible.visible.visible.message {
  display: block;
}

/* line 504, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.visible.visible.visible.visible.message {
  display: table;
}

/*--------------
     Hidden
---------------*/
/* line 512, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.hidden.hidden.hidden.hidden.message {
  display: none;
}

/*******************************
            Variations
*******************************/
/*--------------
    Compact
---------------*/
/* line 526, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.compact.message {
  display: inline-block;
}

/*--------------
    Attached
---------------*/
/* line 534, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.attached.message {
  margin-bottom: -1px;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
  box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
  margin-left: -1px;
  margin-right: -1px;
}

/* line 541, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
  margin-top: -1px;
  border-radius: 0em;
}

/* line 545, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.bottom.attached.message {
  margin-top: -1px;
  border-radius: 0em 0em 0.2857rem 0.2857rem;
  box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 550, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.bottom.attached.message:not(:last-child) {
  margin-bottom: 1em;
}

/* line 553, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.attached.icon.message {
  display: block;
  width: auto;
}

/*--------------
      Icon
---------------*/
/* line 562, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.message {
  display: table;
  width: 100%;
}

/* line 566, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.message > .icon:not(.close) {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-size: 3em;
  opacity: 0.8;
}

/* line 573, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.message > .content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* line 578, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.message .icon:not(.close) + .content {
  padding-left: 1.5rem;
}

/* line 581, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.message .circular.icon {
  width: 1em;
}

/* line 584, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.icon.message .circular.icon + .content {
  width: auto;
  padding-left: 2em;
}

/*--------------
    Floating
---------------*/
/* line 593, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.floating.message {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset;
}

/*--------------
     Colors
---------------*/
/* line 601, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.black.message {
  background-color: #1b1c1d;
  color: #ffffff;
}

/*--------------
     Types
---------------*/
/* Positive */
/* line 612, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.positive.message {
  background-color: #eeffe7;
  color: #3c763d;
}

/* line 616, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.positive.message,
.ui.attached.positive.message {
  box-shadow: 0px 0px 0px 1px #b7caa7 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 620, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.positive.message .header {
  color: #356e36;
}

/* Negative */
/* line 625, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.negative.message {
  background-color: #fff0f0;
  color: #a94442;
}

/* line 629, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.negative.message,
.ui.attached.negative.message {
  box-shadow: 0px 0px 0px 1px #dbb1b1 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 633, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.negative.message .header {
  color: #912d2b;
}

/* Info */
/* line 638, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.info.message {
  background-color: #e9faff;
  color: #337b92;
}

/* line 642, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.info.message,
.ui.attached.info.message {
  box-shadow: 0px 0px 0px 1px #aad6df inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 646, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.info.message .header {
  color: #297187;
}

/* Warning */
/* line 651, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.warning.message {
  background-color: #fffbe6;
  color: #876a38;
}

/* line 655, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.warning.message,
.ui.attached.warning.message {
  box-shadow: 0px 0px 0px 1px #d9caab inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 659, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.warning.message .header {
  color: #825c01;
}

/* Error */
/* line 664, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.error.message {
  background-color: #fff0f0;
  color: #a94442;
}

/* line 668, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.error.message,
.ui.attached.error.message {
  box-shadow: 0px 0px 0px 1px #dbb1b1 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 672, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.error.message .header {
  color: #912d2b;
}

/* Success */
/* line 677, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.success.message {
  background-color: #eeffe7;
  color: #3c763d;
}

/* line 681, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.success.message,
.ui.attached.success.message {
  box-shadow: 0px 0px 0px 1px #b7caa7 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 685, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.success.message .header {
  color: #356e36;
}

/* Colors */
/* line 690, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.inverted.message,
.ui.black.message {
  background-color: #1b1c1d;
  color: #ffffff;
}

/* line 695, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.blue.message {
  background-color: #dff0ff;
  color: #3b83c0;
}

/* line 699, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.blue.message .header {
  color: #3576ac;
}

/* line 702, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.green.message {
  background-color: #ebffed;
  color: #1ebc30;
}

/* line 706, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.green.message .header {
  color: #1aa62a;
}

/* line 709, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.orange.message {
  background-color: #ffedde;
  color: #e07b53;
}

/* line 713, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.orange.message .header {
  color: #dc6a3d;
}

/* line 716, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.pink.message {
  background-color: #ffe3fb;
  color: #d9499a;
}

/* line 720, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.pink.message .header {
  color: #d5348e;
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.purple.message {
  background-color: #eae7ff;
  color: #564f8a;
}

/* line 727, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.purple.message .header {
  color: #4c467a;
}

/* line 730, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.red.message {
  background-color: #ffe8e6;
  color: #d95c5c;
}

/* line 734, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.red.message .header {
  color: #d44747;
}

/* line 737, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.teal.message {
  background-color: #e9ffff;
  color: #10a3a3;
}

/* line 741, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.teal.message .header {
  color: #0e8c8c;
}

/* line 744, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.yellow.message {
  background-color: #fff8db;
  color: #b58105;
}

/* line 748, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.yellow.message .header {
  color: #9c6f04;
}

/*--------------
     Sizes
---------------*/
/* line 756, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.small.message {
  font-size: 0.92857143em;
}

/* line 759, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.message {
  font-size: 1em;
}

/* line 762, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.large.message {
  font-size: 1.14285714em;
}

/* line 765, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.huge.message {
  font-size: 1.42857143em;
}

/* line 768, vendor/assets/stylesheets/semantic-css/components/message.css */
.ui.massive.message {
  font-size: 1.71428571em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Table
*******************************/
/*-------------------
       Element
--------------------*/
/*-------------------
       Types
--------------------*/
/* Definition */
/*--------------
     Parts
---------------*/
/* Table Row */
/* Table Cell */
/* Table Header */
/* Table Footer */
/* Responsive Size */
/*--------------
    Couplings
---------------*/
/*--------------
     States
---------------*/
/* Positive */
/* Negative */
/* Error */
/* Warning */
/* Active */
/*--------------
     Types
---------------*/
/* Attached */
/* Striped */
/* Sortable */
/* Colors */
/* Inverted */
/* Basic */
/* Padded */
/* Compact */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Table
*******************************/
/* Prototype */
/* line 424, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table {
  width: 100%;
  background: #ffffff;
  margin: 1em 0em;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  border-collapse: separate;
  border-spacing: 0px;
}

/* line 435, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table:first-child {
  margin-top: 0em;
}

/* line 438, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table:last-child {
  margin-bottom: 0em;
}

/*******************************
             Parts
*******************************/
/* Table Content */
/* line 449, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th,
.ui.table td {
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

/* Headers */
/* line 456, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table thead {
  box-shadow: none;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table thead th {
  cursor: auto;
  background: #f0f0f0;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.7em 0.8em;
  vertical-align: middle;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid #d4d4d5;
  border-left: none;
}

/* line 472, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table thead tr > th:first-child {
  border-left: none;
}

/* line 475, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table thead tr:first-child > th:first-child {
  border-radius: 0.25rem 0em 0em 0em;
}

/* line 478, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table thead tr:first-child > th:last-child {
  border-radius: 0em 0.25rem 0em 0em;
}

/* line 481, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table thead tr:first-child > th:only-child {
  border-radius: 0.25rem 0.25rem 0em 0em;
}

/* Footer */
/* line 486, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tfoot {
  box-shadow: none;
}

/* line 489, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tfoot th {
  cursor: auto;
  border-top: 1px solid #d4d4d5;
  background: #ffffff;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.7em 0.8em;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

/* line 501, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tfoot tr > th:first-child {
  border-left: none;
}

/* line 504, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tfoot tr:first-child > th:first-child {
  border-radius: 0em 0em 0em 0.25rem;
}

/* line 507, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tfoot tr:first-child > th:last-child {
  border-radius: 0em 0em 0.25rem 0em;
}

/* line 510, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tfoot tr:first-child > th:only-child {
  border-radius: 0em 0em 0.25rem 0.25rem;
}

/* Table Row */
/* line 515, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr td {
  border-top: 1px solid #d4d4d5;
}

/* line 518, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr:first-child td {
  border-top: none;
}

/* Table Cells */
/* line 523, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table td {
  padding: 0.7em 0.8em;
  text-align: left;
  vertical-align: middle;
}

/* Icons */
/* line 530, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table > .icon {
  vertical-align: baseline;
}

/* line 533, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table > .icon:only-child {
  margin: 0em;
}

/* Table Segment */
/* line 538, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table.segment {
  padding: 0em;
}

/* line 541, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table.segment:after {
  display: none;
}

/* line 544, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table.segment.stacked:after {
  display: block;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  /* line 550, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable),
.ui.table:not(.unstackable) tbody,
.ui.table:not(.unstackable) tr,
.ui.table:not(.unstackable) tr > th,
.ui.table:not(.unstackable) tr > td {
    width: 100% !important;
    display: block !important;
  }
  /* line 558, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) {
    padding: 0em;
  }
  /* line 561, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) thead {
    display: block;
  }
  /* line 564, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) tfoot {
    display: block;
  }
  /* line 567, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) tr > th,
.ui.table:not(.unstackable) tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em;
    box-shadow: none;
  }
  /* line 574, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) th:first-child,
.ui.table:not(.unstackable) td:first-child {
    font-weight: bold;
    padding-top: 1em;
  }
  /* line 579, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) th:last-child,
.ui.table:not(.unstackable) td:last-child {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    padding-bottom: 1em;
  }
  /* Clear BG Colors */
  /* line 586, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table:not(.unstackable) tr > td.warning,
.ui.table:not(.unstackable) tr > td.error,
.ui.table:not(.unstackable) tr > td.active,
.ui.table:not(.unstackable) tr > td.positive,
.ui.table:not(.unstackable) tr > td.negative {
    background-color: transparent !important;
  }
  /* Definition Table */
  /* line 595, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.definition.table:not(.unstackable) thead th:first-child {
    box-shadow: none !important;
  }
  /* line 598, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.definition.table:not(.unstackable) tr td:first-child {
    padding-bottom: 1em;
  }
  /* line 601, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.definition.table:not(.unstackable) tr td:nth-child(n+2) {
    padding-top: 1em;
  }
}

/*******************************
            Coupling
*******************************/
/* UI Image */
/* line 613, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th .image,
.ui.table th .image img,
.ui.table td .image,
.ui.table td .image img {
  max-width: none;
}

/*******************************
             Types
*******************************/
/*--------------
    Complex
---------------*/
/* line 630, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.structured.table {
  border-collapse: collapse;
}

/* line 633, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.structured.table thead th {
  border-left: none;
  border-right: none;
}

/* line 637, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.structured.sortable.table thead th {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

/* line 641, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.structured.basic.table th {
  border-left: none;
  border-right: none;
}

/* line 645, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.structured.celled.table tr th,
.ui.structured.celled.table tr td {
  border-left: 1px solid #d4d4d5;
  border-right: 1px solid #d4d4d5;
}

/*--------------
   Definition
---------------*/
/* line 655, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.definition.table thead:not(.full-width) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 0px 1px #ffffff;
}

/* line 662, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.definition.table tfoot:not(.full-width) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: rgba(0, 0, 0, 0.4);
  color: normal;
  box-shadow: 1px 1px 0px 1px #ffffff;
}

/* Remove Border */
/* line 671, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.definition.table thead:not(.full-width) th:first-child {
  box-shadow: 0px -1px 0px 1px #ffffff;
}

/* line 674, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  box-shadow: 0px 1px 0px 1px #ffffff;
}

/* Highlight Defining Column */
/* line 679, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.definition.table tr td:first-child {
  background: rgba(0, 0, 0, 0.03);
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

/* Fix 2nd Column */
/* line 686, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.definition.table thead:not(.full-width) th:nth-child(2) {
  border-left: 1px solid #d0d0d0;
}

/* line 689, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
  border-left: 1px solid #d0d0d0;
}

/* line 692, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.definition.table td:nth-child(2) {
  border-left: 1px solid #d0d0d0;
}

/*******************************
             States
*******************************/
/*--------------
    Positive
---------------*/
/* line 706, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.positive,
.ui.table td.positive {
  box-shadow: 0px 0px 0px #b7caa7 inset;
}

/* line 710, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.positive td,
.ui.table td.positive {
  background: #eeffe7 !important;
  color: #3c763d !important;
}

/* line 715, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr.positive:hover td,
.ui.celled.table tr:hover td.positive {
  background: #e3ffd8 !important;
  color: #376c38 !important;
}

/*--------------
     Negative
---------------*/
/* line 725, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.negative,
.ui.table td.negative {
  box-shadow: 0px 0px 0px #dbb1b1 inset;
}

/* line 729, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.negative td,
.ui.table td.negative {
  background: #fff0f0 !important;
  color: #cd2929 !important;
}

/* line 734, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr.negative:hover td,
.ui.celled.table tr:hover td.negative {
  background: #ffe1e1 !important;
  color: #c02626 !important;
}

/*--------------
      Error
---------------*/
/* line 744, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.error,
.ui.table td.error {
  box-shadow: 0px 0px 0px #dbb1b1 inset;
}

/* line 748, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.error td,
.ui.table td.error {
  background: #fff0f0 !important;
  color: #cd2929 !important;
}

/* line 753, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr.error:hover td,
.ui.celled.table tr:hover td.error {
  background: #ffe1e1 !important;
  color: #c02626 !important;
}

/*--------------
     Warning
---------------*/
/* line 763, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.warning,
.ui.table td.warning {
  box-shadow: 0px 0px 0px #d9caab inset;
}

/* line 767, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.warning td,
.ui.table td.warning {
  background: #fffbe6 !important;
  color: #7d6c00 !important;
}

/* line 772, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr.warning:hover td,
.ui.celled.table tr:hover td.warning {
  background: #fff9d7 !important;
  color: #6e5f00 !important;
}

/*--------------
     Active
---------------*/
/* line 782, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.active,
.ui.table td.active {
  box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.9) inset;
}

/* line 786, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.active td,
.ui.table td.active {
  background: #e0e0e0 !important;
  color: rgba(50, 50, 50, 0.9) !important;
}

/* line 791, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr.active:hover td,
.ui.celled.table tr:hover td.active {
  background: #e0e0e0 !important;
  color: rgba(50, 50, 50, 0.9) !important;
}

/*--------------
     Disabled
---------------*/
/* line 801, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover td,
.ui.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

/*******************************
          Variations
*******************************/
/*--------------
    Stackable
---------------*/
@media only screen and (max-width: 991px) {
  /* line 820, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"],
.ui.table[class*="tablet stackable"] tbody,
.ui.table[class*="tablet stackable"] tr,
.ui.table[class*="tablet stackable"] tr > th,
.ui.table[class*="tablet stackable"] tr > td {
    width: 100% !important;
    display: block !important;
  }
  /* line 828, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] {
    padding: 0em;
  }
  /* line 831, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] thead {
    display: block;
  }
  /* line 834, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] tfoot {
    display: block;
  }
  /* line 837, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] tr > th,
.ui.table[class*="tablet stackable"] tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em;
    box-shadow: none;
  }
  /* line 844, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] th:first-child,
.ui.table[class*="tablet stackable"] td:first-child {
    font-weight: bold;
    padding-top: 1em;
  }
  /* line 849, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] th:last-child,
.ui.table[class*="tablet stackable"] td:last-child {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    padding-bottom: 1em;
  }
  /* Clear BG Colors */
  /* line 856, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.table[class*="tablet stackable"] tr > td.warning,
.ui.table[class*="tablet stackable"] tr > td.error,
.ui.table[class*="tablet stackable"] tr > td.active,
.ui.table[class*="tablet stackable"] tr > td.positive,
.ui.table[class*="tablet stackable"] tr > td.negative {
    background-color: transparent !important;
  }
  /* Definition Table */
  /* line 865, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.definition.table[class*="tablet stackable"] thead th:first-child {
    box-shadow: none !important;
  }
  /* line 868, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.definition.table[class*="tablet stackable"] tr td:first-child {
    padding-bottom: 1em;
  }
  /* line 871, vendor/assets/stylesheets/semantic-css/components/table.css */
  .ui.definition.table[class*="tablet stackable"] tr td:nth-child(n+2) {
    padding-top: 1em;
  }
}

/*--------------
     Aligned
---------------*/
/* line 880, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="left aligned"],
.ui.table [class*="left aligned"] {
  text-align: left;
}

/* line 884, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="center aligned"],
.ui.table [class*="center aligned"] {
  text-align: center;
}

/* line 888, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="right aligned"],
.ui.table [class*="right aligned"] {
  text-align: right;
}

/*--------------
    Collapsing
---------------*/
/* line 897, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.collapsing,
.ui.table td.collapsing {
  width: 1px;
  white-space: nowrap;
}

/*--------------
     Attached
---------------*/
/* All */
/* line 909, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.attached.table {
  width: calc(100% +  2px);
  margin: 0em -1px;
  border-radius: 0px;
  box-shadow: none;
}

/* Top */
/* line 918, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="top attached"] {
  margin-top: 1em 0em;
  border-radius: 0.25rem 0.25rem 0em 0em;
}

/* line 922, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */
/* line 927, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="bottom attached"] {
  margin-top: 0em;
  margin-bottom: 1em 0em;
  border-radius: 0em 0em 0.25rem 0.25rem;
}

/* line 932, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*--------------
     Striped
---------------*/
/* Table Striping */
/* line 942, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.striped.table > tr:nth-child(2n),
.ui.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.03);
}

/* Stripes */
/* line 948, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.striped.table > tr:nth-child(2n),
.ui.inverted.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.06);
}

/*-------------------
       Colors
--------------------*/
/* line 957, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.black.table {
  border-top: 0.2em solid #1b1c1d;
}

/* line 960, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.blue.table {
  border-top: 0.2em solid #3b83c0;
}

/* line 963, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.green.table {
  border-top: 0.2em solid #5bbd72;
}

/* line 966, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.orange.table {
  border-top: 0.2em solid #e07b53;
}

/* line 969, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.pink.table {
  border-top: 0.2em solid #d9499a;
}

/* line 972, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.purple.table {
  border-top: 0.2em solid #564f8a;
}

/* line 975, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.red.table {
  border-top: 0.2em solid #d95c5c;
}

/* line 978, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.teal.table {
  border-top: 0.2em solid #00b5ad;
}

/* line 981, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.yellow.table {
  border-top: 0.2em solid #f2c61f;
}

/*-------------------
   Inverted Colors
--------------------*/
/* line 989, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.table,
.ui.inverted.black.table {
  background-color: #1b1c1d !important;
  color: #ffffff !important;
}

/* line 994, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.blue.table {
  background-color: #3b83c0 !important;
  color: #ffffff !important;
}

/* line 998, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.green.table {
  background-color: #5bbd72 !important;
  color: #ffffff !important;
}

/* line 1002, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.orange.table {
  background-color: #e07b53 !important;
  color: #ffffff !important;
}

/* line 1006, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.pink.table {
  background-color: #d9499a !important;
  color: #ffffff !important;
}

/* line 1010, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.purple.table {
  background-color: #564f8a !important;
  color: #ffffff !important;
}

/* line 1014, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.red.table {
  background-color: #d95c5c !important;
  color: #ffffff !important;
}

/* line 1018, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.teal.table {
  background-color: #00b5ad !important;
  color: #ffffff !important;
}

/* line 1022, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.yellow.table {
  background-color: #f2c61f !important;
  color: #ffffff !important;
}

/*--------------
  Column Count
---------------*/
/* Grid Based */
/* line 1033, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.one.column.table td {
  width: 100%;
}

/* line 1036, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.two.column.table td {
  width: 50%;
}

/* line 1039, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.three.column.table td {
  width: 33.33333333%;
}

/* line 1042, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.four.column.table td {
  width: 25%;
}

/* line 1045, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.five.column.table td {
  width: 20%;
}

/* line 1048, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.six.column.table td {
  width: 16.66666667%;
}

/* line 1051, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.seven.column.table td {
  width: 14.28571429%;
}

/* line 1054, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.eight.column.table td {
  width: 12.5%;
}

/* line 1057, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.nine.column.table td {
  width: 11.11111111%;
}

/* line 1060, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.ten.column.table td {
  width: 10%;
}

/* line 1063, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.eleven.column.table td {
  width: 9.09090909%;
}

/* line 1066, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.twelve.column.table td {
  width: 8.33333333%;
}

/* line 1069, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.thirteen.column.table td {
  width: 7.69230769%;
}

/* line 1072, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.fourteen.column.table td {
  width: 7.14285714%;
}

/* line 1075, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.fifteen.column.table td {
  width: 6.66666667%;
}

/* line 1078, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sixteen.column.table td {
  width: 6.25%;
}

/* Column Width */
/* line 1083, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.one.wide,
.ui.table td.one.wide {
  width: 6.25%;
}

/* line 1087, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.two.wide,
.ui.table td.two.wide {
  width: 12.5%;
}

/* line 1091, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.three.wide,
.ui.table td.three.wide {
  width: 18.75%;
}

/* line 1095, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.four.wide,
.ui.table td.four.wide {
  width: 25%;
}

/* line 1099, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.five.wide,
.ui.table td.five.wide {
  width: 31.25%;
}

/* line 1103, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.six.wide,
.ui.table td.six.wide {
  width: 37.5%;
}

/* line 1107, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.seven.wide,
.ui.table td.seven.wide {
  width: 43.75%;
}

/* line 1111, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.eight.wide,
.ui.table td.eight.wide {
  width: 50%;
}

/* line 1115, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.nine.wide,
.ui.table td.nine.wide {
  width: 56.25%;
}

/* line 1119, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.ten.wide,
.ui.table td.ten.wide {
  width: 62.5%;
}

/* line 1123, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
  width: 68.75%;
}

/* line 1127, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
  width: 75%;
}

/* line 1131, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
  width: 81.25%;
}

/* line 1135, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
  width: 87.5%;
}

/* line 1139, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
  width: 93.75%;
}

/* line 1143, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table th.sixteen.wide,
.ui.table td.sixteen.wide {
  width: 100%;
}

/*--------------
    Sortable
---------------*/
/* line 1152, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th {
  cursor: pointer;
  white-space: nowrap;
  border-left: 1px solid #d0d0d0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1158, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th:first-child {
  border-left: none;
}

/* line 1161, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1168, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th:after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  opacity: 0.8;
  margin: 0em 0em 0em 0.5em;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 1180, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th.ascending:after {
  content: '\f0d7';
}

/* line 1183, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th.descending:after {
  content: '\f0d8';
}

/* Hover */
/* line 1188, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table th.disabled:hover {
  cursor: auto;
  color: rgba(40, 40, 40, 0.3);
}

/* line 1192, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Sorted */
/* line 1198, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th.sorted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Sorted Hover */
/* line 1204, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.sortable.table thead th.sorted:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Inverted */
/* line 1210, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.sortable.table thead th.sorted {
  background: rgba(255, 255, 255, 0.07) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #ffffff;
}

/* line 1215, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.sortable.table thead th:hover {
  background: rgba(255, 255, 255, 0.05) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #ffffff;
}

/* line 1220, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.sortable.table thead th {
  border-left-color: transparent;
  border-right-color: transparent;
}

/*--------------
    Inverted
---------------*/
/* Text Color */
/* line 1231, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.table {
  background: #333333;
  color: #ffffff;
  border: none;
}

/* line 1236, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.table th {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1241, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.table tr td {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 1244, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.table tr.disabled td,
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(225, 225, 225, 0.3);
}

/* Definition */
/* line 1253, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
  background: #ffffff;
}

/* line 1257, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.inverted.definition.table tr td:first-child {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

/*--------------
   Collapsing
---------------*/
/* line 1266, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.collapsing.table {
  width: auto;
}

/*--------------
      Basic
---------------*/
/* line 1274, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.basic.table {
  background: transparent;
  border: 1px solid #d0d0d0;
  box-shadow: none;
}

/* line 1279, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.basic.table thead,
.ui.basic.table tfoot {
  box-shadow: none;
}

/* line 1283, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.basic.table th {
  background: transparent;
  border-left: none;
}

/* line 1287, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.basic.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1290, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.basic.table td {
  background: transparent;
}

/* line 1293, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.basic.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Very Basic */
/* line 1298, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very basic"] {
  border: none;
}

/* line 1301, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very basic"]:not(.sortable):not(.striped) th,
.ui.table[class*="very basic"]:not(.sortable):not(.striped) td {
  padding: 0.7em 0.8em;
}

/* line 1305, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very basic"]:not(.sortable):not(.striped) th:first-child,
.ui.table[class*="very basic"]:not(.sortable):not(.striped) td:first-child {
  padding-left: 0em;
}

/* line 1309, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very basic"]:not(.sortable):not(.striped) th:last-child,
.ui.table[class*="very basic"]:not(.sortable):not(.striped) td:last-child {
  padding-right: 0em;
}

/* line 1313, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very basic"]:not(.sortable):not(.striped) thead tr:first-child th {
  padding-top: 0em;
}

/*--------------
     Celled
---------------*/
/* line 1321, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr th,
.ui.celled.table tr td {
  border-left: 1px solid #d4d4d5;
}

/* line 1325, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.celled.table tr th:first-child,
.ui.celled.table tr td:first-child {
  border-left: none;
}

/*--------------
     Padded
---------------*/
/* line 1334, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.padded.table th {
  padding-left: 1em;
  padding-right: 1em;
}

/* line 1338, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.padded.table th,
.ui.padded.table td {
  padding: 1em 1em;
}

/* Very */
/* line 1344, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very padded"] th {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 1348, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very padded"] td {
  padding: 1.5em 1.5em;
}

/*--------------
     Compact
---------------*/
/* line 1356, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.compact.table th {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

/* line 1360, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.compact.table td {
  padding: 0.5em 0.7em;
}

/* Very */
/* line 1365, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very compact"] th {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

/* line 1369, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table[class*="very compact"] td {
  padding: 0.4em 0.6em;
}

/*--------------
      Sizes
---------------*/
/* Small */
/* line 1379, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.small.table {
  font-size: 0.9em;
}

/* Standard */
/* line 1384, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.table {
  font-size: 1em;
}

/* Large */
/* line 1389, vendor/assets/stylesheets/semantic-css/components/table.css */
.ui.large.table {
  font-size: 1.1em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Button
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Button
*******************************/
/*-------------------
       Element
--------------------*/
/* Style */
/* Text */
/* Internal Shadow */
/* Box Shadow */
/* Icon */
/* Loader */
/*
@willChange: box-shadow, transform, opacity, color, background;
*/
/*-------------------
        Group
--------------------*/
/*-------------------
        States
--------------------*/
/* Hovered */
/* Focused */
/* Pressed Down */
/* Active */
/* Active + Hovered */
/* Loading */
/*-------------------
        Types
--------------------*/
/* Or */
/* Icon */
/* Labeled Icon */
/* Inverted */
/* Basic */
/* Basic Hover */
/* Basic Down */
/* Basic Active */
/* Basic Inverted */
/* Basic Group */
/*-------------------
      Variations
--------------------*/
/* Colors */
/* Inverted by default for solids */
/* Ordinality */
/* Compact */
/* Attached */
/* Floated */
/* Animated */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Button
*******************************/
/* line 438, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0em 0 0em 0em;
  padding: 0.78571em 1.5em 0.78571em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  background-image: none;
  border-radius: 0.2857rem;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

/*******************************
            States
*******************************/
/*--------------
      Hover
---------------*/
/* line 480, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button:hover {
  background-color: #e8e8e8;
  background-image: none;
  box-shadow: '';
  color: rgba(0, 0, 0, 0.8);
}

/* line 486, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button:hover .icon {
  opacity: 0.85;
}

/*--------------
      Focus
---------------*/
/* line 494, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button:focus {
  background-color: '';
  background-image: '';
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0px 1px rgba(81, 167, 232, 0.8) inset, 0px 0px 3px 2px rgba(81, 167, 232, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

/* line 500, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button:focus .icon {
  opacity: 0.85;
}

/*--------------
      Down
---------------*/
/* line 508, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button:active,
.ui.active.button:active {
  background-color: #cccccc;
  background-image: '';
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset;
}

/*--------------
     Active
---------------*/
/* line 520, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.active.button {
  background-color: #d0d0d0;
  background-image: none;
  box-shadow: 0px 0px 0px 1px transparent inset;
  color: rgba(0, 0, 0, 0.8);
}

/* line 526, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.active.button:hover {
  background-color: #d0d0d0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}

/* line 531, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.active.button:active {
  background-color: #d0d0d0;
  background-image: none;
}

/*--------------
    Loading
---------------*/
/* Specificity hack */
/* line 542, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.loading.loading.loading.loading.loading.loading.button {
  position: relative;
  cursor: default;
  point-events: none;
  text-shadow: none !important;
  color: transparent !important;
  transition: all 0s linear;
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.loading.button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285em 0em 0em -0.64285em;
  width: 1.2857em;
  height: 1.2857em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}

/* line 562, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.loading.button:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285em 0em 0em -0.64285em;
  width: 1.2857em;
  height: 1.2857em;
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/* line 580, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.loading.button .icon {
  background-color: transparent;
  box-shadow: none;
}

@keyframes button-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 606, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.loading.button:not(.inverted):before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 609, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.loading.button:not(.inverted):after {
  border-top-color: #aaaaaa;
}

/*-------------------
      Disabled
--------------------*/
/* line 617, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .disabled.button,
.ui.disabled.button,
.ui.disabled.button:hover,
.ui.disabled.active.button {
  cursor: default;
  background-color: #dcddde !important;
  color: rgba(0, 0, 0, 0.4) !important;
  opacity: 0.3 !important;
  background-image: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

/*******************************
             Types
*******************************/
/*-------------------
       Animated
--------------------*/
/* line 640, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding-right: 0em !important;
}

/* line 646, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button .content {
  will-change: transform, opacity;
}

/* line 649, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button .visible.content {
  position: relative;
  margin-right: 1.5em;
}

/* line 653, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button .hidden.content {
  position: absolute;
  width: 100%;
}

/* Horizontal */
/* line 659, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button .visible.content,
.ui.animated.button .hidden.content {
  transition: right 0.3s ease 0s;
}

/* line 664, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button .visible.content {
  left: auto;
  right: 0%;
}

/* line 668, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button .hidden.content {
  top: 50%;
  left: auto;
  right: -100%;
  margin-top: -0.5em;
}

/* line 674, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button:hover .visible.content {
  left: auto;
  right: 200%;
}

/* line 678, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.animated.button:hover .hidden.content {
  left: auto;
  right: 0%;
}

/* Vertical */
/* line 684, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.animated.button .visible.content,
.ui.vertical.animated.button .hidden.content {
  transition: top 0.3s ease, transform 0.3s ease;
}

/* line 689, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.animated.button .visible.content {
  transform: translateY(0%);
  right: auto;
}

/* line 695, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.animated.button .hidden.content {
  top: -50%;
  left: 0%;
  right: auto;
}

/* line 700, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.animated.button:hover .visible.content {
  transform: translateY(200%);
  right: auto;
}

/* line 706, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.animated.button:hover .hidden.content {
  top: 50%;
  right: auto;
}

/* Fade */
/* line 712, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fade.animated.button .visible.content,
.ui.fade.animated.button .hidden.content {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* line 717, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fade.animated.button .visible.content {
  left: auto;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

/* line 725, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fade.animated.button .hidden.content {
  opacity: 0;
  left: 0%;
  right: auto;
  transform: scale(1.5);
}

/* line 733, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fade.animated.button:hover .visible.content {
  left: auto;
  right: auto;
  opacity: 0;
  transform: scale(0.75);
}

/* line 741, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fade.animated.button:hover .hidden.content {
  left: 0%;
  right: auto;
  opacity: 1;
  transform: scale(1);
}

/*-------------------
       Inverted
--------------------*/
/* line 754, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.button {
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  background: transparent none;
  color: #ffffff;
  text-shadow: none !important;
}

/* line 760, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.buttons .button {
  margin: 0px 0px 0px -2px;
}

/* line 763, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.buttons .button:first-child {
  margin-left: 0em;
}

/* line 766, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.vertical.buttons .button {
  margin: 0px 0px -2px 0px;
}

/* line 769, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.vertical.buttons .button:first-child {
  margin-top: 0em;
}

/* line 772, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.buttons .button:hover {
  position: relative;
}

/* line 775, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.button:hover {
  background: #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
       Social
--------------------*/
/* Facebook */
/* line 787, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.facebook.button {
  background-color: #3b579d;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 794, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.facebook.button:hover {
  background-color: #3f5da8;
  color: #ffffff;
  text-shadow: none;
}

/* line 799, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.facebook.button:active {
  background-color: #314983;
  color: #ffffff;
  text-shadow: none;
}

/* Twitter */
/* line 806, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.twitter.button {
  background-color: #4092cc;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 813, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.twitter.button:hover {
  background-color: #4c99cf;
  color: #ffffff;
  text-shadow: none;
}

/* line 818, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.twitter.button:active {
  background-color: #3180b7;
  color: #ffffff;
  text-shadow: none;
}

/* Google Plus */
/* line 825, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.google.plus.button {
  background-color: #d34836;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 832, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.google.plus.button:hover {
  background-color: #d65343;
  color: #ffffff;
  text-shadow: none;
}

/* line 837, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.google.plus.button:active {
  background-color: #bc3a29;
  color: #ffffff;
  text-shadow: none;
}

/* Linked In */
/* line 844, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.linkedin.button {
  background-color: #1f88be;
  color: #ffffff;
  text-shadow: none;
}

/* line 849, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.linkedin.button:hover {
  background-color: #2191cb;
  color: #ffffff;
  text-shadow: none;
}

/* line 854, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.linkedin.button:active {
  background-color: #1a729f;
  color: #ffffff;
  text-shadow: none;
}

/* YouTube */
/* line 861, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.youtube.button {
  background-color: #cc181e;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 868, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.youtube.button:hover {
  background-color: #da1a20;
  color: #ffffff;
  text-shadow: none;
}

/* line 873, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.youtube.button:active {
  background-color: #ac1419;
  color: #ffffff;
  text-shadow: none;
}

/* Instagram */
/* line 880, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.instagram.button {
  background-color: #49769c;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 887, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.instagram.button:hover {
  background-color: #4e7ea6;
  color: #ffffff;
  text-shadow: none;
}

/* line 892, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.instagram.button:active {
  background-color: #3e6484;
  color: #ffffff;
  text-shadow: none;
}

/* Pinterest */
/* line 899, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pinterest.button {
  background-color: #00aced;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 906, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pinterest.button:hover {
  background-color: #00b7fc;
  color: #ffffff;
  text-shadow: none;
}

/* line 911, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pinterest.button:active {
  background-color: #0092c9;
  color: #ffffff;
  text-shadow: none;
}

/* VK */
/* line 918, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vk.button {
  background-color: #4D7198;
  color: #ffffff;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 924, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vk.button:hover {
  background-color: #5279a2;
  color: #ffffff;
}

/* line 928, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vk.button:active {
  background-color: #415f80;
  color: #ffffff;
}

/*--------------
     Icon
---------------*/
/* line 937, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button > .icon {
  opacity: 0.8;
  margin: 0em 0.4em 0em -0.2em;
  transition: opacity 0.2s ease;
  vertical-align: baseline;
  color: '';
}

/* line 945, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button > .right.icon {
  margin: 0em -0.2em 0em 0.4em;
}

/*******************************
           Variations
*******************************/
/*-------------------
       Floated
--------------------*/
/* line 959, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="left floated"],
.ui.button[class*="left floated"] {
  float: left;
  margin-left: 0em;
  margin-right: 0.25em;
}

/* line 965, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="right floated"],
.ui.button[class*="right floated"] {
  float: right;
  margin-right: 0em;
  margin-left: 0.25em;
}

/*-------------------
       Compact
--------------------*/
/* line 976, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.compact.buttons .button,
.ui.compact.button {
  padding: 0.5892825em 1.125em 0.5892825em;
}

/* line 980, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.compact.icon.buttons .button,
.ui.compact.icon.button {
  padding: 0.5892825em 0.5892825em 0.5892825em;
}

/* line 984, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.compact.labeled.icon.buttons .button,
.ui.compact.labeled.icon.button {
  padding: 0.5892825em 3.69642em 0.5892825em;
}

/*-------------------
        Sizes
--------------------*/
/* line 993, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.mini.button {
  font-size: 0.71428571rem;
}

/* line 998, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.tiny.button {
  font-size: 0.85714286rem;
}

/* line 1003, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.small.button {
  font-size: 0.92857143rem;
}

/* line 1008, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .button,
.ui.buttons .or,
.ui.button {
  font-size: 1rem;
}

/* line 1013, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.large.button {
  font-size: 1.14285714rem;
}

/* line 1018, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.big.button {
  font-size: 1.28571429rem;
}

/* line 1023, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.huge.button {
  font-size: 1.42857143rem;
}

/* line 1028, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.massive.button {
  font-size: 1.71428571rem;
}

/*--------------
    Icon Only
---------------*/
/* line 1038, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.icon.buttons .button,
.ui.icon.button {
  padding: 0.78571em 0.78571em 0.78571em;
}

/* line 1042, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
  opacity: 0.9;
  margin: 0em;
  vertical-align: top;
}

/*-------------------
        Basic
--------------------*/
/* line 1053, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button,
.ui.basic.button {
  background: transparent !important;
  background-image: none;
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: normal;
  border-radius: 0.2857rem;
  text-transform: none;
  text-shadow: none !important;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset;
}

/* line 1064, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons {
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15);
  border-radius: 0.2857rem;
}

/* line 1068, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button {
  border-radius: 0em;
}

/* line 1071, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
  background: #fafafa !important;
  color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 1077, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button:active,
.ui.basic.button:active {
  background: #f8f8f8 !important;
  color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 1083, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .active.button,
.ui.basic.active.button {
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: '' !important;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: rgba(39, 41, 43, 0.3);
}

/* line 1090, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .active.button:hover,
.ui.basic.active.button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Vertical */
/* line 1096, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button:hover {
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset inset;
}

/* line 1099, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button:active {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset inset;
}

/* line 1102, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .active.button {
  box-shadow: rgba(39, 41, 43, 0.3) inset;
}

/* Standard Basic Inverted */
/* line 1107, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
  background-color: transparent !important;
  color: #fafafa !important;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
}

/* line 1113, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
  color: #ffffff !important;
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}

/* line 1118, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
}

/* line 1124, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.inverted.buttons .active.button,
.ui.basic.inverted.active.button {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-shadow: none;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
}

/* line 1131, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.inverted.buttons .active.button:hover,
.ui.basic.inverted.active.button:hover {
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}

/* Basic Group */
/* line 1138, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.buttons .button {
  border-left: 1px solid rgba(39, 41, 43, 0.15);
  box-shadow: none;
}

/* line 1142, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.vertical.buttons .button {
  border-left: none;
}

/*--------------
  Labeled Icon
---------------*/
/* line 1150, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
  position: relative;
  padding-left: 4.07142em !important;
  padding-right: 1.5em !important;
}

/* Left Labeled */
/* line 1158, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
  position: absolute;
  width: 2.57142em;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  color: '';
  border-radius: 0.2857rem 0px 0px 0.2857rem;
  line-height: 1;
  box-shadow: -1px 0px 0px 0px transparent inset;
}

/* Left Labeled */
/* line 1172, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
  top: 0em;
  left: 0em;
}

/* Right Labeled */
/* line 1179, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.icon.button[class*="right labeled"] {
  padding-right: 4.07142em !important;
  padding-left: 1.5em !important;
}

/* line 1183, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.icon.button[class*="right labeled"] > .icon {
  left: auto;
  right: 0em;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  box-shadow: 1px 0px 0px 0px transparent inset;
}

/* line 1189, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons > .button > .icon:before,
.ui.labeled.icon.button > .icon:before,
.ui.labeled.icon.buttons > .button > .icon:after,
.ui.labeled.icon.button > .icon:after {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: -0.5em;
}

/* line 1200, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons .button > .icon {
  border-radius: 0em;
}

/* line 1203, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons .button:first-child > .icon {
  border-top-left-radius: 0.2857rem;
  border-bottom-left-radius: 0.2857rem;
}

/* line 1207, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.labeled.icon.buttons .button:last-child > .icon {
  border-top-right-radius: 0.2857rem;
  border-bottom-right-radius: 0.2857rem;
}

/* line 1211, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  border-radius: 0em;
  border-top-left-radius: 0.2857rem;
}

/* line 1215, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  border-radius: 0em;
  border-bottom-left-radius: 0.2857rem;
}

/* Fluid Labeled */
/* line 1221, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fluid.icon.button[class*="left labeled"],
.ui.fluid.icon.button[class*="right labeled"] {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

/*--------------
     Toggle
---------------*/
/* Toggle (Modifies active state to give affordances) */
/* line 1233, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
  background-color: #5bbd72 !important;
  box-shadow: none !important;
  text-shadow: none;
  color: #ffffff !important;
}

/* line 1241, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.button.toggle.active:hover {
  background-color: #66c17b !important;
  text-shadow: none;
  color: #ffffff !important;
}

/*--------------
    Circular
---------------*/
/* line 1251, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.circular.button {
  border-radius: 10em;
}

/* line 1254, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.circular.button > .icon {
  width: 1em;
  vertical-align: baseline;
}

/*--------------
     Attached
---------------*/
/* line 1263, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.attached.button {
  display: block;
  margin: 0em;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) !important;
  border-radius: 0em;
}

/* line 1269, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.attached.top.button {
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 1272, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.attached.bottom.button {
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 1275, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.attached.left.button {
  display: inline-block;
  border-left: none;
  padding-right: 0.75em;
  text-align: right;
  border-radius: 0.2857rem 0em 0em 0.2857rem;
}

/* line 1282, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.attached.right.button {
  display: inline-block;
  padding-left: 0.75em;
  text-align: left;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
}

/*-------------------
      Or Buttons
--------------------*/
/* line 1293, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .or {
  position: relative;
  float: left;
  width: 0.3em;
  height: 2.57142em;
  z-index: 3;
}

/* line 1300, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .or:before {
  position: absolute;
  text-align: center;
  border-radius: 500rem;
  content: 'or';
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  text-shadow: none;
  margin-top: -0.892855em;
  margin-left: -0.892855em;
  width: 1.78571em;
  height: 1.78571em;
  line-height: 1.78571em;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px transparent inset;
}

/* line 1319, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .or[data-text]:before {
  content: attr(data-text);
}

/* Fluid Or */
/* line 1324, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fluid.buttons .or {
  width: 0em !important;
}

/* line 1327, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fluid.buttons .or:after {
  display: none;
}

/*-------------------
       Attached
--------------------*/
/* Plural Attached */
/* line 1337, vendor/assets/stylesheets/semantic-css/components/button.css */
.attached.ui.buttons {
  margin: 0px;
  border-radius: 0em 0em 0em 0em;
}

/* line 1341, vendor/assets/stylesheets/semantic-css/components/button.css */
.attached.ui.buttons .button {
  margin: 0em;
}

/* line 1344, vendor/assets/stylesheets/semantic-css/components/button.css */
.attached.ui.buttons .button:first-child {
  border-radius: 0em 0em 0em 0em;
}

/* line 1347, vendor/assets/stylesheets/semantic-css/components/button.css */
.attached.ui.buttons .button:last-child {
  border-radius: 0em 0em 0em 0em;
}

/* Top Side */
/* line 1352, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="top attached"] {
  margin-bottom: -1px;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 1356, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="top attached"] .button:first-child {
  border-radius: 0.2857rem 0em 0em 0em;
}

/* line 1359, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="top attached"] .button:last-child {
  border-radius: 0em 0.2857rem 0em 0em;
}

/* Bottom Side */
/* line 1364, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="bottom attached"] {
  margin-top: -1px;
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 1368, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="bottom attached"] .button:first-child {
  border-radius: 0em 0em 0em 0.2857rem;
}

/* line 1371, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="bottom attached"] .button:last-child {
  border-radius: 0em 0em 0.2857rem 0em;
}

/* Left Side */
/* line 1376, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="left attached"] {
  margin-left: -1px;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
}

/* line 1380, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="left attached"] .button:first-child {
  margin-left: -1px;
  border-radius: 0em 0.2857rem 0em 0em;
}

/* line 1384, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="left attached"] .button:last-child {
  margin-left: -1px;
  border-radius: 0em 0em 0.2857rem 0em;
}

/* Right Side */
/* line 1390, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="right attached"],
.ui.buttons[class*="right attached"] .button {
  margin-right: -1px;
  border-radius: 0.2857rem 0em 0em 0.2857rem;
}

/* line 1395, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="right attached"] .button:first-child {
  margin-left: -1px;
  border-radius: 0.2857rem 0em 0em 0em;
}

/* line 1399, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons[class*="right attached"] .button:last-child {
  margin-left: -1px;
  border-radius: 0em 0em 0em 0.2857rem;
}

/* Fluid */
/* line 1405, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
  display: block;
  width: 100%;
}

/* line 1411, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\32.buttons,
.ui.two.buttons {
  width: 100%;
}

/* line 1415, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\32.buttons > .button,
.ui.two.buttons > .button {
  width: 50%;
}

/* line 1419, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\33.buttons,
.ui.three.buttons {
  width: 100%;
}

/* line 1423, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\33.buttons > .button,
.ui.three.buttons > .button {
  width: 33.333%;
}

/* line 1427, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\34.buttons,
.ui.four.buttons {
  width: 100%;
}

/* line 1431, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\34.buttons > .button,
.ui.four.buttons > .button {
  width: 25%;
}

/* line 1435, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\35.buttons,
.ui.five.buttons {
  width: 100%;
}

/* line 1439, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\35.buttons > .button,
.ui.five.buttons > .button {
  width: 20%;
}

/* line 1443, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\36.buttons,
.ui.six.buttons {
  width: 100%;
}

/* line 1447, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\36.buttons > .button,
.ui.six.buttons > .button {
  width: 16.666%;
}

/* line 1451, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\37.buttons,
.ui.seven.buttons {
  width: 100%;
}

/* line 1455, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\37.buttons > .button,
.ui.seven.buttons > .button {
  width: 14.285%;
}

/* line 1459, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\38.buttons,
.ui.eight.buttons {
  width: 100%;
}

/* line 1463, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\38.buttons > .button,
.ui.eight.buttons > .button {
  width: 12.500%;
}

/* line 1467, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\39.buttons,
.ui.nine.buttons {
  width: 100%;
}

/* line 1471, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\39.buttons > .button,
.ui.nine.buttons > .button {
  width: 11.11%;
}

/* line 1475, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\30.buttons,
.ui.ten.buttons {
  width: 100%;
}

/* line 1479, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\30.buttons > .button,
.ui.ten.buttons > .button {
  width: 10%;
}

/* line 1483, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\31.buttons,
.ui.eleven.buttons {
  width: 100%;
}

/* line 1487, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\31.buttons > .button,
.ui.eleven.buttons > .button {
  width: 9.09%;
}

/* line 1491, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\32.buttons,
.ui.twelve.buttons {
  width: 100%;
}

/* line 1495, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\32.buttons > .button,
.ui.twelve.buttons > .button {
  width: 8.3333%;
}

/* Fluid Vertical Buttons */
/* line 1501, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
  display: block;
  width: auto;
}

/* line 1506, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\32.vertical.buttons > .button,
.ui.two.vertical.buttons > .button {
  height: 50%;
}

/* line 1510, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\33.vertical.buttons > .button,
.ui.three.vertical.buttons > .button {
  height: 33.333%;
}

/* line 1514, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\34.vertical.buttons > .button,
.ui.four.vertical.buttons > .button {
  height: 25%;
}

/* line 1518, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\35.vertical.buttons > .button,
.ui.five.vertical.buttons > .button {
  height: 20%;
}

/* line 1522, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\36.vertical.buttons > .button,
.ui.six.vertical.buttons > .button {
  height: 16.666%;
}

/* line 1526, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\37.vertical.buttons > .button,
.ui.seven.vertical.buttons > .button {
  height: 14.285%;
}

/* line 1530, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\38.vertical.buttons > .button,
.ui.eight.vertical.buttons > .button {
  height: 12.500%;
}

/* line 1534, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\39.vertical.buttons > .button,
.ui.nine.vertical.buttons > .button {
  height: 11.11%;
}

/* line 1538, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\30.vertical.buttons > .button,
.ui.ten.vertical.buttons > .button {
  height: 10%;
}

/* line 1542, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\31.vertical.buttons > .button,
.ui.eleven.vertical.buttons > .button {
  height: 9.09%;
}

/* line 1546, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.\31\32.vertical.buttons > .button,
.ui.twelve.vertical.buttons > .button {
  height: 8.3333%;
}

/*-------------------
       Colors
--------------------*/
/*--- Black ---*/
/* line 1558, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.black.buttons .button,
.ui.black.button {
  background-color: #1b1c1d;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 1565, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.black.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 1568, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.black.buttons .button:hover,
.ui.black.button:hover {
  background-color: #1b1c1d;
  color: #ffffff;
  text-shadow: none;
}

/* line 1574, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.black.buttons .button:active,
.ui.black.button:active {
  background-color: #0a0a0b;
  color: #ffffff;
  text-shadow: none;
}

/* line 1580, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.black.buttons .active.button,
.ui.black.buttons .active.button:active,
.ui.black.active.button,
.ui.black.button .active.button:active {
  background-color: #0f0f10;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 1590, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.black.buttons .button,
.ui.basic.black.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1595, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #1b1c1d inset !important;
  color: #1b1c1d !important;
}

/* line 1601, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.black.buttons .button:active,
.ui.basic.black.button:active {
  box-shadow: 0px 0px 0px 2px #0a0a0b inset !important;
  color: #0a0a0b !important;
}

/* line 1606, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.black.buttons .active.button,
.ui.basic.black.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #0a0a0b inset !important;
  color: #0a0a0b !important;
}

/* line 1612, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.black.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 1617, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.buttons .button,
.ui.inverted.black.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
  color: #ffffff;
}

/* line 1623, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover {
  box-shadow: 0px 0px 0px 2px #333333 inset !important;
  background-color: #333333;
  color: #ffffff;
}

/* line 1629, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.buttons .active.button,
.ui.inverted.black.active.button {
  box-shadow: 0px 0px 0px 2px #333333 inset !important;
  background-color: #333333;
  color: #ffffff;
}

/* line 1635, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.buttons .button:active,
.ui.inverted.black.button:active {
  box-shadow: 0px 0px 0px 2px #212121 inset !important;
  background-color: #212121;
  color: #ffffff;
}

/* Inverted Basic */
/* line 1643, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.basic.buttons .button,
.ui.inverted.black.buttons .basic.button,
.ui.inverted.black.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 1650, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.basic.buttons .button:hover,
.ui.inverted.black.buttons .basic.button:hover,
.ui.inverted.black.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #333333 inset !important;
  color: #ffffff !important;
}

/* line 1656, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.basic.buttons .active.button,
.ui.inverted.black.buttons .basic.active.button,
.ui.inverted.black.basic.active.button {
  box-shadow: 0px 0px 0px 2px #333333 inset !important;
  color: #ffffff !important;
}

/* line 1662, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.black.basic.buttons .button:active,
.ui.inverted.black.buttons .basic.button:active,
.ui.inverted.black.basic.button:active {
  box-shadow: 0px 0px 0px 2px #212121 inset !important;
  color: #ffffff !important;
}

/*--- Blue ---*/
/* line 1671, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.blue.buttons .button,
.ui.blue.button {
  background-color: #3b83c0;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 1678, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.blue.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 1681, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
  background-color: #458ac6;
  color: #ffffff;
  text-shadow: none;
}

/* line 1687, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.blue.buttons .button:active,
.ui.blue.button:active {
  background-color: #3370a5;
  color: #ffffff;
  text-shadow: none;
}

/* line 1693, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.blue.buttons .active.button,
.ui.blue.buttons .active.button:active,
.ui.blue.active.button,
.ui.blue.button .active.button:active {
  background-color: #3576ac;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 1703, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.blue.buttons .button,
.ui.basic.blue.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1708, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.blue.buttons .button:hover,
.ui.basic.blue.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #458ac6 inset !important;
  color: #458ac6 !important;
}

/* line 1714, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.blue.buttons .button:active,
.ui.basic.blue.button:active {
  box-shadow: 0px 0px 0px 2px #3370a5 inset !important;
  color: #3370a5 !important;
}

/* line 1719, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.blue.buttons .active.button,
.ui.basic.blue.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #3370a5 inset !important;
  color: #3370a5 !important;
}

/* line 1725, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.blue.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 1730, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.buttons .button,
.ui.inverted.blue.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  color: #54c8ff;
}

/* line 1736, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover {
  box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  background-color: #54c8ff;
  color: #ffffff;
}

/* line 1742, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.buttons .active.button,
.ui.inverted.blue.active.button {
  box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  background-color: #54c8ff;
  color: #ffffff;
}

/* line 1748, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.buttons .button:active,
.ui.inverted.blue.button:active {
  box-shadow: 0px 0px 0px 2px #30bdff inset !important;
  background-color: #30bdff;
  color: #ffffff;
}

/* Inverted Basic */
/* line 1756, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.basic.buttons .button,
.ui.inverted.blue.buttons .basic.button,
.ui.inverted.blue.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 1763, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.basic.buttons .button:hover,
.ui.inverted.blue.buttons .basic.button:hover,
.ui.inverted.blue.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  color: #54c8ff !important;
}

/* line 1769, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.basic.buttons .active.button,
.ui.inverted.blue.buttons .basic.active.button,
.ui.inverted.blue.basic.active.button {
  box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
  color: #54c8ff !important;
}

/* line 1775, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.blue.basic.buttons .button:active,
.ui.inverted.blue.buttons .basic.button:active,
.ui.inverted.blue.basic.button:active {
  box-shadow: 0px 0px 0px 2px #30bdff inset !important;
  color: #54c8ff !important;
}

/*--- Green ---*/
/* line 1784, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.green.buttons .button,
.ui.green.button {
  background-color: #5bbd72;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 1791, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.green.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 1794, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.green.buttons .button:hover,
.ui.green.button:hover {
  background-color: #66c17b;
  color: #ffffff;
  text-shadow: none;
}

/* line 1800, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.green.buttons .button:active,
.ui.green.button:active {
  background-color: #46ae5f;
  color: #ffffff;
  text-shadow: none;
}

/* line 1806, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.green.buttons .active.button,
.ui.green.buttons .active.button:active,
.ui.green.active.button,
.ui.green.button .active.button:active {
  background-color: #49b562;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 1816, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.green.buttons .button,
.ui.basic.green.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1821, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.green.buttons .button:hover,
.ui.basic.green.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #66c17b inset !important;
  color: #66c17b !important;
}

/* line 1827, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.green.buttons .button:active,
.ui.basic.green.button:active {
  box-shadow: 0px 0px 0px 2px #46ae5f inset !important;
  color: #46ae5f !important;
}

/* line 1832, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.green.buttons .active.button,
.ui.basic.green.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #46ae5f inset !important;
  color: #46ae5f !important;
}

/* line 1838, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.green.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 1843, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.buttons .button,
.ui.inverted.green.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  color: #2ecc40;
}

/* line 1849, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover {
  box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  background-color: #2ecc40;
  color: #ffffff;
}

/* line 1855, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.buttons .active.button,
.ui.inverted.green.active.button {
  box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  background-color: #2ecc40;
  color: #ffffff;
}

/* line 1861, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
  box-shadow: 0px 0px 0px 2px #27af37 inset !important;
  background-color: #27af37;
  color: #ffffff;
}

/* Inverted Basic */
/* line 1869, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.basic.buttons .button,
.ui.inverted.green.buttons .basic.button,
.ui.inverted.green.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 1876, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.basic.buttons .button:hover,
.ui.inverted.green.buttons .basic.button:hover,
.ui.inverted.green.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  color: #2ecc40 !important;
}

/* line 1882, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.basic.buttons .active.button,
.ui.inverted.green.buttons .basic.active.button,
.ui.inverted.green.basic.active.button {
  box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  color: #2ecc40 !important;
}

/* line 1888, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.green.basic.buttons .button:active,
.ui.inverted.green.buttons .basic.button:active,
.ui.inverted.green.basic.button:active {
  box-shadow: 0px 0px 0px 2px #27af37 inset !important;
  color: #2ecc40 !important;
}

/*--- Orange ---*/
/* line 1897, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.orange.buttons .button,
.ui.orange.button {
  background-color: #e07b53;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 1904, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.orange.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 1907, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.orange.buttons .button:hover,
.ui.orange.button:hover {
  background-color: #e28560;
  color: #ffffff;
  text-shadow: none;
}

/* line 1913, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.orange.buttons .button:active,
.ui.orange.button:active {
  background-color: #db6435;
  color: #ffffff;
  text-shadow: none;
}

/* line 1919, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.orange.buttons .active.button,
.ui.orange.buttons .active.button:active,
.ui.orange.active.button,
.ui.orange.button .active.button:active {
  background-color: #dc6a3d;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 1929, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.orange.buttons .button,
.ui.basic.orange.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1934, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.orange.buttons .button:hover,
.ui.basic.orange.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #e28560 inset !important;
  color: #e28560 !important;
}

/* line 1940, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.orange.buttons .button:active,
.ui.basic.orange.button:active {
  box-shadow: 0px 0px 0px 2px #db6435 inset !important;
  color: #db6435 !important;
}

/* line 1945, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.orange.buttons .active.button,
.ui.basic.orange.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #db6435 inset !important;
  color: #db6435 !important;
}

/* line 1951, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.orange.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 1956, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.buttons .button,
.ui.inverted.orange.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  color: #ff851b;
}

/* line 1962, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover {
  box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  background-color: #ff851b;
  color: #ffffff;
}

/* line 1968, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.buttons .active.button,
.ui.inverted.orange.active.button {
  box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  background-color: #ff851b;
  color: #ffffff;
}

/* line 1974, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.buttons .button:active,
.ui.inverted.orange.button:active {
  box-shadow: 0px 0px 0px 2px #f67300 inset !important;
  background-color: #f67300;
  color: #ffffff;
}

/* Inverted Basic */
/* line 1982, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.basic.buttons .button,
.ui.inverted.orange.buttons .basic.button,
.ui.inverted.orange.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 1989, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.basic.buttons .button:hover,
.ui.inverted.orange.buttons .basic.button:hover,
.ui.inverted.orange.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  color: #ff851b !important;
}

/* line 1995, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.basic.buttons .active.button,
.ui.inverted.orange.buttons .basic.active.button,
.ui.inverted.orange.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ff851b inset !important;
  color: #ff851b !important;
}

/* line 2001, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.orange.basic.buttons .button:active,
.ui.inverted.orange.buttons .basic.button:active,
.ui.inverted.orange.basic.button:active {
  box-shadow: 0px 0px 0px 2px #f67300 inset !important;
  color: #ff851b !important;
}

/*--- Pink ---*/
/* line 2010, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pink.buttons .button,
.ui.pink.button {
  background-color: #d9499a;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2017, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pink.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2020, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pink.buttons .button:hover,
.ui.pink.button:hover {
  background-color: #dc56a1;
  color: #ffffff;
  text-shadow: none;
}

/* line 2026, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pink.buttons .button:active,
.ui.pink.button:active {
  background-color: #d22c8a;
  color: #ffffff;
  text-shadow: none;
}

/* line 2032, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.pink.buttons .active.button,
.ui.pink.buttons .active.button:active,
.ui.pink.active.button,
.ui.pink.button .active.button:active {
  background-color: #d5348e;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 2042, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.pink.buttons .button,
.ui.basic.pink.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 2047, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.pink.buttons .button:hover,
.ui.basic.pink.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #dc56a1 inset !important;
  color: #dc56a1 !important;
}

/* line 2053, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.pink.buttons .button:active,
.ui.basic.pink.button:active {
  box-shadow: 0px 0px 0px 2px #d22c8a inset !important;
  color: #d22c8a !important;
}

/* line 2058, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.pink.buttons .active.button,
.ui.basic.pink.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #d22c8a inset !important;
  color: #d22c8a !important;
}

/* line 2064, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.pink.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 2069, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.buttons .button,
.ui.inverted.pink.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  color: #ff8edf;
}

/* line 2075, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover {
  box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  background-color: #ff8edf;
  color: #ffffff;
}

/* line 2081, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.buttons .active.button,
.ui.inverted.pink.active.button {
  box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  background-color: #ff8edf;
  color: #ffffff;
}

/* line 2087, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.buttons .button:active,
.ui.inverted.pink.button:active {
  box-shadow: 0px 0px 0px 2px #ff6ad5 inset !important;
  background-color: #ff6ad5;
  color: #ffffff;
}

/* Inverted Basic */
/* line 2095, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.basic.buttons .button,
.ui.inverted.pink.buttons .basic.button,
.ui.inverted.pink.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 2102, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.basic.buttons .button:hover,
.ui.inverted.pink.buttons .basic.button:hover,
.ui.inverted.pink.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  color: #ff8edf !important;
}

/* line 2108, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.basic.buttons .active.button,
.ui.inverted.pink.buttons .basic.active.button,
.ui.inverted.pink.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
  color: #ff8edf !important;
}

/* line 2114, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.pink.basic.buttons .button:active,
.ui.inverted.pink.buttons .basic.button:active,
.ui.inverted.pink.basic.button:active {
  box-shadow: 0px 0px 0px 2px #ff6ad5 inset !important;
  color: #ff8edf !important;
}

/*--- Purple ---*/
/* line 2123, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.purple.buttons .button,
.ui.purple.button {
  background-color: #564f8a;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2130, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.purple.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2133, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.purple.buttons .button:hover,
.ui.purple.button:hover {
  background-color: #5c5594;
  color: #ffffff;
  text-shadow: none;
}

/* line 2139, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.purple.buttons .button:active,
.ui.purple.button:active {
  background-color: #484273;
  color: #ffffff;
  text-shadow: none;
}

/* line 2145, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.purple.buttons .active.button,
.ui.purple.buttons .active.button:active,
.ui.purple.active.button,
.ui.purple.button .active.button:active {
  background-color: #4c467a;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 2155, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.purple.buttons .button,
.ui.basic.purple.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 2160, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.purple.buttons .button:hover,
.ui.basic.purple.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #5c5594 inset !important;
  color: #5c5594 !important;
}

/* line 2166, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.purple.buttons .button:active,
.ui.basic.purple.button:active {
  box-shadow: 0px 0px 0px 2px #484273 inset !important;
  color: #484273 !important;
}

/* line 2171, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.purple.buttons .active.button,
.ui.basic.purple.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #484273 inset !important;
  color: #484273 !important;
}

/* line 2177, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.purple.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 2182, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.buttons .button,
.ui.inverted.purple.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  color: #cdc6ff;
}

/* line 2188, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover {
  box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  background-color: #cdc6ff;
  color: #1b1c1d;
}

/* line 2194, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.buttons .active.button,
.ui.inverted.purple.active.button {
  box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  background-color: #cdc6ff;
  color: #1b1c1d;
}

/* line 2200, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.buttons .button:active,
.ui.inverted.purple.button:active {
  box-shadow: 0px 0px 0px 2px #aea2ff inset !important;
  background-color: #aea2ff;
  color: #1b1c1d;
}

/* Inverted Basic */
/* line 2208, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.basic.buttons .button,
.ui.inverted.purple.buttons .basic.button,
.ui.inverted.purple.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 2215, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.basic.buttons .button:hover,
.ui.inverted.purple.buttons .basic.button:hover,
.ui.inverted.purple.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  color: #cdc6ff !important;
}

/* line 2221, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.basic.buttons .active.button,
.ui.inverted.purple.buttons .basic.active.button,
.ui.inverted.purple.basic.active.button {
  box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
  color: #cdc6ff !important;
}

/* line 2227, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.purple.basic.buttons .button:active,
.ui.inverted.purple.buttons .basic.button:active,
.ui.inverted.purple.basic.button:active {
  box-shadow: 0px 0px 0px 2px #aea2ff inset !important;
  color: #cdc6ff !important;
}

/*--- Red ---*/
/* line 2236, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.red.buttons .button,
.ui.red.button {
  background-color: #d95c5c;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2243, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.red.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2246, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.red.buttons .button:hover,
.ui.red.button:hover {
  background-color: #dc6868;
  color: #ffffff;
  text-shadow: none;
}

/* line 2252, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.red.buttons .button:active,
.ui.red.button:active {
  background-color: #d23f3f;
  color: #ffffff;
  text-shadow: none;
}

/* line 2258, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.red.buttons .active.button,
.ui.red.buttons .active.button:active,
.ui.red.active.button,
.ui.red.button .active.button:active {
  background-color: #d44747;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 2268, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.red.buttons .button,
.ui.basic.red.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 2273, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.red.buttons .button:hover,
.ui.basic.red.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #dc6868 inset !important;
  color: #dc6868 !important;
}

/* line 2279, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.red.buttons .button:active,
.ui.basic.red.button:active {
  box-shadow: 0px 0px 0px 2px #d23f3f inset !important;
  color: #d23f3f !important;
}

/* line 2284, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.red.buttons .active.button,
.ui.basic.red.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #d23f3f inset !important;
  color: #d23f3f !important;
}

/* line 2290, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.red.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 2295, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.buttons .button,
.ui.inverted.red.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  color: #ff695e;
}

/* line 2301, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover {
  box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  background-color: #ff695e;
  color: #ffffff;
}

/* line 2307, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.buttons .active.button,
.ui.inverted.red.active.button {
  box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  background-color: #ff695e;
  color: #ffffff;
}

/* line 2313, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.buttons .button:active,
.ui.inverted.red.button:active {
  box-shadow: 0px 0px 0px 2px #ff483a inset !important;
  background-color: #ff483a;
  color: #ffffff;
}

/* Inverted Basic */
/* line 2321, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.basic.buttons .button,
.ui.inverted.red.buttons .basic.button,
.ui.inverted.red.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 2328, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.basic.buttons .button:hover,
.ui.inverted.red.buttons .basic.button:hover,
.ui.inverted.red.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  color: #ff695e !important;
}

/* line 2334, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.basic.buttons .active.button,
.ui.inverted.red.buttons .basic.active.button,
.ui.inverted.red.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ff695e inset !important;
  color: #ff695e !important;
}

/* line 2340, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.red.basic.buttons .button:active,
.ui.inverted.red.buttons .basic.button:active,
.ui.inverted.red.basic.button:active {
  box-shadow: 0px 0px 0px 2px #ff483a inset !important;
  color: #ff695e !important;
}

/*--- Teal ---*/
/* line 2349, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.teal.buttons .button,
.ui.teal.button {
  background-color: #00b5ad;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2356, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.teal.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2359, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
  background-color: #00c4bc;
  color: #ffffff;
  text-shadow: none;
}

/* line 2365, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.teal.buttons .button:active,
.ui.teal.button:active {
  background-color: #00918b;
  color: #ffffff;
  text-shadow: none;
}

/* line 2371, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.teal.buttons .active.button,
.ui.teal.buttons .active.button:active,
.ui.teal.active.button,
.ui.teal.button .active.button:active {
  background-color: #009c95;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 2381, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.teal.buttons .button,
.ui.basic.teal.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 2386, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.teal.buttons .button:hover,
.ui.basic.teal.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #00c4bc inset !important;
  color: #00c4bc !important;
}

/* line 2392, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.teal.buttons .button:active,
.ui.basic.teal.button:active {
  box-shadow: 0px 0px 0px 2px #00918b inset !important;
  color: #00918b !important;
}

/* line 2397, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.teal.buttons .active.button,
.ui.basic.teal.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #00918b inset !important;
  color: #00918b !important;
}

/* line 2403, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.teal.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 2408, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.buttons .button,
.ui.inverted.teal.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  color: #6dffff;
}

/* line 2414, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover {
  box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  background-color: #6dffff;
  color: #1b1c1d;
}

/* line 2420, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.buttons .active.button,
.ui.inverted.teal.active.button {
  box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  background-color: #6dffff;
  color: #1b1c1d;
}

/* line 2426, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.buttons .button:active,
.ui.inverted.teal.button:active {
  box-shadow: 0px 0px 0px 2px #49ffff inset !important;
  background-color: #49ffff;
  color: #1b1c1d;
}

/* Inverted Basic */
/* line 2434, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.basic.buttons .button,
.ui.inverted.teal.buttons .basic.button,
.ui.inverted.teal.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 2441, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.basic.buttons .button:hover,
.ui.inverted.teal.buttons .basic.button:hover,
.ui.inverted.teal.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  color: #6dffff !important;
}

/* line 2447, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.basic.buttons .active.button,
.ui.inverted.teal.buttons .basic.active.button,
.ui.inverted.teal.basic.active.button {
  box-shadow: 0px 0px 0px 2px #6dffff inset !important;
  color: #6dffff !important;
}

/* line 2453, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.teal.basic.buttons .button:active,
.ui.inverted.teal.buttons .basic.button:active,
.ui.inverted.teal.basic.button:active {
  box-shadow: 0px 0px 0px 2px #49ffff inset !important;
  color: #6dffff !important;
}

/*--- Yellow ---*/
/* line 2462, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.yellow.buttons .button,
.ui.yellow.button {
  background-color: #f2c61f;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2469, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.yellow.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2472, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.yellow.buttons .button:hover,
.ui.yellow.button:hover {
  background-color: #f3ca2d;
  color: #ffffff;
  text-shadow: none;
}

/* line 2478, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.yellow.buttons .button:active,
.ui.yellow.button:active {
  background-color: #e0b40d;
  color: #ffffff;
  text-shadow: none;
}

/* line 2484, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.yellow.buttons .active.button,
.ui.yellow.buttons .active.button:active,
.ui.yellow.active.button,
.ui.yellow.button .active.button:active {
  background-color: #eabc0e;
  color: #ffffff;
  text-shadow: none;
}

/* Basic */
/* line 2494, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.yellow.buttons .button,
.ui.basic.yellow.button {
  box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 2499, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.yellow.buttons .button:hover,
.ui.basic.yellow.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #f3ca2d inset !important;
  color: #f3ca2d !important;
}

/* line 2505, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.yellow.buttons .button:active,
.ui.basic.yellow.button:active {
  box-shadow: 0px 0px 0px 2px #e0b40d inset !important;
  color: #e0b40d !important;
}

/* line 2510, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.basic.yellow.buttons .active.button,
.ui.basic.yellow.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #e0b40d inset !important;
  color: #e0b40d !important;
}

/* line 2516, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .basic.yellow.button:not(:first-child) {
  margin-left: -2px;
}

/* Inverted */
/* line 2521, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.buttons .button,
.ui.inverted.yellow.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  color: #ffe21f;
}

/* line 2527, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover {
  box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  background-color: #ffe21f;
  color: #1b1c1d;
}

/* line 2533, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.buttons .active.button,
.ui.inverted.yellow.active.button {
  box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  background-color: #ffe21f;
  color: #1b1c1d;
}

/* line 2539, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.buttons .button:active,
.ui.inverted.yellow.button:active {
  box-shadow: 0px 0px 0px 2px #fada00 inset !important;
  background-color: #fada00;
  color: #1b1c1d;
}

/* Inverted Basic */
/* line 2547, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.basic.buttons .button,
.ui.inverted.yellow.buttons .basic.button,
.ui.inverted.yellow.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #ffffff !important;
}

/* line 2554, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.basic.buttons .button:hover,
.ui.inverted.yellow.buttons .basic.button:hover,
.ui.inverted.yellow.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  color: #ffe21f !important;
}

/* line 2560, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.basic.buttons .active.button,
.ui.inverted.yellow.buttons .basic.active.button,
.ui.inverted.yellow.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
  color: #ffe21f !important;
}

/* line 2566, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.inverted.yellow.basic.buttons .button:active,
.ui.inverted.yellow.buttons .basic.button:active,
.ui.inverted.yellow.basic.button:active {
  box-shadow: 0px 0px 0px 2px #fada00 inset !important;
  color: #ffe21f !important;
}

/*-------------------
       Primary
--------------------*/
/* line 2577, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.primary.buttons .button,
.ui.primary.button {
  background-color: #3b83c0;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2584, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.primary.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2587, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
  background-color: #458ac6;
  color: #ffffff;
  text-shadow: none;
}

/* line 2593, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.primary.buttons .button:active,
.ui.primary.button:active {
  background-color: #3370a5;
  color: #ffffff;
  text-shadow: none;
}

/* line 2599, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.primary.buttons .active.button,
.ui.primary.active.button {
  background-color: #3576ac;
  color: #ffffff;
  text-shadow: none;
}

/*-------------------
      Secondary
--------------------*/
/* line 2610, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.secondary.buttons .button,
.ui.secondary.button {
  background-color: #1b1c1d;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2617, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.secondary.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2620, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
  background-color: #222425;
  color: #ffffff;
  text-shadow: none;
}

/* line 2626, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
  background-color: #0a0a0b;
  color: #ffffff;
  text-shadow: none;
}

/* line 2632, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.secondary.buttons .active.button,
.ui.secondary.active.button {
  background-color: #0f0f10;
  color: #ffffff;
  text-shadow: none;
}

/*---------------
    Positive
----------------*/
/* line 2643, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.positive.buttons .button,
.ui.positive.button {
  background-color: #5bbd72 !important;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2650, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.positive.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2653, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.positive.buttons .button:hover,
.ui.positive.button:hover,
.ui.positive.buttons .active.button,
.ui.positive.active.button {
  background-color: #66c17b !important;
  color: #ffffff;
  text-shadow: none;
}

/* line 2661, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.positive.buttons .button:active,
.ui.positive.button:active {
  background-color: #46ae5f !important;
  color: #ffffff;
  text-shadow: none;
}

/* line 2667, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.positive.buttons .active.button,
.ui.positive.buttons .active.button:active,
.ui.positive.active.button,
.ui.positive.button .active.button:active {
  background-color: #49b562;
  color: #ffffff;
  text-shadow: none;
}

/*---------------
     Negative
----------------*/
/* line 2680, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.negative.buttons .button,
.ui.negative.button {
  background-color: #d95c5c !important;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
}

/* line 2687, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.negative.button {
  box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2690, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.negative.buttons .button:hover,
.ui.negative.button:hover,
.ui.negative.buttons .active.button,
.ui.negative.active.button {
  background-color: #dc6868 !important;
  color: #ffffff;
  text-shadow: none;
}

/* line 2698, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.negative.buttons .button:active,
.ui.negative.button:active {
  background-color: #d23f3f !important;
  color: #ffffff;
  text-shadow: none;
}

/* line 2704, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.negative.buttons .active.button,
.ui.negative.buttons .active.button:active,
.ui.negative.active.button,
.ui.negative.button .active.button:active {
  background-color: #d44747;
  color: #ffffff;
  text-shadow: none;
}

/*******************************
            Groups
*******************************/
/* line 2718, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0 0em 0em;
}

/* line 2723, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .button:hover,
.ui.buttons > .active.button {
  position: relative;
}

/* line 2727, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 2734, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .button:first-child {
  border-left: none;
}

/* line 2737, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons:not(.basic):not(.inverted) {
  box-shadow: none;
}

/* line 2740, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons > .ui.button:not(.basic):not(.inverted),
.ui.buttons:not(.basic):not(.inverted) > .button {
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 2744, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .button {
  margin: 0em;
  float: left;
  border-radius: 0em;
  margin: 0px 0px 0px 0px;
}

/* line 2750, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .button:first-child {
  margin-left: 0em;
  border-top-left-radius: 0.2857rem;
  border-bottom-left-radius: 0.2857rem;
}

/* line 2755, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.buttons .button:last-child {
  border-top-right-radius: 0.2857rem;
  border-bottom-right-radius: 0.2857rem;
}

/* Vertical  Style */
/* line 2761, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.buttons {
  display: inline-block;
}

/* line 2764, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.buttons .button {
  display: block;
  float: none;
  margin: 0px 0px 0px 0px;
  box-shadow: none;
}

/* line 2770, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.buttons .button:first-child,
.ui.vertical.buttons .mini.button:first-child,
.ui.vertical.buttons .tiny.button:first-child,
.ui.vertical.buttons .small.button:first-child,
.ui.vertical.buttons .massive.button:first-child,
.ui.vertical.buttons .huge.button:first-child {
  border-radius: 0.2857rem 0.2857rem 0px 0px;
}

/* line 2778, vendor/assets/stylesheets/semantic-css/components/button.css */
.ui.vertical.buttons .button:last-child,
.ui.vertical.buttons .mini.button:last-child,
.ui.vertical.buttons .tiny.button:last-child,
.ui.vertical.buttons .small.button:last-child,
.ui.vertical.buttons .massive.button:last-child,
.ui.vertical.buttons .huge.button:last-child,
.ui.vertical.buttons .gigantic.button:last-child {
  margin-bottom: 0px;
  border-radius: 0px 0px 0.2857rem 0.2857rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Divider
*******************************/
/*-------------------
       Element
--------------------*/
/* Text */
/*-------------------
       Coupling
--------------------*/
/* Icon */
/*******************************
         Variations
*******************************/
/* Horizontal / Vertical */
/* Inverted */
/* Section */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Divider
*******************************/
/* line 380, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.divider {
  margin: 1rem 0rem;
  line-height: 1;
  height: 0em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*--------------
      Basic
---------------*/
/* line 399, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------
    Coupling
---------------*/
/* line 408, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.grid > .ui.divider {
  font-size: 1rem;
}

/*--------------
   Horizontal
---------------*/
/* line 416, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.horizontal.divider {
  position: relative;
  height: auto;
  margin: '';
  overflow: hidden;
  line-height: 1;
  text-align: center;
}

/* line 424, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  position: absolute;
  content: '';
  z-index: 3;
  width: 50%;
  top: 50%;
  height: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 435, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.horizontal.divider:before {
  margin-left: calc(-50% -  1em);
}

/* line 439, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.horizontal.divider:after {
  margin-left: 1em;
}

/*--------------
    Vertical
---------------*/
/* line 447, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0rem;
  padding: 0em;
  width: auto;
  height: 50%;
  line-height: 0em;
  text-align: center;
  transform: translateX(-50%);
}

/* line 462, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.vertical.divider:before,
.ui.vertical.divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 3;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 0%;
  height: calc(100% -  1rem);
}

/* line 474, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.vertical.divider:before {
  top: -100%;
}

/* line 477, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.vertical.divider:after {
  top: auto;
  bottom: 0px;
}

/* Inside grid */
@media only screen and (max-width: 767px) {
  /* line 484, vendor/assets/stylesheets/semantic-css/components/divider.css */
  .ui.stackable.grid .ui.vertical.divider,
.ui.grid .stackable.row .ui.vertical.divider {
    position: relative;
    margin: 1rem 0rem;
    left: 50%;
    height: auto;
    overflow: hidden;
    line-height: 1;
    text-align: center;
  }
  /* line 494, vendor/assets/stylesheets/semantic-css/components/divider.css */
  .ui.stackable.grid .ui.vertical.divider:before,
.ui.grid .stackable.row .ui.vertical.divider:before,
.ui.stackable.grid .ui.vertical.divider:after,
.ui.grid .stackable.row .ui.vertical.divider:after {
    position: absolute;
    left: auto;
    content: '';
    z-index: 3;
    width: 50%;
    top: 50%;
    height: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* line 508, vendor/assets/stylesheets/semantic-css/components/divider.css */
  .ui.stackable.grid .ui.vertical.divider:before,
.ui.grid .stackable.row .ui.vertical.divider:before {
    margin-left: -51%;
  }
  /* line 512, vendor/assets/stylesheets/semantic-css/components/divider.css */
  .ui.stackable.grid .ui.vertical.divider:after,
.ui.grid .stackable.row .ui.vertical.divider:after {
    margin-left: 1em;
  }
}

/*--------------
      Icon
---------------*/
/* line 522, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.divider > .icon {
  margin: 0rem;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
}

/*******************************
          Variations
*******************************/
/*--------------
    Hidden
---------------*/
/* line 539, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.hidden.divider {
  border-color: transparent !important;
}

/*--------------
    Inverted
---------------*/
/* line 547, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.divider.inverted {
  color: #ffffff;
}

/* line 550, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider {
  color: #ffffff;
}

/* line 554, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.divider.inverted,
.ui.divider.inverted:after,
.ui.divider.inverted:before {
  border-top-color: rgba(0, 0, 0, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  border-left-color: rgba(0, 0, 0, 0.15) !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important;
}

/*--------------
    Fitted
---------------*/
/* line 567, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.fitted.divider {
  margin: 0em;
}

/*--------------
    Clearing
---------------*/
/* line 575, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.clearing.divider {
  clear: both;
}

/*--------------
    Section
---------------*/
/* line 583, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.section.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*--------------
     Sizes
---------------*/
/* line 592, vendor/assets/stylesheets/semantic-css/components/divider.css */
.ui.divider {
  font-size: 1rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Flag
*******************************/
/*-------------------
       Element
--------------------*/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*-------------------
   Flag Variables
--------------------*/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/* line 350, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0em 0.5em 0em 0em;
  text-decoration: inherit;
  speak: none;
  font-smoothing: antialiased;
  backface-visibility: hidden;
}

/* line 363, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url(https://skylarkly.com/../themes/default/assets/images/flags.png) no-repeat 0px 0px;
  width: 16px;
  height: 11px;
}

/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
/*******************************
         Theme Overrides
*******************************/
/* line 378, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ad:before,
i.flag.andorra:before {
  background-position: 0px 0px;
}

/* line 382, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ae:before,
i.flag.united.arab.emirates:before,
i.flag.uae:before {
  background-position: 0px -26px;
}

/* line 387, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.af:before,
i.flag.afghanistan:before {
  background-position: 0px -52px;
}

/* line 391, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ag:before,
i.flag.antigua:before {
  background-position: 0px -78px;
}

/* line 395, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ai:before,
i.flag.anguilla:before {
  background-position: 0px -104px;
}

/* line 399, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.al:before,
i.flag.albania:before {
  background-position: 0px -130px;
}

/* line 403, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.am:before,
i.flag.armenia:before {
  background-position: 0px -156px;
}

/* line 407, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.an:before,
i.flag.netherlands.antilles:before {
  background-position: 0px -182px;
}

/* line 411, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ao:before,
i.flag.angola:before {
  background-position: 0px -208px;
}

/* line 415, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ar:before,
i.flag.argentina:before {
  background-position: 0px -234px;
}

/* line 419, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.as:before,
i.flag.american.samoa:before {
  background-position: 0px -260px;
}

/* line 423, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.at:before,
i.flag.austria:before {
  background-position: 0px -286px;
}

/* line 427, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.au:before,
i.flag.australia:before {
  background-position: 0px -312px;
}

/* line 431, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.aw:before,
i.flag.aruba:before {
  background-position: 0px -338px;
}

/* line 435, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ax:before,
i.flag.aland.islands:before {
  background-position: 0px -364px;
}

/* line 439, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.az:before,
i.flag.azerbaijan:before {
  background-position: 0px -390px;
}

/* line 443, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ba:before,
i.flag.bosnia:before {
  background-position: 0px -416px;
}

/* line 447, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bb:before,
i.flag.barbados:before {
  background-position: 0px -442px;
}

/* line 451, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bd:before,
i.flag.bangladesh:before {
  background-position: 0px -468px;
}

/* line 455, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.be:before,
i.flag.belgium:before {
  background-position: 0px -494px;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bf:before,
i.flag.burkina.faso:before {
  background-position: 0px -520px;
}

/* line 463, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bg:before,
i.flag.bulgaria:before {
  background-position: 0px -546px;
}

/* line 467, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bh:before,
i.flag.bahrain:before {
  background-position: 0px -572px;
}

/* line 471, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bi:before,
i.flag.burundi:before {
  background-position: 0px -598px;
}

/* line 475, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bj:before,
i.flag.benin:before {
  background-position: 0px -624px;
}

/* line 479, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bm:before,
i.flag.bermuda:before {
  background-position: 0px -650px;
}

/* line 483, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bn:before,
i.flag.brunei:before {
  background-position: 0px -676px;
}

/* line 487, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bo:before,
i.flag.bolivia:before {
  background-position: 0px -702px;
}

/* line 491, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.br:before,
i.flag.brazil:before {
  background-position: 0px -728px;
}

/* line 495, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bs:before,
i.flag.bahamas:before {
  background-position: 0px -754px;
}

/* line 499, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bt:before,
i.flag.bhutan:before {
  background-position: 0px -780px;
}

/* line 503, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bv:before,
i.flag.bouvet.island:before {
  background-position: 0px -806px;
}

/* line 507, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bw:before,
i.flag.botswana:before {
  background-position: 0px -832px;
}

/* line 511, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.by:before,
i.flag.belarus:before {
  background-position: 0px -858px;
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.bz:before,
i.flag.belize:before {
  background-position: 0px -884px;
}

/* line 519, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ca:before,
i.flag.canada:before {
  background-position: 0px -910px;
}

/* line 523, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cc:before,
i.flag.cocos.islands:before {
  background-position: 0px -962px;
}

/* line 527, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cd:before,
i.flag.congo:before {
  background-position: 0px -988px;
}

/* line 531, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cf:before,
i.flag.central.african.republic:before {
  background-position: 0px -1014px;
}

/* line 535, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cg:before,
i.flag.congo.brazzaville:before {
  background-position: 0px -1040px;
}

/* line 539, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ch:before,
i.flag.switzerland:before {
  background-position: 0px -1066px;
}

/* line 543, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ci:before,
i.flag.cote.divoire:before {
  background-position: 0px -1092px;
}

/* line 547, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ck:before,
i.flag.cook.islands:before {
  background-position: 0px -1118px;
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cl:before,
i.flag.chile:before {
  background-position: 0px -1144px;
}

/* line 555, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cm:before,
i.flag.cameroon:before {
  background-position: 0px -1170px;
}

/* line 559, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cn:before,
i.flag.china:before {
  background-position: 0px -1196px;
}

/* line 563, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.co:before,
i.flag.colombia:before {
  background-position: 0px -1222px;
}

/* line 567, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cr:before,
i.flag.costa.rica:before {
  background-position: 0px -1248px;
}

/* line 571, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cs:before,
i.flag.serbia:before {
  background-position: 0px -1274px;
}

/* line 575, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cu:before,
i.flag.cuba:before {
  background-position: 0px -1300px;
}

/* line 579, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cv:before,
i.flag.cape.verde:before {
  background-position: 0px -1326px;
}

/* line 583, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cx:before,
i.flag.christmas.island:before {
  background-position: 0px -1352px;
}

/* line 587, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cy:before,
i.flag.cyprus:before {
  background-position: 0px -1378px;
}

/* line 591, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.cz:before,
i.flag.czech.republic:before {
  background-position: 0px -1404px;
}

/* line 595, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.de:before,
i.flag.germany:before {
  background-position: 0px -1430px;
}

/* line 599, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.dj:before,
i.flag.djibouti:before {
  background-position: 0px -1456px;
}

/* line 603, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.dk:before,
i.flag.denmark:before {
  background-position: 0px -1482px;
}

/* line 607, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.dm:before,
i.flag.dominica:before {
  background-position: 0px -1508px;
}

/* line 611, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.do:before,
i.flag.dominican.republic:before {
  background-position: 0px -1534px;
}

/* line 615, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.dz:before,
i.flag.algeria:before {
  background-position: 0px -1560px;
}

/* line 619, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ec:before,
i.flag.ecuador:before {
  background-position: 0px -1586px;
}

/* line 623, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ee:before,
i.flag.estonia:before {
  background-position: 0px -1612px;
}

/* line 627, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.eg:before,
i.flag.egypt:before {
  background-position: 0px -1638px;
}

/* line 631, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.eh:before,
i.flag.western.sahara:before {
  background-position: 0px -1664px;
}

/* line 635, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.er:before,
i.flag.eritrea:before {
  background-position: 0px -1716px;
}

/* line 639, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.es:before,
i.flag.spain:before {
  background-position: 0px -1742px;
}

/* line 643, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.et:before,
i.flag.ethiopia:before {
  background-position: 0px -1768px;
}

/* line 647, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.eu:before,
i.flag.european.union:before {
  background-position: 0px -1794px;
}

/* line 651, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.fi:before,
i.flag.finland:before {
  background-position: 0px -1846px;
}

/* line 655, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.fj:before,
i.flag.fiji:before {
  background-position: 0px -1872px;
}

/* line 659, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.fk:before,
i.flag.falkland.islands:before {
  background-position: 0px -1898px;
}

/* line 663, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.fm:before,
i.flag.micronesia:before {
  background-position: 0px -1924px;
}

/* line 667, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.fo:before,
i.flag.faroe.islands:before {
  background-position: 0px -1950px;
}

/* line 671, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.fr:before,
i.flag.france:before {
  background-position: 0px -1976px;
}

/* line 675, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ga:before,
i.flag.gabon:before {
  background-position: -36px 0px;
}

/* line 679, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gb:before,
i.flag.united.kingdom:before {
  background-position: -36px -26px;
}

/* line 683, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gd:before,
i.flag.grenada:before {
  background-position: -36px -52px;
}

/* line 687, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ge:before,
i.flag.georgia:before {
  background-position: -36px -78px;
}

/* line 691, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gf:before,
i.flag.french.guiana:before {
  background-position: -36px -104px;
}

/* line 695, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gh:before,
i.flag.ghana:before {
  background-position: -36px -130px;
}

/* line 699, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gi:before,
i.flag.gibraltar:before {
  background-position: -36px -156px;
}

/* line 703, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gl:before,
i.flag.greenland:before {
  background-position: -36px -182px;
}

/* line 707, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gm:before,
i.flag.gambia:before {
  background-position: -36px -208px;
}

/* line 711, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gn:before,
i.flag.guinea:before {
  background-position: -36px -234px;
}

/* line 715, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gp:before,
i.flag.guadeloupe:before {
  background-position: -36px -260px;
}

/* line 719, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gq:before,
i.flag.equatorial.guinea:before {
  background-position: -36px -286px;
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gr:before,
i.flag.greece:before {
  background-position: -36px -312px;
}

/* line 727, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gs:before,
i.flag.sandwich.islands:before {
  background-position: -36px -338px;
}

/* line 731, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gt:before,
i.flag.guatemala:before {
  background-position: -36px -364px;
}

/* line 735, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gu:before,
i.flag.guam:before {
  background-position: -36px -390px;
}

/* line 739, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gw:before,
i.flag.guinea-bissau:before {
  background-position: -36px -416px;
}

/* line 743, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.gy:before,
i.flag.guyana:before {
  background-position: -36px -442px;
}

/* line 747, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.hk:before,
i.flag.hong.kong:before {
  background-position: -36px -468px;
}

/* line 751, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.hm:before,
i.flag.heard.island:before {
  background-position: -36px -494px;
}

/* line 755, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.hn:before,
i.flag.honduras:before {
  background-position: -36px -520px;
}

/* line 759, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.hr:before,
i.flag.croatia:before {
  background-position: -36px -546px;
}

/* line 763, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ht:before,
i.flag.haiti:before {
  background-position: -36px -572px;
}

/* line 767, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.hu:before,
i.flag.hungary:before {
  background-position: -36px -598px;
}

/* line 771, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.id:before,
i.flag.indonesia:before {
  background-position: -36px -624px;
}

/* line 775, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ie:before,
i.flag.ireland:before {
  background-position: -36px -650px;
}

/* line 779, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.il:before,
i.flag.israel:before {
  background-position: -36px -676px;
}

/* line 783, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.in:before,
i.flag.india:before {
  background-position: -36px -702px;
}

/* line 787, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.io:before,
i.flag.indian.ocean.territory:before {
  background-position: -36px -728px;
}

/* line 791, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.iq:before,
i.flag.iraq:before {
  background-position: -36px -754px;
}

/* line 795, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ir:before,
i.flag.iran:before {
  background-position: -36px -780px;
}

/* line 799, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.is:before,
i.flag.iceland:before {
  background-position: -36px -806px;
}

/* line 803, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.it:before,
i.flag.italy:before {
  background-position: -36px -832px;
}

/* line 807, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.jm:before,
i.flag.jamaica:before {
  background-position: -36px -858px;
}

/* line 811, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.jo:before,
i.flag.jordan:before {
  background-position: -36px -884px;
}

/* line 815, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.jp:before,
i.flag.japan:before {
  background-position: -36px -910px;
}

/* line 819, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ke:before,
i.flag.kenya:before {
  background-position: -36px -936px;
}

/* line 823, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kg:before,
i.flag.kyrgyzstan:before {
  background-position: -36px -962px;
}

/* line 827, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kh:before,
i.flag.cambodia:before {
  background-position: -36px -988px;
}

/* line 831, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ki:before,
i.flag.kiribati:before {
  background-position: -36px -1014px;
}

/* line 835, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.km:before,
i.flag.comoros:before {
  background-position: -36px -1040px;
}

/* line 839, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kn:before,
i.flag.saint.kitts.and.nevis:before {
  background-position: -36px -1066px;
}

/* line 843, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kp:before,
i.flag.north.korea:before {
  background-position: -36px -1092px;
}

/* line 847, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kr:before,
i.flag.south.korea:before {
  background-position: -36px -1118px;
}

/* line 851, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kw:before,
i.flag.kuwait:before {
  background-position: -36px -1144px;
}

/* line 855, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ky:before,
i.flag.cayman.islands:before {
  background-position: -36px -1170px;
}

/* line 859, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.kz:before,
i.flag.kazakhstan:before {
  background-position: -36px -1196px;
}

/* line 863, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.la:before,
i.flag.laos:before {
  background-position: -36px -1222px;
}

/* line 867, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lb:before,
i.flag.lebanon:before {
  background-position: -36px -1248px;
}

/* line 871, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lc:before,
i.flag.saint.lucia:before {
  background-position: -36px -1274px;
}

/* line 875, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.li:before,
i.flag.liechtenstein:before {
  background-position: -36px -1300px;
}

/* line 879, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lk:before,
i.flag.sri.lanka:before {
  background-position: -36px -1326px;
}

/* line 883, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lr:before,
i.flag.liberia:before {
  background-position: -36px -1352px;
}

/* line 887, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ls:before,
i.flag.lesotho:before {
  background-position: -36px -1378px;
}

/* line 891, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lt:before,
i.flag.lithuania:before {
  background-position: -36px -1404px;
}

/* line 895, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lu:before,
i.flag.luxembourg:before {
  background-position: -36px -1430px;
}

/* line 899, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.lv:before,
i.flag.latvia:before {
  background-position: -36px -1456px;
}

/* line 903, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ly:before,
i.flag.libya:before {
  background-position: -36px -1482px;
}

/* line 907, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ma:before,
i.flag.morocco:before {
  background-position: -36px -1508px;
}

/* line 911, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mc:before,
i.flag.monaco:before {
  background-position: -36px -1534px;
}

/* line 915, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.md:before,
i.flag.moldova:before {
  background-position: -36px -1560px;
}

/* line 919, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.me:before,
i.flag.montenegro:before {
  background-position: -36px -1586px;
}

/* line 923, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mg:before,
i.flag.madagascar:before {
  background-position: -36px -1613px;
}

/* line 927, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mh:before,
i.flag.marshall.islands:before {
  background-position: -36px -1639px;
}

/* line 931, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mk:before,
i.flag.macedonia:before {
  background-position: -36px -1665px;
}

/* line 935, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ml:before,
i.flag.mali:before {
  background-position: -36px -1691px;
}

/* line 939, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mm:before,
i.flag.myanmar:before,
i.flag.burma:before {
  background-position: -36px -1717px;
}

/* line 944, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mn:before,
i.flag.mongolia:before {
  background-position: -36px -1743px;
}

/* line 948, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mo:before,
i.flag.macau:before {
  background-position: -36px -1769px;
}

/* line 952, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mp:before,
i.flag.northern.mariana.islands:before {
  background-position: -36px -1795px;
}

/* line 956, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mq:before,
i.flag.martinique:before {
  background-position: -36px -1821px;
}

/* line 960, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mr:before,
i.flag.mauritania:before {
  background-position: -36px -1847px;
}

/* line 964, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ms:before,
i.flag.montserrat:before {
  background-position: -36px -1873px;
}

/* line 968, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mt:before,
i.flag.malta:before {
  background-position: -36px -1899px;
}

/* line 972, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mu:before,
i.flag.mauritius:before {
  background-position: -36px -1925px;
}

/* line 976, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mv:before,
i.flag.maldives:before {
  background-position: -36px -1951px;
}

/* line 980, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mw:before,
i.flag.malawi:before {
  background-position: -36px -1977px;
}

/* line 984, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mx:before,
i.flag.mexico:before {
  background-position: -72px 0px;
}

/* line 988, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.my:before,
i.flag.malaysia:before {
  background-position: -72px -26px;
}

/* line 992, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.mz:before,
i.flag.mozambique:before {
  background-position: -72px -52px;
}

/* line 996, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.na:before,
i.flag.namibia:before {
  background-position: -72px -78px;
}

/* line 1000, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.nc:before,
i.flag.new.caledonia:before {
  background-position: -72px -104px;
}

/* line 1004, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ne:before,
i.flag.niger:before {
  background-position: -72px -130px;
}

/* line 1008, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.nf:before,
i.flag.norfolk.island:before {
  background-position: -72px -156px;
}

/* line 1012, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ng:before,
i.flag.nigeria:before {
  background-position: -72px -182px;
}

/* line 1016, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ni:before,
i.flag.nicaragua:before {
  background-position: -72px -208px;
}

/* line 1020, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.nl:before,
i.flag.netherlands:before {
  background-position: -72px -234px;
}

/* line 1024, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.no:before,
i.flag.norway:before {
  background-position: -72px -260px;
}

/* line 1028, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.np:before,
i.flag.nepal:before {
  background-position: -72px -286px;
}

/* line 1032, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.nr:before,
i.flag.nauru:before {
  background-position: -72px -312px;
}

/* line 1036, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.nu:before,
i.flag.niue:before {
  background-position: -72px -338px;
}

/* line 1040, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.nz:before,
i.flag.new.zealand:before {
  background-position: -72px -364px;
}

/* line 1044, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.om:before,
i.flag.oman:before {
  background-position: -72px -390px;
}

/* line 1048, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pa:before,
i.flag.panama:before {
  background-position: -72px -416px;
}

/* line 1052, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pe:before,
i.flag.peru:before {
  background-position: -72px -442px;
}

/* line 1056, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pf:before,
i.flag.french.polynesia:before {
  background-position: -72px -468px;
}

/* line 1060, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pg:before,
i.flag.new.guinea:before {
  background-position: -72px -494px;
}

/* line 1064, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ph:before,
i.flag.philippines:before {
  background-position: -72px -520px;
}

/* line 1068, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pk:before,
i.flag.pakistan:before {
  background-position: -72px -546px;
}

/* line 1072, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pl:before,
i.flag.poland:before {
  background-position: -72px -572px;
}

/* line 1076, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pm:before,
i.flag.saint.pierre:before {
  background-position: -72px -598px;
}

/* line 1080, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pn:before,
i.flag.pitcairn.islands:before {
  background-position: -72px -624px;
}

/* line 1084, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pr:before,
i.flag.puerto.rico:before {
  background-position: -72px -650px;
}

/* line 1088, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ps:before,
i.flag.palestine:before {
  background-position: -72px -676px;
}

/* line 1092, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pt:before,
i.flag.portugal:before {
  background-position: -72px -702px;
}

/* line 1096, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.pw:before,
i.flag.palau:before {
  background-position: -72px -728px;
}

/* line 1100, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.py:before,
i.flag.paraguay:before {
  background-position: -72px -754px;
}

/* line 1104, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.qa:before,
i.flag.qatar:before {
  background-position: -72px -780px;
}

/* line 1108, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.re:before,
i.flag.reunion:before {
  background-position: -72px -806px;
}

/* line 1112, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ro:before,
i.flag.romania:before {
  background-position: -72px -832px;
}

/* line 1116, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.rs:before,
i.flag.serbia:before {
  background-position: -72px -858px;
}

/* line 1120, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ru:before,
i.flag.russia:before {
  background-position: -72px -884px;
}

/* line 1124, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.rw:before,
i.flag.rwanda:before {
  background-position: -72px -910px;
}

/* line 1128, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sa:before,
i.flag.saudi.arabia:before {
  background-position: -72px -936px;
}

/* line 1132, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sb:before,
i.flag.solomon.islands:before {
  background-position: -72px -962px;
}

/* line 1136, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sc:before,
i.flag.seychelles:before {
  background-position: -72px -988px;
}

/* line 1140, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sd:before,
i.flag.sudan:before {
  background-position: -72px -1040px;
}

/* line 1144, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.se:before,
i.flag.sweden:before {
  background-position: -72px -1066px;
}

/* line 1148, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sg:before,
i.flag.singapore:before {
  background-position: -72px -1092px;
}

/* line 1152, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sh:before,
i.flag.saint.helena:before {
  background-position: -72px -1118px;
}

/* line 1156, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.si:before,
i.flag.slovenia:before {
  background-position: -72px -1144px;
}

/* line 1160, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sj:before,
i.flag.svalbard:before,
i.flag.jan.mayen:before {
  background-position: -72px -1170px;
}

/* line 1165, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sk:before,
i.flag.slovakia:before {
  background-position: -72px -1196px;
}

/* line 1169, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sl:before,
i.flag.sierra.leone:before {
  background-position: -72px -1222px;
}

/* line 1173, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sm:before,
i.flag.san.marino:before {
  background-position: -72px -1248px;
}

/* line 1177, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sn:before,
i.flag.senegal:before {
  background-position: -72px -1274px;
}

/* line 1181, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.so:before,
i.flag.somalia:before {
  background-position: -72px -1300px;
}

/* line 1185, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sr:before,
i.flag.suriname:before {
  background-position: -72px -1326px;
}

/* line 1189, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.st:before,
i.flag.sao.tome:before {
  background-position: -72px -1352px;
}

/* line 1193, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sv:before,
i.flag.el.salvador:before {
  background-position: -72px -1378px;
}

/* line 1197, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sy:before,
i.flag.syria:before {
  background-position: -72px -1404px;
}

/* line 1201, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.sz:before,
i.flag.swaziland:before {
  background-position: -72px -1430px;
}

/* line 1205, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tc:before,
i.flag.caicos.islands:before {
  background-position: -72px -1456px;
}

/* line 1209, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.td:before,
i.flag.chad:before {
  background-position: -72px -1482px;
}

/* line 1213, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tf:before,
i.flag.french.territories:before {
  background-position: -72px -1508px;
}

/* line 1217, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tg:before,
i.flag.togo:before {
  background-position: -72px -1534px;
}

/* line 1221, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.th:before,
i.flag.thailand:before {
  background-position: -72px -1560px;
}

/* line 1225, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tj:before,
i.flag.tajikistan:before {
  background-position: -72px -1586px;
}

/* line 1229, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tk:before,
i.flag.tokelau:before {
  background-position: -72px -1612px;
}

/* line 1233, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tl:before,
i.flag.timorleste:before {
  background-position: -72px -1638px;
}

/* line 1237, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tm:before,
i.flag.turkmenistan:before {
  background-position: -72px -1664px;
}

/* line 1241, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tn:before,
i.flag.tunisia:before {
  background-position: -72px -1690px;
}

/* line 1245, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.to:before,
i.flag.tonga:before {
  background-position: -72px -1716px;
}

/* line 1249, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tr:before,
i.flag.turkey:before {
  background-position: -72px -1742px;
}

/* line 1253, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tt:before,
i.flag.trinidad:before {
  background-position: -72px -1768px;
}

/* line 1257, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tv:before,
i.flag.tuvalu:before {
  background-position: -72px -1794px;
}

/* line 1261, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tw:before,
i.flag.taiwan:before {
  background-position: -72px -1820px;
}

/* line 1265, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.tz:before,
i.flag.tanzania:before {
  background-position: -72px -1846px;
}

/* line 1269, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ua:before,
i.flag.ukraine:before {
  background-position: -72px -1872px;
}

/* line 1273, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ug:before,
i.flag.uganda:before {
  background-position: -72px -1898px;
}

/* line 1277, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.um:before,
i.flag.us.minor.islands:before {
  background-position: -72px -1924px;
}

/* line 1281, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.us:before,
i.flag.america:before,
i.flag.united.states:before {
  background-position: -72px -1950px;
}

/* line 1286, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.uy:before,
i.flag.uruguay:before {
  background-position: -72px -1976px;
}

/* line 1290, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.uz:before,
i.flag.uzbekistan:before {
  background-position: -108px 0px;
}

/* line 1294, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.va:before,
i.flag.vatican.city:before {
  background-position: -108px -26px;
}

/* line 1298, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.vc:before,
i.flag.saint.vincent:before {
  background-position: -108px -52px;
}

/* line 1302, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ve:before,
i.flag.venezuela:before {
  background-position: -108px -78px;
}

/* line 1306, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.vg:before,
i.flag.british.virgin.islands:before {
  background-position: -108px -104px;
}

/* line 1310, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.vi:before,
i.flag.us.virgin.islands:before {
  background-position: -108px -130px;
}

/* line 1314, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.vn:before,
i.flag.vietnam:before {
  background-position: -108px -156px;
}

/* line 1318, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.vu:before,
i.flag.vanuatu:before {
  background-position: -108px -182px;
}

/* line 1322, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.wf:before,
i.flag.wallis.and.futuna:before {
  background-position: -108px -234px;
}

/* line 1326, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ws:before,
i.flag.samoa:before {
  background-position: -108px -260px;
}

/* line 1330, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.ye:before,
i.flag.yemen:before {
  background-position: -108px -286px;
}

/* line 1334, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.yt:before,
i.flag.mayotte:before {
  background-position: -108px -312px;
}

/* line 1338, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.za:before,
i.flag.south.africa:before {
  background-position: -108px -338px;
}

/* line 1342, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.zm:before,
i.flag.zambia:before {
  background-position: -108px -364px;
}

/* line 1346, vendor/assets/stylesheets/semantic-css/components/flag.css */
i.flag.zw:before,
i.flag.zimbabwe:before {
  background-position: -108px -390px;
}

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Header
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Header
*******************************/
/*-------------------
       Element
--------------------*/
/* Sizing */
/* Sub Header */
/* Icon */
/* Label */
/* Content */
/* Paragraph after Header */
/*-------------------
      Variations
--------------------*/
/* Icon Header */
/* No Line Height Offset */
/* Divided */
/* Block */
/* Divided */
/* Attached */
/* Inverted */
/* Floated */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Header
*******************************/
/* Standard */
/* line 392, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header {
  border: none;
  margin: calc(2rem -  0.165em) 0em 1rem;
  padding: 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.33em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.8);
}

/* line 403, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header .sub.header {
  font-size: 1.0714rem;
  font-weight: normal;
  margin: 0em;
  padding: 0em;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.5);
}

/* line 411, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header:first-child {
  margin-top: -0.165em;
}

/* line 414, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header:last-child {
  margin-bottom: 0em;
}

/*--------------
      Icon
---------------*/
/* line 422, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header > .icon {
  display: table-cell;
  opacity: 1;
  font-size: 1.5em;
  padding-top: 0.165em;
  vertical-align: middle;
  padding-right: 0.5rem;
}

/* Only One */
/* line 432, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header .icon:only-child {
  display: inline-block;
  padding: 0em;
  margin-right: 0.5rem;
  vertical-align: baseline;
}

/*--------------
     Content
---------------*/
/* line 443, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header .content {
  display: inline-block;
  vertical-align: top;
}

/* line 447, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header > .icon + .content {
  padding-left: 0.5rem;
  display: table-cell;
  vertical-align: middle;
}

/*--------------
 Content Heading
---------------*/
/* line 457, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.tiny.header {
  font-size: 1em;
}

/* line 460, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.small.header {
  font-size: 1.071em;
}

/* line 463, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.medium.header {
  font-size: 1.285em;
}

/* line 466, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.large.header {
  font-size: 1.714em;
}

/* line 469, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.huge.header {
  min-height: 1em;
  font-size: 2em;
}

/*--------------
 Loose Coupling
---------------*/
/* line 478, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header .ui.label {
  margin: 0em 0em 0em 0.5rem;
  vertical-align: middle;
}

/* Positioning */
/* line 484, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header + p {
  margin-top: 0em;
}

/*******************************
            Types
*******************************/
/*--------------
     Page
---------------*/
/* line 498, vendor/assets/stylesheets/semantic-css/components/header.css */
h1.ui.header {
  font-size: 2rem;
}

/* line 501, vendor/assets/stylesheets/semantic-css/components/header.css */
h2.ui.header {
  font-size: 1.714rem;
}

/* line 504, vendor/assets/stylesheets/semantic-css/components/header.css */
h3.ui.header {
  font-size: 1.28rem;
}

/* line 507, vendor/assets/stylesheets/semantic-css/components/header.css */
h4.ui.header {
  font-size: 1.071rem;
}

/* line 510, vendor/assets/stylesheets/semantic-css/components/header.css */
h5.ui.header {
  font-size: 1rem;
}

/*-------------------
        Icon
--------------------*/
/* line 518, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header {
  display: inline-block;
  text-align: center;
  margin: 2rem 0em 1rem;
}

/* line 523, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* line 530, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header:first-child {
  margin-top: 0em;
}

/* line 533, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header .icon {
  float: none;
  display: block;
  width: auto;
  height: auto;
  padding: 0em;
  font-size: 3em;
  margin: 0em auto 0.25rem;
  opacity: 1;
}

/* line 543, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header .content {
  display: block;
}

/* line 546, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header .circular.icon {
  font-size: 2em;
}

/* line 549, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header .square.icon {
  font-size: 2em;
}

/* line 552, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.block.icon.header .icon {
  margin-bottom: 0em;
}

/* line 555, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.icon.header.aligned {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*******************************
            States
*******************************/
/* line 566, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.disabled.header {
  opacity: 0.3;
}

/*******************************
           Variations
*******************************/
/*-------------------
       Colors
--------------------*/
/* line 580, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.black.header {
  color: #1b1c1d !important;
}

/* line 583, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.black.header:hover {
  color: #1b1c1d !important;
}

/* line 586, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.blue.header {
  color: #3b83c0 !important;
}

/* line 589, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.blue.header:hover {
  color: #458ac6 !important;
}

/* line 592, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.green.header {
  color: #5bbd72 !important;
}

/* line 595, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.green.header:hover {
  color: #66c17b !important;
}

/* line 598, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.orange.header {
  color: #e07b53 !important;
}

/* line 601, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.orange.header:hover {
  color: #e28560 !important;
}

/* line 604, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.pink.header {
  color: #d9499a !important;
}

/* line 607, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.pink.header:hover {
  color: #dc56a1 !important;
}

/* line 610, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.purple.header {
  color: #564f8a !important;
}

/* line 613, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.purple.header:hover {
  color: #5c5594 !important;
}

/* line 616, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.red.header {
  color: #d95c5c !important;
}

/* line 619, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.red.header:hover {
  color: #dc6868 !important;
}

/* line 622, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.teal.header {
  color: #00b5ad !important;
}

/* line 625, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.teal.header:hover {
  color: #00c4bc !important;
}

/* line 628, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.yellow.header {
  color: #f2c61f !important;
}

/* line 631, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.yellow.header:hover {
  color: #f3ca2d !important;
}

/* line 634, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.black.dividing.header {
  border-bottom: 2px solid #1b1c1d;
}

/* line 637, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.blue.dividing.header {
  border-bottom: 2px solid #3b83c0;
}

/* line 640, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.green.dividing.header {
  border-bottom: 2px solid #5bbd72;
}

/* line 643, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.orange.dividing.header {
  border-bottom: 2px solid #e07b53;
}

/* line 646, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.pink.dividing.header {
  border-bottom: 2px solid #d9499a;
}

/* line 649, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.purple.dividing.header {
  border-bottom: 2px solid #564f8a;
}

/* line 652, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.red.dividing.header {
  border-bottom: 2px solid #d95c5c;
}

/* line 655, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.teal.dividing.header {
  border-bottom: 2px solid #00b5ad;
}

/* line 658, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.yellow.dividing.header {
  border-bottom: 2px solid #f2c61f;
}

/*-------------------
      Inverted
--------------------*/
/* line 666, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.header {
  color: #ffffff;
}

/* line 669, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.header .sub.header {
  color: rgba(255, 255, 255, 0.85);
}

/* line 672, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.attached.header {
  background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  box-shadow: none;
}

/* line 677, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.block.header {
  background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  box-shadow: none;
}

/*-------------------
   Inverted Colors
--------------------*/
/* line 687, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.black.header {
  color: #aaaaaa !important;
}

/* line 690, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.black.header:hover {
  color: #b2b2b2 !important;
}

/* line 693, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.blue.header {
  color: #54c8ff !important;
}

/* line 696, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.blue.header:hover {
  color: #63cdff !important;
}

/* line 699, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.green.header {
  color: #2ecc40 !important;
}

/* line 702, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.green.header:hover {
  color: #37d249 !important;
}

/* line 705, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.orange.header {
  color: #ff851b !important;
}

/* line 708, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.orange.header:hover {
  color: #ff8d2a !important;
}

/* line 711, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.pink.header {
  color: #ff8edf !important;
}

/* line 714, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.pink.header:hover {
  color: #ff9de3 !important;
}

/* line 717, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.purple.header {
  color: #cdc6ff !important;
}

/* line 720, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.purple.header:hover {
  color: #dad5ff !important;
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.red.header {
  color: #ff695e !important;
}

/* line 726, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.red.header:hover {
  color: #ff776d !important;
}

/* line 729, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.teal.header {
  color: #6dffff !important;
}

/* line 732, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.teal.header:hover {
  color: #7cffff !important;
}

/* line 735, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.yellow.header {
  color: #ffe21f !important;
}

/* line 738, vendor/assets/stylesheets/semantic-css/components/header.css */
a.ui.inverted.yellow.header:hover {
  color: #ffe42e !important;
}

/* line 741, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.block.header {
  border-bottom: none;
}

/*-------------------
       Aligned
--------------------*/
/* line 749, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.left.aligned.header {
  text-align: left;
}

/* line 752, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.right.aligned.header {
  text-align: right;
}

/* line 755, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.centered.header,
.ui.center.aligned.header {
  text-align: center;
}

/* line 759, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.justified.header {
  text-align: justify;
}

/* line 762, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.justified.header:after {
  display: inline-block;
  content: '';
  width: 100%;
}

/*-------------------
       Floated
--------------------*/
/* line 772, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.floated.header,
.ui.header[class*="left floated"] {
  float: left;
  margin-top: 0em;
  margin-right: 0.5em;
}

/* line 778, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header[class*="right floated"] {
  float: right;
  margin-top: 0em;
  margin-left: 0.5em;
}

/*-------------------
       Fittted
--------------------*/
/* line 788, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.fitted.header {
  padding: 0em;
}

/*-------------------
      Dividing
--------------------*/
/* line 796, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.dividing.header {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 800, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.dividing.header .sub.header {
  padding-bottom: 0.25rem;
}

/* line 803, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.dividing.header .icon {
  margin-bottom: 0em;
}

/* line 806, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.inverted.dividing.header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/*-------------------
        Block
--------------------*/
/* line 814, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.block.header {
  background: #f0f0f0;
  padding: 0.75rem 1rem;
  box-shadow: none;
  border: 1px solid #d4d4d5;
  border-radius: 0.3125rem;
}

/* line 821, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.tiny.block.header {
  font-size: 1em;
}

/* line 824, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.small.block.header {
  font-size: 1.071em;
}

/* line 827, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.285em;
}

/* line 830, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.large.block.header {
  font-size: 1.714em;
}

/* line 833, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.huge.block.header {
  font-size: 2em;
}

/*-------------------
       Attached
--------------------*/
/* line 841, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.attached.header {
  background: #ffffff;
  padding: 0.75rem 1rem;
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: none;
  border: 1px solid #d4d4d5;
}

/* line 849, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.attached.block.header {
  background: #f0f0f0;
}

/* line 852, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.attached.header:not(.top):not(.bottom) {
  margin-top: 0em;
  margin-bottom: 0em;
  border-top: none;
  border-bottom: none;
  border-radius: 0em;
}

/* line 859, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.top.attached.header {
  margin-bottom: 0em;
  border-bottom: none;
  border-radius: 0.3125rem 0.3125rem 0em 0em;
}

/* line 864, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.bottom.attached.header {
  margin-top: 0em;
  border-top: none;
  border-radius: 0em 0em 0.3125rem 0.3125rem;
}

/* Attached Sizes */
/* line 871, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.tiny.attached.header {
  font-size: 0.8571em;
}

/* line 874, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.small.attached.header {
  font-size: 0.9285em;
}

/* line 877, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1em;
}

/* line 880, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.large.attached.header {
  font-size: 1.0714em;
}

/* line 883, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.huge.attached.header {
  font-size: 1.1428em;
}

/*-------------------
        Sizing
--------------------*/
/* line 891, vendor/assets/stylesheets/semantic-css/components/header.css */
.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.285em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Image
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Image
*******************************/
/*-------------------
       Element
--------------------*/
/*-------------------
       Types
--------------------*/
/* Avatar */
/*-------------------
       Variations
--------------------*/
/* Floated */
/* Size */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Image
*******************************/
/* line 373, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
}

/* line 380, vendor/assets/stylesheets/semantic-css/components/image.css */
img.ui.image {
  display: block;
}

/* line 383, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.image svg,
.ui.image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*******************************
            States
*******************************/
/* line 395, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.disabled.image {
  cursor: default;
  opacity: 0.3;
}

/*******************************
          Variations
*******************************/
/*--------------
     Inline
---------------*/
/* line 410, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.inline.image,
.ui.inline.image svg,
.ui.inline.image img {
  display: inline-block;
}

/*------------------
  Vertical Aligned
-------------------*/
/* line 420, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.top.aligned.images .image,
.ui.top.aligned.image,
.ui.top.aligned.image svg,
.ui.top.aligned.image img {
  display: inline-block;
  vertical-align: top;
}

/* line 427, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.middle.aligned.images .image,
.ui.middle.aligned.image,
.ui.middle.aligned.image svg,
.ui.middle.aligned.image img {
  display: inline-block;
  vertical-align: middle;
}

/* line 434, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.bottom.aligned.images .image,
.ui.bottom.aligned.image,
.ui.bottom.aligned.image svg,
.ui.bottom.aligned.image img {
  display: inline-block;
  vertical-align: bottom;
}

/*--------------
     Rounded
---------------*/
/* line 446, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.rounded.images .image,
.ui.rounded.images img,
.ui.rounded.images svg,
.ui.rounded.image img,
.ui.rounded.image svg,
.ui.rounded.image {
  border-radius: 0.3125em;
}

/*--------------
    Bordered
---------------*/
/* line 459, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.bordered.images .image,
.ui.bordered.images img,
.ui.bordered.images svg,
.ui.bordered.image img,
.ui.bordered.image svg,
img.ui.bordered.image {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------
    Circular
---------------*/
/* line 472, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.circular.images,
.ui.circular.image {
  overflow: hidden;
}

/* line 476, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.circular.images .image,
.ui.circular.images img,
.ui.circular.images svg,
.ui.circular.image img,
.ui.circular.image svg,
.ui.circular.image {
  border-radius: 500rem;
}

/*--------------
     Fluid
---------------*/
/* line 489, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.fluid.images,
.ui.fluid.image,
.ui.fluid.images img,
.ui.fluid.images svg,
.ui.fluid.image svg,
.ui.fluid.image img {
  display: block;
  width: 100%;
}

/*--------------
     Avatar
---------------*/
/* line 503, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.image {
  margin-right: 0.25em;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 500rem;
}

/*-------------------
       Floated
--------------------*/
/* line 520, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.floated.image,
.ui.floated.images {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* line 526, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.right.floated.images,
.ui.right.floated.image {
  float: right;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: 1em;
}

/* line 533, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.floated.images:last-child,
.ui.floated.image:last-child {
  margin-bottom: 0em;
}

/* line 537, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.centered.images,
.ui.centered.image {
  margin-left: auto;
  margin-right: auto;
}

/*--------------
     Sizes
---------------*/
/* line 547, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.mini.images .image,
.ui.mini.images img,
.ui.mini.images svg,
.ui.mini.image {
  width: 20px;
  font-size: 0.71428571rem;
}

/* line 554, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.tiny.images .image,
.ui.tiny.images img,
.ui.tiny.images svg,
.ui.tiny.image {
  width: 80px;
  font-size: 0.85714286rem;
}

/* line 561, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.small.images .image,
.ui.small.images img,
.ui.small.images svg,
.ui.small.image {
  width: 150px;
  font-size: 0.92857143rem;
}

/* line 568, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.medium.images .image,
.ui.medium.images img,
.ui.medium.images svg,
.ui.medium.image {
  width: 300px;
  font-size: 1rem;
}

/* line 575, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.large.images .image,
.ui.large.images img,
.ui.large.images svg,
.ui.large.image {
  width: 450px;
  font-size: 1.14285714rem;
}

/* line 582, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.big.images .image,
.ui.big.images img,
.ui.big.images svg,
.ui.big.image {
  width: 600px;
  font-size: 1.28571429rem;
}

/* line 589, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.huge.images .image,
.ui.huge.images img,
.ui.huge.images svg,
.ui.huge.image {
  width: 800px;
  font-size: 1.42857143rem;
}

/* line 596, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.massive.images .image,
.ui.massive.images img,
.ui.massive.images svg,
.ui.massive.image {
  width: 960px;
  font-size: 1.71428571rem;
}

/*******************************
              Groups
*******************************/
/* line 609, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.images {
  font-size: 0em;
  margin: 0em -0.25rem 0rem;
}

/* line 613, vendor/assets/stylesheets/semantic-css/components/image.css */
.ui.images .image,
.ui.images img,
.ui.images svg {
  display: inline-block;
  margin: 0em 0.25rem 0.5rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Input
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Input
*******************************/
/*-------------------
      Element
--------------------*/
/*-------------------
        Types
--------------------*/
/* Icon Input */
/* Circular Icon Input */
/* Labeled Input */
/*-------------------
        States
--------------------*/
/* Placeholder */
/* Down */
/* Focus */
/* Error */
/* Loader */
/*-------------------
      Variations
--------------------*/
/* Inverted */
/* Sizing */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           Standard
*******************************/
/*--------------------
        Inputs
---------------------*/
/* line 397, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
}

/* line 402, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input input {
  margin: 0em;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.2142em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 0.67861em 1em;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2857rem;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: none;
}

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
/* line 426, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 429, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/*******************************
            States
*******************************/
/*--------------------
        Active
---------------------*/
/* line 443, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background: #fafafa;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

/*--------------------
       Loading
---------------------*/
/* line 455, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.loading.loading.input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285em 0em 0em -0.64285em;
  width: 1.2857em;
  height: 1.2857em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 466, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.loading.loading.input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285em 0em 0em -0.64285em;
  width: 1.2857em;
  height: 1.2857em;
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/*--------------------
        Focus
---------------------*/
/* line 489, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.focus input,
.ui.input input:focus {
  border-color: rgba(39, 41, 43, 0.3);
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

/* line 496, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.focus input input::-webkit-input-placeholder,
.ui.input input:focus input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

/* line 500, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.focus input input::-moz-placeholder,
.ui.input input:focus input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------------
        Error
---------------------*/
/* line 509, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.error input {
  background-color: #fff0f0;
  border-color: #dbb1b1;
  color: #d95c5c;
  box-shadow: none;
}

/* Error Placeholder */
/* line 517, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.error input ::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.4);
}

/* line 520, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.error input ::-moz-placeholder {
  color: rgba(255, 80, 80, 0.4);
}

/* Focused Error Placeholder */
/* line 525, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.error input :focus::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.7);
}

/* line 528, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input.error input :focus::-moz-placeholder {
  color: rgba(255, 80, 80, 0.7);
}

/*******************************
           Variations
*******************************/
/*--------------------
      Transparent
---------------------*/
/* line 542, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.input input {
  border-color: transparent;
  background-color: transparent;
  padding: 0em;
}

/* Transparent Icon */
/* line 549, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.icon.input > i.icon {
  width: 1.25em;
}

/* line 552, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.icon.input > input {
  padding-left: 0em !important;
  padding-right: 2em !important;
}

/* line 556, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.input[class*="left icon"] > input {
  padding-left: 0em !important;
  padding-left: 2em !important;
}

/* Transparent Inverted */
/* line 562, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.inverted.input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 565, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.inverted.input {
  color: #ffffff;
}

/* line 568, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.transparent.inverted.input input {
  color: inherit;
}

/*--------------------
         Icon
---------------------*/
/* line 576, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input > i.icon {
  cursor: default;
  position: absolute;
  text-align: center;
  top: 0px;
  right: 0px;
  margin: 0em;
  height: 100%;
  width: 2.82142em;
  opacity: 0.5;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  transition: opacity 0.3s ease;
}

/* line 590, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input input {
  padding-right: 2.82142em !important;
}

/* line 593, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input > i.link.icon {
  cursor: pointer;
}

/* line 605, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input > i.circular.icon {
  top: 0.35em;
  right: 0.5em;
}

/* Left Icon Input */
/* line 611, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="left icon"] > i.icon {
  right: auto;
  left: 1px;
  border-radius: 0.2857rem 0em 0em 0.2857rem;
}

/* line 616, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="left icon"] > i.circular.icon {
  right: auto;
  left: 0.5em;
}

/* line 620, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="left icon"] > input {
  padding-left: 2.82142em !important;
  padding-right: 1em !important;
}

/* Focus */
/* line 626, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input > input:focus ~ i.icon {
  opacity: 1;
}

/*--------------------
        Labeled
---------------------*/
/* Adjacent Label */
/* line 636, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input {
  display: table;
}

/* line 639, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input > input {
  display: table-cell;
  vertical-align: top;
}

/* line 643, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input > .label {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1em;
}

/* line 649, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input > .label > .icon {
  display: inline;
  vertical-align: top;
}

/* Fluid Labeled */
/* line 655, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.fluid.labeled.input {
  display: table;
  width: 100%;
}

/* line 659, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.fluid.labeled.input > .label {
  width: 0.01%;
}

/* Label on Left */
/* line 664, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input:not([class*="corner labeled"]):not([class*="right labeled"]) > input {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 669, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input:not([class*="corner labeled"]):not([class*="right labeled"]) > .label {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* Label on Right */
/* line 675, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="right labeled"] > input {
  border-right: none;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 680, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="right labeled"] > .label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Corner Label */
/* line 686, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input .corner.label {
  top: 1px;
  right: 1px;
  font-size: 0.75em;
  border-radius: 0em 0.2857rem 0em 0em;
}

/* line 692, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.labeled.input input {
  padding-right: 2.5em !important;
}

/* Spacing with corner label */
/* line 697, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="corner labeled"] {
  display: inline-block;
}

/* line 700, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="corner labeled"] > input {
  display: block;
}

/* line 703, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input[class*="corner labeled"]:not(.left) > input {
  padding-right: 3.25em !important;
}

/* line 706, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.icon.input[class*="corner labeled"]:not(.left) > .icon {
  margin-right: 1.25em;
}

/*--------------------
        Action
---------------------*/
/* line 714, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.action.input {
  display: table;
}

/* line 717, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.action.input > input {
  display: table-cell;
  vertical-align: top;
}

/* line 721, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.action.input > .button,
.ui.action.input > .buttons {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 0.78571em;
  padding-bottom: 0.78571em;
}

/* line 729, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.action.input > .button > .icon,
.ui.action.input > .buttons > .button > .icon {
  display: inline;
  vertical-align: top;
}

/* line 734, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.fluid.action.input {
  display: table;
  width: 100%;
}

/* line 738, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.fluid.action.input > .button {
  width: 0.01%;
}

/* Button on Right */
/* line 743, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.action.input:not([class*="left action"]) > input {
  border-right: none;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 748, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.action.input:not([class*="left action"]) > .button,
.ui.action.input:not([class*="left action"]) > .buttons {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Button on Left */
/* line 755, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="left action"] > .button,
.ui.input[class*="left action"] > .buttons {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 760, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input[class*="left action"] > input {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/*--------------------
       Inverted
---------------------*/
/* Standard */
/* line 772, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.inverted.input input {
  border: none;
}

/*--------------------
        Fluid
---------------------*/
/* line 780, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.fluid.input {
  display: block;
}

/*--------------------
        Size
---------------------*/
/* line 788, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.mini.input {
  font-size: 0.8125rem;
}

/* line 791, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.small.input {
  font-size: 0.875rem;
}

/* line 794, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.input {
  font-size: 1rem;
}

/* line 797, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.large.input {
  font-size: 1.125rem;
}

/* line 800, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.big.input {
  font-size: 1.25rem;
}

/* line 803, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.huge.input {
  font-size: 1.375rem;
}

/* line 806, vendor/assets/stylesheets/semantic-css/components/input.css */
.ui.massive.input {
  font-size: 1.5rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Label
*******************************/
/*-------------------
       Element
--------------------*/
/* Group */
/*-------------------
        Parts
--------------------*/
/*-------------------
        Types
--------------------*/
/* Image Label */
/* Computed Values */
/*-------------------
        States
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Tag */
/* Ribbon */
/* Attached */
/* Corner */
/* Corner Text */
/* Horizontal */
/* Circular Padding */
/* Pointing */
/* Floating */
/*-------------------
        Group
--------------------*/
/* Sizing */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Label
*******************************/
/* line 408, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  margin: 0em 0.125em;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  background-image: none;
  padding: 0.6em 0.8em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: bold;
  border-radius: 0.2857rem;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

/* line 425, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label:first-child {
  margin-left: 0em;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label:last-child {
  margin-right: 0em;
}

/* Link */
/* line 433, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.label {
  cursor: pointer;
}

/* Inside Link */
/* line 438, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label a {
  cursor: pointer;
  color: inherit;
  opacity: 0.8;
  transition: 0.2s opacity ease;
}

/* line 445, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label a:hover {
  opacity: 1;
}

/* Icon */
/* line 450, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label .icon {
  width: auto;
  margin: 0em 0.75em 0em 0em;
}

/* Detail */
/* line 456, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label .detail {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-left: 1em;
  opacity: 0.8;
}

/* line 463, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label .detail .icon {
  margin: 0em 0.25em 0em 0em;
}

/* Removable label */
/* line 468, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label .close.icon,
.ui.label .delete.icon {
  cursor: pointer;
  margin-right: 0em;
  margin-left: 0.5em;
  opacity: 0.8;
  transition: background 0.2s ease;
}

/* line 477, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label .delete.icon:hover {
  opacity: 1;
}

/*-------------------
       Group
--------------------*/
/* line 485, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .label {
  margin: 0em 0.5em 0.75em 0em;
}

/*-------------------
       Coupling
--------------------*/
/* Remove border radius on attached segment */
/* line 495, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.attached.segment > .ui.top.left.attached.label,
.ui.bottom.attached.segment > .ui.top.left.attached.label {
  border-top-left-radius: 0;
}

/* line 499, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.attached.segment > .ui.top.right.attached.label,
.ui.bottom.attached.segment > .ui.top.right.attached.label {
  border-top-right-radius: 0;
}

/* line 503, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.top.attached.segment > .ui.bottom.left.attached.label {
  border-bottom-left-radius: 0;
}

/* line 506, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.top.attached.segment > .ui.bottom.right.attached.label {
  border-bottom-right-radius: 0;
}

/* Padding on next content after a label */
/* line 511, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.top.attached.label:first-child + :not(.attached) {
  margin-top: 2rem !important;
}

/* line 514, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
  margin-top: 0em;
  margin-bottom: 2rem !important;
}

/*******************************
             Types
*******************************/
/* line 524, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.image.label {
  width: auto !important;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 9999px;
  vertical-align: baseline;
  text-transform: none;
  background: #e8e8e8;
  padding: 0.6em 0.8em 0.6em 0.5em;
  border-radius: 0.2857rem;
  box-shadow: none;
}

/* line 536, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.image.label img {
  display: inline-block;
  vertical-align: top;
  height: 2.2em;
  margin: -0.6em 0.5em -0.6em -0.5em;
  border-radius: 0.2857rem;
}

/* line 543, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.image.label .detail {
  background: rgba(0, 0, 0, 0.1);
  margin: -0.6em -0.8em -0.6em 0.5em;
  padding: 0.6em 0.8em;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
}

/*-------------------
         Tag
--------------------*/
/* line 554, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.tag.labels .label,
.ui.tag.label {
  margin-left: 1em;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
}

/* line 562, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.tag.labels .label:before,
.ui.tag.label:before {
  position: absolute;
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  top: 50%;
  right: 100%;
  content: '';
  background-color: #e8e8e8;
  background-image: none;
  width: 1.56em;
  height: 1.56em;
  transition: background 0.2s ease;
}

/* line 578, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.tag.labels .label:after,
.ui.tag.label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -0.25em;
  margin-top: -0.25em;
  background-color: #ffffff !important;
  width: 0.5em;
  height: 0.5em;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 500rem;
}

/*-------------------
    Corner Label
--------------------*/
/* line 596, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.corner.label {
  position: absolute;
  top: 0em;
  right: 0em;
  margin: 0em;
  padding: 0em;
  text-align: center;
  width: 3.25em;
  height: 3.25em;
  z-index: 10;
  transition: border-color 0.2s ease;
}

/* Icon Label */
/* line 611, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.corner.label {
  background-color: transparent !important;
}

/* line 614, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.corner.label:after {
  position: absolute;
  content: "";
  right: 0em;
  top: 0em;
  z-index: -1;
  width: 0em;
  height: 0em;
  background-color: transparent !important;
  border-top: 0em solid transparent;
  border-right: 3.25em solid transparent;
  border-bottom: 3.25em solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  transition: border-color 0.2s ease;
}

/* line 631, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.corner.label .icon {
  position: relative;
  top: 0.4em;
  left: 0.75em;
  font-size: 1em;
  margin: 0em;
}

/* Left Corner */
/* line 640, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.left.corner.label,
.ui.left.corner.label:after {
  right: auto;
  left: 0em;
}

/* line 645, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.left.corner.label:after {
  border-top: 3.25em solid transparent;
  border-right: 3.25em solid transparent;
  border-bottom: 0em solid transparent;
  border-left: 0em solid transparent;
  border-top-color: inherit;
}

/* line 652, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.left.corner.label .icon {
  left: -0.75em;
}

/* Segment */
/* line 657, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.segment > .ui.corner.label {
  top: -1px;
  right: -1px;
}

/* line 661, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.segment > .ui.left.corner.label {
  right: auto;
  left: -1px;
}

/* Input */
/* line 667, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.input > .ui.corner.label {
  top: 1px;
  right: 1px;
}

/* line 671, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.input > .ui.right.corner.label {
  right: auto;
  left: 1px;
}

/*-------------------
       Ribbon
--------------------*/
/* line 680, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.ribbon.label {
  position: relative;
  margin: 0em;
  left: -2rem;
  padding-left: 2rem;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 688, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.ribbon.label:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0%;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0em 1.2em 1.2em 0em;
  border-color: transparent;
  border-right-color: inherit;
  width: 0em;
  height: 0em;
}

/* line 701, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label[class*="right ribbon"] {
  text-align: left;
  transform: translateX(-100%);
  left: calc(100% +  2rem);
  border-radius: 0.2857rem 0em 0em 0.2857rem;
  padding-left: 0.8em;
  padding-right: 2rem;
}

/* line 712, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label[class*="right ribbon"]:after {
  left: auto;
  right: 0%;
  border-style: solid;
  border-width: 1.2em 1.2em 0em 0em;
  border-color: transparent;
  border-top-color: inherit;
}

/*-------------------
       Attached
--------------------*/
/* line 725, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.top.attached.label,
.ui.attached.label {
  width: 100%;
  position: absolute;
  margin: 0em;
  top: 0em;
  left: 0em;
  padding: 0.75em 1em;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 735, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.bottom.attached.label {
  top: auto;
  bottom: 0em;
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 740, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.top.left.attached.label {
  width: auto;
  margin-top: 0em !important;
  border-radius: 0.2857rem 0em 0.2857rem 0em;
}

/* line 745, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.top.right.attached.label {
  width: auto;
  left: auto;
  right: 0em;
  border-radius: 0em 0.2857rem 0em 0.2857rem;
}

/* line 751, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.bottom.left.attached.label {
  width: auto;
  top: auto;
  bottom: 0em;
  border-radius: 0em 0.2857rem 0em 0.2857rem;
}

/* line 757, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.bottom.right.attached.label {
  top: auto;
  bottom: 0em;
  left: auto;
  right: 0em;
  width: auto;
  border-radius: 0.2857rem 0em 0.2857rem 0em;
}

/*******************************
             States
*******************************/
/*-------------------
      Disabled
--------------------*/
/* line 776, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label.disabled {
  opacity: 0.5;
}

/*-------------------
        Hover
--------------------*/
/* line 784, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.labels .label:hover,
a.ui.label:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}

/* line 791, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.label:hover:before,
a.ui.label:hover:before {
  background-color: #e0e0e0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
      Visible
--------------------*/
/* line 802, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels.visible .label,
.ui.label.visible {
  display: inline-block !important;
}

/*-------------------
      Hidden
--------------------*/
/* line 811, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels.hidden .label,
.ui.label.hidden {
  display: none !important;
}

/*******************************
           Variations
*******************************/
/*-------------------
       Colors
--------------------*/
/*--- Black ---*/
/* line 829, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.black.labels .label,
.ui.black.label {
  background-color: #1b1c1d !important;
  border-color: #1b1c1d !important;
  color: #ffffff !important;
}

/* line 835, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .black.label:before,
.ui.black.labels .label:before,
.ui.black.label:before {
  background-color: #1b1c1d !important;
}

/* line 840, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.black.labels .label:hover,
a.ui.black.label:hover {
  background-color: #1b1c1d !important;
  border-color: #1b1c1d !important;
}

/* line 845, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.black.label:hover:before,
.ui.black.labels a.label:hover:before,
a.ui.black.label:hover:before {
  background-color: #1b1c1d !important;
}

/* line 850, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.black.corner.label,
.ui.black.corner.label:hover {
  background-color: transparent !important;
}

/* line 854, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.black.ribbon.label {
  border-color: #020203 !important;
}

/*--- Blue ---*/
/* line 860, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.blue.labels .label,
.ui.blue.label {
  background-color: #3b83c0 !important;
  border-color: #3b83c0 !important;
  color: #ffffff !important;
}

/* line 866, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .blue.label:before,
.ui.blue.labels .label:before,
.ui.blue.label:before {
  background-color: #3b83c0 !important;
}

/* line 871, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.blue.labels .label:hover,
.ui.blue.labels a.label:hover,
a.ui.blue.label:hover {
  background-color: #458ac6 !important;
  border-color: #458ac6 !important;
  color: #ffffff !important;
}

/* line 878, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.blue.label:hover:before,
.ui.blue.labels a.label:hover:before,
a.ui.blue.label:hover:before {
  background-color: #458ac6 !important;
}

/* line 883, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.blue.corner.label,
.ui.blue.corner.label:hover {
  background-color: transparent !important;
}

/* line 887, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.blue.ribbon.label {
  border-color: #2f6899 !important;
}

/*--- Green ---*/
/* line 893, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.green.labels .label,
.ui.green.label {
  background-color: #5bbd72 !important;
  border-color: #5bbd72 !important;
  color: #ffffff !important;
}

/* line 899, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .green.label:before,
.ui.green.labels .label:before,
.ui.green.label:before {
  background-color: #5bbd72 !important;
}

/* line 904, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.green.labels .label:hover,
a.ui.green.label:hover {
  background-color: #66c17b !important;
  border-color: #66c17b !important;
}

/* line 909, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.green.label:hover:before,
.ui.green.labels a.label:hover:before,
a.ui.green.label:hover:before {
  background-color: #66c17b !important;
}

/* line 914, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.green.corner.label,
.ui.green.corner.label:hover {
  background-color: transparent !important;
}

/* line 918, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.green.ribbon.label {
  border-color: #42a359 !important;
}

/*--- Orange ---*/
/* line 924, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.orange.labels .label,
.ui.orange.label {
  background-color: #e07b53 !important;
  border-color: #e07b53 !important;
  color: #ffffff !important;
}

/* line 930, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .orange.label:before,
.ui.orange.labels .label:before,
.ui.orange.label:before {
  background-color: #e07b53 !important;
}

/* line 935, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.orange.labels .label:hover,
.ui.orange.labels a.label:hover,
a.ui.orange.label:hover {
  background-color: #e28560 !important;
  border-color: #e28560 !important;
  color: #ffffff !important;
}

/* line 942, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.orange.label:hover:before,
.ui.orange.labels a.label:hover:before,
a.ui.orange.label:hover:before {
  background-color: #e28560 !important;
}

/* line 947, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.orange.corner.label,
.ui.orange.corner.label:hover {
  background-color: transparent !important;
}

/* line 951, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.orange.ribbon.label {
  border-color: #d85a28 !important;
}

/*--- Pink ---*/
/* line 957, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pink.labels .label,
.ui.pink.label {
  background-color: #d9499a !important;
  border-color: #d9499a !important;
  color: #ffffff !important;
}

/* line 963, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .pink.label:before,
.ui.pink.labels .label:before,
.ui.pink.label:before {
  background-color: #d9499a !important;
}

/* line 968, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.pink.labels .label:hover,
.ui.pink.labels a.label:hover,
a.ui.pink.label:hover {
  background-color: #dc56a1 !important;
  border-color: #dc56a1 !important;
  color: #ffffff !important;
}

/* line 975, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.pink.label:hover:before,
.ui.pink.labels a.label:hover:before,
a.ui.pink.label:hover:before {
  background-color: #dc56a1 !important;
}

/* line 980, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pink.corner.label,
.ui.pink.corner.label:hover {
  background-color: transparent !important;
}

/* line 984, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pink.ribbon.label {
  border-color: #c62981 !important;
}

/*--- Purple ---*/
/* line 990, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.purple.labels .label,
.ui.purple.label {
  background-color: #564f8a !important;
  border-color: #564f8a !important;
  color: #ffffff !important;
}

/* line 996, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .purple.label:before,
.ui.purple.labels .label:before,
.ui.purple.label:before {
  background-color: #564f8a !important;
}

/* line 1001, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.purple.labels .label:hover,
.ui.purple.labels a.label:hover,
a.ui.purple.label:hover {
  background-color: #5c5594 !important;
  border-color: #5c5594 !important;
  color: #ffffff !important;
}

/* line 1008, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.purple.label:hover:before,
.ui.purple.labels a.label:hover:before,
a.ui.purple.label:hover:before {
  background-color: #5c5594 !important;
}

/* line 1013, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.purple.corner.label,
.ui.purple.corner.label:hover {
  background-color: transparent !important;
}

/* line 1017, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.purple.ribbon.label {
  border-color: #423c6a !important;
}

/*--- Red ---*/
/* line 1023, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.red.labels .label,
.ui.red.label {
  background-color: #d95c5c !important;
  border-color: #d95c5c !important;
  color: #ffffff !important;
}

/* line 1029, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .red.label:before,
.ui.red.labels .label:before,
.ui.red.label:before {
  background-color: #d95c5c !important;
}

/* line 1034, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.red.corner.label,
.ui.red.corner.label:hover {
  background-color: transparent !important;
}

/* line 1038, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.red.labels .label:hover,
a.ui.red.label:hover {
  background-color: #dc6868 !important;
  border-color: #dc6868 !important;
  color: #ffffff !important;
}

/* line 1044, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.red.label:hover:before,
.ui.red.labels a.label:hover:before,
a.ui.red.label:hover:before {
  background-color: #dc6868 !important;
}

/* line 1049, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.red.ribbon.label {
  border-color: #cf3333 !important;
}

/*--- Teal ---*/
/* line 1055, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.teal.labels .label,
.ui.teal.label {
  background-color: #00b5ad !important;
  border-color: #00b5ad !important;
  color: #ffffff !important;
}

/* line 1061, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .teal.label:before,
.ui.teal.labels .label:before,
.ui.teal.label:before {
  background-color: #00b5ad !important;
}

/* line 1066, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.teal.labels .label:hover,
.ui.teal.labels a.label:hover,
a.ui.teal.label:hover {
  background-color: #00c4bc !important;
  border-color: #00c4bc !important;
  color: #ffffff !important;
}

/* line 1073, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.teal.label:hover:before,
.ui.teal.labels a.label:hover:before,
a.ui.teal.label:hover:before {
  background-color: #00c4bc !important;
}

/* line 1078, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.teal.corner.label,
.ui.teal.corner.label:hover {
  background-color: transparent !important;
}

/* line 1082, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.teal.ribbon.label {
  border-color: #00827c !important;
}

/*--- Yellow ---*/
/* line 1088, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.yellow.labels .label,
.ui.yellow.label {
  background-color: #f2c61f !important;
  border-color: #f2c61f !important;
  color: #ffffff !important;
}

/* line 1094, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .yellow.label:before,
.ui.yellow.labels .label:before,
.ui.yellow.label:before {
  background-color: #f2c61f !important;
}

/* line 1099, vendor/assets/stylesheets/semantic-css/components/label.css */
a.ui.yellow.labels .label:hover,
.ui.yellow.labels a.label:hover,
a.ui.yellow.label:hover {
  background-color: #f3ca2d !important;
  border-color: #f3ca2d !important;
  color: #ffffff !important;
}

/* line 1106, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels a.yellow.label:hover:before,
.ui.yellow.labels a.label:hover:before,
a.ui.yellow.label:hover:before {
  background-color: #f3ca2d !important;
}

/* line 1111, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.yellow.corner.label,
.ui.yellow.corner.label:hover {
  background-color: transparent !important;
}

/* line 1115, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.yellow.ribbon.label {
  border-color: #d2a90c !important;
}

/*-------------------
       Fluid
--------------------*/
/* line 1123, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.label.fluid,
.ui.fluid.labels > .label {
  width: 100%;
  box-sizing: border-box;
}

/*-------------------
       Inverted
--------------------*/
/* line 1133, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.inverted.labels .label,
.ui.inverted.label {
  color: #ffffff !important;
}

/*-------------------
     Horizontal
--------------------*/
/* line 1142, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.horizontal.labels .label,
.ui.horizontal.label {
  margin: 0em 0.5em 0em 0em;
  padding: 0.4em 0.8em;
  min-width: 3em;
  text-align: center;
}

/*-------------------
       Circular
--------------------*/
/* line 1154, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.circular.labels .label,
.ui.circular.label {
  min-width: 2em;
  min-height: 2em;
  padding: 0.5em !important;
  line-height: 1em;
  text-align: center;
  border-radius: 500rem;
}

/* line 1163, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.empty.circular.labels .label,
.ui.empty.circular.label {
  min-width: 0em;
  min-height: 0em;
  overflow: hidden;
  width: 0.5em;
  height: 0.5em;
  vertical-align: baseline;
}

/*-------------------
       Pointing
--------------------*/
/* line 1177, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.label {
  position: relative;
}

/* line 1180, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.attached.pointing.label {
  position: absolute;
}

/* line 1183, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.label:before {
  position: absolute;
  content: '';
  transform: rotate(45deg);
  background-image: none;
  z-index: 2;
  width: 0.6em;
  height: 0.6em;
  transition: background 0.2s ease;
}

/*--- Above ---*/
/* line 1199, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.label:before {
  background-color: #e8e8e8;
  background-image: none;
}

/* line 1203, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.label,
.ui.pointing.above.label {
  margin-top: 1em;
}

/* line 1207, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.label:before,
.ui.pointing.above.label:before {
  margin-left: -0.3em;
  top: -0.3em;
  left: 50%;
}

/*--- Below ---*/
/* line 1216, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.bottom.label,
.ui.pointing.below.label {
  margin-top: 0em;
  margin-bottom: 1em;
}

/* line 1221, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.bottom.label:before,
.ui.pointing.below.label:before {
  margin-left: -0.3em;
  top: auto;
  right: auto;
  bottom: -0.3em;
  left: 50%;
}

/*--- Left ---*/
/* line 1232, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.left.label {
  margin-top: 0em;
  margin-left: 0.6em;
}

/* line 1236, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.left.label:before {
  margin-top: -0.3em;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*--- Right ---*/
/* line 1246, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.right.label {
  margin-top: 0em;
  margin-right: 0.6em;
}

/* line 1250, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.pointing.right.label:before {
  margin-top: -0.3em;
  right: -0.3em;
  top: 50%;
  bottom: auto;
  left: auto;
}

/*------------------
   Floating Label
-------------------*/
/* line 1262, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.floating.label {
  position: absolute;
  z-index: 100;
  top: -1em;
  left: 100%;
  margin: 0em 0em 0em -1.5em !important;
}

/*-------------------
        Sizes
--------------------*/
/* line 1274, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.mini.labels .label,
.ui.mini.label {
  font-size: 0.6428rem;
}

/* line 1278, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.tiny.labels .label,
.ui.tiny.label {
  font-size: 0.7142rem;
}

/* line 1282, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.small.labels .label,
.ui.small.label {
  font-size: 0.7857rem;
}

/* line 1286, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.labels .label,
.ui.label {
  font-size: 0.8571rem;
}

/* line 1290, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.large.labels .label,
.ui.large.label {
  font-size: 1rem;
}

/* line 1294, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.big.labels .label,
.ui.big.label {
  font-size: 1.1428rem;
}

/* line 1298, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.huge.labels .label,
.ui.huge.label {
  font-size: 1.2857rem;
}

/* line 1302, vendor/assets/stylesheets/semantic-css/components/label.css */
.ui.massive.labels .label,
.ui.massive.label {
  font-size: 1.4285rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - List
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             List
*******************************/
/*-------------------
         View
--------------------*/
/* List */
/* Sub List */
/* List Item */
/*-------------------
      Elements
--------------------*/
/* Icon */
/* Image */
/* Content */
/* Link */
/* Linked Icon */
/* Header */
/* Description */
/*-------------------
        States
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Float */
/* Horizontal */
/* Inverted */
/* Link List */
/* Inverted Link List */
/* Selection List */
/* Selection List States */
/* Inverted Selection List */
/* Animated List */
/* Bulleted */
/* Horizontal Bullets */
/* Ordered List */
/* Horizontal Ordereded */
/* Divided */
/* Divided Horizontal */
/* Divided */
/* Divided Horizontal */
/* Relaxed */
/* Very Relaxed */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            List
*******************************/
/* line 430, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list,
ol.ui.list,
.ui.list {
  list-style-type: none;
  margin: 1em 0em;
  padding: 0em 0em;
}

/* line 437, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list:first-child,
ol.ui.list:first-child,
.ui.list:first-child {
  margin-top: 0em;
  padding-top: 0em;
}

/* line 443, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list:last-child,
ol.ui.list:last-child,
.ui.list:last-child {
  margin-bottom: 0em;
  padding-bottom: 0em;
}

/*******************************
            Content
*******************************/
/* List Item */
/* line 457, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list li,
ol.ui.list li,
.ui.list > .item,
.ui.list .list > .item {
  display: list-item;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  padding: 0.3em 0em;
  line-height: 1.2;
}

/* line 468, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list > li:first-child:after,
ol.ui.list > li:first-child:after,
.ui.list > .list > .item,
.ui.list > .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 478, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list li:first-child,
ol.ui.list li:first-child,
.ui.list .list > .item:first-child,
.ui.list > .item:first-child {
  padding-top: 0em;
}

/* line 484, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list li:last-child,
ol.ui.list li:last-child,
.ui.list .list > .item:last-child,
.ui.list > .item:last-child {
  padding-bottom: 0em;
}

/* Child List */
/* line 492, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list ul,
ol.ui.list ol,
.ui.list .list {
  clear: both;
  margin: 0em;
  padding: 0.75em 0em 0.25em 0.5em;
}

/* Icon */
/* line 501, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > i.icon,
.ui.list > .item > i.icon {
  display: table-cell;
  margin: 0em;
  padding-top: 0.1rem;
  padding-right: 0.3em;
  vertical-align: middle;
  transition: color 0.2s ease;
}

/* line 511, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item i.icon[class*="top aligned"],
.ui.list > .item > i.icon[class*="top aligned"] {
  vertical-align: top;
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > i.icon:only-child,
.ui.list > .item > i.icon:only-child {
  display: inline-block;
  vertical-align: top;
}

/* Image */
/* line 522, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .image,
.ui.list > .item > .image {
  display: table-cell;
  background-color: transparent;
  margin: 0em;
  padding-right: 0.5em;
  vertical-align: middle;
}

/* line 530, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .image[class*="top aligned"],
.ui.list > .item > .image[class*="top aligned"] {
  vertical-align: top;
}

/* line 534, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .image img,
.ui.list > .item > .image img {
  vertical-align: middle;
}

/* line 538, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > img.image,
.ui.list .list > .item > .image:only-child,
.ui.list > .item > img.image,
.ui.list > .item > .image:only-child {
  display: inline-block;
  padding-right: 0em;
}

/* Content */
/* line 547, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .content,
.ui.list > .item > .content {
  line-height: 1.2em;
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .image + .content,
.ui.list .list > .item > .icon + .content .ui.list > .item > .image + .content,
.ui.list > .item > .icon + .content {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
}

/* line 558, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .image + .content,
.ui.list .list > .item > .icon + .content,
.ui.list > .item > .image + .content,
.ui.list > .item > .icon + .content {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
}

/* line 566, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > img.image + .content,
.ui.list > .item > img.image + .content {
  display: inline-block;
}

/* line 570, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item .content[class*="top aligned"],
.ui.list > .item > .content[class*="top aligned"] {
  vertical-align: top;
}

/* line 574, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item > .content > .list,
.ui.list > .item > .content > .list {
  margin-left: 0em;
  padding-left: 0em;
}

/* Item Link */
/* line 581, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > a.item,
.ui.list > a.item {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}

/* line 586, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > a.item:hover,
.ui.list > a.item:hover {
  color: #00b2f3;
}

/* Linked Item Icons */
/* line 592, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > a.item i.icon,
.ui.list > a.item i.icon {
  color: rgba(0, 0, 0, 0.4);
}

/* Linking Content */
/* line 598, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .item a {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .item a:hover {
  color: #00b2f3 !important;
}

/* Header */
/* line 607, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item .header,
.ui.list > .item .header {
  display: block;
  margin: 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

/* line 615, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item .description,
.ui.list > .item .description {
  display: block;
  color: rgba(0, 0, 0, 0.8);
}

/* Floated Content */
/* line 622, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item [class*="left floated"],
.ui.list > .item [class*="left floated"] {
  float: left;
  margin: 0em 1em 0em 0em;
}

/* line 627, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item [class*="right floated"],
.ui.list > .item [class*="right floated"] {
  float: right;
  margin: 0em 0em 0em 1em;
}

/*******************************
            Coupling
*******************************/
/* line 638, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.menu .ui.list > .item,
.ui.menu .ui.list .list > .item {
  display: list-item;
  table-layout: fixed;
  background-color: transparent;
  list-style-type: none;
  list-style-position: outside;
  padding: 0.3em 0em;
  line-height: 1.2;
}

/* line 648, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.menu .ui.list .list > .item:before,
.ui.menu .ui.list > .item:before {
  border: none;
  background: none;
}

/* line 653, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.menu .ui.list .list > .item:first-child,
.ui.menu .ui.list > .item:first-child {
  padding-top: 0em;
}

/* line 657, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.menu .ui.list .list > .item:last-child,
.ui.menu .ui.list > .item:last-child {
  padding-bottom: 0em;
}

/*******************************
            Types
*******************************/
/*-------------------
      Horizontal
--------------------*/
/* line 672, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list {
  display: inline-block;
  font-size: 0em;
}

/* line 676, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list > .item {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
}

/* line 681, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list > .item:first-child {
  margin-left: 0em !important;
  padding-left: 0em !important;
}

/* line 685, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list .list {
  padding-left: 0em;
  padding-bottom: 0em;
}

/* Padding on all elements */
/* line 691, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list > .item:first-child,
.ui.horizontal.list > .item:last-child {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/* Horizontal List */
/* line 698, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list > .item > i.icon {
  margin: 0em;
  padding: 0em 0.25em 0em 0em;
}

/* line 702, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list > .item > .icon,
.ui.horizontal.list > .item > .icon + .content {
  float: none;
  display: inline-block;
}

/*******************************
             States
*******************************/
/*-------------------
       Disabled
--------------------*/
/* line 718, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .disabled.item,
.ui.list > .disabled.item {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3) !important;
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .list > .disabled.item,
.ui.inverted.list > .disabled.item {
  color: rgba(225, 225, 225, 0.3) !important;
}

/*-------------------
        Hover
--------------------*/
/* line 732, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > a.item:hover .icon,
.ui.list > a.item:hover .icon {
  color: rgba(0, 0, 0, 0.8);
}

/*******************************
           Variations
*******************************/
/*-------------------
       Inverted
--------------------*/
/* line 747, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .list > a.item > .icon,
.ui.inverted.list > a.item > .icon {
  color: rgba(255, 255, 255, 0.8);
}

/* line 751, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .list > .item .header,
.ui.inverted.list > .item .header {
  color: #ffffff;
}

/* line 755, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .list > .item .description,
.ui.inverted.list > .item .description {
  color: rgba(255, 255, 255, 0.8);
}

/* Item Link */
/* line 761, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .list > a.item,
.ui.inverted.list > a.item {
  cursor: pointer;
  color: #ffffff;
}

/* line 766, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .list > a.item:hover,
.ui.inverted.list > a.item:hover {
  color: #00b2f3;
}

/* Linking Content */
/* line 772, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .item a {
  cursor: pointer;
  color: #ffffff !important;
}

/* line 776, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.list .item a:hover {
  color: #00b2f3 !important;
}

/*-------------------
       Link
--------------------*/
/* line 784, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.link.list .item,
.ui.link.list a.item,
.ui.link.list .item a {
  color: rgba(0, 0, 0, 0.4);
  transition: 0.2s color ease;
}

/* line 791, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.link.list a.item:hover,
.ui.link.list .item a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 795, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.link.list a.item:active,
.ui.link.list .item a:active {
  color: rgba(0, 0, 0, 0.8);
}

/* line 799, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.link.list .active.item,
.ui.link.list .active.item a {
  color: rgba(0, 0, 0, 0.8);
}

/* Inverted */
/* line 805, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.link.list .item,
.ui.inverted.link.list a.item,
.ui.inverted.link.list .item a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 810, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.link.list a.item:hover,
.ui.inverted.link.list .item a:hover {
  color: #ffffff;
}

/* line 814, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.link.list a.item:active,
.ui.inverted.link.list .item a:active {
  color: #ffffff;
}

/* line 818, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.link.list a.active.item,
.ui.inverted.link.list .active.item a {
  color: #ffffff;
}

/*-------------------
      Selection
--------------------*/
/* line 827, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.selection.list .list > .item,
.ui.selection.list > .item {
  cursor: pointer;
  background: transparent;
  padding: 0.5em 0.5em;
  margin: 0em;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 0.5em;
  transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
}

/* line 838, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.selection.list .list > .item:last-child,
.ui.selection.list > .item:last-child {
  margin-bottom: 0em;
}

/* line 842, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.selection.list.list > .item:hover,
.ui.selection.list > .item:hover {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
}

/* line 847, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.selection.list .list > .item:active,
.ui.selection.list > .item:active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* line 852, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.selection.list .list > .item.active,
.ui.selection.list > .item.active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Inverted */
/* line 859, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.selection.list > .item,
.ui.inverted.selection.list > .item {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

/* line 864, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.selection.list > .item:hover,
.ui.inverted.selection.list > .item:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

/* line 869, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.selection.list > .item:active,
.ui.inverted.selection.list > .item:active {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

/* line 874, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.inverted.selection.list > .item.active,
.ui.inverted.selection.list > .item.active {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

/* Celled / Divided Selection List */
/* line 881, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.selection.list .list > .item,
.ui.divided.selection.list .list > .item,
.ui.celled.selection.list > .item,
.ui.divided.selection.list > .item {
  border-radius: 0em;
}

/*-------------------
       Animated
--------------------*/
/* line 892, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.animated.list > .item {
  transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
}

/* line 896, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.animated.list:not(.horizontal) > .item:hover {
  padding-left: 1em;
}

/*-------------------
       Fitted
--------------------*/
/* line 904, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.fitted.list:not(.selection) .list > .item,
.ui.fitted.list:not(.selection) > .item {
  padding-left: 0em;
  padding-right: 0em;
}

/* line 909, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.fitted.selection.list .list > .item,
.ui.fitted.selection.list > .item {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/*-------------------
      Bulleted
--------------------*/
/* line 919, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list,
.ui.bulleted.list {
  margin-left: 1rem;
}

/* line 923, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list li,
.ui.bulleted.list .list > .item,
.ui.bulleted.list > .item {
  position: relative;
}

/* line 928, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list li:before,
.ui.bulleted.list .list > .item:before,
.ui.bulleted.list > .item:before {
  position: absolute;
  top: auto;
  left: auto;
  margin-left: -1rem;
  content: '•';
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: top;
}

/* line 940, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.list ul,
.ui.bulleted.list .list {
  padding-left: 1rem;
}

/* Horizontal Bulleted */
/* line 946, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.horizontal.bulleted.list,
.ui.horizontal.bulleted.list {
  margin-left: 0em;
}

/* line 950, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.horizontal.bulleted.list li,
.ui.horizontal.bulleted.list > .item {
  margin-left: 1.5rem;
}

/* line 954, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list > .item:first-child {
  margin-left: 0em;
}

/* line 958, vendor/assets/stylesheets/semantic-css/components/list.css */
ul.ui.horizontal.bulleted.list li:first-child::before,
.ui.horizontal.bulleted.list > .item:first-child::before {
  display: none;
}

/*-------------------
       Ordered
--------------------*/
/* line 967, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.list,
.ui.ordered.list,
.ui.ordered.list .list,
ol.ui.list ol {
  counter-reset: ordered;
  margin-left: 1.25rem;
  list-style-type: none;
}

/* line 975, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.list li,
.ui.ordered.list .list > .item,
.ui.ordered.list > .item {
  list-style-type: none;
  position: relative;
}

/* line 981, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.list li:before,
.ui.ordered.list .list > .item:before,
.ui.ordered.list > .item:before {
  position: absolute;
  top: auto;
  left: auto;
  margin-left: -1.25rem;
  counter-increment: ordered;
  content: counters(ordered, ".") " ";
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  opacity: 0.8;
}

/* Child Lists */
/* line 997, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.list ol,
.ui.ordered.list .list {
  margin-left: 1em;
}

/* line 1001, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.list ol li:before,
.ui.ordered.list .list > .item:before {
  margin-left: -2em;
}

/* Horizontal Ordered */
/* line 1007, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.horizontal.list,
.ui.ordered.horizontal.list {
  margin-left: 0em;
}

/* line 1011, vendor/assets/stylesheets/semantic-css/components/list.css */
ol.ui.horizontal.list li:before,
.ui.ordered.horizontal.list .list > .item:before,
.ui.ordered.horizontal.list > .item:before {
  position: static;
  margin: 0em 0.5em 0em 0em;
}

/*-------------------
       Divided
--------------------*/
/* line 1022, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.list > .item {
  border-top: 1px solid rgba(39, 41, 43, 0.15);
}

/* line 1025, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.list .list > .item {
  border-top: none;
}

/* line 1028, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.list .item .list > .item {
  border-top: none;
}

/* line 1031, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.list .list > .item:first-child,
.ui.divided.list > .item:first-child {
  border-top: none;
}

/* Sub Menu */
/* line 1037, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.list:not(.horizontal) .list > .item:first-child {
  border-top-width: 1px;
}

/* Divided bulleted */
/* line 1042, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.bulleted.list:not(.horizontal),
.ui.divided.bulleted.list .list {
  margin-left: 0em;
  padding-left: 0em;
}

/* line 1047, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.bulleted.list .list > .item:not(.horizontal),
.ui.divided.bulleted.list > .item:not(.horizontal) {
  padding-left: 1rem;
}

/* Divided Ordered */
/* line 1053, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.ordered.list {
  margin-left: 0em;
}

/* line 1056, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.ordered.list .list > .item,
.ui.divided.ordered.list > .item {
  padding-left: 1.25rem;
}

/* line 1060, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.ordered.list .item .list {
  margin-left: 0em;
  margin-right: 0em;
  padding-bottom: 0.3em;
}

/* line 1065, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.ordered.list .item .list > .item {
  padding-left: 1em;
}

/* Divided Selection */
/* line 1070, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.selection.list .list > .item,
.ui.divided.selection.list > .item {
  margin: 0em;
  border-radius: 0em;
}

/* Divided horizontal */
/* line 1077, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.horizontal.list {
  margin-left: 0em;
}

/* line 1080, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.horizontal.list > .item {
  border-top: none;
  border-left: 1px solid rgba(39, 41, 43, 0.15);
  margin: 0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 0.6;
}

/* line 1088, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.divided.list > .item:first-child {
  border-left: none;
}

/* Inverted */
/* line 1093, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.divided.inverted.list > .item,
.ui.divided.inverted.list > .list,
.ui.divided.inverted.horizontal.list > .item {
  border-color: rgba(255, 255, 255, 0.2);
}

/*-------------------
        Celled
--------------------*/
/* line 1103, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.list > .item,
.ui.celled.list > .list {
  border-top: 1px solid rgba(39, 41, 43, 0.15);
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* line 1109, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.list > .item:last-child {
  border-bottom: 1px solid rgba(39, 41, 43, 0.15);
}

/* Padding on all elements */
/* line 1114, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.list > .item:first-child,
.ui.celled.list > .item:last-child {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/* Sub Menu */
/* line 1121, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.list .item .list > .item {
  border-width: 0px;
}

/* line 1124, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.list .list > .item:first-child {
  border-top-width: 0px;
}

/* Celled Bulleted */
/* line 1129, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.bulleted.list {
  margin-left: 0em;
}

/* line 1132, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.bulleted.list .list > .item,
.ui.celled.bulleted.list > .item {
  padding-left: 1rem;
}

/* line 1136, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.bulleted.list .item .list {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-bottom: 0.3em;
}

/* Celled Ordered */
/* line 1143, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.ordered.list {
  margin-left: 0em;
}

/* line 1146, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.ordered.list .list > .item,
.ui.celled.ordered.list > .item {
  padding-left: 1.25rem;
}

/* line 1150, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.ordered.list .item .list {
  margin-left: 0em;
  margin-right: 0em;
  padding-bottom: 0.3em;
}

/* line 1155, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.ordered.list .list > .item {
  padding-left: 1em;
}

/* Celled Horizontal */
/* line 1160, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.celled.list {
  margin-left: 0em;
}

/* line 1163, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.celled.list .list > .item,
.ui.horizontal.celled.list > .item {
  border-top: none;
  border-left: 1px solid rgba(39, 41, 43, 0.15);
  margin: 0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 0.6;
}

/* line 1172, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.celled.list .list > .item:last-child,
.ui.horizontal.celled.list > .item:last-child {
  border-bottom: none;
  border-right: 1px solid rgba(39, 41, 43, 0.15);
}

/* Inverted */
/* line 1179, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.inverted.list > .item,
.ui.celled.inverted.list > .list {
  border-color: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 1183, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.celled.inverted.horizontal.list .list > .item,
.ui.celled.inverted.horizontal.list > .item {
  border-color: 1px solid rgba(255, 255, 255, 0.2);
}

/*-------------------
       Relaxed
--------------------*/
/* line 1192, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.relaxed.list:not(.horizontal) .list > .item,
.ui.relaxed.list:not(.horizontal) > .item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 1197, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.relaxed.list .list > .item .header,
.ui.relaxed.list > .item .header {
  /*margin-bottom: @relaxedHeaderMargin;*/
}

/* line 1201, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.relaxed.list > .item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Very Relaxed */
/* line 1207, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list[class*="very relaxed"]:not(.horizontal) .list > .item,
.ui.list[class*="very relaxed"]:not(.horizontal) > .item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 1212, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list[class*="very relaxed"] .list > .item .header,
.ui.list[class*="very relaxed"] > .item .header {
  /*margin-bottom: @veryRelaxedHeaderMargin;*/
}

/* line 1216, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list[class*="very relaxed"] .list > .item,
.ui.horizontal.list[class*="very relaxed"] > .item {
  padding-left: 2rem;
  padding-right: 2rem;
}

/*-------------------
      Sizes
--------------------*/
/* line 1226, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.mini.list .list > .item,
.ui.mini.list > .item {
  font-size: 0.71428571em;
}

/* line 1230, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.tiny.list .list > .item,
.ui.tiny.list > .item {
  font-size: 0.85714286em;
}

/* line 1234, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.small.list .list > .item,
.ui.small.list > .item {
  font-size: 0.92857143em;
}

/* line 1238, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.list .list > .item,
.ui.list > .item {
  font-size: 1em;
}

/* line 1242, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.large.list .list > .item,
.ui.large.list > .item {
  font-size: 1.14285714em;
}

/* line 1246, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.big.list .list > .item,
.ui.big.list > .item {
  font-size: 1.28571429em;
}

/* line 1250, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.huge.list .list > .item,
.ui.huge.list > .item {
  font-size: 1.42857143em;
}

/* line 1254, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.massive.list .list > .item,
.ui.massive.list > .item {
  font-size: 1.71428571em;
}

/* line 1258, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.mini.horizontal.list .list > .item,
.ui.mini.horizontal.list > .item {
  font-size: 0.71428571rem;
}

/* line 1262, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.tiny.horizontal.list .list > .item,
.ui.tiny.horizontal.list > .item {
  font-size: 0.85714286rem;
}

/* line 1266, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.small.horizontal.list .list > .item,
.ui.small.horizontal.list > .item {
  font-size: 0.92857143rem;
}

/* line 1270, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.horizontal.list .list > .item,
.ui.horizontal.list > .item {
  font-size: 1rem;
}

/* line 1274, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.large.horizontal.list .list > .item,
.ui.large.horizontal.list > .item {
  font-size: 1.14285714rem;
}

/* line 1278, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.big.horizontal.list .list > .item,
.ui.big.horizontal.list > .item {
  font-size: 1.28571429rem;
}

/* line 1282, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.huge.horizontal.list .list > .item,
.ui.huge.horizontal.list > .item {
  font-size: 1.42857143rem;
}

/* line 1286, vendor/assets/stylesheets/semantic-css/components/list.css */
.ui.massive.horizontal.list .list > .item,
.ui.massive.horizontal.list > .item {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Loader
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Loader
*******************************/
/* Some global loader styles defined in site.variables */
/*-------------------
      Standard
--------------------*/
/*-------------------
        Types
--------------------*/
/* Text */
/*-------------------
        States
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Exact Sizes (Avoids Rounding Errors) */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Loader
*******************************/
/* Standard Size */
/* line 380, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  text-align: center;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
}

/* Static Shape */
/* line 394, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.loader:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* Active Shape */
/* line 406, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.loader:after {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  animation: loader 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/* Active Animation */

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Sizes */
/* line 447, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.loader:before,
.ui.loader:after {
  width: 2.2585em;
  height: 2.2585em;
  margin: 0em 0em 0em -1.12925em;
}

/* line 453, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.mini.loader:before,
.ui.mini.loader:after {
  width: 1.2857em;
  height: 1.2857em;
  margin: 0em 0em 0em -0.64285em;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.small.loader:before,
.ui.small.loader:after {
  width: 1.7142em;
  height: 1.7142em;
  margin: 0em 0em 0em -0.8571em;
}

/* line 465, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.large.loader:before,
.ui.large.loader:after {
  width: 4.5714em;
  height: 4.5714em;
  margin: 0em 0em 0em -2.2857em;
}

/*-------------------
      Coupling
--------------------*/
/* Show inside active dimmer */
/* line 478, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.dimmer .loader {
  display: block;
}

/* Black Dimmer */
/* line 483, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.dimmer .ui.loader {
  color: #ffffff;
}

/* line 486, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.dimmer .ui.loader:before {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 489, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.dimmer .ui.loader:after {
  border-color: #ffffff transparent transparent;
}

/* White Dimmer (Inverted) */
/* line 494, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.loader {
  color: rgba(0, 0, 0, 0.8);
}

/* line 497, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.loader:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 500, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.loader:after {
  border-color: #aaaaaa transparent transparent;
}

/*******************************
             Types
*******************************/
/*-------------------
        Text
--------------------*/
/* line 514, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.text.loader {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
}

/*******************************
            States
*******************************/
/* line 526, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.indeterminate.loader:after {
  animation-direction: reverse;
  animation-duration: 1.2s;
}

/* line 532, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.loader.active,
.ui.loader.visible {
  display: block;
}

/* line 536, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.loader.disabled,
.ui.loader.hidden {
  display: none;
}

/*******************************
            Variations
*******************************/
/*-------------------
        Sizes
--------------------*/
/* Loader */
/* line 553, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.mini.loader,
.ui.mini.loader {
  width: 1.2857em;
  height: 1.2857em;
  font-size: 0.7857em;
}

/* line 559, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.small.loader,
.ui.small.loader {
  width: 1.7142em;
  height: 1.7142em;
  font-size: 0.9285em;
}

/* line 565, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.loader,
.ui.loader {
  width: 2.2585em;
  height: 2.2585em;
  font-size: 1em;
}

/* line 571, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.dimmer .ui.loader.large,
.ui.loader.large {
  width: 4.5714em;
  height: 4.5714em;
  font-size: 1.1428em;
}

/* Text Loader */
/* line 579, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.mini.text.loader {
  min-width: 1.2857em;
  padding-top: 1.9857em;
}

/* line 583, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.small.text.loader {
  min-width: 1.7142em;
  padding-top: 2.4142em;
}

/* line 587, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.text.loader {
  min-width: 2.2585em;
  padding-top: 2.9585em;
}

/* line 591, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.large.text.loader {
  min-width: 4.5714em;
  padding-top: 5.2714em;
}

/*-------------------
       Inverted
--------------------*/
/* line 600, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.loader {
  color: #ffffff;
}

/* line 603, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.loader:before {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 606, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inverted.loader:after {
  border-top-color: #ffffff;
}

/*-------------------
       Inline
--------------------*/
/* line 614, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inline.loader {
  position: relative;
  vertical-align: middle;
  margin: 0em;
  left: 0em;
  top: 0em;
  transform: none;
}

/* line 624, vendor/assets/stylesheets/semantic-css/components/loader.css */
.ui.inline.loader.active,
.ui.inline.loader.visible {
  display: inline-block;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Rail
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Rail
*******************************/
/*-------------------
       Element
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Close */
/* Divided */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Rails
*******************************/
/* line 366, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.rail {
  font-size: 1em;
  position: absolute;
  top: 0%;
  width: 300px;
  box-sizing: content-box;
}

/* line 373, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.left.rail {
  left: auto;
  right: 100%;
  padding: 0em 2rem 0em 0em;
  margin: 0em 2rem 0em 0em;
}

/* line 379, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.right.rail {
  left: 100%;
  right: auto;
  padding: 0em 0em 0em 2rem;
  margin: 0em 0em 0em 2rem;
}

/*******************************
           Variations
*******************************/
/*--------------
     Internal
---------------*/
/* line 396, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.left.internal.rail {
  left: 0%;
  right: auto;
  padding: 0em 0em 0em 2rem;
  margin: 0em 0em 0em 2rem;
}

/* line 402, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.right.internal.rail {
  left: auto;
  right: 0%;
  padding: 0em 2rem 0em 0em;
  margin: 0em 2rem 0em 0em;
}

/*--------------
     Divided
---------------*/
/* line 413, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.left.dividing.rail {
  padding: 0em 2.5rem 0em 0em;
  margin: 0em 2.5rem 0em 0em;
  border-right: 1px solid rgba(39, 41, 43, 0.15);
}

/* line 418, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.right.dividing.rail {
  border-left: 1px solid rgba(39, 41, 43, 0.15);
  padding: 0em 0em 0em 2.5rem;
  margin: 0em 0em 0em 2.5rem;
}

/*--------------
    Distance
---------------*/
/* line 428, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.close.left.rail {
  padding: 0em 1em 0em 0em;
  margin: 0em 1em 0em 0em;
}

/* line 432, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.close.right.rail {
  padding: 0em 0em 0em 1em;
  margin: 0em 0em 0em 1em;
}

/* line 436, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.very.close.left.rail {
  padding: 0em 0.5em 0em 0em;
  margin: 0em 0.5em 0em 0em;
}

/* line 440, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.very.close.right.rail {
  padding: 0em 0em 0em 0.5em;
  margin: 0em 0em 0em 0.5em;
}

/*--------------
    Attached
---------------*/
/* line 449, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.attached.left.rail,
.ui.attached.right.rail {
  padding: 0em;
  margin: 0em;
}

/*--------------
     Sizing
---------------*/
/* line 459, vendor/assets/stylesheets/semantic-css/components/rail.css */
.ui.rail {
  font-size: 1em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Reveal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Reveal
*******************************/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Reveal
*******************************/
/* line 352, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.reveal {
  display: inline-block;
  position: relative !important;
  font-size: 0em !important;
}

/* line 357, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.reveal > .visible.content {
  position: absolute !important;
  top: 0em !important;
  left: 0em !important;
  z-index: 3 !important;
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
}

/* line 365, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.reveal > .hidden.content {
  position: relative !important;
  z-index: 2 !important;
}

/* Make sure hovered element is on top of other reveal */
/* line 371, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.reveal:hover .visible.content {
  z-index: 4 !important;
}

/*******************************
              Types
*******************************/
/*--------------
      Slide
---------------*/
/* line 385, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.reveal {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap;
}

/* line 390, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.reveal > .content {
  display: block;
  float: left;
  margin: 0em;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
}

/* line 397, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.reveal > .visible.content {
  position: relative !important;
}

/* line 400, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.reveal > .hidden.content {
  position: absolute !important;
  left: 0% !important;
  width: 100% !important;
  transform: translateX(100%) !important;
}

/* line 408, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.reveal:hover > .visible.content {
  transform: translateX(-100%) !important;
}

/* line 413, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.reveal:hover > .hidden.content {
  transform: translateX(0%) !important;
}

/* line 418, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.right.reveal > .visible.content {
  transform: translateX(0%) !important;
}

/* line 423, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.right.reveal > .hidden.content {
  transform: translateX(-100%) !important;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.right.reveal:hover > .visible.content {
  transform: translateX(100%) !important;
}

/* line 433, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.right.reveal:hover > .hidden.content {
  transform: translateX(0%) !important;
}

/* line 438, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.up.reveal > .hidden.content {
  transform: translateY(100%) !important;
}

/* line 443, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.up.reveal:hover > .visible.content {
  transform: translateY(-100%) !important;
}

/* line 448, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.up.reveal:hover > .hidden.content {
  transform: translateY(0%) !important;
}

/* line 453, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.down.reveal > .hidden.content {
  transform: translateY(-100%) !important;
}

/* line 458, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.down.reveal:hover > .visible.content {
  transform: translateY(100%) !important;
}

/* line 463, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.slide.down.reveal:hover > .hidden.content {
  transform: translateY(0%) !important;
}

/*--------------
      Fade
---------------*/
/* line 473, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.fade.reveal > .visible.content {
  opacity: 1;
}

/* line 476, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.fade.reveal:hover > .visible.content {
  opacity: 0;
}

/*--------------
      Move
---------------*/
/* line 484, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.reveal {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap;
}

/* line 489, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.reveal > .content {
  display: block;
  float: left;
  margin: 0em;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
}

/* line 496, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.reveal > .visible.content {
  position: relative !important;
}

/* line 499, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.reveal > .hidden.content {
  position: absolute !important;
  left: 0% !important;
  width: 100% !important;
}

/* line 504, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.reveal:hover > .visible.content {
  transform: translateX(-100%) !important;
}

/* line 509, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.right.reveal:hover > .visible.content {
  transform: translateX(100%) !important;
}

/* line 514, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.up.reveal:hover > .visible.content {
  transform: translateY(-100%) !important;
}

/* line 519, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.move.down.reveal:hover > .visible.content {
  transform: translateY(100%) !important;
}

/*--------------
     Rotate
---------------*/
/* line 529, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.rotate.reveal > .visible.content {
  transition-duration: 0.8s;
  transform: rotate(0deg);
}

/* line 536, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.rotate.reveal > .visible.content,
.ui.rotate.right.reveal > .visible.content {
  transform-origin: bottom right;
}

/* line 542, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.rotate.reveal:hover > .visible.content,
.ui.rotate.right.reveal:hover > .visible.content {
  transform: rotate(110deg);
}

/* line 548, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.rotate.left.reveal > .visible.content {
  transform-origin: bottom left;
}

/* line 553, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.rotate.left.reveal:hover > .visible.content {
  transform: rotate(-110deg);
}

/*******************************
              States
*******************************/
/* line 564, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.disabled.reveal {
  opacity: 1 !important;
}

/* line 567, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.disabled.reveal > .content {
  transition: none !important;
}

/* line 571, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.disabled.reveal:hover > .visible.content {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}

/* line 583, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.disabled.reveal:hover > .hidden.content {
  display: none !important;
}

/*******************************
           Variations
*******************************/
/*--------------
     Masked
---------------*/
/* line 597, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.masked.reveal {
  overflow: hidden;
}

/*--------------
     Instant
---------------*/
/* line 605, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.instant.reveal > .content {
  transition-delay: 0s !important;
}

/*--------------
     Sizing
---------------*/
/* line 614, vendor/assets/stylesheets/semantic-css/components/reveal.css */
.ui.reveal > .content {
  font-size: 1rem !important;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Segment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Segment
*******************************/
/*-------------------
       Element
--------------------*/
/*-------------------
       Coupling
--------------------*/
/* Page Grid Segment */
/*******************************
            States
*******************************/
/* Loading Dimmer */
/* Loading Spinner */
/*******************************
            Variations
*******************************/
/* Piled */
/* Circular */
/* Stacked */
/* Raised */
/* Attached */
/* Colors */
/* Ordinality */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Segment
*******************************/
/* line 394, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 1rem 0em;
  padding: 1em 1em;
  border-radius: 0.2857rem;
  border: none;
}

/* line 403, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment:first-child {
  margin-top: 0em;
}

/* line 406, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment:last-child {
  margin-bottom: 0em;
}

/* line 409, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* Vertical */
/* line 418, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui[class*="vertical segment"] {
  margin: 0em;
  padding-left: 0em;
  padding-right: 0em;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  box-shadow: 0px -1px 0px rgba(39, 41, 43, 0.15) inset;
}

/* line 427, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui[class*="vertical segment"]:last-child {
  box-shadow: none;
}

/* Horizontal */
/* line 432, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui[class*="horizontal segment"] {
  margin: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  box-shadow: 1px 0px 0px rgba(39, 41, 43, 0.15);
}

/*-------------------
    Loose Coupling
--------------------*/
/* Header */
/* line 448, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.segment > .ui.header {
  color: #ffffff;
}

/* Label */
/* line 453, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="bottom attached"] > .label[class*="top attached"] {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

/* line 457, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="top attached"] > .label[class*="bottom attached"] {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

/* line 461, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.attached.segment:not(.top):not(.bottom) > .label[class*="top attached"] {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

/* line 465, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.attached.segment:not(.top):not(.bottom) > .label[class*="bottom attached"] {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

/* Grid */
/* line 471, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.page.grid.segment,
.ui.grid .ui.segment.column {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 476, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.grid.segment {
  margin: 1rem 0rem;
  border-radius: 0.2857rem;
}

/* Table */
/* line 482, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.basic.table.segment {
  background: #ffffff;
  border: none;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 487, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.table.segment[class*="very basic"] {
  padding: 1em 1em;
}

/*******************************
             Types
*******************************/
/*-------------------
        Piled
--------------------*/
/* line 501, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment {
  margin: 3em 0em;
  box-shadow: 0px 0px 1px 1px rgba(39, 41, 43, 0.15);
  z-index: auto;
}

/* line 506, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment:first-child {
  margin-top: 0em;
}

/* line 509, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment:last-child {
  margin-bottom: 0em;
}

/* line 512, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment:after,
.ui.piled.segment:before {
  background-color: #ffffff;
  visibility: visible;
  content: '';
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 1px 1px rgba(39, 41, 43, 0.15);
}

/* line 524, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment:after {
  transform: rotate(1.2deg);
  top: 0;
  z-index: -1;
}

/* line 531, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment:before {
  transform: rotate(-1.2deg);
  top: 0;
  z-index: -2;
}

/* Piled Attached */
/* line 540, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment[class*="top attached"] {
  margin-top: 3em;
  margin-bottom: 0em;
}

/* line 544, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* line 547, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment[class*="bottom attached"] {
  margin-top: 0em;
  margin-bottom: 3em;
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.piled.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*-------------------
       Stacked
--------------------*/
/* line 559, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.stacked.segment {
  padding-bottom: 1.4em;
}

/* line 562, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.stacked.segment:after,
.ui.stacked.segment:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0%;
  border-top: 1px solid rgba(39, 41, 43, 0.15);
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 6px;
  visibility: visible;
}

/* line 574, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.stacked.segment:before {
  display: none;
}

/* Add additional page */
/* line 579, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.tall.stacked.segment:before {
  display: block;
  bottom: 0px;
}

/* Inverted */
/* line 585, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.stacked.inverted.segment:after,
.ui.stacked.inverted.segment:before {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(39, 41, 43, 0.3);
}

/*-------------------
       Compact
--------------------*/
/* line 595, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.compact.segment {
  display: table;
}

/*-------------------
       Circular
--------------------*/
/* line 603, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.circular.segment {
  display: table-cell;
  padding: 2em;
  text-align: center;
  vertical-align: middle;
  border-radius: 500em;
}

/*-------------------
       Raised
--------------------*/
/* line 615, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.raised.segment {
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

/*******************************
            States
*******************************/
/*--------------
    Disabled
---------------*/
/* line 629, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.disabled.segment {
  opacity: 0.3;
  color: rgba(40, 40, 40, 0.3);
}

/*--------------
    Loading
---------------*/
/* line 638, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.loading.segment {
  position: relative;
  cursor: default;
  point-events: none;
  text-shadow: none !important;
  color: transparent !important;
  transition: all 0s linear;
}

/* line 647, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.loading.segment:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 0.2857rem;
  z-index: 100;
}

/* line 658, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.loading.segment:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  animation: segment-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}

@keyframes segment-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*******************************
           Variations
*******************************/
/*-------------------
       Basic
--------------------*/
/* line 711, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.basic.segment {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
}

/*-------------------
       Fittted
--------------------*/
/* line 722, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.fitted.segment {
  padding: 0em;
}

/*-------------------
       Colors
--------------------*/
/* line 730, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.black.segment:not(.inverted) {
  border-top: 2px solid #1b1c1d;
}

/* line 733, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.blue.segment:not(.inverted) {
  border-top: 2px solid #3b83c0;
}

/* line 736, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.green.segment:not(.inverted) {
  border-top: 2px solid #5bbd72;
}

/* line 739, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.orange.segment:not(.inverted) {
  border-top: 2px solid #e07b53;
}

/* line 742, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.pink.segment:not(.inverted) {
  border-top: 2px solid #d9499a;
}

/* line 745, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.purple.segment:not(.inverted) {
  border-top: 2px solid #564f8a;
}

/* line 748, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.red.segment:not(.inverted) {
  border-top: 2px solid #d95c5c;
}

/* line 751, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.teal.segment:not(.inverted) {
  border-top: 2px solid #00b5ad;
}

/* line 754, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.yellow.segment:not(.inverted) {
  border-top: 2px solid #f2c61f;
}

/* line 757, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.black.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 761, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.blue.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 765, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.green.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 769, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.orange.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 773, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.pink.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 777, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.purple.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 781, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.red.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 785, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.teal.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/* line 789, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.yellow.segment:not(.inverted):not(.attached) {
  border-top-left-radius: 0.2857rem !important;
  border-top-right-radius: 0.2857rem !important;
}

/*-------------------
   Inverted Colors
--------------------*/
/* line 798, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.segment,
.ui.inverted.black.segment {
  background-color: #1b1c1d !important;
  color: #ffffff !important;
}

/* line 803, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.blue.segment {
  background-color: #3b83c0 !important;
  color: #ffffff !important;
}

/* line 807, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.green.segment {
  background-color: #5bbd72 !important;
  color: #ffffff !important;
}

/* line 811, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.orange.segment {
  background-color: #e07b53 !important;
  color: #ffffff !important;
}

/* line 815, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.pink.segment {
  background-color: #d9499a !important;
  color: #ffffff !important;
}

/* line 819, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.purple.segment {
  background-color: #564f8a !important;
  color: #ffffff !important;
}

/* line 823, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.red.segment {
  background-color: #d95c5c !important;
  color: #ffffff !important;
}

/* line 827, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.teal.segment {
  background-color: #00b5ad !important;
  color: #ffffff !important;
}

/* line 831, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.yellow.segment {
  background-color: #f2c61f !important;
  color: #ffffff !important;
}

/*-------------------
       Aligned
--------------------*/
/* line 840, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="left aligned"] {
  text-align: left;
}

/* line 843, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="right aligned"] {
  text-align: right;
}

/* line 846, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="center aligned"] {
  text-align: center;
}

/*-------------------
       Floated
--------------------*/
/* line 854, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.floated.segment,
.ui.segment[class*="left floated"] {
  float: left;
  margin-right: 1rem;
}

/* line 859, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="right floated"] {
  float: right;
  margin-left: 1rem;
}

/*-------------------
      Inverted
--------------------*/
/* line 868, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.segment {
  border: none;
  box-shadow: none;
}

/* line 872, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.segment .segment {
  color: rgba(0, 0, 0, 0.8);
}

/* line 875, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.segment .inverted.segment {
  color: #ffffff;
}

/* line 878, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.segment,
.ui.primary.inverted.segment {
  background-color: #1b1c1d;
  color: #ffffff;
}

/* line 883, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.inverted.block.segment,
.ui.inverted.attached.segment {
  border-color: #555555;
}

/*-------------------
     Ordinality
--------------------*/
/* line 892, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.secondary.segment {
  background: #faf9fa;
  color: rgba(0, 0, 0, 0.8);
}

/* line 896, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.tertiary.segment {
  background: #ebebeb;
  color: rgba(0, 0, 0, 0.8);
}

/* line 900, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.secondary.inverted.segment {
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  color: #fafafa;
}

/* line 905, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.tertiary.inverted.segment {
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  color: #f0f0f0;
}

/*-------------------
      Attached
--------------------*/
/* line 915, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment.attached {
  top: 0px;
  bottom: 0px;
  margin: 0em -1px;
  width: calc(100% +  2px);
  max-width: calc(100% +  2px);
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #d4d4d5;
}

/* line 927, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment.attached + .ui.segment.attached:not(.top) {
  border-top: none;
}

/* Top */
/* line 932, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="top attached"] {
  top: 0px;
  bottom: 0px;
  margin-top: 1rem;
  margin-bottom: 0em;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 939, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */
/* line 944, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="bottom attached"] {
  top: 0px;
  bottom: 0px;
  margin-top: 0em;
  margin-bottom: 1rem;
  box-shadow: none, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 952, vendor/assets/stylesheets/semantic-css/components/segment.css */
.ui.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Steps
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Step
*******************************/
/*-------------------
      Element
--------------------*/
/* Icon */
/* Title */
/* Description */
/* Arrow */
/*-------------------
       Group
--------------------*/
/*-------------------
      Variations
--------------------*/
/*-------------------
       States
--------------------*/
/* Completed */
/* Hover */
/* Down */
/* Active */
/* Active + Hover */
/* Disabled */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           Singular
*******************************/
/* line 392, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0em 0em;
  padding: 0.9285em 1.5em 0.9285em 2.25em;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px 1px #d4d4d5;
  border-radius: 0em;
}

/* line 403, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step:after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 50%;
  right: 0em;
  border: medium none;
  background-color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  border-bottom: 1px solid rgba(39, 41, 43, 0.15);
  border-right: 1px solid rgba(39, 41, 43, 0.15);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

/* line 419, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step,
.ui.steps .step:after {
  transition: background-color 0.2s ease, opacity 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/*******************************
            Plural
*******************************/
/* line 430, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps {
  display: table;
  table-layout: fixed;
  background: '';
  box-shadow: '';
  line-height: 1.142rem;
  box-sizing: border-box;
  border-radius: 0.2857rem;
}

/* line 439, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step:first-child {
  padding-left: 1.5em;
  border-radius: 0.2857rem 0em 0em 0.2857rem;
}

/* line 443, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step:last-child {
  border-radius: 0em 0.2857rem 0.2857rem 0em;
}

/* line 446, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step:only-child {
  border-radius: 0.2857rem;
}

/* line 449, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step:last-child {
  margin-right: 0em;
}

/* line 452, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step:last-child:after {
  display: none;
}

/*******************************
            Content
*******************************/
/* Title */
/* line 463, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step .title {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.0714em;
  font-weight: bold;
}

/* Description */
/* line 470, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step .description {
  font-weight: normal;
  font-size: 0.9285em;
  color: rgba(0, 0, 0, 0.8);
}

/* line 475, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step .title ~ .description {
  margin-top: 0.1em;
}

/* Icon */
/* line 480, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step > .icon,
.ui.steps .step > .icon ~ .content {
  display: table-cell;
  vertical-align: middle;
}

/* line 485, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step > .icon {
  font-size: 2em;
  margin: 0em;
  padding-right: 0.6em;
}

/* Link */
/* line 492, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .link.step,
.ui.steps a.step {
  cursor: pointer;
}

/*******************************
            Types
*******************************/
/*--------------
     Ordered
---------------*/
/* line 507, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.ordered.steps {
  counter-reset: ordered;
}

/* line 510, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.ordered.steps .step:before {
  display: table-cell;
  position: static;
  text-align: center;
  content: counters(ordered, ".");
  vertical-align: middle;
  padding-right: 0.6em;
  font-size: 2em;
  counter-increment: ordered;
}

/* line 520, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.ordered.steps .step > * {
  display: table-cell;
  vertical-align: middle;
}

/*--------------
    Vertical
---------------*/
/* line 529, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.vertical.steps {
  display: inline-block;
  overflow: visible;
}

/* line 533, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.vertical.steps .step {
  display: block;
  border-radius: 0em;
  padding: 0.9285em 1.5em;
}

/* line 538, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.vertical.steps .step:first-child {
  padding: 0.9285em 1.5em;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 542, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.vertical.steps .step:last-child {
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* Arrow */
/* line 547, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.vertical.steps .step:after {
  display: none;
}

/* Active Arrow */
/* line 552, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.vertical.steps .active.step:after {
  display: block;
}

/*---------------
    Responsive
----------------*/
/* Mobile (Default) */
@media only screen and (max-width: 767px) {
  /* line 563, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps {
    overflow: visible;
  }
  /* line 566, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps .step {
    display: block;
    border-radius: 0em;
    padding: 0.9285em 1.5em;
  }
  /* line 571, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps .step:first-child {
    padding: 0.9285em 1.5em;
    border-radius: 0.2857rem 0.2857rem 0em 0em;
  }
  /* line 575, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps .step:last-child {
    border-radius: 0em 0em 0.2857rem 0.2857rem;
  }
  /* Arrow */
  /* line 580, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps .step:after {
    display: none;
  }
}

/*******************************
             States
*******************************/
/* Link Hover */
/* line 592, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .link.step:hover::after,
.ui.steps .link.step:hover,
.ui.steps a.step:hover::after,
.ui.steps a.step:hover {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.8);
}

/* Link Down */
/* line 601, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .link.step:active::after,
.ui.steps .link.step:active,
.ui.steps a.step:active::after,
.ui.steps a.step:active {
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.8);
}

/* Active */
/* line 610, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step.active {
  cursor: auto;
  background: #f0f0f0;
}

/* line 614, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step.active:after {
  background: #f0f0f0;
}

/* line 617, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step.active .title {
  color: #009fda;
}

/* line 620, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.ordered.steps .step.active:before,
.ui.steps .active.step .icon {
  color: rgba(0, 0, 0, 0.85);
}

/* Active Hover */
/* line 626, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .link.active.step:hover::after,
.ui.steps .link.active.step:hover,
.ui.steps a.active.step:hover::after,
.ui.steps a.active.step:hover {
  cursor: pointer;
  background: #ececec;
  color: rgba(0, 0, 0, 0.8);
}

/* Completed */
/* line 636, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  color: #5bbd72;
}

/* Disabled */
/* line 642, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .disabled.step {
  cursor: auto;
  background: #ffffff;
  pointer-events: none;
}

/* line 647, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .disabled.step,
.ui.steps .disabled.step .title,
.ui.steps .disabled.step .description {
  color: rgba(40, 40, 40, 0.3);
}

/* line 652, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .disabled.step:after {
  background: #ffffff;
}

/*******************************
           Variations
*******************************/
/*--------------
   Stackable
---------------*/
/* Tablet Or Below */
@media only screen and (min-width: 992px) {
  /* line 669, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps[class*="tablet stackable"] {
    overflow: visible;
  }
  /* line 672, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps[class*="tablet stackable"] .step {
    display: block;
    border-radius: 0em;
    padding: 0.9285em 1.5em;
  }
  /* line 677, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps[class*="tablet stackable"] .step:first-child {
    padding: 0.9285em 1.5em;
    border-radius: 0.2857rem 0.2857rem 0em 0em;
  }
  /* line 681, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps[class*="tablet stackable"] .step:last-child {
    border-radius: 0em 0em 0.2857rem 0.2857rem;
  }
  /* Arrow */
  /* line 686, vendor/assets/stylesheets/semantic-css/components/step.css */
  .ui.steps[class*="tablet stackable"] .step:after {
    display: none;
  }
}

/*--------------
      Fluid
---------------*/
/* Fluid */
/* line 697, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.fluid.steps {
  width: 100%;
}

/*--------------
    Attached
---------------*/
/* Top */
/* line 707, vendor/assets/stylesheets/semantic-css/components/step.css */
.attached.ui.steps {
  margin: 0em;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 711, vendor/assets/stylesheets/semantic-css/components/step.css */
.attached.ui.steps .step:first-child {
  border-radius: 0.2857rem 0em 0em 0em;
}

/* line 714, vendor/assets/stylesheets/semantic-css/components/step.css */
.attached.ui.steps .step:last-child {
  border-radius: 0em 0.2857rem 0em 0em;
}

/* Bottom */
/* line 719, vendor/assets/stylesheets/semantic-css/components/step.css */
.bottom.attached.ui.steps {
  margin: -1px 0em 0em;
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/step.css */
.bottom.attached.ui.steps .step:first-child {
  border-radius: 0em 0em 0em 0.2857rem;
}

/* line 726, vendor/assets/stylesheets/semantic-css/components/step.css */
.bottom.attached.ui.steps .step:last-child {
  border-radius: 0em 0em 0.2857rem 0em;
}

/*-------------------
    Evenly Divided
--------------------*/
/* line 734, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.one.steps,
.ui.two.steps,
.ui.three.steps,
.ui.four.steps,
.ui.five.steps,
.ui.six.steps,
.ui.seven.steps,
.ui.eight.steps {
  display: block;
}

/* line 744, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.one.steps > .step {
  width: 100%;
}

/* line 747, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.two.steps > .step {
  width: 50%;
}

/* line 750, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.three.steps > .step {
  width: 33.333%;
}

/* line 753, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.four.steps > .step {
  width: 25%;
}

/* line 756, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.five.steps > .step {
  width: 20%;
}

/* line 759, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.six.steps > .step {
  width: 16.666%;
}

/* line 762, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.seven.steps > .step {
  width: 14.285%;
}

/* line 765, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.eight.steps > .step {
  width: 12.500%;
}

/*-------------------
       Sizes
--------------------*/
/* line 773, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.small.step,
.ui.small.steps .step {
  font-size: 0.92857143rem;
}

/* line 777, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.step,
.ui.steps .step {
  font-size: 1rem;
}

/* line 781, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.large.step,
.ui.large.steps .step {
  font-size: 1.14285714rem;
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Step';
  src: url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("woff");
}

/* line 795, vendor/assets/stylesheets/semantic-css/components/step.css */
.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  font-family: 'Step';
  content: '\e800';
  /* '' */
}

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Accordion
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
           Accordion
*******************************/
/* Title */
/* Icon */
/* Child Accordion */
/* Content */
/*-------------------
       Coupling
--------------------*/
/*-------------------
       States
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Styled */
/* Content */
/* Child Content */
/* Styled Title */
/* Styled Title States */
/* Styled Child Title States */
/* Inverted */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Accordion
*******************************/
/* line 389, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion,
.ui.accordion .accordion {
  max-width: 100%;
  font-size: 1em;
}

/* line 394, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .accordion {
  margin: 1em 0em 0em;
  padding: 0em;
}

/* Title */
/* line 400, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .title,
.ui.accordion .accordion .title {
  cursor: pointer;
}

/* Default Styling */
/* line 406, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .title:not(.ui) {
  padding: 0.5em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
}

/* Content */
/* line 414, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .title ~ .content,
.ui.accordion .accordion .title ~ .content {
  display: none;
}

/* Default Styling */
/* line 420, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion:not(.styled) .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  margin: 0em;
  padding: 0.5em 0em 1em;
}

/* line 425, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  padding-bottom: 0em;
}

/* Arrow */
/* line 430, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .title .dropdown.icon,
.ui.accordion .accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 0.75;
  width: 1.25em;
  height: 1em;
  margin: 0em 0.25rem 0em 0rem;
  padding: 0em;
  font-size: 1em;
  transition: transform 0.2s ease, opacity 0.2s ease;
  vertical-align: baseline;
  transform: rotate(0deg);
}

/*--------------
    Coupling
---------------*/
/* Menu */
/* line 454, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion.menu .item .title {
  display: block;
  padding: 0em;
}

/* line 458, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion.menu .item .title > .dropdown.icon {
  float: right;
  margin: 0.165em 0em 0em 1em;
  transform: rotate(180deg);
}

/* Header */
/* line 467, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .ui.header .dropdown.icon {
  font-size: 1em;
  margin: 0em 0.25rem 0em 0rem;
}

/*******************************
            States
*******************************/
/* line 477, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
  transform: rotate(90deg);
}

/* line 483, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion.menu .item .active.title > .dropdown.icon {
  transform: rotate(90deg);
}

/*******************************
            Types
*******************************/
/*--------------
     Styled
---------------*/
/* line 499, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion {
  width: 600px;
}

/* line 502, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion,
.ui.styled.accordion .accordion {
  border-radius: 0.2857rem;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15);
}

/* line 508, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .title,
.ui.styled.accordion .accordion .title {
  margin: 0em;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-top: 1px solid rgba(39, 41, 43, 0.15);
  transition: background 0.2s ease, color 0.2s ease;
}

/* line 518, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion > .title:first-child,
.ui.styled.accordion > .accordion .title:first-child {
  border-top: none;
}

/* Content */
/* line 524, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .content,
.ui.styled.accordion .accordion .content {
  margin: 0em;
  padding: 0.5em 1em 1.5em;
}

/* line 529, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .accordion .content {
  padding: 0em;
  padding: 0.5em 1em 1.5em;
}

/* Hover */
/* line 535, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .title:hover,
.ui.styled.accordion .active.title,
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* line 542, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Active */
/* line 549, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* line 553, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/*******************************
            States
*******************************/
/*--------------
     Active
---------------*/
/* line 568, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .active.content,
.ui.accordion .accordion .active.content {
  display: block;
}

/*******************************
           Variations
*******************************/
/*--------------
     Fluid
---------------*/
/* line 583, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.fluid.accordion,
.ui.fluid.accordion .accordion {
  width: 100%;
}

/*--------------
     Inverted
---------------*/
/* line 592, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.inverted.accordion .title:not(.ui) {
  color: #ffffff;
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Accordion';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Dropdown Icon */
/* line 609, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .title .dropdown.icon,
.ui.accordion .accordion .title .dropdown.icon {
  font-family: Accordion;
  line-height: 1;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* line 619, vendor/assets/stylesheets/semantic-css/components/accordion.css */
.ui.accordion .title .dropdown.icon:before,
.ui.accordion .accordion .title .dropdown.icon:before {
  content: "";
}

/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Checkbox
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
            Checkbox
*******************************/
/* Label */
/* Checkbox */
/* Checkmark */
/*-------------------
      Coupling
--------------------*/
/*-------------------
        States
--------------------*/
/* Disabled */
/*-------------------
        Types
--------------------*/
/* Radio */
/* Slider & Toggle Handle */
/* Slider */
/* Toggle */
/*-------------------
      Variations
--------------------*/
/*------------------
   Packaged Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           Checkbox
*******************************/
/*--------------
    Content
---------------*/
/* line 393, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox {
  position: relative;
  display: inline-block;
  min-height: 17px;
  font-size: 1rem;
  line-height: 15px;
  min-width: 17px;
  backface-visibility: hidden;
  outline: none;
  vertical-align: middle;
}

/* line 405, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0 !important;
  outline: none;
  z-index: -1;
}

/*--------------
      Box
---------------*/
/* line 418, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox .box,
.ui.checkbox label {
  display: block;
  cursor: pointer;
  padding-left: 1.75em;
  outline: none;
}

/* line 425, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox label {
  font-size: 14px;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox .box:before,
.ui.checkbox label:before {
  position: absolute;
  line-height: 1;
  width: 17px;
  height: 17px;
  top: 0em;
  left: 0em;
  content: '';
  background: #ffffff;
  border-radius: 0.25em;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #d4d4d5;
}

/*--------------
    Checkmark
---------------*/
/* line 448, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox .box:after,
.ui.checkbox label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 17px;
  width: 17px;
  height: 17px;
  text-align: center;
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.1s ease;
}

/*--------------
      Label
---------------*/
/* Inside */
/* line 469, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox label,
.ui.checkbox + label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Outside */
/* line 482, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox + label {
  vertical-align: middle;
}

/*******************************
           States
*******************************/
/*--------------
      Hover
---------------*/
/* line 496, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before {
  background: #ffffff;
  border: 1px solid rgba(39, 41, 43, 0.3);
}

/* line 501, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox label:hover,
.ui.checkbox + label:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
      Down
---------------*/
/* line 510, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox .box:active::before,
.ui.checkbox label:active::before {
  background: #f5f5f5;
  border: 1px solid 1px solid rgba(39, 41, 43, 0.3);
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox input:active ~ label {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
      Focus
---------------*/
/* line 523, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before {
  background: #f5f5f5;
  border: 1px solid 1px solid rgba(39, 41, 43, 0.3);
}

/* line 528, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox input:focus ~ label {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
     Active
---------------*/
/* line 536, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  opacity: 1;
}

/*--------------
    Read-Only
---------------*/
/* line 545, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.read-only.checkbox,
.ui.read-only.checkbox label {
  cursor: default;
}

/*--------------
     Disabled
---------------*/
/* line 554, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.disabled.checkbox .box:after,
.ui.disabled.checkbox label,
.ui.checkbox input[disabled] ~ .box:after,
.ui.checkbox input[disabled] ~ label {
  cursor: default;
  opacity: 0.5;
  color: #000000;
}

/*******************************
             Types
*******************************/
/*--------------
     Radio
---------------*/
/* line 573, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.radio.checkbox {
  min-height: 14px;
}

/* Box */
/* line 578, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.radio.checkbox .box:before,
.ui.radio.checkbox label:before {
  width: 14px;
  height: 14px;
  border-radius: 500rem;
  top: 1px;
  left: 0px;
  transform: none;
}

/* Circle */
/* line 591, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
  border: none;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 1px;
  left: 0px;
  font-size: 9px;
}

/* Radio Checkbox */
/* line 603, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
  width: 14px;
  height: 14px;
  border-radius: 500rem;
  transform: scale(0.42857143);
  background-color: rgba(0, 0, 0, 0.8);
}

/*--------------
     Slider
---------------*/
/* line 618, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox {
  cursor: pointer;
  min-height: 1.25rem;
}

/* line 622, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox .box,
.ui.slider.checkbox label {
  padding-left: 4.5rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}

/* Line */
/* line 630, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox .box:before,
.ui.slider.checkbox label:before {
  cursor: pointer;
  display: block;
  position: absolute;
  content: '';
  top: 0.4rem;
  left: 0em;
  z-index: 1;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.05);
  width: 3.5rem;
  height: 0.25rem;
  transform: none;
  border-radius: 500rem;
  transition: background 0.3s ease;
}

/* Handle */
/* line 654, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
  background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  position: absolute;
  content: '';
  opacity: 1;
  z-index: 2;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.25rem;
  left: 0em;
  transform: none;
  border-radius: 500rem;
  transition: left 0.3s ease 0s;
}

/* Focus */
/* line 679, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox input:focus ~ .box:before,
.ui.slider.checkbox input:focus ~ label:before {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
}

/* Hover */
/* line 686, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox .box:hover,
.ui.slider.checkbox label:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 690, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox .box:hover::before,
.ui.slider.checkbox label:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

/* Active */
/* line 696, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox input:checked ~ .box,
.ui.slider.checkbox input:checked ~ label {
  color: rgba(0, 0, 0, 0.8);
}

/* line 700, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox input:checked ~ .box:before,
.ui.slider.checkbox input:checked ~ label:before {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 704, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
  left: 2rem;
}

/*--------------
     Toggle
---------------*/
/* line 713, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox {
  cursor: pointer;
  min-height: 1.5rem;
}

/* line 717, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox .box,
.ui.toggle.checkbox label {
  min-height: 1.5rem;
  padding-left: 4.5rem;
  color: rgba(0, 0, 0, 0.8);
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox label {
  padding-top: 0.15em;
}

/* Switch */
/* line 728, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox .box:before,
.ui.toggle.checkbox label:before {
  cursor: pointer;
  display: block;
  position: absolute;
  content: '';
  top: 0rem;
  z-index: 1;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 500rem;
}

/* Handle */
/* line 744, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after {
  background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  position: absolute;
  content: '';
  opacity: 1;
  z-index: 2;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset;
  width: 1.5rem;
  height: 1.5rem;
  top: 0rem;
  left: 0em;
  border-radius: 500rem;
  transition: background 0.3s ease 0s, left 0.3s ease 0s;
}

/* line 766, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox input ~ .box:after,
.ui.toggle.checkbox input ~ label:after {
  left: -0.05rem;
}

/* Focus */
/* line 772, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox input:focus ~ .box:before,
.ui.toggle.checkbox input:focus ~ label:before {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
}

/* Hover */
/* line 779, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox .box:hover::before,
.ui.toggle.checkbox label:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
}

/* Active */
/* line 786, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox input:checked ~ .box,
.ui.toggle.checkbox input:checked ~ label {
  color: #5bbd72;
}

/* line 790, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #5bbd72;
}

/* line 794, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.toggle.checkbox input:checked ~ .box:after,
.ui.toggle.checkbox input:checked ~ label:after {
  left: 2.05rem;
}

/*******************************
            Variations
*******************************/
/*--------------
     Fitted
---------------*/
/* line 809, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.fitted.checkbox .box,
.ui.fitted.checkbox label {
  padding-left: 0em !important;
}

/* line 813, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.fitted.toggle.checkbox,
.ui.fitted.toggle.checkbox {
  width: 3.5rem;
}

/* line 817, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.fitted.slider.checkbox,
.ui.fitted.slider.checkbox {
  width: 3.5rem;
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Checkbox';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("woff");
}

/* line 831, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox label:before,
.ui.checkbox .box:before,
.ui.checkbox label:after,
.ui.checkbox .box:after {
  font-family: 'Checkbox';
}

/* line 837, vendor/assets/stylesheets/semantic-css/components/checkbox.css */
.ui.checkbox label:after,
.ui.checkbox .box:after {
  content: '\e800';
}

/*  UTF Reference
.check:before { content: '\e800'; }  ''
.circle:before { content: '\e801'; }
.ok-circled:before { content: '\e806'; }
.ok-circle:before { content: '\e805'; }
.cancel-circle:before { content: '\e807'; }
.cancel-circle-1:before { content: '\e804'; }
.empty-circle:before { content: '\e802'; }
.radio:before { content: '\e803'; }

*/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Dimmer
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Dimmer
*******************************/
/* Hidden (Default) */
/* Content */
/* Visible */
/*-------------------
        Types
--------------------*/
/* Page Dimmer*/
/*-------------------
      Variations
--------------------*/
/* Inverted */
/* Simple */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Dimmer
*******************************/
/* line 373, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.dimmable {
  position: relative;
}

/* line 376, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.dimmer {
  display: none;
  position: absolute;
  top: 0em !important;
  left: 0em !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  line-height: 1;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}

/* Dimmer Content */
/* line 403, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.dimmer > .content {
  width: 100%;
  height: 100%;
  display: table;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

/* line 412, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.dimmer > .content > div {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

/* Loose Coupling */
/* line 419, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.segment > .ui.dimmer {
  border-radius: inherit !important;
}

/*******************************
            States
*******************************/
/* line 428, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
  overflow: hidden;
}

/* line 432, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
  display: block;
  opacity: 1;
}

/* line 438, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.disabled.dimmer {
  width: 0 !important;
  height: 0 !important;
}

/*******************************
           Variations
*******************************/
/*--------------
      Page
---------------*/
/* line 453, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.page.dimmer {
  position: fixed;
  transform-style: '';
  perspective: 2000px;
  transform-origin: center center;
}

/* line 463, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
body.animating.in.dimmable,
body.dimmed.dimmable {
  overflow: hidden;
}

/* line 467, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
body.dimmable > .dimmer {
  position: fixed;
}

/*
body.dimmable > :not(.dimmer) {
  filter: @elementStartFilter;
}
body.dimmed.dimmable > :not(.dimmer) {
  filter: @elementEndFilter;
  transition: @elementTransition;
}
*/
/*--------------
    Aligned
---------------*/
/* line 484, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.dimmer > .top.aligned.content > * {
  vertical-align: top;
}

/* line 487, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.dimmer > .bottom.aligned.content > * {
  vertical-align: bottom;
}

/*--------------
    Inverted
---------------*/
/* line 495, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.inverted.dimmer {
  background: rgba(255, 255, 255, 0.85);
}

/* line 498, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.inverted.dimmer > .content > * {
  color: #ffffff;
}

/*--------------
     Simple
---------------*/
/* Displays without javascript */
/* line 508, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.simple.dimmer {
  display: block;
  overflow: hidden;
  opacity: 1;
  width: 0%;
  height: 0%;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0);
}

/* line 517, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.dimmed.dimmable > .ui.simple.dimmer {
  overflow: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

/* line 525, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.ui.simple.inverted.dimmer {
  background: rgba(255, 255, 255, 0);
}

/* line 528, vendor/assets/stylesheets/semantic-css/components/dimmer.css */
.dimmed.dimmable > .ui.simple.inverted.dimmer {
  background: rgba(255, 255, 255, 0.85);
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Dropdown
*******************************/
/*-------------------
       Element
--------------------*/
/*-------------------
       Content
--------------------*/
/* Icon */
/* Current Text */
/* Menu */
/* Text */
/* Menu Item */
/* Sub Menu */
/* Menu Header */
/* Menu Divider */
/* Menu Input */
/* Menu Image */
/* Item Sub-Element */
/* Sub-Menu Dropdown Icon */
/* Description */
/* Floated Content */
/*-------------------
        Types
--------------------*/
/* Selection */
/* Responsive */
/* Derived */
/* Hover */
/* Visible */
/* Visible Hover */
/* Search */
/* Search Selection */
/* browser default for webkit <input> */
/* Inline */
/*-------------------
       States
--------------------*/
/* Hovered */
/* Default Text */
/* Loading */
/* Active Menu Item */
/* Selected */
/* Error */
/*-------------------
      Variations
--------------------*/
/* Upward */
/* Flyout Direction */
/* Simple */
/* Floating */
/* Pointing */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Dropdown
*******************************/
/* line 447, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1em;
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-align: left;
  transition: border-radius 0.1s ease, width 0.2s ease;
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
/* line 469, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  margin: 0em;
  padding: 0em 0em;
  background: #ffffff;
  min-width: 100%;
  white-space: nowrap;
  font-size: 1rem;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 1px 4px 0px rgba(39, 41, 43, 0.15);
  border: 1px solid rgba(39, 41, 43, 0.15);
  border-radius: 0em 0em 0.2857rem 0.2857rem;
  transition: opacity 0.2s ease;
  z-index: 11;
  will-change: transform, opacity;
}

/*--------------
  Hidden Input
---------------*/
/* line 496, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > input[type="hidden"],
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
/* line 505, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .dropdown.icon {
  width: auto;
  margin: 0em 0em 0em 1em;
}

/* line 509, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0.2em 0em 0em 1em;
}

/* line 514, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
/* line 522, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text {
  display: inline-block;
  transition: color 0.2s ease;
}

/*--------------
    Menu Item
---------------*/
/* line 532, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  border-top: none;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.65rem 1.25rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none;
}

/* line 548, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
/* line 556, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

/* line 562, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

/* line 568, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0.2em;
}

/*--------------
  Menu Divider
---------------*/
/* line 579, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.25rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 587, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 0em;
  margin: 0.5em 0em;
}

/* line 592, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .input {
  margin: 0.75rem 1.25rem;
  min-width: 200px;
}

/* line 596, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

/* line 599, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
/* line 613, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
/* line 623, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0em 0.2857rem 0.2857rem 0em !important;
  z-index: 21 !important;
}

/* Hide Arrow */
/* line 633, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*******************************
            Coupling
*******************************/
/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
/* line 649, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

/* line 656, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0.2em;
}

/* line 663, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  margin-right: 0.75em;
}

/*--------------
     Image
---------------*/
/* line 681, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2.5em;
}

/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
/* line 697, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
/* line 703, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
/* line 708, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
/* line 721, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

/* line 724, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.button.active:not(.pointing):not(.floating),
.ui.dropdown.button.visible:not(.pointing):not(.floating) {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
/* line 742, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  white-space: normal;
  outline: 0;
  transform: rotateZ(0deg);
  min-width: 180px;
  background: #ffffff;
  display: inline-block;
  padding: 0.8em 1.1em;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  border: 1px solid rgba(39, 41, 43, 0.15);
  border-radius: 0.2857rem;
  transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

/* line 760, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

/* line 764, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
select.ui.dropdown {
  height: 38px;
  padding: 0em;
  margin: 0em;
  visibility: hidden;
}

/* line 770, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown > .text {
  margin-right: 2em;
}

/* line 773, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  position: absolute;
  top: auto;
  margin: 0em;
  width: auto;
  right: 1.1em;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

/* Compact */
/* line 787, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */
/* line 792, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  margin: 0px -1px;
  min-width: calc(100% +  2px);
  outline: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, border 0.2s ease;
}

/* line 808, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 813, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.selection.dropdown .menu {
    max-height: 7.7142rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 818, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.selection.dropdown .menu {
    max-height: 10.2856rem;
  }
}

@media only screen and (min-width: 992px) {
  /* line 823, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.selection.dropdown .menu {
    max-height: 15.4284rem;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 828, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.selection.dropdown .menu {
    max-height: 20.5712rem;
  }
}

/* Menu Item */
/* line 834, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 1.1em !important;
  /* Add in spacing for scroll bar */
  padding-right: calc(2.1em) !important;
  white-space: normal;
  word-wrap: normal;
}

/* Hover */
/* line 846, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown:hover {
  border-color: rgba(39, 41, 43, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Disabled */
/* line 852, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown.disabled,
.ui.selection.dropdown.disabled:hover {
  cursor: default;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(39, 41, 43, 0.15);
  opacity: 0.3 !important;
}

/* Visible Hover */
/* line 862, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.visible.dropdown:hover {
  border-color: rgba(39, 41, 43, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

/* line 866, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.visible.dropdown:hover .menu {
  border: 1px solid rgba(39, 41, 43, 0.3);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

/* Visible */
/* line 872, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown.visible {
  border-color: rgba(39, 41, 43, 0.15);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

/* line 876, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
}

/* Active Item */
/* line 881, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.active.dropdown > .text:not(.default),
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Connecting Border */
/* line 888, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.active.selection.dropdown,
.ui.visible.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
/* line 900, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown {
  min-width: '';
}

/* Search Dropdown */
/* line 905, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0em !important;
  cursor: pointer;
  top: 0em;
  left: 0em;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
/* line 920, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

/* line 924, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  z-index: 3;
}

/* Search Selection */
/* line 931, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.selection.dropdown > input.search {
  line-height: 1.2142em;
  padding: 0.6929em 1.1em;
}

/* Active/Visible Search */
/* line 937, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

/* line 941, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* line 945, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.active.search.dropdown > input.search:focus + .text {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* Search Menu */
/* line 950, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  /* line 958, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.search.dropdown .menu {
    max-height: 7.7142rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 963, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.search.dropdown .menu {
    max-height: 10.2856rem;
  }
}

@media only screen and (min-width: 992px) {
  /* line 968, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.search.dropdown .menu {
    max-height: 15.4284rem;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 973, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
  .ui.search.dropdown .menu {
    max-height: 20.5712rem;
  }
}

/*--------------
     Inline
---------------*/
/* line 982, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

/* line 987, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.25em;
  vertical-align: top;
}

/* line 991, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.inline.dropdown > .text {
  font-weight: bold;
}

/* line 994, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.25em;
  border-radius: 0.2857rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
/* line 1012, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  z-index: 12;
}

/*--------------------
        Active
----------------------*/
/* Menu Item Active */
/* line 1024, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
     Default Text
----------------------*/
/* line 1036, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .default.text,
.ui.default.dropdown > .text {
  color: rgba(179, 179, 179, 0.7);
}

/* line 1040, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown:hover > .default.text,
.ui.default.dropdown:hover > .text {
  color: rgba(140, 140, 140, 0.7);
}

/*--------------------
        Loading
----------------------*/
/* line 1049, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.loading.dropdown > .text {
  transition: none;
}

/* line 1053, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
/* line 1065, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
/* line 1077, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

/* line 1080, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .filtered.item {
  display: none;
}

/*--------------------
        Error
----------------------*/
/* line 1088, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #a94442;
}

/* line 1093, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown.error {
  background: #fff0f0;
  border-color: #dbb1b1;
}

/* line 1097, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.selection.dropdown.error:hover {
  border-color: #dbb1b1;
}

/* line 1100, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #dbb1b1;
}

/* line 1104, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.error > .menu > .item {
  color: #d95c5c;
}

/* Item Hover */
/* line 1109, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #fff2f2;
}

/* Item Active */
/* line 1114, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown.error > .menu .active.item {
  background-color: #fdcfcf;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
/* line 1124, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.disabled.dropdown {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
/* line 1142, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */
/* line 1147, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
}

/* Left Flyout Menu */
/* line 1154, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
}

/* line 1159, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0.2em 0.75em 0em 0em;
}

/* line 1165, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0.2em 0.75em 0em 0em;
}

/* line 1171, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
}

/*--------------
     Upward
---------------*/
/* line 1180, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 4px 0px rgba(39, 41, 43, 0.15);
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* Active Upward */
/* line 1188, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.2857rem 0.2857rem 0em 0em !important;
}

/* line 1192, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.dropdown.button.active:not(.pointing):not(.floating),
.ui.upward.dropdown.button.visible:not(.pointing):not(.floating) {
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* Selection */
/* line 1198, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
}

/* line 1202, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* line 1205, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.selection.visible.dropdown:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
}

/* line 1208, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.active.upward.selection.dropdown,
.ui.visible.upward.selection.dropdown {
  border-radius: 0em 0em 0.2857rem 0.2857rem !important;
}

/* line 1212, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

/* line 1215, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.upward.selection.visible.dropdown:hover .menu {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/* Displays without javascript */
/* line 1225, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

/* line 1229, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.2s ease;
}

/* line 1240, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* line 1245, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

/* line 1253, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

/* line 1262, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
/* line 1270, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
/* line 1278, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

/* line 1283, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
/* line 1291, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.2857rem;
}

/* line 1297, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
}

/*--------------
     Pointing
---------------*/
/* line 1305, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.75em;
  border-radius: 0.2857rem;
}

/* line 1310, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 2;
}

/* line 1325, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
/* line 1332, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

/* line 1339, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

/* line 1346, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  transform: rotate(45deg);
}

/* Top Right  Pointing */
/* line 1357, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

/* line 1364, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  transform: rotate(45deg);
}

/* Left Pointing */
/* line 1375, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

/* line 1381, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(-45deg);
}

/* Right Pointing */
/* line 1391, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

/* line 1397, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(135deg);
}

/* Bottom Pointing */
/* line 1408, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

/* line 1415, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
/* line 1426, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
/* line 1432, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

/* line 1436, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
/* line 1442, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

/* line 1446, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 1464, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* line 1475, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .dropdown.icon {
  width: auto;
}

/* line 1478, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7';
}

/* Sub Menu */
/* line 1483, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "";
}

/* line 1486, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "";
}

/* Vertical Menu Dropdown */
/* line 1492, vendor/assets/stylesheets/semantic-css/components/dropdown.css */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "";
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Modal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Modal
*******************************/
/* Close Icon */
/* Header */
/* Content */
/* Image / Description */
/* Modal Actions */
/* Inner Close Position (Tablet/Mobile) */
/* Mobile Positions */
/* Responsive Widths */
/*-------------------
        Types
--------------------*/
/* Basic */
/* Scrolling Margin */
/*-------------------
      Variations
--------------------*/
/* Size Widths */
/* Derived Responsive Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Modal
*******************************/
/* line 386, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  text-align: left;
  width: 90%;
  margin-left: -45%;
  background: #ffffff;
  border: none;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0.2857rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  will-change: top, left, margin, transform, opacity;
}

/* line 405, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > :first-child:not(.icon),
.ui.modal > .icon:first-child + * {
  border-top-left-radius: 0.2857rem;
  border-top-right-radius: 0.2857rem;
}

/* line 410, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > :last-child {
  border-bottom-left-radius: 0.2857rem;
  border-bottom-right-radius: 0.2857rem;
}

/*******************************
            Content
*******************************/
/*--------------
     Close
---------------*/
/* line 425, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .close {
  cursor: pointer;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
  opacity: 0.8;
  font-size: 1.25em;
  color: #ffffff;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0rem 0rem 0rem;
}

/* line 438, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .close:hover {
  opacity: 1;
}

/*--------------
     Header
---------------*/
/* line 446, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .header {
  display: block;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.05)) #ffffff;
  margin: 0em;
  padding: 1.2rem 2rem;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(39, 41, 43, 0.15);
}

/*--------------
     Content
---------------*/
/* line 465, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 2rem;
  background: #ffffff;
}

/* Image */
/* line 476, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content > .image {
  display: table-cell;
  width: '';
  vertical-align: top;
}

/* line 481, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content > .image[class*="top aligned"] {
  vertical-align: top;
}

/* line 484, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content > .image[class*="top aligned"] {
  vertical-align: middle;
}

/* Description */
/* line 489, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content > .description {
  display: table-cell;
  vertical-align: top;
}

/* line 493, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content > .icon + .description,
.ui.modal > .content > .image + .description {
  min-width: '';
  width: 80%;
  padding-left: 2em;
}

/*rtl:ignore*/
/* line 500, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal > .content > .image > i.icon {
  font-size: 8rem;
  margin: 0em;
  opacity: 1;
  width: auto;
}

/*--------------
     Actions
---------------*/
/* line 511, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal .actions {
  background: #efefef;
  padding: 1rem 2rem;
  border-top: 1px solid rgba(39, 41, 43, 0.15);
  text-align: right;
}

/* line 517, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal .actions > .button {
  margin-left: 0.75em;
}

/*-------------------
       Responsive
--------------------*/
/* Modal Width */
@media only screen and (max-width: 767px) {
  /* line 528, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 534, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal {
    width: 88%;
    margin: 0em 0em 0em -44%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 540, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal {
    width: 74%;
    margin: 0em 0em 0em -37%;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 546, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal {
    width: 56%;
    margin: 0em 0em 0em -28%;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 552, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal {
    width: 42%;
    margin: 0em 0em 0em -21%;
  }
}

/* Tablet and Mobile */
@media only screen and (max-width: 992px) {
  /* line 560, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .header {
    padding-right: 2.25rem;
  }
  /* line 563, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .close {
    top: 0.905rem;
    right: 1rem;
    color: rgba(0, 0, 0, 0.8);
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 572, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .header {
    padding: 0.75rem 1rem !important;
    padding-right: 2.25rem !important;
  }
  /* line 576, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .content {
    display: block;
    padding: 1rem !important;
  }
  /* line 580, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .close {
    top: 0.5rem !important;
    right: 0.5rem !important;
  }
  /*rtl:ignore*/
  /* line 585, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal .content > .image {
    display: block;
    max-width: 100%;
    margin: 0em auto !important;
    text-align: center;
    padding: 0rem 0rem 1rem !important;
  }
  /* line 592, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .content > .image > i.icon {
    font-size: 5rem;
    text-align: center;
  }
  /*rtl:ignore*/
  /* line 597, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal .content > .description {
    display: block;
    width: 100% !important;
    margin: 0em !important;
    padding: 1rem 0rem !important;
    box-shadow: none;
  }
  /* line 604, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal > .actions {
    padding: 1rem 1rem -1rem !important;
  }
  /* line 607, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.modal .actions > .buttons,
.ui.modal .actions > .button {
    margin-bottom: 2rem;
  }
}

/*******************************
             Types
*******************************/
/* line 618, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.basic.modal {
  background-color: transparent;
  border: none;
  box-shadow: 0px 0px 0px 0px;
  color: #ffffff;
}

/* line 624, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.basic.modal > .header,
.ui.basic.modal > .content,
.ui.basic.modal > .actions {
  background-color: transparent;
}

/* line 629, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.basic.modal > .header {
  color: #ffffff;
}

/* line 632, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.basic.modal > .close {
  top: 1rem;
  right: 1.5rem;
}

/* Tablet and Mobile */
@media only screen and (max-width: 992px) {
  /* line 639, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.basic.modal > .close {
    color: #ffffff;
  }
}

/*******************************
            Variations
*******************************/
/* A modal that cannot fit on the page */
/* line 651, vendor/assets/stylesheets/semantic-css/components/modal.css */
.scrolling.dimmable.dimmed {
  overflow: hidden;
}

/* line 654, vendor/assets/stylesheets/semantic-css/components/modal.css */
.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 658, vendor/assets/stylesheets/semantic-css/components/modal.css */
.scrolling.dimmable > .dimmer {
  position: fixed;
}

/* line 661, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.scrolling.modal {
  position: static;
  margin: 3.5rem auto !important;
}

@media only screen and (max-width: 992px) {
  /* line 666, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.scrolling.modal {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/*******************************
             States
*******************************/
/* line 677, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.active.modal {
  display: block;
}

/*******************************
           Variations
*******************************/
/*--------------
   Full Screen
---------------*/
/* line 691, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.fullscreen.modal {
  width: 95% !important;
  left: 2.5% !important;
  margin: 1em auto;
}

/* line 696, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.fullscreen.scrolling.modal {
  left: 0em !important;
}

/* line 699, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.fullscreen.modal > .header {
  padding-right: 2.25rem;
}

/* line 702, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.fullscreen.modal > .close {
  top: 0.905rem;
  right: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
      Size
---------------*/
/* line 712, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.modal {
  font-size: 1rem;
}

/* Small */
/* line 717, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.small.modal > .header {
  font-size: 1.3em;
}

/* Small Modal Width */
@media only screen and (max-width: 767px) {
  /* line 723, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.small.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 729, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.small.modal {
    width: 52.8%;
    margin: 0em 0em 0em -26.4%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 735, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.small.modal {
    width: 44.4%;
    margin: 0em 0em 0em -22.2%;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 741, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.small.modal {
    width: 33.6%;
    margin: 0em 0em 0em -16.8%;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 747, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.small.modal {
    width: 25.2%;
    margin: 0em 0em 0em -12.6%;
  }
}

/* Large Modal Width */
/* line 754, vendor/assets/stylesheets/semantic-css/components/modal.css */
.ui.large.modal > .header {
  font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
  /* line 758, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.large.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 764, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.large.modal {
    width: 88%;
    margin: 0em 0em 0em -44%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 770, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.large.modal {
    width: 88.8%;
    margin: 0em 0em 0em -44.4%;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 776, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.large.modal {
    width: 67.2%;
    margin: 0em 0em 0em -33.6%;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 782, vendor/assets/stylesheets/semantic-css/components/modal.css */
  .ui.large.modal {
    width: 50.4%;
    margin: 0em 0em 0em -25.2%;
  }
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Nag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Nag
*******************************/
/*--------------
   Collection
---------------*/
/*--------------
    Elements
---------------*/
/* Title */
/*--------------
      States
---------------*/
/* Hover */
/*--------------
   Variations
---------------*/
/* Top / Bottom */
/* Inverted */
/*--------------
      Plural
---------------*/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Nag
*******************************/
/* line 385, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nag {
  display: none;
  opacity: 0.95;
  position: relative;
  top: 0em;
  left: 0px;
  z-index: 999;
  min-height: 0em;
  width: 100%;
  margin: 0em;
  padding: 0.75em 1em;
  background: #555555;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0em 0em 0.2857rem 0.2857rem;
  transition: 0.2s background ease;
}

/* line 405, vendor/assets/stylesheets/semantic-css/components/nag.css */
a.ui.nag {
  cursor: pointer;
}

/* line 408, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nag > .title {
  display: inline-block;
  margin: 0em 0.5em;
  color: #ffffff;
}

/* line 413, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nag > .close.icon {
  cursor: pointer;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1em;
  margin: -0.5em 0em 0em;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

/*******************************
             States
*******************************/
/* Hover */
/* line 433, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nag:hover {
  background: #555555;
  opacity: 1;
}

/* line 437, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nag .close:hover {
  opacity: 1;
}

/*******************************
           Variations
*******************************/
/*--------------
     Static
---------------*/
/* line 451, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.overlay.nag {
  position: absolute;
  display: block;
}

/*--------------
     Fixed
---------------*/
/* line 460, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.fixed.nag {
  position: fixed;
}

/*--------------
     Bottom
---------------*/
/* line 468, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.bottom.nags,
.ui.bottom.nag {
  border-radius: 0.2857rem 0.2857rem 0em 0em;
  top: auto;
  bottom: 0em;
}

/*--------------
     White
---------------*/
/* line 479, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.inverted.nags .nag,
.ui.inverted.nag {
  background-color: #f0f0f0;
  color: rgba(0, 0, 0, 0.85);
}

/* line 484, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.inverted.nags .nag .close,
.ui.inverted.nags .nag .title,
.ui.inverted.nag .close,
.ui.inverted.nag .title {
  color: rgba(0, 0, 0, 0.4);
}

/*******************************
           Groups
*******************************/
/* line 496, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nags .nag {
  border-radius: 0em !important;
}

/* line 499, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.nags .nag:last-child {
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 502, vendor/assets/stylesheets/semantic-css/components/nag.css */
.ui.bottom.nags .nag:last-child {
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Popup
*******************************/
/*-------------------
       Element
--------------------*/
/*-------------------
       Parts
--------------------*/
/* Placement */
/* Header */
/* Content Border */
/* Arrow */
/*-------------------
       Coupling
--------------------*/
/* (padding * @medium) */
/*-------------------
       States
--------------------*/
/*-------------------
       Variations
--------------------*/
/* Wide */
/* Inverted */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Popup
*******************************/
/* line 393, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 900;
  border: 1px solid #cccccc;
  max-width: 250px;
  background-color: #ffffff;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2857rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 409, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup > .header {
  padding: 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: bold;
}

/* line 416, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup > .header + .content {
  padding-top: 0.5em;
}

/* line 419, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup:before {
  position: absolute;
  content: '';
  width: 0.75em;
  height: 0.75em;
  background: #ffffff;
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 1px 1px 0px 0px #b3b3b3;
}

/*******************************
            Types
*******************************/
/*--------------
     Spacing
---------------*/
/* line 442, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup {
  margin: 0em;
}

/* line 445, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup.bottom {
  margin: 0.75em 0em 0em;
}

/* line 448, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup.top {
  margin: 0em 0em 0.75em;
}

/* line 451, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup.left.center {
  margin: 0em 0.75em 0em 0em;
}

/* line 454, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup.right.center {
  margin: 0em 0em 0em 0.75em;
}

/*--------------
     Pointer
---------------*/
/*--- Below ---*/
/* line 465, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.bottom.center.popup:before {
  margin-left: -0.325em;
  top: -0.325em;
  left: 50%;
  right: auto;
  bottom: auto;
  box-shadow: -1px -1px 0px 0px #b3b3b3;
}

/* line 473, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.bottom.left.popup {
  margin-left: 0em;
}

/* line 476, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.bottom.left.popup:before {
  top: -0.325em;
  left: 1em;
  right: auto;
  bottom: auto;
  margin-left: 0em;
  box-shadow: -1px -1px 0px 0px #b3b3b3;
}

/* line 484, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.bottom.right.popup {
  margin-right: 0em;
}

/* line 487, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.bottom.right.popup:before {
  top: -0.325em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin-left: 0em;
  box-shadow: -1px -1px 0px 0px #b3b3b3;
}

/*--- Above ---*/
/* line 498, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.top.center.popup:before {
  top: auto;
  right: auto;
  bottom: -0.325em;
  left: 50%;
  margin-left: -0.325em;
}

/* line 505, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.top.left.popup {
  margin-left: 0em;
}

/* line 508, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.top.left.popup:before {
  bottom: -0.325em;
  left: 1em;
  top: auto;
  right: auto;
  margin-left: 0em;
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.top.right.popup {
  margin-right: 0em;
}

/* line 518, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.top.right.popup:before {
  bottom: -0.325em;
  right: 1em;
  top: auto;
  left: auto;
  margin-left: 0em;
}

/*--- Left Center ---*/
/* line 528, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.left.center.popup:before {
  top: 50%;
  right: -0.325em;
  bottom: auto;
  left: auto;
  margin-top: -0.325em;
  box-shadow: 1px -1px 0px 0px #b3b3b3;
}

/*--- Right Center  ---*/
/* line 539, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.right.center.popup:before {
  top: 50%;
  left: -0.325em;
  bottom: auto;
  right: auto;
  margin-top: -0.325em;
  box-shadow: -1px 1px 0px 0px #b3b3b3;
}

/*******************************
            Coupling
*******************************/
/* Immediate Nested Grid */
/* line 555, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup > .ui.grid:not(.padded) {
  width: calc(100% + 1.75rem);
  margin: -0.7rem -0.875rem;
}

/*******************************
            States
*******************************/
/* line 566, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 571, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.animating.popup,
.ui.visible.popup {
  display: block;
}

/*******************************
            Variations
*******************************/
/*--------------
     Basic
---------------*/
/* line 586, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.basic.popup:before {
  display: none;
}

/*--------------
     Wide
---------------*/
/* line 594, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.wide.popup {
  max-width: 350px;
}

/* line 597, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup[class*="very wide"] {
  max-width: 550px;
}

/*--------------
     Fluid
---------------*/
/* line 605, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.fluid.popup {
  width: 100%;
  max-width: none;
}

/*--------------
     Colors
---------------*/
/* Inverted colors  */
/* line 616, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.inverted.popup {
  background: #1b1c1d;
  color: #ffffff;
  border: none;
  box-shadow: none;
}

/* line 622, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.inverted.popup .header {
  background-color: none;
  color: #ffffff;
}

/* line 626, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.inverted.popup:before {
  background-color: #1b1c1d;
  box-shadow: none !important;
}

/*--------------
     Flowing
---------------*/
/* line 635, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.flowing.popup {
  max-width: none;
}

/*--------------
     Sizes
---------------*/
/* line 643, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.small.popup {
  font-size: 0.785714rem;
}

/* line 646, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.popup {
  font-size: 0.85714rem;
}

/* line 649, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.large.popup {
  font-size: 1rem;
}

/* line 652, vendor/assets/stylesheets/semantic-css/components/popup.css */
.ui.huge.popup {
  font-size: 1.14285rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Progress Bar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Progress
*******************************/
/*-------------------
       Element
--------------------*/
/* Bar */
/* Progress Bar Label */
/* Label */
/*-------------------
        Types
--------------------*/
/*-------------------
        States
--------------------*/
/* Active */
/*-------------------
      Variations
--------------------*/
/* Attached */
/* Inverted */
/* Sizing */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Progress
*******************************/
/* line 386, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress {
  position: relative;
  display: block;
  max-width: 100%;
  border: 1px solid rgba(39, 41, 43, 0.15);
  margin: 1em 0em 2.5em;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.03);
  padding: 0.2857em;
  border-radius: 0.2857rem;
}

/* line 397, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress:first-child {
  margin: 0em 0em 2.5em;
}

/* line 400, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress:last-child {
  margin: 0em 0em 1.5em;
}

/* Indicating */
/* line 405, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style*="width: 1"],
.ui.indicating.progress .bar[style*="width: 2"] {
  background-color: #d95c5c;
}

/* line 409, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style*="width: 3"] {
  background-color: #d9a65c;
}

/* line 412, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style*="width: 4"],
.ui.indicating.progress .bar[style*="width: 5"] {
  background-color: #e6bb48;
}

/* line 416, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style*="width: 6"] {
  background-color: #ddc928;
}

/* line 419, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style*="width: 7"],
.ui.indicating.progress .bar[style*="width: 8"] {
  background-color: #b4d95c;
}

/* line 423, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style*="width: 9"],
.ui.indicating.progress .bar[style*="width: 100"] {
  background-color: #66da81;
}

/* Indicating Label */
/* line 429, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent^="1"] .label,
.ui.indicating.progress[data-percent^="2"] .label {
  color: #d95c5c;
}

/* line 433, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent^="3"] .label {
  color: #d9a65c;
}

/* line 436, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent^="4"] .label,
.ui.indicating.progress[data-percent^="5"] .label {
  color: #e6bb48;
}

/* line 440, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent^="6"] .label {
  color: #ddc928;
}

/* line 443, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent^="7"] .label,
.ui.indicating.progress[data-percent^="8"] .label {
  color: #b4d95c;
}

/* line 447, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent^="9"] .label,
.ui.indicating.progress[data-percent^="100"] .label {
  color: #66da81;
}

/* Single Digits */
/* line 453, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress .bar[style^="width: 1%"],
.ui.indicating.progress .bar[style^="width: 2%"],
.ui.indicating.progress .bar[style^="width: 3%"],
.ui.indicating.progress .bar[style^="width: 4%"],
.ui.indicating.progress .bar[style^="width: 5%"],
.ui.indicating.progress .bar[style^="width: 6%"],
.ui.indicating.progress .bar[style^="width: 7%"],
.ui.indicating.progress .bar[style^="width: 8%"],
.ui.indicating.progress .bar[style^="width: 9%"] {
  background-color: #d95c5c;
}

/* line 464, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress[data-percent="1"] .label,
.ui.indicating.progress[data-percent="2"] .label,
.ui.indicating.progress[data-percent="3"] .label,
.ui.indicating.progress[data-percent="4"] .label,
.ui.indicating.progress[data-percent="5"] .label,
.ui.indicating.progress[data-percent="6"] .label,
.ui.indicating.progress[data-percent="7"] .label,
.ui.indicating.progress[data-percent="8"] .label,
.ui.indicating.progress[data-percent="9"] .label {
  color: #d95c5c;
}

/* Indicating Success */
/* line 477, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.indicating.progress.success .label {
  color: #356e36;
}

/*******************************
            Content
*******************************/
/* Activity Bar */
/* line 488, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress .bar {
  display: block;
  line-height: 1;
  position: relative;
  width: 0%;
  min-width: 2em;
  background: #888888;
  border-radius: 0.2857rem;
  transition: width 0.3s ease, background-color 0.3s ease;
}

/* Percent Complete */
/* line 501, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress .bar > .progress {
  white-space: nowrap;
  position: absolute;
  width: auto;
  font-size: 0.9em;
  top: 50%;
  right: 0.5em;
  left: auto;
  bottom: auto;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  margin-top: -0.5em;
  font-weight: bold;
  text-align: left;
}

/* Label */
/* line 518, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress > .label {
  position: absolute;
  width: 100%;
  font-size: 1em;
  top: 100%;
  right: auto;
  left: 0%;
  bottom: auto;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-shadow: none;
  margin-top: 0.2em;
  text-align: center;
  transition: color 0.4s ease;
}

/*******************************
             States
*******************************/
/*--------------
     Success
---------------*/
/* line 545, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.success .bar {
  background-color: #5bbd72 !important;
}

/* line 548, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.success .bar,
.ui.progress.success .bar::after {
  animation: none !important;
}

/* line 553, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.success > .label {
  color: #356e36;
}

/*--------------
     Warning
---------------*/
/* line 561, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.warning .bar {
  background-color: #f2c037 !important;
}

/* line 564, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.warning .bar,
.ui.progress.warning .bar::after {
  animation: none !important;
}

/* line 569, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.warning > .label {
  color: #825c01;
}

/*--------------
     Error
---------------*/
/* line 577, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.error .bar {
  background-color: #d95c5c !important;
}

/* line 580, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.error .bar,
.ui.progress.error .bar::after {
  animation: none !important;
}

/* line 585, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.error > .label {
  color: #912d2b;
}

/*--------------
     Active
---------------*/
/* line 593, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.active.progress .bar {
  position: relative;
  min-width: 2em;
}

/* line 597, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.active.progress .bar::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff;
  border-radius: 0.2857rem;
  animation: progress-active 2s ease infinite;
}

@keyframes progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

/*--------------
    Disabled
---------------*/
/* line 637, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.disabled.progress {
  opacity: 0.35;
}

/* line 640, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.disabled.progress .bar,
.ui.disabled.progress .bar::after {
  animation: none !important;
}

/*******************************
           Variations
*******************************/
/*--------------
    Inverted
---------------*/
/* line 656, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress {
  background: rgba(255, 255, 255, 0.05);
  border: none;
}

/* line 660, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress .bar {
  background: #888888;
}

/* line 663, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress .bar > .progress {
  color: #fafafa;
}

/* line 666, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress > .label {
  color: #ffffff;
}

/* line 669, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress.success > .label {
  color: #5bbd72;
}

/* line 672, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress.warning > .label {
  color: #f2c037;
}

/* line 675, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.inverted.progress.error > .label {
  color: #d95c5c;
}

/*--------------
    Attached
---------------*/
/* bottom attached */
/* line 685, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.attached {
  background: transparent;
  position: relative;
  border: none;
  margin: 0em;
}

/* line 691, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.attached,
.ui.progress.attached .bar {
  display: block;
  height: 3px;
  padding: 0px;
  overflow: hidden;
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

/* line 699, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.attached .bar {
  border-radius: 0em;
}

/* top attached */
/* line 704, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.top.attached,
.ui.progress.top.attached .bar {
  top: 0px;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

/* line 709, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress.top.attached .bar {
  border-radius: 0em;
}

/*--------------
     Colors
---------------*/
/* line 717, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.black.progress .bar {
  background-color: #1b1c1d;
}

/* line 720, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.blue.progress .bar {
  background-color: #3b83c0;
}

/* line 723, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.green.progress .bar {
  background-color: #5bbd72;
}

/* line 726, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.orange.progress .bar {
  background-color: #e07b53;
}

/* line 729, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.pink.progress .bar {
  background-color: #d9499a;
}

/* line 732, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.purple.progress .bar {
  background-color: #564f8a;
}

/* line 735, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.red.progress .bar {
  background-color: #d95c5c;
}

/* line 738, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.teal.progress .bar {
  background-color: #00b5ad;
}

/* line 741, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.yellow.progress .bar {
  background-color: #f2c61f;
}

/* line 744, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.black.inverted.progress .bar {
  background-color: #333333;
}

/* line 747, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.blue.inverted.progress .bar {
  background-color: #54c8ff;
}

/* line 750, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.green.inverted.progress .bar {
  background-color: #2ecc40;
}

/* line 753, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.orange.inverted.progress .bar {
  background-color: #ff851b;
}

/* line 756, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.pink.inverted.progress .bar {
  background-color: #ff8edf;
}

/* line 759, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.purple.inverted.progress .bar {
  background-color: #cdc6ff;
}

/* line 762, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.red.inverted.progress .bar {
  background-color: #ff695e;
}

/* line 765, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.teal.inverted.progress .bar {
  background-color: #6dffff;
}

/* line 768, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.yellow.inverted.progress .bar {
  background-color: #ffe21f;
}

/*--------------
     Sizes
---------------*/
/* line 776, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.tiny.progress {
  font-size: 0.85714286rem;
}

/* line 779, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.tiny.progress .bar {
  height: 0.5em;
}

/* line 782, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.small.progress {
  font-size: 0.92857143rem;
}

/* line 785, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.small.progress .bar {
  height: 1em;
}

/* line 788, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress {
  font-size: 1rem;
}

/* line 791, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.progress .bar {
  height: 1.75em;
}

/* line 794, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.large.progress {
  font-size: 1.14285714rem;
}

/* line 797, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.large.progress .bar {
  height: 2.5em;
}

/* line 800, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.big.progress {
  font-size: 1.28571429rem;
}

/* line 803, vendor/assets/stylesheets/semantic-css/components/progress.css */
.ui.big.progress .bar {
  height: 3.5em;
}

/*******************************
            Progress
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Rating
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Rating
*******************************/
/*-------------------
        Types
--------------------*/
/* Star */
/* Heart */
/*-------------------
        States
--------------------*/
/*-------------------
      Variations
--------------------*/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           Rating
*******************************/
/* line 371, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating {
  display: inline-block;
  font-size: 0em;
  vertical-align: baseline;
}

/* line 376, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating:last-child {
  margin-right: 0em;
}

/* line 379, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating:before {
  display: block;
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
}

/* Icon */
/* line 388, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .icon {
  cursor: pointer;
  margin: 0em;
  width: 1.1em;
  text-align: center;
  height: auto;
  padding: 0em;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

/*******************************
             Types
*******************************/
/*-------------------
        Star
--------------------*/
/* Inactive */
/* line 412, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .icon {
  width: 1.1em;
  color: rgba(0, 0, 0, 0.15);
}

/* Active Star */
/* line 418, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .active.icon {
  color: #ffe623 !important;
  text-shadow: 0px -1px 0px #cfa300, -1px 0px 0px #cfa300, 0px 1px 0px #cfa300, 1px 0px 0px #cfa300;
}

/* Selected Star */
/* line 424, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .icon.selected,
.ui.star.rating .icon.selected.active {
  color: #ffb70a !important;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating.partial {
  position: relative;
  z-index: 1;
}

/* line 432, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating.partial:before {
  position: absolute;
  z-index: -1;
}

/*-------------------
        Heart
--------------------*/
/* line 441, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.heart.rating .icon {
  width: 1.25em;
  color: rgba(0, 0, 0, 0.15);
}

/* Active Heart */
/* line 447, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.heart.rating .active.icon {
  color: #ff2733 !important;
  text-shadow: 0px -1px 0px #9e0000, -1px 0px 0px #9e0000, 0px 1px 0px #9e0000, 1px 0px 0px #9e0000;
}

/* Selected Heart */
/* line 453, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.heart.rating .icon.selected,
.ui.heart.rating .icon.selected.active {
  color: #ff2733 !important;
}

/*******************************
             States
*******************************/
/* Inactive Icon */
/* line 465, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .icon {
  color: rgba(0, 0, 0, 0.15);
}

/* Active Icon */
/* line 470, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .active.icon {
  color: rgba(0, 0, 0, 0.85);
}

/* Selected Icon */
/* line 475, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .icon.selected,
.ui.rating .icon.selected.active {
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
       Disabled
--------------------*/
/* disabled rating */
/* line 486, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.disabled.rating .icon {
  cursor: default;
}

/*-------------------
     Interacting (Active)
--------------------*/
/* Selected Rating */
/* line 496, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating.selected .active.icon {
  opacity: 0.5;
}

/* line 499, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating.selected .icon.selected,
.ui.rating .icon.selected {
  opacity: 1;
}

/*******************************
          Variations
*******************************/
/* line 509, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.mini.rating .icon {
  font-size: 0.7rem;
}

/* line 512, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.tiny.rating .icon {
  font-size: 0.8rem;
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.small.rating .icon {
  font-size: 0.875rem;
}

/* line 518, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .icon {
  font-size: 1rem;
}

/* line 521, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.large.rating .icon {
  font-size: 1.1rem;
}

/* line 524, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.huge.rating .icon {
  font-size: 1.5rem;
}

/* line 527, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.massive.rating .icon {
  font-size: 2rem;
}

/* Realign */
/* line 532, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.large.rating,
.ui.huge.rating,
.ui.massive.rating {
  vertical-align: middle;
}

/*******************************
         Theme Overrides
*******************************/
@font-face {
  font-family: 'Rating';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 549, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .icon {
  font-family: 'Rating';
  line-height: 1;
  height: 1em;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* Empty Star */
/* line 561, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .icon:before {
  content: '\f006';
}

/* Active Star */
/* line 566, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.rating .active.icon:before {
  content: '\f005';
}

/*-------------------
        Star
--------------------*/
/* Unfilled Star */
/* line 576, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .icon:before {
  content: '\f005';
}

/* Active Star */
/* line 581, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .active.icon:before {
  content: '\f005';
}

/* Partial */
/* line 586, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .partial.icon:before {
  content: '\f006';
}

/* line 589, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.star.rating .partial.icon {
  content: '\f005';
}

/*-------------------
        Heart
--------------------*/
/* Empty Heart
.ui.heart.rating .icon:before {
  content: '\f08a';
}
*/
/* line 603, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.heart.rating .icon:before {
  content: '\f004';
}

/* Active */
/* line 607, vendor/assets/stylesheets/semantic-css/components/rating.css */
.ui.heart.rating .active.icon:before {
  content: '\f004';
}

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Search
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Search
*******************************/
/* Search Prompt */
/* Result Box */
/* Result */
/* Result Image */
/* Result Content */
/* Description */
/* Price */
/* Special Message */
/* All Results Link */
/*******************************
            States
*******************************/
/* Hover */
/* Loading */
/* Active Category */
/* Active Result */
/*******************************
            Types
*******************************/
/* Category */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
             Search
*******************************/
/* line 394, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search {
  position: relative;
}

/* line 397, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .prompt {
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-shadow: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  padding: 0.68571em 1em;
  font-size: 1em;
  background: #ffffff;
  border: 1px solid rgba(39, 41, 43, 0.15);
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 415, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search .prompt {
  border-radius: 500rem;
}

/*--------------
     Icon
---------------*/
/* line 423, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search .prompt ~ .search.icon {
  cursor: pointer;
}

/*--------------
    Results
---------------*/
/* line 431, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  background: #ffffff;
  margin-top: 0.5em;
  width: 16em;
  border-radius: 0.25em;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 998;
}

/*--------------
    Result
---------------*/
/* line 448, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 1em;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.33;
  border-bottom: 1px solid rgba(39, 41, 43, 0.15);
}

/* line 458, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result:last-child {
  border-bottom: none;
}

/* Image */
/* line 463, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result .image {
  float: right;
  overflow: hidden;
  background: none;
  width: 5em;
  height: 3em;
  border-radius: 0.25em;
}

/* line 471, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result .image img {
  display: block;
  width: auto;
  height: 100%;
}

/*--------------
      Info
---------------*/
/* line 481, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result .image + .content {
  margin: 0em 6em 0em 0em;
}

/* line 484, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result .title {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.85);
}

/* line 490, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result .description {
  margin-top: 0em;
  font-size: 0.9285em;
  color: rgba(0, 0, 0, 0.4);
}

/* line 495, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result .price {
  float: right;
  color: #5bbd72;
}

/*--------------
    Message
---------------*/
/* line 504, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results > .message {
  padding: 1em 1em;
}

/* line 507, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results > .message .header {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.1428em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

/* line 513, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results > .message .description {
  margin-top: 0.25rem;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
}

/* View All Results */
/* line 520, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results > .action {
  display: block;
  border-top: none;
  background: #f0f0f0;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-align: center;
}

/*******************************
            States
*******************************/
/*--------------------
       Loading
---------------------*/
/* line 540, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.loading.search .input > .icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285em 0em 0em -0.64285em;
  width: 1.2857em;
  height: 1.2857em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.loading.search .input > .icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285em 0em 0em -0.64285em;
  width: 1.2857em;
  height: 1.2857em;
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/*--------------
      Hover
---------------*/
/* line 574, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result:hover,
.ui.category.search > .results .category .result:hover {
  background: #fafafa;
}

/* line 578, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search .action:hover {
  background: #e0e0e0;
}

/*--------------
      Active
---------------*/
/* line 586, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .category.active {
  background: #f0f0f0;
}

/* line 589, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .category.active > .name {
  color: rgba(0, 0, 0, 0.8);
}

/* line 592, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result.active,
.ui.category.search > .results .category .result.active {
  position: relative;
  border-left-color: transparent;
  background: #f0f0f0;
  box-shadow: 3px 0px 3px 0px rgba(39, 41, 43, 0.15);
}

/* line 599, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result.active .title {
  color: rgba(0, 0, 0, 0.85);
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search > .results .result.active .description {
  color: rgba(0, 0, 0, 0.85);
}

/*******************************
           Types
*******************************/
/*--------------
    Categories
---------------*/
/* line 616, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.category.search .results {
  width: 28em;
}

/* Category */
/* line 621, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.category.search > .results .category {
  background: #f0f0f0;
  box-shadow: none;
  border-bottom: 1px solid rgba(39, 41, 43, 0.15);
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* line 628, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.category.search > .results .category:last-child {
  border-bottom: none;
}

/* Category Result */
/* line 633, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.category.search > .results .category .result {
  background: #ffffff;
  margin-left: 100px;
  border-left: 1px solid rgba(39, 41, 43, 0.15);
  border-bottom: 1px solid rgba(39, 41, 43, 0.15);
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* line 641, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.category.search > .results .category .result:last-child {
  border-bottom: none;
}

/* Category Result Name */
/* line 646, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.category.search > .results .category > .name {
  width: 100px;
  background: #f0f0f0;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1em;
  float: 1em;
  float: left;
  padding: 0.4em 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}

/*******************************
           Variations
*******************************/
/*-------------------
     Left / Right
--------------------*/
/* line 668, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search[class*="left aligned"] > .results {
  right: auto;
  left: 0%;
}

/* line 672, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search[class*="right aligned"] > .results {
  right: 0%;
  left: auto;
}

/*--------------
    Fluid
---------------*/
/* line 681, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.fluid.search .results {
  width: 100%;
}

/*--------------
      Sizes
---------------*/
/* line 689, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.search {
  font-size: 1em;
}

/* line 692, vendor/assets/stylesheets/semantic-css/components/search.css */
.ui.large.search {
  font-size: 1.1em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Shape
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Shape
*******************************/
/* Animating */
/* Side */
/*--------------
      Types
---------------*/
/* Cube */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
              Shape
*******************************/
/* line 363, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape {
  position: relative;
  display: inline-block;
  perspective: 2000px;
}

/* line 369, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .sides {
  transform-style: preserve-3d;
}

/* line 373, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .side {
  opacity: 1;
  width: 100%;
  margin: 0em !important;
  backface-visibility: hidden;
}

/* line 380, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .side {
  display: none;
}

/* line 383, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .side > * {
  backface-visibility: visible !important;
}

/*******************************
             Types
*******************************/
/* line 393, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.cube.shape .side {
  min-width: 15em;
  height: 15em;
  padding: 2em;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

/* line 401, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.cube.shape .side > .content {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

/* line 411, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.cube.shape .side > .content > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
}

/*******************************
          Variations
*******************************/
/* line 422, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.text.shape.animating .sides {
  position: static;
}

/* line 425, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.text.shape .side {
  white-space: nowrap;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.text.shape .side > * {
  white-space: normal;
}

/*******************************
             States
*******************************/
/*--------------
    Loading
---------------*/
/* line 442, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.loading.shape {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*--------------
    Animating
---------------*/
/* line 452, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .animating.side {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

/* line 458, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .hidden.side {
  opacity: 0.4;
}

/*--------------
      CSS
---------------*/
/* line 466, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape.animating {
  transition: all 0.6s ease-in-out;
}

/* line 470, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape.animating .sides {
  position: absolute;
}

/* line 473, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape.animating .sides {
  transition: all 0.6s ease-in-out;
}

/* line 477, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape.animating .side {
  transition: opacity 0.6s ease-in-out;
}

/*--------------
     Active
---------------*/
/* line 486, vendor/assets/stylesheets/semantic-css/components/shape.css */
.ui.shape .active.side {
  display: block;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Sidebar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Sidebar
*******************************/
/*-------------------
       Content
--------------------*/
/* Animation */
/* Dimmer */
/* Color below page */
/* Shadow */
/* Layering */
/*-------------------
      Variations
--------------------*/
/* Width */
/* Height */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Sidebar
*******************************/
/* Sidebar Menu */
/* line 378, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  border-radius: 0em !important;
  margin: 0em !important;
  overflow-y: auto !important;
  z-index: 102;
}

/* GPU Layers for Child Elements */
/* line 399, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.sidebar > * {
  backface-visibility: hidden;
  transform: rotateZ(0deg);
}

/*--------------
   Direction
---------------*/
/* line 410, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.sidebar {
  right: auto;
  left: 0px;
  transform: translate3d(-100%, 0, 0);
}

/* line 416, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.right.sidebar {
  right: 0px !important;
  left: auto !important;
  transform: translate3d(100%, 0%, 0);
}

/* line 422, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.sidebar,
.ui.bottom.sidebar {
  width: 100% !important;
  height: auto !important;
  overflow-y: visible !important;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.sidebar {
  top: 0px !important;
  bottom: auto !important;
  transform: translate3d(0, -100%, 0);
}

/* line 434, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.bottom.sidebar {
  top: auto !important;
  bottom: 0px !important;
  transform: translate3d(0, 100%, 0);
}

/*--------------
     Pushable
---------------*/
/* line 445, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable {
  height: 100%;
  overflow-x: hidden;
  padding: 0em !important;
}

/* Inside Page */
/* line 452, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable:not(body) {
  transform: translate3d(0, 0, 0);
}

/* Whole Page */
/* line 458, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
body.pushable {
  background: #333333 !important;
}

/*--------------
     Fixed
---------------*/
/* line 466, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable > .fixed {
  position: fixed;
  backface-visibility: hidden;
  transition: transform 500ms ease;
  will-change: transform;
  z-index: 101;
}

/*--------------
     Page
---------------*/
/* line 480, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable > .pusher {
  position: relative;
  backface-visibility: hidden;
  min-height: 100%;
  transition: transform 500ms ease;
  z-index: 2;
}

/* line 489, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
body.pushable > .pusher {
  background: #f7f7f7;
}

/* line 492, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable > .pusher {
  background: inherit;
}

/*--------------
     Dimmer
---------------*/
/* line 500, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable > .pusher:after {
  position: fixed;
  top: 0px;
  right: 0px;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: transform 500ms, opacity 500ms;
  will-change: opacity;
  z-index: 1000;
}

/*--------------
    Coupling
---------------*/
/* line 520, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.sidebar.menu .item {
  border-radius: 0em !important;
}

/*******************************
            States
*******************************/
/*--------------
     Dimmed
---------------*/
/* line 534, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.pushable > .pusher.dimmed:after {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}

/*--------------
    Animating
---------------*/
/* line 544, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.animating.sidebar {
  visibility: visible;
}

/*--------------
     Visible
---------------*/
/* line 552, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.sidebar {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* Shadow Direction */
/* line 559, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.visible.sidebar,
.ui.right.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
}

/* line 563, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.visible.sidebar,
.ui.bottom.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
}

/* Visible On Load */
/* line 569, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.left.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .pusher {
  transform: translate3d(260px, 0, 0);
}

/* line 574, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.right.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .pusher {
  transform: translate3d(-260px, 0, 0);
}

/* line 579, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.top.sidebar ~ .fixed,
.ui.visible.top.sidebar ~ .pusher {
  transform: translate3d(0, 36px, 0);
}

/* line 584, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.bottom.sidebar ~ .fixed,
.ui.visible.bottom.sidebar ~ .pusher {
  transform: translate3d(0, -36px, 0);
}

/* opposite sides visible forces content overlay */
/* line 591, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  transform: translate3d(0, 0, 0);
}

/*--------------
       iOS
---------------*/
/*
  iOS incorrectly sizes document when content
  is presented outside of view with 2Dtranslate
*/
/* line 607, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
html.ios {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/*******************************
          Variations
*******************************/
/*--------------
     Width
---------------*/
/* Left / Right */
/* line 624, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.sidebar[class*="very thin"],
.ui.right.sidebar[class*="very thin"] {
  width: 60px;
}

/* line 628, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.thin.left.sidebar,
.ui.thin.right.sidebar {
  width: 150px;
}

/* line 632, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.sidebar,
.ui.right.sidebar {
  width: 260px;
}

/* line 636, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.wide.left.sidebar,
.ui.wide.right.sidebar {
  width: 350px;
}

/* line 640, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.sidebar[class*="very wide"],
.ui.right.sidebar[class*="very wide"] {
  width: 475px;
}

/* Left Visible */
/* line 646, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.left.sidebar[class*="very thin"] ~ .fixed,
.ui.visible.left.sidebar[class*="very thin"] ~ .pusher {
  transform: translate3d(60px, 0, 0);
}

/* line 651, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.thin.left.sidebar ~ .fixed,
.ui.visible.thin.left.sidebar ~ .pusher {
  transform: translate3d(150px, 0, 0);
}

/* line 656, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.wide.left.sidebar ~ .fixed,
.ui.visible.wide.left.sidebar ~ .pusher {
  transform: translate3d(350px, 0, 0);
}

/* line 661, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.left.sidebar[class*="very wide"] ~ .fixed,
.ui.visible.left.sidebar[class*="very wide"] ~ .pusher {
  transform: translate3d(475px, 0, 0);
}

/* Right Visible */
/* line 668, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.right.sidebar[class*="very thin"] ~ .fixed,
.ui.visible.right.sidebar[class*="very thin"] ~ .pusher {
  transform: translate3d(-60px, 0, 0);
}

/* line 673, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.thin.right.sidebar ~ .fixed,
.ui.visible.thin.right.sidebar ~ .pusher {
  transform: translate3d(-150px, 0, 0);
}

/* line 678, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.wide.right.sidebar ~ .fixed,
.ui.visible.wide.right.sidebar ~ .pusher {
  transform: translate3d(-350px, 0, 0);
}

/* line 683, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.right.sidebar[class*="very wide"] ~ .fixed,
.ui.visible.right.sidebar[class*="very wide"] ~ .pusher {
  transform: translate3d(-475px, 0, 0);
}

/*******************************
          Animations
*******************************/
/*--------------
    Overlay
---------------*/
/* Set-up */
/* line 701, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.overlay.sidebar {
  z-index: 102;
}

/* Initial */
/* line 706, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.overlay.sidebar {
  transform: translate3d(-100%, 0%, 0);
}

/* line 710, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.right.overlay.sidebar {
  transform: translate3d(100%, 0%, 0);
}

/* line 714, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.overlay.sidebar {
  transform: translate3d(0%, -100%, 0);
}

/* line 718, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.bottom.overlay.sidebar {
  transform: translate3d(0%, 100%, 0);
}

/* Animation */
/* line 724, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.animating.ui.overlay.sidebar,
.ui.visible.overlay.sidebar {
  transition: transform 500ms ease;
}

/* End - Sidebar */
/* line 731, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.left.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* line 735, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.right.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* line 739, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.top.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* line 743, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.bottom.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* End - Pusher */
/* line 749, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.overlay.sidebar ~ .fixed,
.ui.visible.overlay.sidebar ~ .pusher {
  transform: none !important;
}

/*--------------
      Push
---------------*/
/* Initial */
/* line 762, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.push.sidebar {
  transition: transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial */
/* line 769, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.push.sidebar {
  transform: translate3d(-100%, 0, 0);
}

/* line 773, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.right.push.sidebar {
  transform: translate3d(100%, 0, 0);
}

/* line 777, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.push.sidebar {
  transform: translate3d(0%, -100%, 0);
}

/* line 781, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.bottom.push.sidebar {
  transform: translate3d(0%, 100%, 0);
}

/* End */
/* line 787, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.push.sidebar {
  transform: translate3d(0%, 0, 0);
}

/*--------------
    Uncover
---------------*/
/* Initial */
/* line 798, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.uncover.sidebar {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

/* End */
/* line 805, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.uncover.sidebar {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease;
}

/*--------------
   Slide Along
---------------*/
/* Initial */
/* line 818, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.slide.along.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */
/* line 823, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.slide.along.sidebar {
  transform: translate3d(-50%, 0, 0);
}

/* line 827, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.right.slide.along.sidebar {
  transform: translate3d(50%, 0, 0);
}

/* line 831, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.slide.along.sidebar {
  transform: translate3d(0, -50%, 0);
}

/* line 835, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.bottom.slide.along.sidebar {
  transform: translate3d(0%, 50%, 0);
}

/* Animation */
/* line 841, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.animating.slide.along.sidebar {
  transition: transform 500ms ease;
}

/* End */
/* line 847, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.slide.along.sidebar {
  transform: translate3d(0%, 0, 0);
}

/*--------------
   Slide Out
---------------*/
/* Initial */
/* line 858, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.slide.out.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */
/* line 863, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.slide.out.sidebar {
  transform: translate3d(50%, 0, 0);
}

/* line 867, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.right.slide.out.sidebar {
  transform: translate3d(-50%, 0, 0);
}

/* line 871, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.slide.out.sidebar {
  transform: translate3d(0%, 50%, 0);
}

/* line 875, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.bottom.slide.out.sidebar {
  transform: translate3d(0%, -50%, 0);
}

/* Animation */
/* line 881, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.animating.slide.out.sidebar {
  transition: transform 500ms ease;
}

/* End */
/* line 887, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.slide.out.sidebar {
  transform: translate3d(0%, 0, 0);
}

/*--------------
   Scale Down
---------------*/
/* Initial */
/* line 898, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.scale.down.sidebar {
  transition: transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial  */
/* line 905, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.left.scale.down.sidebar {
  transform: translate3d(-100%, 0, 0);
}

/* line 909, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.right.scale.down.sidebar {
  transform: translate3d(100%, 0, 0);
}

/* line 913, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.top.scale.down.sidebar {
  transform: translate3d(0%, -100%, 0);
}

/* line 917, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.bottom.scale.down.sidebar {
  transform: translate3d(0%, 100%, 0);
}

/* Pusher - Initial */
/* line 923, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.scale.down.left.sidebar ~ .pusher {
  transform-origin: 75% 50%;
}

/* line 928, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.scale.down.right.sidebar ~ .pusher {
  transform-origin: 25% 50%;
}

/* line 933, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.scale.down.top.sidebar ~ .pusher {
  transform-origin: 50% 75%;
}

/* line 938, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.scale.down.bottom.sidebar ~ .pusher {
  transform-origin: 50% 25%;
}

/* Animation */
/* line 945, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.animating.scale.down > .visible.ui.sidebar {
  transition: transform 500ms ease;
}

/* line 949, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.scale.down.sidebar ~ .pusher,
.ui.animating.scale.down.sidebar ~ .pusher {
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* End */
/* line 958, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.scale.down.sidebar {
  transform: translate3d(0, 0, 0);
}

/* line 962, vendor/assets/stylesheets/semantic-css/components/sidebar.css */
.ui.visible.scale.down.sidebar ~ .pusher {
  transform: scale(0.75);
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Sticky
*******************************/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
         Site Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Sticky
*******************************/
/* line 352, vendor/assets/stylesheets/semantic-css/components/sticky.css */
.ui.sticky {
  position: static;
  transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease;
  z-index: 800;
}

/*******************************
            States
*******************************/
/* Bound */
/* line 366, vendor/assets/stylesheets/semantic-css/components/sticky.css */
.ui.sticky.bound {
  position: absolute;
  left: auto;
  right: auto;
}

/* Fixed */
/* line 373, vendor/assets/stylesheets/semantic-css/components/sticky.css */
.ui.sticky.fixed {
  position: fixed;
  left: auto;
  right: auto;
}

/* Bound/Fixed Position */
/* line 380, vendor/assets/stylesheets/semantic-css/components/sticky.css */
.ui.sticky.bound.top,
.ui.sticky.fixed.top {
  top: 0px;
  bottom: auto;
}

/* line 385, vendor/assets/stylesheets/semantic-css/components/sticky.css */
.ui.sticky.bound.bottom,
.ui.sticky.fixed.bottom {
  top: auto;
  bottom: 0px;
}

/*******************************
            Types
*******************************/
/* line 396, vendor/assets/stylesheets/semantic-css/components/sticky.css */
.ui.native.sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Tab
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
              Tab
*******************************/
/* Loading */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           UI Tabs
*******************************/
/* line 354, vendor/assets/stylesheets/semantic-css/components/tab.css */
.ui.tab {
  display: none;
}

/*******************************
             States
*******************************/
/*--------------------
       Active
---------------------*/
/* line 368, vendor/assets/stylesheets/semantic-css/components/tab.css */
.ui.tab.active,
.ui.tab.open {
  display: block;
}

/*--------------------
       Loading
---------------------*/
/* line 377, vendor/assets/stylesheets/semantic-css/components/tab.css */
.ui.tab.loading {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 250px;
}

/* line 383, vendor/assets/stylesheets/semantic-css/components/tab.css */
.ui.tab.loading * {
  position: relative !important;
  left: -10000px !important;
}

/* line 387, vendor/assets/stylesheets/semantic-css/components/tab.css */
.ui.tab.loading:before,
.ui.tab.loading.segment:before {
  position: absolute;
  content: '';
  top: 100px;
  left: 50%;
  margin: -1.25em 0em 0em -1.25em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 399, vendor/assets/stylesheets/semantic-css/components/tab.css */
.ui.tab.loading:after,
.ui.tab.loading.segment:after {
  position: absolute;
  content: '';
  top: 100px;
  left: 50%;
  margin: -1.25em 0em 0em -1.25em;
  width: 2.5em;
  height: 2.5em;
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/*******************************
         Tab Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
          Transition
*******************************/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css
*/
/* line 356, vendor/assets/stylesheets/semantic-css/components/transition.css */
.transition {
  animation-iteration-count: 1;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
/* line 374, vendor/assets/stylesheets/semantic-css/components/transition.css */
.animating.transition {
  backface-visibility: hidden;
  transform: translateZ(0);
  visibility: visible !important;
}

/* Loading */
/* line 383, vendor/assets/stylesheets/semantic-css/components/transition.css */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
/* line 390, vendor/assets/stylesheets/semantic-css/components/transition.css */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
/* line 396, vendor/assets/stylesheets/semantic-css/components/transition.css */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Disabled */
/* line 406, vendor/assets/stylesheets/semantic-css/components/transition.css */
.disabled.transition {
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
/* line 416, vendor/assets/stylesheets/semantic-css/components/transition.css */
.looping.transition {
  animation-iteration-count: infinite;
}

/*******************************
             Types
*******************************/
/*******************************
           Animations
*******************************/
/*--------------
    Emphasis
---------------*/
/* line 437, vendor/assets/stylesheets/semantic-css/components/transition.css */
.flash.transition {
  animation-name: flash;
}

/* line 441, vendor/assets/stylesheets/semantic-css/components/transition.css */
.shake.transition {
  animation-name: shake;
}

/* line 445, vendor/assets/stylesheets/semantic-css/components/transition.css */
.bounce.transition {
  animation-name: bounce;
}

/* line 449, vendor/assets/stylesheets/semantic-css/components/transition.css */
.tada.transition {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* line 455, vendor/assets/stylesheets/semantic-css/components/transition.css */
.pulse.transition {
  animation-name: pulse;
}

/* Flash */

@keyframes flash {
  0%,
50%,
100% {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

/* Shake */

@keyframes shake {
  0%,
100% {
    transform: translateX(0);
  }
  10%,
30%,
50%,
70%,
90% {
    transform: translateX(-10px);
  }
  20%,
40%,
60%,
80% {
    transform: translateX(10px);
  }
}

/* Bounce */

@keyframes bounce {
  0%,
20%,
50%,
80%,
100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* Tada */

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
50%,
70%,
90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
60%,
80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* Pulse */

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*--------------
     Slide
---------------*/
/* line 666, vendor/assets/stylesheets/semantic-css/components/transition.css */
.slide.down.transition.in {
  animation-name: slideIn;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

/* line 673, vendor/assets/stylesheets/semantic-css/components/transition.css */
.slide.down.transition.out {
  animation-name: slideOut;
  transform-origin: 50% 0%;
}

/* line 680, vendor/assets/stylesheets/semantic-css/components/transition.css */
.slide.up.transition.in {
  animation-name: slideIn;
  transform-origin: 50% 100%;
}

/* line 687, vendor/assets/stylesheets/semantic-css/components/transition.css */
.slide.up.transition.out {
  animation-name: slideOut;
  transform-origin: 50% 100%;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}

/*--------------
     Flips
---------------*/
/* line 747, vendor/assets/stylesheets/semantic-css/components/transition.css */
.flip.transition.in,
.flip.transition.out {
  perspective: 2000px;
}

/* line 752, vendor/assets/stylesheets/semantic-css/components/transition.css */
.horizontal.flip.transition.in {
  animation-name: horizontalFlipIn;
}

/* line 756, vendor/assets/stylesheets/semantic-css/components/transition.css */
.horizontal.flip.transition.out {
  animation-name: horizontalFlipOut;
}

/* line 760, vendor/assets/stylesheets/semantic-css/components/transition.css */
.vertical.flip.transition.in {
  animation-name: verticalFlipIn;
}

/* line 764, vendor/assets/stylesheets/semantic-css/components/transition.css */
.vertical.flip.transition.out {
  animation-name: verticalFlipOut;
}

/* Horizontal */

@keyframes horizontalFlipIn {
  0% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

/* Horizontal */

@keyframes horizontalFlipOut {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: rotateY(90deg);
    opacity: 0;
  }
}

/* Vertical */

@keyframes verticalFlipIn {
  0% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes verticalFlipOut {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

/*--------------
      Fades
---------------*/
/* line 875, vendor/assets/stylesheets/semantic-css/components/transition.css */
.fade.transition.in {
  animation-name: fadeIn;
}

/* line 879, vendor/assets/stylesheets/semantic-css/components/transition.css */
.fade.transition.out {
  animation-name: fadeOut;
}

/* line 883, vendor/assets/stylesheets/semantic-css/components/transition.css */
.fade.up.transition.in {
  animation-name: fadeUpIn;
}

/* line 887, vendor/assets/stylesheets/semantic-css/components/transition.css */
.fade.up.transition.out {
  animation-name: fadeUpOut;
}

/* line 891, vendor/assets/stylesheets/semantic-css/components/transition.css */
.fade.down.transition.in {
  animation-name: fadeDownIn;
}

/* line 895, vendor/assets/stylesheets/semantic-css/components/transition.css */
.fade.down.transition.out {
  animation-name: fadeDownOut;
}

/* Fade */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fade Up */

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeUpOut {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(10%);
  }
}

/* Fade Down */

@keyframes fadeDownIn {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeDownOut {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-10%);
  }
}

/*--------------
      Scale
---------------*/
/* line 1038, vendor/assets/stylesheets/semantic-css/components/transition.css */
.scale.transition.in {
  animation-name: scaleIn;
}

/* line 1042, vendor/assets/stylesheets/semantic-css/components/transition.css */
.scale.transition.out {
  animation-name: scaleOut;
}

/* Scale */

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}

/*--------------
     Drop
---------------*/
/* line 1101, vendor/assets/stylesheets/semantic-css/components/transition.css */
.drop.transition {
  transform-origin: top center;
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

/* line 1108, vendor/assets/stylesheets/semantic-css/components/transition.css */
.drop.transition.in {
  animation-name: dropIn;
}

/* line 1112, vendor/assets/stylesheets/semantic-css/components/transition.css */
.drop.transition.out {
  animation-name: dropOut;
}

/* Scale */

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dropOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

/*--------------
     Browse
---------------*/
/* line 1171, vendor/assets/stylesheets/semantic-css/components/transition.css */
.browse.transition.in {
  animation-name: browseIn;
  animation-timing-function: ease;
}

/* line 1177, vendor/assets/stylesheets/semantic-css/components/transition.css */
.browse.transition.out,
.browse.transition.out.left {
  animation-name: browseOutLeft;
  animation-timing-function: ease;
}

/* line 1184, vendor/assets/stylesheets/semantic-css/components/transition.css */
.browse.transition.out.right {
  animation-name: browseOutRight;
  animation-timing-function: ease;
}

@keyframes browseIn {
  0% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutRight {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Video
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*------------------
   Packaged Theme
-------------------*/
/*******************************
             Video
*******************************/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Video
*******************************/
/* line 346, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video {
  background-color: #dddddd;
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
}

/*--------------
     Content
---------------*/
/* Placeholder Image */
/* line 361, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video .placeholder {
  background-color: #333333;
}

/* Play Icon Overlay */
/* line 366, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video .play {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* line 378, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video .play.icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.3);
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 500rem;
  color: #ffffff;
  font-size: 8rem;
  text-shadow: none;
  transform: translateX(-50%) translateY(-50%);
}

/* line 395, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video .placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

/* IFrame Embed */
/* line 405, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video .embed iframe,
.ui.video .embed embed,
.ui.video .embed object {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0em;
  padding: 0em;
}

/*******************************
            States
*******************************/
/*--------------
    Hover
---------------*/
/* line 428, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video .play:hover {
  opacity: 1;
}

/*--------------
     Active
---------------*/
/* line 436, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video.active .play,
.ui.video.active .placeholder {
  display: none;
}

/* line 440, vendor/assets/stylesheets/semantic-css/components/video.css */
.ui.video.active .embed {
  display: inline;
}

/*******************************
        Video Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Ad
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
          Advertisement
*******************************/
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
         Advertisement
*******************************/
/* line 352, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad {
  display: block;
  overflow: hidden;
  margin: 1em 0em;
}

/* line 357, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad:first-child {
  margin: 0em;
}

/* line 360, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad:last-child {
  margin: 0em;
}

/* line 363, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad iframe {
  margin: 0em;
  padding: 0em;
  border: none;
  overflow: hidden;
}

/*--------------
     Common
---------------*/
/* Leaderboard */
/* line 376, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.leaderboard.ad {
  width: 728px;
  height: 90px;
}

/* Medium Rectangle */
/* line 382, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="medium rectangle"] {
  width: 300px;
  height: 250px;
}

/* Large Rectangle */
/* line 388, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="large rectangle"] {
  width: 336px;
  height: 280px;
}

/* Half Page */
/* line 394, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="half page"] {
  width: 300px;
  height: 600px;
}

/*--------------
     Square
---------------*/
/* Square */
/* line 405, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.square.ad {
  width: 250px;
  height: 250px;
}

/* Small Square */
/* line 411, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="small square"] {
  width: 200px;
  height: 200px;
}

/*--------------
    Rectangle
---------------*/
/* Small Rectangle */
/* line 422, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="small rectangle"] {
  width: 180px;
  height: 150px;
}

/* Vertical Rectangle */
/* line 428, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="vertical rectangle"] {
  width: 240px;
  height: 400px;
}

/*--------------
     Button
---------------*/
/* line 437, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.button.ad {
  width: 120px;
  height: 90px;
}

/* line 441, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="square button"] {
  width: 125px;
  height: 125px;
}

/* line 445, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="small button"] {
  width: 120px;
  height: 60px;
}

/*--------------
   Skyscrapers
---------------*/
/* Skyscraper */
/* line 456, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.skyscraper.ad {
  width: 120px;
  height: 600px;
}

/* Wide Skyscraper */
/* line 462, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="wide skyscraper"] {
  width: 160px;
}

/*--------------
     Banners
---------------*/
/* Banner */
/* line 472, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.banner.ad {
  width: 468px;
  height: 60px;
}

/* Vertical Banner */
/* line 478, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="vertical banner"] {
  width: 120px;
  height: 240px;
}

/* Top Banner */
/* line 484, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="top banner"] {
  width: 930px;
  height: 180px;
}

/* Half Banner */
/* line 490, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="half banner"] {
  width: 234px;
  height: 60px;
}

/*--------------
    Boards
---------------*/
/* Leaderboard */
/* line 501, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="large leaderboard"] {
  width: 970px;
  height: 90px;
}

/* Billboard */
/* line 507, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.billboard.ad {
  width: 970px;
  height: 250px;
}

/*--------------
    Panorama
---------------*/
/* Panorama */
/* line 518, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.panorama.ad {
  width: 980px;
  height: 120px;
}

/*--------------
     Netboard
---------------*/
/* Netboard */
/* line 529, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.netboard.ad {
  width: 580px;
  height: 400px;
}

/*--------------
     Mobile
---------------*/
/* Large Mobile Banner */
/* line 540, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="large mobile banner"] {
  width: 320px;
  height: 100px;
}

/* Mobile Leaderboard */
/* line 546, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.ad[class*="mobile leaderboard"] {
  width: 320px;
  height: 50px;
}

/*******************************
             Types
*******************************/
/* Mobile Sizes */
/* line 558, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.mobile.ad {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 562, vendor/assets/stylesheets/semantic-css/components/ad.css */
  .ui.mobile.ad {
    display: block;
  }
}

/*******************************
           Variations
*******************************/
/* line 572, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.centered.ad {
  margin-left: auto;
  margin-right: auto;
}

/* line 576, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.test.ad {
  position: relative;
  background: #333333;
}

/* line 580, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.test.ad:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  content: 'Ad';
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}

/* line 594, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.mobile.test.ad:after {
  font-size: 0.85714em;
}

/* line 597, vendor/assets/stylesheets/semantic-css/components/ad.css */
.ui.test.ad[data-text]:after {
  content: attr(data-text);
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Card
*******************************/
/*-------------------
         View
--------------------*/
/* Shadow */
/* Item */
/* Item Group */
/*-------------------
       Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/* Extra Links */
/* Buttons */
/*-------------------
      Variations
--------------------*/
/* Link */
/* Card Count */
/* Stackable */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Standard
*******************************/
/*--------------
      Cards
---------------*/
/* line 412, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards {
  margin: 1em -0.5em 0em;
}

/* line 415, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card {
  display: block;
  margin: 0em 0.5em 1.5em;
  float: left;
}

/* line 420, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards:first-child,
.ui.card:first-child {
  margin-top: 0em;
}

/* line 424, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards:last-child,
.ui.card:last-child {
  margin-bottom: 0em;
}

/* Clearing */
/* line 430, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards:after,
.ui.card:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/*--------------
      Card
---------------*/
/* line 444, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card,
.ui.card {
  max-width: 100%;
  position: relative;
  display: block;
  width: 290px;
  min-height: 0px;
  background: #ffffff;
  padding: 0em;
  border: none;
  border-radius: 0.2857rem;
  box-shadow: 0px 0.2em 0px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
  transition: box-shadow 0.2s ease;
  z-index: '';
}

/* line 460, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.card {
  margin: 1em 0em;
}

/* line 463, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card a,
.ui.card a {
  cursor: pointer;
}

/*--------------
  Rounded Edges
---------------*/
/* line 472, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > :first-child,
.ui.card > :first-child {
  border-radius: 0.2857rem 0.2857rem 0em 0em !important;
}

/* line 476, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > :last-child,
.ui.card > :last-child {
  border-radius: 0em 0em 0.2857rem 0.2857rem !important;
}

/*--------------
     Images
---------------*/
/* line 485, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .image,
.ui.card > .image {
  display: block;
  position: relative;
  padding: 0em;
  background: rgba(0, 0, 0, 0.05);
}

/* line 492, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .image > img,
.ui.card > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
  border: none;
}

/* line 500, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .image:only-child > img,
.ui.card > .image:only-child > img {
  border-radius: 0.2857rem;
}

/*--------------
     Content
---------------*/
/* line 509, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content,
.ui.card > .content {
  background: none;
  margin: 0em;
  padding: 1em 1em;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0em;
}

/* line 519, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content:after,
.ui.card > .content:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 528, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
  display: block;
  margin: 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.85);
}

/* Default Header Size */
/* line 537, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content > .header:not(.ui),
.ui.card > .content > .header:not(.ui) {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -0.165em;
  line-height: 1.33em;
}

/* line 544, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content > .meta + .description,
.ui.cards > .card > .content > .header + .description,
.ui.card > .content > .meta + .description,
.ui.card > .content > .header + .description {
  margin-top: 0.5em;
}

/*--------------
     Floated
---------------*/
/* line 555, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card [class*="left floated"],
.ui.card [class*="left floated"] {
  float: left;
}

/* line 559, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card [class*="right floated"],
.ui.card [class*="right floated"] {
  float: right;
}

/*--------------
  Content Image
---------------*/
/* line 568, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .content img,
.ui.card .content img {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
}

/* line 574, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card img.avatar,
.ui.cards > .card .avatar img,
.ui.card img.avatar,
.ui.card .avatar img {
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}

/*--------------
   Description
---------------*/
/* line 587, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content > .description,
.ui.card > .content > .description {
  clear: both;
  color: rgba(0, 0, 0, 0.5);
}

/*--------------
    Paragraph
---------------*/
/* line 597, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content p,
.ui.card > .content p {
  margin: 0em 0em 0.5em;
}

/* line 601, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content p:last-child,
.ui.card > .content p:last-child {
  margin-bottom: 0em;
}

/*--------------
      Meta
---------------*/
/* line 610, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .meta,
.ui.card .meta {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.4);
}

/* line 615, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .meta *,
.ui.card .meta * {
  margin-right: 0.3em;
}

/* line 619, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .meta :last-child,
.ui.card .meta :last-child {
  margin-right: 0em;
}

/* line 623, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .meta [class*="right floated"],
.ui.card .meta [class*="right floated"] {
  margin-right: 0em;
  margin-left: 0.3em;
}

/*--------------
      Links
---------------*/
/* Generic */
/* line 635, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content a:not(.ui),
.ui.card > .content a:not(.ui) {
  color: '';
  transition: color 0.2s ease;
}

/* line 641, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content a:not(.ui):hover,
.ui.card > .content a:not(.ui):hover {
  color: '';
}

/* Header */
/* line 647, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content > a.header,
.ui.card > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

/* line 651, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content > a.header:hover,
.ui.card > .content > a.header:hover {
  color: #00b2f3;
}

/* Meta */
/* line 657, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .meta > a:not(.ui),
.ui.card .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 661, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card .meta > a:not(.ui):hover,
.ui.card .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
     Buttons
---------------*/
/* line 670, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .buttons:last-child,
.ui.card > .buttons:last-child,
.ui.cards > .card > .button:last-child,
.ui.card > .button:last-child {
  margin: 0em -1px -0.2em;
  width: calc(100% +  2px);
}

/*--------------
     Labels
---------------*/
/*-----Star----- */
/* Icon */
/* line 688, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content .star.icon,
.ui.card > .content .star.icon {
  cursor: pointer;
  opacity: 0.75;
  transition: color 0.2s ease;
}

/* line 695, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content .star.icon:hover,
.ui.card > .content .star.icon:hover {
  opacity: 1;
  color: #ac9400;
}

/* line 700, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content .active.star.icon,
.ui.card > .content .active.star.icon {
  color: #e9b539;
}

/*-----Like----- */
/* Icon */
/* line 709, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content .like.icon,
.ui.card > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  transition: color 0.2s ease;
}

/* line 716, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content .like.icon:hover,
.ui.card > .content .like.icon:hover {
  opacity: 1;
  color: #ffadae;
}

/* line 721, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .content .active.like.icon,
.ui.card > .content .active.like.icon {
  color: #ef404a;
}

/*----------------
  Extra Content
-----------------*/
/* line 730, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .extra,
.ui.card > .extra {
  max-width: 100%;
  min-height: 0em !important;
  position: static;
  background: none;
  width: auto;
  margin: 0em 0em;
  padding: 0.75em 1em;
  top: 0em;
  left: 0em;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  transition: color 0.2s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 747, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 751, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover {
  color: #00b2f3;
}

/*******************************
           Variations
*******************************/
/*-------------------
        Fluid
--------------------*/
/* line 766, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.fluid.card {
  width: 100%;
  max-width: 9999px;
}

/*-------------------
        Link
--------------------*/
/* line 775, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards a.card:hover,
.ui.link.cards .card:hover,
a.ui.card:hover,
.ui.link.card:hover {
  cursor: pointer;
  z-index: 5;
  background: '';
  border: none;
  box-shadow: 0px 0.2em 0px 0px #bebebf, 0px 0px 0px 1px rgba(39, 41, 43, 0.3);
}

/*--------------
   Card Count
---------------*/
/* line 790, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.one.cards {
  margin-left: 0em;
  margin-right: 0em;
}

/* line 794, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.one.cards > .card {
  width: 100%;
}

/* line 797, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.two.cards {
  margin-left: -1em;
  margin-right: -1em;
}

/* line 801, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.two.cards > .card {
  width: calc( 50%  -  2em);
  margin-left: 1em;
  margin-right: 1em;
}

/* line 807, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.two.cards > .card:nth-child(2n+1) {
  clear: left;
}

/* line 810, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.three.cards {
  margin-left: -1em;
  margin-right: -1em;
}

/* line 814, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.three.cards > .card {
  width: calc( 33.33333333%  -  2em);
  margin-left: 1em;
  margin-right: 1em;
}

/* line 820, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.three.cards > .card:nth-child(3n+1) {
  clear: left;
}

/* line 823, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.four.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

/* line 827, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.four.cards > .card {
  width: calc( 25%  -  1.5em);
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 833, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.four.cards > .card:nth-child(4n+1) {
  clear: left;
}

/* line 836, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.five.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

/* line 840, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.five.cards > .card {
  width: calc( 20%  -  1.5em);
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 846, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.five.cards > .card:nth-child(5n+1) {
  clear: left;
}

/* line 849, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.six.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

/* line 853, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.six.cards > .card {
  width: calc( 16.66666667%  -  1.5em);
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 859, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.six.cards > .card:nth-child(6n+1) {
  clear: left;
}

/* line 862, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.seven.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 866, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.seven.cards > .card {
  width: calc( 14.28571429%  -  1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* line 872, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.seven.cards > .card:nth-child(7n+1) {
  clear: left;
}

/* line 875, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.eight.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 879, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.eight.cards > .card {
  width: calc( 12.5%  -  1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 11px;
}

/* line 886, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.eight.cards > .card:nth-child(8n+1) {
  clear: left;
}

/* line 889, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.nine.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 893, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.nine.cards > .card {
  width: calc( 11.11111111%  -  1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 10px;
}

/* line 900, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.nine.cards > .card:nth-child(9n+1) {
  clear: left;
}

/* line 903, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.ten.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 907, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.ten.cards > .card {
  width: calc( 10%  -  1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* line 913, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.ten.cards > .card:nth-child(10n+1) {
  clear: left;
}

/*-------------------
      Doubling
--------------------*/
/* Mobily Only */
@media only screen and (max-width: 767px) {
  /* line 924, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.two.doubling.cards {
    margin-left: 0em;
    margin-right: 0em;
  }
  /* line 928, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.two.doubling.cards .card {
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }
  /* line 933, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.three.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 937, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.three.doubling.cards .card {
    width: calc( 50%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 943, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.four.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 947, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.four.doubling.cards .card {
    width: calc( 50%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 953, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.five.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 957, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.five.doubling.cards .card {
    width: calc( 50%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 963, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.six.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 967, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.six.doubling.cards .card {
    width: calc( 50%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 973, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.seven.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 977, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.seven.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 983, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.eight.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 987, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.eight.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 993, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.nine.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 997, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.nine.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 1003, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.ten.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 1007, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.ten.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1017, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.two.doubling.cards {
    margin-left: 0em;
    margin-right: 0em;
  }
  /* line 1021, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.two.doubling.cards .card {
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }
  /* line 1026, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.three.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 1030, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.three.doubling.cards .card {
    width: calc( 50%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 1036, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.four.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 1040, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.four.doubling.cards .card {
    width: calc( 50%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 1046, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.five.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 1050, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.five.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 1056, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.six.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 1060, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.six.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 1066, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.eight.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }
  /* line 1070, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.eight.doubling.cards .card {
    width: calc( 33.33333333%  -  2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  /* line 1076, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.eight.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  /* line 1080, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.eight.doubling.cards .card {
    width: calc( 25%  -  1.5em);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  /* line 1086, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.nine.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  /* line 1090, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.nine.doubling.cards .card {
    width: calc( 25%  -  1.5em);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  /* line 1096, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.ten.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  /* line 1100, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.ten.doubling.cards .card {
    width: calc( 20%  -  1.5em);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}

/*-------------------
      Stackable
--------------------*/
@media only screen and (max-width: 767px) {
  /* line 1113, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.stackable.cards {
    display: block !important;
  }
  /* line 1116, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.stackable.cards .card:first-child {
    margin-top: 0em !important;
  }
  /* line 1119, vendor/assets/stylesheets/semantic-css/components/card.css */
  .ui.stackable.cards > .card {
    display: block !important;
    height: auto !important;
    margin: 1em 1em;
    padding: 0 !important;
    width: calc( 100%  -  2em) !important;
  }
}

/*--------------
      Size
---------------*/
/* line 1133, vendor/assets/stylesheets/semantic-css/components/card.css */
.ui.cards > .card {
  font-size: 1em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Comment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
            Comments
*******************************/
/*-------------------
       View
--------------------*/
/*-------------------
      Elements
--------------------*/
/* Comment */
/* Nested Comment */
/* Avatar */
/* Content */
/* Author */
/* Metadata */
/* Text */
/* Actions */
/* Reply */
/*-------------------
      Variations
--------------------*/
/* Threaded */
/* Minimal */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Standard
*******************************/
/*--------------
    Comments
---------------*/
/* line 396, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments {
  margin: 1.5em 0em;
  max-width: 650px;
}

/* line 400, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments:first-child {
  margin-top: 0em;
}

/* line 403, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments:last-child {
  margin-bottom: 0em;
}

/*--------------
     Comment
---------------*/
/* line 411, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment {
  position: relative;
  background: none;
  margin: 0.5em 0em 0em;
  padding: 0.5em 0em 0em;
  border: none;
  border-top: none;
  line-height: 1.2;
}

/* line 420, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment:first-child {
  margin-top: 0em;
  padding-top: 0em;
}

/*--------------------
    Nested Comments
---------------------*/
/* line 429, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .comments {
  margin: 0em 0em 0.5em 0.5em;
  padding: 1em 0em 1em 1em;
}

/* line 433, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .comments:before {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 438, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .comments .comment {
  border: none;
  border-top: none;
  background: none;
}

/*--------------
     Avatar
---------------*/
/* line 448, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .avatar {
  display: block;
  width: 2.5em;
  height: auto;
  float: left;
  margin: 0.2em 0em 0em;
}

/* line 455, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment img.avatar,
.ui.comments .comment .avatar img {
  display: block;
  margin: 0em auto;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

/*--------------
     Content
---------------*/
/* line 468, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment > .content {
  display: block;
}

/* If there is an avatar move content over */
/* line 473, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment > .avatar ~ .content {
  margin-left: 3.5em;
}

/*--------------
     Author
---------------*/
/* line 481, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .author {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

/* line 486, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment a.author {
  cursor: pointer;
}

/* line 489, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment a.author:hover {
  color: #00b2f3;
}

/*--------------
     Metadata
---------------*/
/* line 497, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .metadata {
  display: inline-block;
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875em;
}

/* line 503, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .metadata > * {
  display: inline-block;
  margin: 0em 0.5em 0em 0em;
}

/* line 507, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .metadata > :last-child {
  margin-right: 0em;
}

/*--------------------
     Comment Text
---------------------*/
/* line 515, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .text {
  margin: 0.25em 0em 0.5em;
  font-size: 1em;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}

/*--------------------
     User Actions
---------------------*/
/* line 527, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .actions {
  font-size: 0.875em;
}

/* line 530, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .actions a {
  cursor: pointer;
  display: inline-block;
  margin: 0em 0.75em 0em 0em;
  color: rgba(0, 0, 0, 0.4);
}

/* line 536, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .actions a:last-child {
  margin-right: 0em;
}

/* line 539, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------------
      Reply Form
---------------------*/
/* line 548, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments > .reply.form {
  margin-top: 1em;
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .comment .reply.form {
  width: 100%;
  margin-top: 1em;
}

/* line 555, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments .reply.form textarea {
  font-size: 1em;
  height: 12em;
}

/*******************************
            State
*******************************/
/* line 565, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.collapsed.comments,
.ui.comments .collapsed.comments,
.ui.comments .collapsed.comment {
  display: none;
}

/*******************************
           Variations
*******************************/
/*--------------------
        Threaded
---------------------*/
/* line 581, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.threaded.comments .comment .comments {
  margin: -1.5em 0 -1em 1.25em;
  padding: 3em 0em 2em 2.25em;
  box-shadow: -1px 0px 0px rgba(39, 41, 43, 0.15);
}

/*--------------------
        Minimal
---------------------*/
/* line 591, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.minimal.comments .comment .actions {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  transition: opacity 0.2s ease;
  transition-delay: 0.1s;
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.minimal.comments .comment > .content:hover > .actions {
  opacity: 1;
}

/*--------------------
       Sizes
---------------------*/
/* line 610, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.small.comments {
  font-size: 0.9em;
}

/* line 613, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.comments {
  font-size: 1em;
}

/* line 616, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.large.comments {
  font-size: 1.1em;
}

/* line 619, vendor/assets/stylesheets/semantic-css/components/comment.css */
.ui.huge.comments {
  font-size: 1.2em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Feed
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Feed
*******************************/
/*-------------------
        Feed
--------------------*/
/*-------------------
      Elements
--------------------*/
/* Event */
/* Event Label */
/* Icon Label */
/* Image Label */
/* Content w/ Label */
/* Content */
/* Date */
/* Summary */
/* Summary Image */
/* Summary Date */
/* User */
/* Extra Summary Data */
/* Extra Images */
/* Extra Text */
/* Metadata Group */
/* Like */
/* Metadata Divider */
/*-------------------
      Variations
--------------------*/
/* Size */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
         Activity Feed
*******************************/
/* line 403, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed {
  margin: 1em 0em;
}

/* line 406, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed:first-child {
  margin-top: 0em;
}

/* line 409, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed:last-child {
  margin-top: 0em;
}

/*******************************
            Content
*******************************/
/* Event */
/* line 420, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event {
  display: table;
  width: 100%;
  padding: 0.5rem 0em;
  margin: 0em;
  background: none;
  border-top: none;
}

/* line 428, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event:first-child {
  border-top: 0px;
  padding-top: 0em;
}

/* line 432, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event:last-child {
  padding-bottom: 0em;
}

/* Event Label */
/* line 437, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .label {
  display: table-cell;
  width: 2.5em;
  height: 2.5em;
  vertical-align: top;
  text-align: left;
}

/* line 444, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .label .icon {
  opacity: 1;
  font-size: 1.5em;
  width: 100%;
  padding: 0.25em;
  background: none;
  border: none;
  border-radius: none;
  color: rgba(0, 0, 0, 0.6);
}

/* line 454, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .label img {
  width: 100%;
  height: auto;
  border-radius: 500rem;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .label + .content {
  padding: 0.5em 0em 0.5em 1.25em;
}

/* Content */
/* line 464, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  word-wrap: break-word;
}

/* line 470, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event:last-child > .content {
  padding-bottom: 0em;
}

/* Link */
/* line 475, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content a {
  cursor: pointer;
}

/*--------------
      Date
---------------*/
/* line 483, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .date {
  margin: -0.5rem 0em 0em;
  padding: 0em;
  font-weight: normal;
  font-size: 1em;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
     Summary
---------------*/
/* line 496, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .summary {
  margin: 0em;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

/* Summary Image */
/* line 504, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .summary img {
  display: inline-block;
  width: auto;
  height: 2em;
  margin: -0.25em 0.25em 0em 0em;
  border-radius: 0.25em;
  vertical-align: middle;
}

/*--------------
      User
---------------*/
/* line 517, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .user {
  display: inline-block;
  font-weight: bold;
  margin-right: 0em;
  vertical-align: baseline;
}

/* line 523, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .user img {
  margin: -0.25em 0.25em 0em 0em;
  width: auto;
  height: 2em;
  vertical-align: middle;
}

/*--------------
   Inline Date
---------------*/
/* Date inside Summary */
/* line 536, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .summary > .date {
  display: inline-block;
  float: none;
  font-weight: normal;
  font-size: 0.875em;
  font-style: normal;
  margin: 0em 0em 0em 0.5em;
  padding: 0em;
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
  Extra Summary
---------------*/
/* line 551, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .extra {
  margin: 0.5em 0em 0em;
  background: none;
  padding: 0em;
  color: rgba(0, 0, 0, 0.8);
}

/* Images */
/* line 559, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .extra.images img {
  display: inline-block;
  margin: 0em 0.25em 0em 0em;
  width: 6em;
}

/* Text */
/* line 566, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .extra.text {
  padding: 0.5em 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  font-size: 1em;
  max-width: 500px;
  line-height: 1.33;
}

/*--------------
      Meta
---------------*/
/* line 578, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta {
  display: inline-block;
  font-size: 0.875em;
  margin: 0.5em 0em 0em;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0em;
  color: rgba(0, 0, 0, 0.6);
}

/* line 589, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta > * {
  position: relative;
  margin-left: 0.75em;
}

/* line 593, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta > *:after {
  content: '';
  color: rgba(0, 0, 0, 0.2);
  top: 0em;
  left: -1em;
  opacity: 1;
  position: absolute;
  vertical-align: top;
}

/* line 602, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta .like {
  color: '';
  transition: 0.2s color ease;
}

/* line 607, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta .like:hover .icon {
  color: #ff2733;
}

/* line 610, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta .active.like .icon {
  color: #ef404a;
}

/* First element */
/* line 615, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta > :first-child {
  margin-left: 0em;
}

/* line 618, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta > :first-child::after {
  display: none;
}

/* Action */
/* line 623, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta a,
.ui.feed > .event > .content .meta > .icon {
  cursor: pointer;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.2s ease;
}

/* line 631, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed > .event > .content .meta a:hover,
.ui.feed > .event > .content .meta a:hover .icon,
.ui.feed > .event > .content .meta > .icon:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*******************************
            Variations
*******************************/
/* line 642, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.small.feed {
  font-size: 0.9em;
}

/* line 645, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.feed {
  font-size: 1em;
}

/* line 648, vendor/assets/stylesheets/semantic-css/components/feed.css */
.ui.large.feed {
  font-size: 1.1em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
             Item
*******************************/
/*-------------------
         View
--------------------*/
/* Group */
/* Item */
/* Responsive */
/*-------------------
       Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Actions */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/*-------------------
      Variations
--------------------*/
/* Relaxed */
/* Divided */
/* Sizes */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
            Standard
*******************************/
/*--------------
      Item
---------------*/
/* line 408, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item {
  table-layout: fixed;
  display: table;
  margin: 1em 0em;
  width: 100%;
  min-height: 0px;
  background: transparent;
  padding: 0em;
  border: none;
  border-radius: 0rem;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
  z-index: '';
}

/* line 423, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item a {
  cursor: pointer;
}

/*--------------
      Items
---------------*/
/* line 431, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items {
  margin: 1.5em 0em;
}

/* line 434, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items:first-child {
  margin-top: 0em !important;
}

/* line 437, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items:last-child {
  margin-bottom: 0em !important;
}

/*--------------
      Item
---------------*/
/* line 445, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item {
  min-width: 100%;
}

/* line 448, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 456, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item:first-child {
  margin-top: 0em;
}

/* line 459, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item:last-child {
  margin-bottom: 0em;
}

/*--------------
     Images
---------------*/
/* line 467, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image {
  position: relative;
  display: table-cell;
  float: none;
  margin: 0em;
  padding: 0em;
  max-height: '';
  vertical-align: top;
}

/* line 476, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  border: none;
}

/* line 483, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image:only-child > img {
  border-radius: 0rem;
}

/*--------------
     Content
---------------*/
/* line 491, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content {
  display: block;
  background: none;
  margin: 0em;
  padding: 0em;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0em;
}

/* line 501, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 509, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image + .content {
  width: 100%;
  display: table-cell;
  margin-left: 0em;
  vertical-align: top;
  padding-left: 1.5em;
}

/* line 516, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content > .header {
  display: inline-block;
  margin: -0.165em 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}

/* Default Header Size */
/* line 525, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content > .header:not(.ui) {
  font-size: 1.2em;
}

/*--------------
     Floated
---------------*/
/* line 533, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item [class*="left floated"] {
  float: left;
}

/* line 536, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item [class*="right floated"] {
  float: right;
}

/*--------------
  Content Image
---------------*/
/* line 544, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .content img {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
}

/* line 549, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item img.avatar,
.ui.items > .item .avatar img {
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}

/*--------------
   Description
---------------*/
/* line 560, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content > .description {
  margin-top: 0.6em;
  max-width: 550px;
  font-size: 1em;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
    Paragraph
---------------*/
/* line 572, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content p {
  margin: 0em 0em 0.5em;
}

/* line 575, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content p:last-child {
  margin-bottom: 0em;
}

/*--------------
      Meta
---------------*/
/* line 583, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .meta {
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
}

/* line 588, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .meta * {
  margin-right: 0.3em;
}

/* line 591, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .meta :last-child {
  margin-right: 0em;
}

/* line 594, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .meta [class*="right floated"] {
  margin-right: 0em;
  margin-left: 0.3em;
}

/*--------------
      Links
---------------*/
/* Generic */
/* line 605, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content a:not(.ui) {
  color: '';
  transition: color 0.2s ease;
}

/* line 610, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content a:not(.ui):hover {
  color: '';
}

/* Header */
/* line 615, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

/* line 618, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content > a.header:hover {
  color: #00b2f3;
}

/* Meta */
/* line 623, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/* line 626, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
     Labels
---------------*/
/*-----Star----- */
/* Icon */
/* line 639, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content .favorite.icon {
  cursor: pointer;
  opacity: 0.75;
  transition: color 0.2s ease;
}

/* line 645, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content .favorite.icon:hover {
  opacity: 1;
  color: #ffb70a;
}

/* line 649, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content .active.favorite.icon {
  color: #ffb70a;
}

/*-----Like----- */
/* Icon */
/* line 657, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  transition: color 0.2s ease;
}

/* line 663, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content .like.icon:hover {
  opacity: 1;
  color: #ff2733;
}

/* line 667, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .content .active.like.icon {
  color: #ff2733;
}

/*----------------
  Extra Content
-----------------*/
/* line 675, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .extra {
  display: block;
  position: relative;
  background: none;
  margin: 0.5rem 0em 0em;
  width: 100%;
  padding: 0em 0em 0em;
  top: 0em;
  left: 0em;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  transition: color 0.2s ease;
  border-top: none;
}

/* line 690, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .extra > * {
  margin: 0.25rem 0.5rem 0.25rem 0em;
}

/* line 693, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .extra > [class*="right floated"] {
  margin: 0.25rem 0em 0.25rem 0.5rem;
}

/* line 696, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item .extra:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/*******************************
          Responsive
*******************************/
/* Default Image Width */
/* line 712, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image:not(.ui) {
  width: 175px;
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 718, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item {
    margin: 1em 0em;
  }
  /* line 721, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item > .image:not(.ui) {
    width: 150px;
  }
  /* line 724, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item > .image + .content {
    display: block;
    padding: 0em 0em 0em 1em;
  }
}

/* Mobily Only */
@media only screen and (max-width: 767px) {
  /* line 732, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item {
    margin: 2em 0em;
  }
  /* line 735, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item > .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 740, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item > .image,
.ui.items > .item > .image > img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 250px !important;
  }
  /* line 746, vendor/assets/stylesheets/semantic-css/components/item.css */
  .ui.items > .item > .image + .content {
    display: block;
    padding: 1.5em 0em 0em;
  }
}

/*******************************
           Variations
*******************************/
/*-------------------
       Aligned
--------------------*/
/* line 762, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image + .content[class*="top aligned"] {
  vertical-align: top;
}

/* line 765, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image + .content[class*="middle aligned"] {
  vertical-align: middle;
}

/* line 768, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item > .image + .content[class*="bottom aligned"] {
  vertical-align: bottom;
}

/*--------------
     Relaxed
---------------*/
/* line 776, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.relaxed.items > .item {
  margin: 1.5em 0em;
}

/* line 779, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items[class*="very relaxed"] > .item {
  margin: 2em 0em;
}

/*-------------------
      Divided
--------------------*/
/* line 787, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.divided.items > .item {
  border-top: 1px solid rgba(39, 41, 43, 0.15);
  margin: 0em;
  padding: 1em 0em;
}

/* line 792, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.divided.items > .item:first-child {
  border-top: none;
  margin-top: 0em !important;
  padding-top: 0em !important;
}

/* line 797, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.divided.items > .item:last-child {
  margin-bottom: 0em !important;
  padding-bottom: 0em !important;
}

/* Relaxed Divided */
/* line 803, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.relaxed.divided.items > .item {
  margin: 0em;
  padding: 1.5em 0em;
}

/* line 807, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.divided.items[class*="very relaxed"] > .item {
  margin: 0em;
  padding: 2em 0em;
}

/*-------------------
        Link
--------------------*/
/* line 816, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items a.item:hover,
.ui.link.items > .item:hover {
  cursor: pointer;
}

/* line 820, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items a.item:hover .content .header,
.ui.link.items > .item:hover .content .header {
  color: #00b2f3;
}

/*--------------
      Size
---------------*/
/* line 829, vendor/assets/stylesheets/semantic-css/components/item.css */
.ui.items > .item {
  font-size: 1em;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*
 * # Semantic UI - 1.7.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*
 * # Semantic - Statistic
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Theme
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
        Import Directives
*******************************/
/*------------------
    Default Theme
-------------------*/
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/*--------------
  Page Heading
---------------*/
/*-------------------
      Site Colors
--------------------*/
/*---  Colors  ---*/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*-------------------
    Brand Colors
--------------------*/
/*-------------------
        Sizes
--------------------*/
/*
  To have sizing resolve to a specified pixel values adjust
  the numerator to the desired font size and the denominator
  to the base em size
*/
/*-------------------
        Page
--------------------*/
/*-------------------
      Paragraph
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
  Highlighted Text
--------------------*/
/*-------------------
       Loader
--------------------*/
/*-------------------
        Grid
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* 4px @ default em */
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
           Power-User
*******************************/
/*-------------------
        Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
       Em Sizes
--------------------*/
/* Exact pixel values expressed in em */
/*-------------------
       Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
       Easing
--------------------*/
/*-------------------
     All Colors
--------------------*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
    Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Brand Colors
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Transitions
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Header Spacing */
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
           States
*******************************/
/*-------------------
      Disabled
--------------------*/
/*-------------------
        Hover
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
    Down (:active)
--------------------*/
/*---  Colors  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*-------------------
        Active
--------------------*/
/*---  Standard  ---*/
/*---  Emotive  ---*/
/*---  Neutrals  ---*/
/*******************************
           Statistic
*******************************/
/*-------------------
         View
--------------------*/
/* Group */
/* Group Element */
/*-------------------
       Content
--------------------*/
/* Value */
/* Label */
/* Text */
/* Label Image */
/*-------------------
      Types
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Floated */
/* Inverted */
/* Size */
/*------------------
   Packaged Theme
-------------------*/
/*------------------
     Site Theme
-------------------*/
/*******************************
     User Global Variables
*******************************/
/*******************************
    User Variable Overrides
*******************************/
/*******************************
        Import Mix-ins
*******************************/
/*------------------
       Fonts
-------------------*/
/*------------------
     Overrides
-------------------*/
/*******************************
           Statistic
*******************************/
/* Standalone */
/* line 392, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistic {
  display: inline-block;
  margin: 1em 0em;
  max-width: 175px;
}

/* line 397, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistic + .ui.statistic {
  margin: 0em 0em 0em 1em;
}

/* line 400, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistic:first-child {
  margin-top: 0em;
}

/* line 403, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistic:last-child {
  margin-bottom: 0em;
}

/* Grouped */
/* line 408, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics > .statistic {
  display: block;
  float: left;
  margin: 0em 1em 2em;
  max-width: 175px;
}

/*******************************
            Group
*******************************/
/* line 420, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics {
  display: block;
  margin: 1em -1em;
}

/* Clearing */
/* line 426, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 434, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics:first-child {
  margin-top: 0em;
}

/* line 437, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics:last-child {
  margin-bottom: 0em;
}

/*******************************
            Content
*******************************/
/*--------------
      Value
---------------*/
/* line 451, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .value,
.ui.statistic > .value {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1em;
  color: #1b1c1d;
  text-transform: uppercase;
  text-align: center;
}

/*--------------
     Label
---------------*/
/* line 466, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .label,
.ui.statistic > .label {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  text-transform: none;
  text-align: center;
}

/* Top Label */
/* line 477, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .label ~ .value,
.ui.statistic > .label ~ .value {
  margin-top: 0rem;
}

/* Bottom Label */
/* line 483, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .value ~ .label,
.ui.statistic > .value ~ .label {
  margin-top: 0.25rem;
}

/*******************************
             Types
*******************************/
/*--------------
   Icon Value
---------------*/
/* line 498, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .value .icon,
.ui.statistic > .value .icon {
  opacity: 1;
  width: auto;
  margin: 0em;
}

/*--------------
   Text Value
---------------*/
/* line 509, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
  line-height: 1em;
  min-height: 2em;
  text-align: center;
}

/* line 515, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .text.value + .label,
.ui.statistic > .text.value + .label {
  text-align: center;
}

/*--------------
   Image Value
---------------*/
/* line 524, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .value img,
.ui.statistic > .value img {
  max-height: 3rem;
  vertical-align: baseline;
}

/*******************************
            Variations
*******************************/
/*--------------
   Horizontal
---------------*/
/* line 540, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistics,
.ui.horizontal.statistic {
  display: block;
  margin: 0em;
  max-width: 9999px;
}

/* line 546, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistics .statistic {
  float: none;
  margin: 1em 0em;
  max-width: 9999px;
}

/* line 551, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistic > .text.value,
.ui.horizontal.statistics > .statistic > .text.value {
  min-height: 0em !important;
}

/* line 555, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistics .statistic > .value .icon,
.ui.horizontal.statistic > .value .icon {
  width: 1.18em;
}

/* line 559, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
  display: inline-block;
  vertical-align: middle;
}

/* line 564, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistics .statistic > .label,
.ui.horizontal.statistic > .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0em 0em 0.75em;
}

/*--------------
     Colors
---------------*/
/* line 575, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.blue.statistics .statistic > .value,
.ui.statistics .blue.statistic > .value,
.ui.blue.statistic > .value {
  color: #3b83c0;
}

/* line 580, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.green.statistics .statistic > .value,
.ui.statistics .green.statistic > .value,
.ui.green.statistic > .value {
  color: #5bbd72;
}

/* line 585, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.orange.statistics .statistic > .value,
.ui.statistics .orange.statistic > .value,
.ui.orange.statistic > .value {
  color: #e07b53;
}

/* line 590, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.pink.statistics .statistic > .value,
.ui.statistics .pink.statistic > .value,
.ui.pink.statistic > .value {
  color: #d9499a;
}

/* line 595, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.purple.statistics .statistic > .value,
.ui.statistics .purple.statistic > .value,
.ui.purple.statistic > .value {
  color: #564f8a;
}

/* line 600, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.red.statistics .statistic > .value,
.ui.statistics .red.statistic > .value,
.ui.red.statistic > .value {
  color: #d95c5c;
}

/* line 605, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.teal.statistics .statistic > .value,
.ui.statistics .teal.statistic > .value,
.ui.teal.statistic > .value {
  color: #00b5ad;
}

/* line 610, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.yellow.statistics .statistic > .value,
.ui.statistics .yellow.statistic > .value,
.ui.yellow.statistic > .value {
  color: #f2c61f;
}

/*--------------
    Floated
---------------*/
/* line 620, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistic[class*="left floated"] {
  float: left;
  margin: 0em 2em 1em 0em;
}

/* line 624, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistic[class*="right floated"] {
  float: right;
  margin: 0em 0em 1em 2em;
}

/* line 628, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.floated.statistic:last-child {
  margin-bottom: 0em;
}

/*--------------
    Inverted
---------------*/
/* line 636, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.statistic .value {
  color: #ffffff;
}

/* line 639, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.statistic .label {
  color: rgba(255, 255, 255, 0.8);
}

/* line 642, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.blue.statistics .statistic > .value,
.ui.statistics .inverted.blue.statistic > .value,
.ui.inverted.blue.statistic > .value {
  color: #54c8ff;
}

/* line 647, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.green.statistics .statistic > .value,
.ui.statistics .inverted.green.statistic > .value,
.ui.inverted.green.statistic > .value {
  color: #2ecc40;
}

/* line 652, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.orange.statistics .statistic > .value,
.ui.statistics .inverted.orange.statistic > .value,
.ui.inverted.orange.statistic > .value {
  color: #ff851b;
}

/* line 657, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.pink.statistics .statistic > .value,
.ui.statistics .inverted.pink.statistic > .value,
.ui.inverted.pink.statistic > .value {
  color: #ff8edf;
}

/* line 662, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.purple.statistics .statistic > .value,
.ui.statistics .inverted.purple.statistic > .value,
.ui.inverted.purple.statistic > .value {
  color: #cdc6ff;
}

/* line 667, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.red.statistics .statistic > .value,
.ui.statistics .inverted.red.statistic > .value,
.ui.inverted.red.statistic > .value {
  color: #ff695e;
}

/* line 672, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.teal.statistics .statistic > .value,
.ui.statistics .inverted.teal.statistic > .value,
.ui.inverted.teal.statistic > .value {
  color: #6dffff;
}

/* line 677, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.inverted.yellow.statistics .statistic > .value,
.ui.statistics .inverted.yellow.statistic > .value,
.ui.inverted.yellow.statistic > .value {
  color: #ffe21f;
}

/*--------------
     Sizes
---------------*/
/* Mini */
/* line 689, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.mini.statistics .statistic > .value,
.ui.mini.statistic > .value {
  font-size: 1.5rem;
}

/* line 693, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.mini.horizontal.statistics .statistic > .value,
.ui.mini.horizontal.statistic > .value {
  font-size: 1.5rem;
}

/* line 697, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.mini.statistics .statistic > .text.value,
.ui.mini.statistic > .text.value {
  font-size: 1rem;
}

/* Tiny */
/* line 703, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.tiny.statistics .statistic > .value,
.ui.tiny.statistic > .value {
  font-size: 2rem;
}

/* line 707, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.tiny.horizontal.statistics .statistic > .value,
.ui.tiny.horizontal.statistic > .value {
  font-size: 2rem;
}

/* line 711, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.tiny.statistics .statistic > .text.value,
.ui.tiny.statistic > .text.value {
  font-size: 1rem;
}

/* Small */
/* line 717, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.small.statistics .statistic > .value,
.ui.small.statistic > .value {
  font-size: 3rem;
}

/* line 721, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.small.horizontal.statistics .statistic > .value,
.ui.small.horizontal.statistic > .value {
  font-size: 2rem;
}

/* line 725, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.small.statistics .statistic > .text.value,
.ui.small.statistic > .text.value {
  font-size: 1.5rem;
}

/* Medium */
/* line 731, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .value,
.ui.statistic > .value {
  font-size: 4rem;
}

/* line 735, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
  font-size: 3rem;
}

/* line 739, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
  font-size: 2rem;
}

/* Large */
/* line 745, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.large.statistics .statistic > .value,
.ui.large.statistic > .value {
  font-size: 5rem;
}

/* line 749, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.large.horizontal.statistics .statistic > .value,
.ui.large.horizontal.statistic > .value {
  font-size: 4rem;
}

/* line 753, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.large.statistics .statistic > .text.value,
.ui.large.statistic > .text.value {
  font-size: 2.5rem;
}

/* Huge */
/* line 759, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.huge.statistics .statistic > .value,
.ui.huge.statistic > .value {
  font-size: 6rem;
}

/* line 763, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.huge.horizontal.statistics .statistic > .value,
.ui.huge.horizontal.statistic > .value {
  font-size: 5rem;
}

/* line 767, vendor/assets/stylesheets/semantic-css/components/statistic.css */
.ui.huge.statistics .statistic > .text.value,
.ui.huge.statistic > .text.value {
  font-size: 2.5rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
    User Variable Overrides
*******************************/
@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/v2/responsive-helper.scss */
  .hidden-sm {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/v2/responsive-helper.scss */
  .visible-ib-sm {
    display: inline-block !important;
  }
  /* line 10, app/assets/stylesheets/v2/responsive-helper.scss */
  .visible-b-sm {
    display: block !important;
  }
}

@media (min-width: 769px) {
  /* line 16, app/assets/stylesheets/v2/responsive-helper.scss */
  .hidden-lg {
    display: none !important;
  }
  /* line 20, app/assets/stylesheets/v2/responsive-helper.scss */
  .visible-b-lg {
    display: block !important;
  }
  /* line 24, app/assets/stylesheets/v2/responsive-helper.scss */
  .visible-ib-lg {
    display: inline-block !important;
  }
}

/* line 29, app/assets/stylesheets/v2/responsive-helper.scss */
[class*=column-] {
  font-size: 0;
}

/* line 32, app/assets/stylesheets/v2/responsive-helper.scss */
[class*=column-] > * {
  font-size: 1rem;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-2 > * {
  width: 50%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-2-sm > * {
    width: 50% !important;
  }
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-3 > * {
  width: 33.3333333333%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-3-sm > * {
    width: 33.3333333333% !important;
  }
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-4 > * {
  width: 25%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-4-sm > * {
    width: 25% !important;
  }
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-5 > * {
  width: 20%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-5-sm > * {
    width: 20% !important;
  }
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-6 > * {
  width: 16.6666666667%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-6-sm > * {
    width: 16.6666666667% !important;
  }
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-7 > * {
  width: 14.2857142857%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-7-sm > * {
    width: 14.2857142857% !important;
  }
}

/* line 40, app/assets/stylesheets/v2/responsive-helper.scss */
.column-8 > * {
  width: 12.5%;
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/v2/responsive-helper.scss */
  .column-8-sm > * {
    width: 12.5% !important;
  }
}

/* line 1, app/assets/stylesheets/v2/landing-page.scss */
header {
  position: relative;
  height: 100%;
}

/* line 5, app/assets/stylesheets/v2/landing-page.scss */
header .background-image-mask, header .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 11, app/assets/stylesheets/v2/landing-page.scss */
header .background-image {
  background-image: url("https://skylarkly.com/assets/bg-image-5a9e1e63b1725c8613727a505ea6b529ca2326e7fed5c43cbdfb5a64a073e3b5.jpg");
  background-position: center center;
  background-size: cover;
  z-index: -2;
}

/* line 17, app/assets/stylesheets/v2/landing-page.scss */
header .background-image-mask {
  background-color: black;
  opacity: .6;
  z-index: -1;
}

/* line 24, app/assets/stylesheets/v2/landing-page.scss */
#sticky_element {
  background-color: transparent;
}

/* line 27, app/assets/stylesheets/v2/landing-page.scss */
#sticky_element.stickyed {
  background-color: #3c3e49;
  display: none;
  position: fixed;
  transition: all .3s ease-in-out;
}

/* line 35, app/assets/stylesheets/v2/landing-page.scss */
.main-nav {
  position: absolute;
  top: 0;
  padding: 2em;
  width: 100%;
  z-index: 100;
  background: transparent;
}

/* line 43, app/assets/stylesheets/v2/landing-page.scss */
.main-nav .logo-container, .main-nav .nav-list {
  display: inline-block;
  margin-left: .5rem;
  color: white;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/v2/landing-page.scss */
.main-nav .logo-container span {
  font-size: 1.8em;
  vertical-align: middle;
}

/* line 55, app/assets/stylesheets/v2/landing-page.scss */
.main-nav .nav-list a {
  color: white;
  margin: 0 .5em;
}

/* line 59, app/assets/stylesheets/v2/landing-page.scss */
.main-nav .nav-list a:hover {
  color: #f2f2f2;
}

/* line 64, app/assets/stylesheets/v2/landing-page.scss */
.main-nav .ui.header {
  margin-bottom: 0;
  margin-right: .5rem;
}

/* line 68, app/assets/stylesheets/v2/landing-page.scss */
.main-nav .ui.header .button {
  margin-left: 1.5em;
}

/* line 74, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content {
  height: 100%;
  text-align: center;
  font-size: 0;
}

/* line 6, app/assets/stylesheets/v2/helper.scss */
.head-main-content > * {
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/v2/helper.scss */
.head-main-content::before {
  height: 100%;
  content: '';
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .ui.header {
  color: white;
}

/* line 80, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .ui.header.project-name {
  margin-top: 25%;
}

/* line 85, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .project-name {
  font-size: 5rem !important;
}

/* line 88, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .project-name img.ui.avatar.image {
  vertical-align: middle;
  height: 1em;
  width: 1em;
}

/* line 94, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .project-name span {
  vertical-align: middle;
}

/* line 99, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .project-description {
  font-size: 3.5rem !important;
}

/* line 103, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .project-to-use {
  margin-top: 8em;
}

/* line 107, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .next-anchor {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 3rem;
}

/* line 114, app/assets/stylesheets/v2/landing-page.scss */
.head-main-content .next-anchor a {
  color: white;
}

/* line 120, app/assets/stylesheets/v2/landing-page.scss */
section {
  color: #333333;
}

/* line 123, app/assets/stylesheets/v2/landing-page.scss */
section.cases-list {
  position: relative;
  z-index: 1;
}

/* line 128, app/assets/stylesheets/v2/landing-page.scss */
section .ui.statistics {
  margin: 0;
  padding: 0;
}

/* line 134, app/assets/stylesheets/v2/landing-page.scss */
#next_anchor {
  position: absolute;
  top: 0;
}

/* line 139, app/assets/stylesheets/v2/landing-page.scss */
.cases-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 144, app/assets/stylesheets/v2/landing-page.scss */
.cases-container.ui.statistics .statistic {
  padding-top: 1rem;
  margin-bottom: 1rem;
}

/* line 148, app/assets/stylesheets/v2/landing-page.scss */
.cases-container.ui.statistics .statistic .value {
  color: #F5F5F5;
  font-size: 3rem;
}

/* line 153, app/assets/stylesheets/v2/landing-page.scss */
.cases-container.ui.statistics .statistic .label {
  color: #F5F5F5;
  margin-top: 1rem;
}

/* line 160, app/assets/stylesheets/v2/landing-page.scss */
.cases-container .case-helper {
  text-align: center;
  color: #CFCFCF;
  font-size: 12px;
  padding-bottom: .5rem;
}

/* line 168, app/assets/stylesheets/v2/landing-page.scss */
.feature-list {
  text-align: center;
}

/* line 172, app/assets/stylesheets/v2/landing-page.scss */
.feature-item {
  height: 100%;
  text-align: center;
  font-size: 0;
  height: 25rem;
  padding: 0;
}

/* line 6, app/assets/stylesheets/v2/helper.scss */
.feature-item > * {
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/v2/helper.scss */
.feature-item::before {
  height: 100%;
  content: '';
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 177, app/assets/stylesheets/v2/landing-page.scss */
.feature-item:nth-child(2n) {
  background-color: #eeeeee;
}

/* line 181, app/assets/stylesheets/v2/landing-page.scss */
.feature-item:nth-child(2n+1) {
  background-color: #ffffff;
}

/* line 185, app/assets/stylesheets/v2/landing-page.scss */
.feature-item.not-static-height {
  height: auto;
  padding: 2rem 0;
}

/* line 190, app/assets/stylesheets/v2/landing-page.scss */
.feature-item .feature-title {
  font-size: 2.3rem;
  margin: 0 0 .5em 0;
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/v2/landing-page.scss */
.feature-item .feature-description {
  margin: 1em 0;
  line-height: 1.5em;
}

/* line 201, app/assets/stylesheets/v2/landing-page.scss */
.feature-item .ui.statistics {
  padding-top: 2em;
}

/* line 204, app/assets/stylesheets/v2/landing-page.scss */
.feature-item .ui.statistics .statistic {
  padding: 1em;
  vertical-align: top;
}

/* line 211, app/assets/stylesheets/v2/landing-page.scss */
.inner-feature-container {
  margin: auto;
  width: 90%;
  max-width: 60rem;
}

/* line 217, app/assets/stylesheets/v2/landing-page.scss */
.start-to-use {
  padding: 2rem 0;
  background-color: #eeeeee;
}

/* line 221, app/assets/stylesheets/v2/landing-page.scss */
.start-to-use fieldset {
  border: none;
  border-top: 1px solid #999999;
  padding: 1em 0;
  width: 90%;
  max-width: 30rem;
  margin: 0 auto;
  text-align: center;
}

/* line 231, app/assets/stylesheets/v2/landing-page.scss */
.start-to-use legend {
  border: none;
  margin: 0;
  padding: 0 1em;
  display: inline-block;
  width: auto;
  max-width: 80%;
}

/* line 241, app/assets/stylesheets/v2/landing-page.scss */
footer {
  background-color: #3C3E49;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 1em;
}

/* line 248, app/assets/stylesheets/v2/landing-page.scss */
footer p {
  margin-top: .5em;
}

/* line 252, app/assets/stylesheets/v2/landing-page.scss */
footer img {
  height: 2em;
  width: 2em;
  opacity: .5;
}

/* line 258, app/assets/stylesheets/v2/landing-page.scss */
footer .register-system {
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

/* line 262, app/assets/stylesheets/v2/landing-page.scss */
footer .register-system img {
  margin-right: .2em;
  height: 1em;
  width: 1em;
}

/* line 269, app/assets/stylesheets/v2/landing-page.scss */
footer p:nth-child(2) {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  /* line 3, app/assets/stylesheets/v2/landing-page-mobile.scss */
  header .background-image {
    background-image: url("https://skylarkly.com/assets/bg-image-mobile-219facdf143d70432754fad185402c21f6aeb24523fa68597a2fcd37cd90fb55.jpg");
  }
  /* line 9, app/assets/stylesheets/v2/landing-page-mobile.scss */
  #sticky_element.stickyed {
    display: block;
  }
  /* line 12, app/assets/stylesheets/v2/landing-page-mobile.scss */
  #sticky_element.stickyed .logo-container {
    display: inline-block;
  }
  /* line 18, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .main-nav {
    padding: .5em 0;
  }
  /* line 21, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .main-nav .logo-container {
    display: none;
  }
  /* line 27, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .head-main-content .centered-container {
    position: relative;
    z-index: 3;
    height: 80%;
  }
  /* line 33, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .head-main-content .project-name {
    text-align: center !important;
    font-size: 3.5rem !important;
    position: absolute;
    width: 100%;
    top: 0;
  }
  /* line 41, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .head-main-content .project-description {
    position: relative;
    top: 50%;
    min-width: 12em;
    font-size: 1.7rem !important;
  }
  /* line 48, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .head-main-content .project-to-use {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  /* line 55, app/assets/stylesheets/v2/landing-page-mobile.scss */
  #next_anchor {
    top: -3rem;
  }
  /* line 60, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .cases-container.ui.statistics {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  /* line 64, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .cases-container.ui.statistics .statistic {
    padding-top: 0;
    margin-bottom: 2rem;
  }
  /* line 68, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .cases-container.ui.statistics .statistic .value {
    font-size: 2.0rem;
  }
  /* line 72, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .cases-container.ui.statistics .statistic .label {
    margin-top: .25rem;
    font-size: .75rem;
  }
  /* line 80, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .feature-item {
    height: auto;
    padding: 2rem 0;
  }
  /* line 84, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .feature-item .feature-title {
    font-size: 1.7rem;
  }
  /* line 90, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .feature-item .ui.statistics .statistic .value {
    font-size: 2.0rem;
  }
  /* line 93, app/assets/stylesheets/v2/landing-page-mobile.scss */
  .feature-item .ui.statistics .statistic .label {
    font-size: .75rem;
  }
}
